From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH] Add FastTree Date: Sat, 20 Jun 2015 08:30:24 +1000 Message-ID: <55849800.30201@uq.edu.au> References: <5583C3A2.1080906@uq.edu.au> <87oakcqa4r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060603040409010901060505" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z64oh-0002le-Vg for guix-devel@gnu.org; Fri, 19 Jun 2015 18:35:17 -0400 Received: from mailhub2.soe.uq.edu.au ([130.102.132.209]:54593 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z64oa-0002u3-LA for guix-devel@gnu.org; Fri, 19 Jun 2015 18:31:19 -0400 In-Reply-To: <87oakcqa4r.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: "guix-devel@gnu.org" This is a multi-part message in MIME format. --------------060603040409010901060505 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 19/06/15 20:13, Alex Kost wrote: > Ben Woodcroft (2015-06-19 10:24 +0300) wrote: > >> Hi, > Hi, I didn't try your patch, so I don't have real comments, just some > general cosmetic notes, if you don't mind. Thanks, all help appreciated. Updated patch attached. --------------060603040409010901060505 Content-Type: text/x-patch; name="0001-gnu-Add-fasttree.patch" Content-Disposition: attachment; filename="0001-gnu-Add-fasttree.patch" Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by newmailhub.uq.edu.au id t5JMUwqV021620 >From 5e588461089bc6817b2f2a7af59984e8f66e100e Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Sat, 20 Jun 2015 08:27:45 +1000 Subject: [PATCH] gnu: Add fasttree * gnu/packages/bioinformatics.scm (fasttree): New variable. --- gnu/packages/bioinformatics.scm | 61 + po/guix/cs.po | 1258 ++++-- po/guix/da.po | 767 ++-- po/guix/de.po | 1125 +++-- po/guix/eo.po | 1094 +++-- po/guix/fr.po | 1237 ++++-- po/guix/hu.po | 1160 ++++-- po/guix/pt_BR.po | 1360 ++++-- po/guix/sr.po | 1797 +++++--- po/guix/vi.po | 1055 +++-- po/packages/de.po | 8184 +++++++++++++++++++++++++++++++++= +-- po/packages/eo.po | 6940 ++++++++++++++++++++++++++++--- po/packages/fr.po | 8679 +++++++++++++++++++++++++++++++++= ++---- po/packages/hu.po | 7950 ++++++++++++++++++++++++++++++++-= -- po/packages/pt_BR.po | 8017 +++++++++++++++++++++++++++++++++= ++- po/packages/sr.po | 8072 +++++++++++++++++++++++++++++++++= ++- po/packages/vi.po | 7932 +++++++++++++++++++++++++++++++++= +- 17 files changed, 61073 insertions(+), 5615 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatic= s.scm index 12c9175..fb701f9 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -34,6 +34,7 @@ #:use-module (gnu packages boost) #:use-module (gnu packages compression) #:use-module (gnu packages file) + #:use-module (gnu packages gcc) #:use-module (gnu packages java) #:use-module (gnu packages linux) #:use-module (gnu packages machine-learning) @@ -780,6 +781,66 @@ analysis (from RNA-Seq), transcription factor bindin= g quantification in ChIP-Seq, and analysis of metagenomic data.") (license license:artistic2.0))) =20 +(define-public fasttree + (package + (name "fasttree") + (version "2.1.8") + (source (origin + (method url-fetch) + (uri (string-append + "http://www.microbesonline.org/fasttree/FastTree-" + version ".c" + )) + (sha256 + (base32 + "0dzqc9vr9iiiw21y159xfjl2z90vw0y7r4x6456pcaxiy5hd2wmi")))= ) + (build-system trivial-build-system) + (arguments + '(#:modules ((guix build utils)) + #:builder + (begin + (use-modules (guix build utils) (system base compile)) + (let ((source (assoc-ref %build-inputs "source")) + (gcc (assoc-ref %build-inputs "gcc")) + (glibc (assoc-ref %build-inputs "glibc")) + (binutils (assoc-ref %build-inputs "binutils")) + (out (assoc-ref %outputs "out"))) + (setenv "PATH" (string-append binutils "/bin:" gcc "/bin")) + (setenv "LIBRARY_PATH" (string-append glibc "/lib")) + (let ((bin (string-append out "/bin"))) + (mkdir-p bin) + (system* "gcc" + "-O3" + "-finline-functions" + "-funroll-loops" + "-Wall" + "-o" + (string-append bin "/FastTree") + source + "-lm") + (system* "gcc" + "-DOPENMP" + "-fopenmp" + "-O3" + "-finline-functions" + "-funroll-loops" + "-Wall" + "-o" + (string-append bin "/FastTreeMP") + source + "-lm")))))) + (native-inputs + `(("gcc", gcc-5.1) + ("binutils" ,binutils) + ("glibc" ,glibc))) + (home-page "http://www.microbesonline.org/fasttree") + (synopsis "Infers approximately-maximum-likelihood phylogenetic trees= ") + (description + "FastTree can handle alignments with up to a million of sequences in +a reasonable amount of time and memory. For large alignments, FastTree = is +100-1,000 times faster than PhyML 3.0 or RAxML 7.") + (license license:gpl2+))) + (define-public fastx-toolkit (package (name "fastx-toolkit") diff --git a/po/guix/cs.po b/po/guix/cs.po index b744dc4..7fd8995 100644 --- a/po/guix/cs.po +++ b/po/guix/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: guix 0.7-pre1\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-07-13 17:06+0200\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2014-07-26 18:06+0200\n" "Last-Translator: Pavel Fric \n" "Language-Team: Czech \n" @@ -18,37 +18,93 @@ msgstr "" "Plural-Forms: nplurals=3D2; plural=3D(n !=3D 1);\n" "X-Generator: Lokalize 1.5\n" =20 -#: gnu/packages.scm:95 +#: gnu/packages.scm:78 +#, fuzzy, scheme-format +msgid "~a: patch not found" +msgstr "~a: Bal=C3=AD=C4=8Dek nenalezen~%" + +#: gnu/packages.scm:89 +#, scheme-format +msgid "could not find bootstrap binary '~a' for system '~a'" +msgstr "" + +#: gnu/packages.scm:141 #, scheme-format msgid "cannot access `~a': ~a~%" msgstr "Nelze p=C5=99istupovat k =C2=BB~a=C2=AB: ~a~%" =20 -#: guix/scripts/build.scm:54 guix/scripts/package.scm:349 +#: gnu/packages.scm:382 +#, scheme-format +msgid "looking for the latest release of GNU ~a..." +msgstr "Hled=C3=A1 se posledn=C3=AD vyd=C3=A1n=C3=AD GNU ~a =E2=80=A6" + +#: gnu/packages.scm:389 +#, scheme-format +msgid "~a: note: using ~a but ~a is available upstream~%" +msgstr "" + +#: gnu/packages.scm:411 guix/scripts/package.scm:351 #, scheme-format msgid "ambiguous package specification `~a'~%" msgstr "" =20 -#: guix/scripts/build.scm:55 guix/scripts/package.scm:351 +#: gnu/packages.scm:412 guix/scripts/package.scm:353 #, scheme-format msgid "choosing ~a from ~a~%" msgstr "" =20 -#: guix/scripts/build.scm:61 +#: gnu/packages.scm:418 #, scheme-format msgid "~A: package not found for version ~a~%" msgstr "~A: Bal=C3=AD=C4=8Dek nenalezen pro verzi ~a~%" =20 -#: guix/scripts/build.scm:63 +#: gnu/packages.scm:420 #, scheme-format msgid "~A: unknown package~%" msgstr "~A: Nezn=C3=A1m=C3=BD bal=C3=AD=C4=8Dek~%" =20 -#: guix/scripts/build.scm:86 +#: gnu/system.scm:582 +#, scheme-format +msgid "using a string for file '~a' is deprecated; use 'plain-file' inst= ead~%" +msgstr "" + +#: gnu/system.scm:598 +#, scheme-format +msgid "" +"using a monadic value for '~a' is deprecated; use 'plain-file' instead~= %" +msgstr "" + +#: gnu/system.scm:850 +msgid "system locale lacks a definition" +msgstr "" + +#: gnu/services/dmd.scm:51 +#, scheme-format +msgid "service '~a' provided more than once" +msgstr "" + +#: gnu/system/shadow.scm:204 +#, scheme-format +msgid "supplementary group '~a' of user '~a' is undeclared" +msgstr "" + +#: gnu/system/shadow.scm:214 +#, scheme-format +msgid "primary group '~a' of user '~a' is undeclared" +msgstr "" + +#: guix/scripts/build.scm:66 #, scheme-format msgid "failed to create GC root `~a': ~a~%" msgstr "Nepoda=C5=99ilo se vytvo=C5=99it GC root `~a': ~a~%" =20 -#: guix/scripts/build.scm:123 +#: guix/scripts/build.scm:110 +msgid "" +"\n" +" -L, --load-path=3DDIR prepend DIR to the package module search pat= h" +msgstr "" + +#: guix/scripts/build.scm:112 msgid "" "\n" " -K, --keep-failed keep build tree of failed builds" @@ -56,120 +112,142 @@ msgstr "" "\n" " -K, --keep-failed Zachovat sestavovac=C3=AD strom nezda=C5=99en=C3= =BDch sestaven=C3=AD" =20 -#: guix/scripts/build.scm:125 +#: guix/scripts/build.scm:114 msgid "" "\n" " -n, --dry-run do not build the derivations" msgstr "" =20 -#: guix/scripts/build.scm:127 +#: guix/scripts/build.scm:116 msgid "" "\n" " --fallback fall back to building when the substituter fai= ls" msgstr "" =20 -#: guix/scripts/build.scm:129 +#: guix/scripts/build.scm:118 msgid "" "\n" " --no-substitutes build instead of resorting to pre-built substi= tutes" msgstr "" =20 -#: guix/scripts/build.scm:131 +#: guix/scripts/build.scm:120 msgid "" "\n" " --no-build-hook do not attempt to offload builds via the build= hook" msgstr "" =20 -#: guix/scripts/build.scm:133 +#: guix/scripts/build.scm:122 msgid "" "\n" " --max-silent-time=3DSECONDS\n" " mark the build as failed after SECONDS of sile= nce" msgstr "" =20 -#: guix/scripts/build.scm:136 +#: guix/scripts/build.scm:125 msgid "" "\n" " --timeout=3DSECONDS mark the build as failed after SECONDS of ac= tivity" msgstr "" =20 -#: guix/scripts/build.scm:138 +#: guix/scripts/build.scm:127 msgid "" "\n" " --verbosity=3DLEVEL use the given verbosity LEVEL" msgstr "" =20 -#: guix/scripts/build.scm:140 +#: guix/scripts/build.scm:129 msgid "" "\n" " -c, --cores=3DN allow the use of up to N CPU cores for the b= uild" msgstr "" =20 -#: guix/scripts/build.scm:206 -#, scheme-format -msgid "~a: not a number~%" -msgstr "~a: Nen=C3=AD =C4=8D=C3=ADslo~%" +#: guix/scripts/build.scm:131 +msgid "" +"\n" +" -M, --max-jobs=3DN allow at most N build jobs" +msgstr "" + +#: guix/scripts/build.scm:209 guix/scripts/build.scm:216 +#, fuzzy, scheme-format +msgid "not a number: '~a' option argument: ~a~%" +msgstr "Nespr=C3=A1vn=C3=BD po=C4=8Det argument=C5=AF~%" =20 -#: guix/scripts/build.scm:223 +#: guix/scripts/build.scm:235 msgid "" "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" msgstr "" =20 -#: guix/scripts/build.scm:225 +#: guix/scripts/build.scm:237 msgid "" "\n" " -e, --expression=3DEXPR build the package or derivation EXPR evaluat= es to" msgstr "" =20 -#: guix/scripts/build.scm:227 +#: guix/scripts/build.scm:239 msgid "" "\n" " -S, --source build the packages' source derivations" msgstr "" =20 -#: guix/scripts/build.scm:229 +#: guix/scripts/build.scm:241 +msgid "" +"\n" +" --sources[=3DTYPE] build source derivations; TYPE may optionall= y be " +"one\n" +" of \"package\", \"all\" (default), or \"transi= tive\"" +msgstr "" + +#: guix/scripts/build.scm:244 msgid "" "\n" " -s, --system=3DSYSTEM attempt to build for SYSTEM--e.g., \"i686-li= nux\"" msgstr "" =20 -#: guix/scripts/build.scm:231 +#: guix/scripts/build.scm:246 msgid "" "\n" " --target=3DTRIPLET cross-build for TRIPLET--e.g., \"armel-linux= -gnu\"" msgstr "" =20 -#: guix/scripts/build.scm:233 +#: guix/scripts/build.scm:248 msgid "" "\n" " --with-source=3DSOURCE\n" " use SOURCE when building the corresponding pac= kage" msgstr "" =20 -#: guix/scripts/build.scm:236 +#: guix/scripts/build.scm:251 +msgid "" +"\n" +" --no-grafts do not graft packages" +msgstr "" + +#: guix/scripts/build.scm:253 msgid "" "\n" " -d, --derivations return the derivation paths of the given packa= ges" msgstr "" =20 -#: guix/scripts/build.scm:238 +#: guix/scripts/build.scm:255 msgid "" "\n" " -r, --root=3DFILE make FILE a symlink to the result, and regis= ter it\n" " as a garbage collector root" msgstr "" =20 -#: guix/scripts/build.scm:241 +#: guix/scripts/build.scm:258 msgid "" "\n" " --log-file return the log file names for the given deriva= tions" msgstr "" =20 -#: guix/scripts/build.scm:246 guix/scripts/download.scm:53 -#: guix/scripts/package.scm:523 guix/scripts/gc.scm:58 -#: guix/scripts/hash.scm:55 guix/scripts/pull.scm:82 -#: guix/scripts/substitute-binary.scm:564 guix/scripts/system.scm:334 +#: guix/scripts/build.scm:263 guix/scripts/download.scm:53 +#: guix/scripts/package.scm:478 guix/scripts/gc.scm:65 +#: guix/scripts/hash.scm:55 guix/scripts/import.scm:91 +#: guix/scripts/pull.scm:81 guix/scripts/substitute.scm:682 +#: guix/scripts/system.scm:407 guix/scripts/lint.scm:583 +#: guix/scripts/publish.scm:60 msgid "" "\n" " -h, --help display this help and exit" @@ -177,10 +255,12 @@ msgstr "" "\n" " -h, --help Uk=C3=A1zat tuto n=C3=A1pov=C4=9Bdu a ukon=C4=8D= it" =20 -#: guix/scripts/build.scm:248 guix/scripts/download.scm:55 -#: guix/scripts/package.scm:525 guix/scripts/gc.scm:60 -#: guix/scripts/hash.scm:57 guix/scripts/pull.scm:84 -#: guix/scripts/substitute-binary.scm:566 guix/scripts/system.scm:336 +#: guix/scripts/build.scm:265 guix/scripts/download.scm:55 +#: guix/scripts/package.scm:480 guix/scripts/gc.scm:67 +#: guix/scripts/hash.scm:57 guix/scripts/import.scm:93 +#: guix/scripts/pull.scm:83 guix/scripts/substitute.scm:684 +#: guix/scripts/system.scm:409 guix/scripts/lint.scm:587 +#: guix/scripts/publish.scm:62 msgid "" "\n" " -V, --version display version information and exit" @@ -188,19 +268,19 @@ msgstr "" "\n" " -V, --version Uk=C3=A1zat informace o verzi a ukon=C4=8Dit" =20 -#: guix/scripts/build.scm:368 +#: guix/scripts/build.scm:292 #, scheme-format -msgid "sources do not match any package:~{ ~a~}~%" +msgid "" +"invalid argument: '~a' option argument: ~a, ~\n" +"must be one of 'package', 'all', or 'transitive'~%" msgstr "" =20 -#: guix/scripts/build.scm:397 guix/scripts/download.scm:96 -#: guix/scripts/package.scm:756 guix/scripts/gc.scm:122 -#: guix/scripts/pull.scm:115 guix/scripts/system.scm:386 +#: guix/scripts/build.scm:415 #, scheme-format -msgid "~A: unrecognized option~%" -msgstr "~A: Nerozpoznan=C3=A1 volba~%" +msgid "sources do not match any package:~{ ~a~}~%" +msgstr "" =20 -#: guix/scripts/build.scm:425 +#: guix/scripts/build.scm:464 #, scheme-format msgid "no build log for '~a'~%" msgstr "=C5=BD=C3=A1dn=C3=BD z=C3=A1znam o sestaven=C3=AD pro =C2=BB~a=C2= =AB~%" @@ -226,6 +306,13 @@ msgstr "" msgid "unsupported hash format: ~a~%" msgstr "Nepodporovan=C3=BD form=C3=A1t kontroln=C3=ADho sou=C4=8Dtu: ~a~= %" =20 +#: guix/scripts/download.scm:96 guix/scripts/gc.scm:144 +#: guix/scripts/pull.scm:217 guix/scripts/lint.scm:634 +#: guix/scripts/publish.scm:282 guix/ui.scm:946 +#, scheme-format +msgid "~A: unrecognized option~%" +msgstr "~A: Nerozpoznan=C3=A1 volba~%" + #: guix/scripts/download.scm:106 #, scheme-format msgid "~a: failed to parse URI~%" @@ -236,227 +323,257 @@ msgstr "~a: URI~% se nepoda=C5=99ilo zpracovat" msgid "~a: download failed~%" msgstr "~a: Sta=C5=BEen=C3=AD se nezda=C5=99ilo~%" =20 -#: guix/scripts/package.scm:88 +#: guix/scripts/package.scm:109 #, scheme-format msgid "failed to build the empty profile~%" msgstr "Nepoda=C5=99ilo se vytvo=C5=99it pr=C3=A1zdn=C3=BD profil~%" =20 -#: guix/scripts/package.scm:97 +#: guix/scripts/package.scm:125 #, scheme-format msgid "switching from generation ~a to ~a~%" msgstr "" =20 -#: guix/scripts/package.scm:108 guix/scripts/package.scm:866 -#: guix/scripts/package.scm:978 -#, scheme-format -msgid "profile '~a' does not exist~%" -msgstr "Profil =C2=BB~a=C2=AB neexistuje~%" - -#: guix/scripts/package.scm:112 +#: guix/scripts/package.scm:144 #, scheme-format msgid "nothing to do: already at the empty profile~%" msgstr "" =20 -#: guix/scripts/package.scm:197 +#: guix/scripts/package.scm:156 #, scheme-format -msgid "The following package would be removed:~%~{~a~%~}~%" +msgid "deleting ~a~%" msgstr "" =20 -#: guix/scripts/package.scm:202 +#: guix/scripts/package.scm:269 #, scheme-format -msgid "The following package will be removed:~%~{~a~%~}~%" +msgid "not removing generation ~a, which is current~%" msgstr "" =20 -#: guix/scripts/package.scm:214 +#: guix/scripts/package.scm:276 #, scheme-format -msgid "The following package would be installed:~%~{~a~%~}~%" +msgid "no matching generation~%" msgstr "" =20 -#: guix/scripts/package.scm:219 +#: guix/scripts/package.scm:279 guix/scripts/package.scm:959 #, scheme-format -msgid "The following package will be installed:~%~{~a~%~}~%" -msgstr "Bude nainstalov=C3=A1n n=C3=A1sleduj=C3=ADc=C3=AD bal=C3=AD=C4=8D= ek:~%~{~a~%~}~%" +msgid "invalid syntax: ~a~%" +msgstr "Neplatn=C3=A1 skladba: ~a~%" =20 -#: guix/scripts/package.scm:339 +#: guix/scripts/package.scm:341 #, scheme-format msgid "package `~a' lacks output `~a'~%" msgstr "" =20 -#: guix/scripts/package.scm:356 +#: guix/scripts/package.scm:358 #, scheme-format msgid "~a: package not found~%" msgstr "~a: Bal=C3=AD=C4=8Dek nenalezen~%" =20 -#: guix/scripts/package.scm:391 -#, scheme-format -msgid "looking for the latest release of GNU ~a..." -msgstr "Hled=C3=A1 se posledn=C3=AD vyd=C3=A1n=C3=AD GNU ~a =E2=80=A6" - -#: guix/scripts/package.scm:395 -#, scheme-format -msgid "~a: note: using ~a but ~a is available upstream~%" -msgstr "" - -#: guix/scripts/package.scm:467 +#: guix/scripts/package.scm:409 #, scheme-format msgid "The following environment variable definitions may be needed:~%" msgstr "" =20 -#: guix/scripts/package.scm:483 +#: guix/scripts/package.scm:425 msgid "" -"Usage: guix package [OPTION]... PACKAGES...\n" -"Install, remove, or upgrade PACKAGES in a single transaction.\n" +"Usage: guix package [OPTION]...\n" +"Install, remove, or upgrade packages in a single transaction.\n" msgstr "" =20 -#: guix/scripts/package.scm:485 +#: guix/scripts/package.scm:427 +#, fuzzy msgid "" "\n" -" -i, --install=3DPACKAGE install PACKAGE" +" -i, --install PACKAGE ...\n" +" install PACKAGEs" msgstr "" "\n" " -i, --install=3DPAKET Instalovat BAL=C3=8D=C4=8CEK" =20 -#: guix/scripts/package.scm:487 +#: guix/scripts/package.scm:430 msgid "" "\n" " -e, --install-from-expression=3DEXP\n" " install the package EXP evaluates to" msgstr "" =20 -#: guix/scripts/package.scm:490 +#: guix/scripts/package.scm:433 +#, fuzzy msgid "" "\n" -" -r, --remove=3DPACKAGE remove PACKAGE" +" -r, --remove PACKAGE ...\n" +" remove PACKAGEs" msgstr "" "\n" " -r, --remove=3DPAKET Odstranit BAL=C3=8D=C4=8CEK" =20 -#: guix/scripts/package.scm:492 +#: guix/scripts/package.scm:436 msgid "" "\n" " -u, --upgrade[=3DREGEXP] upgrade all the installed packages matching = REGEXP" msgstr "" =20 -#: guix/scripts/package.scm:494 +#: guix/scripts/package.scm:438 +msgid "" +"\n" +" -m, --manifest=3DFILE create a new profile generation with the man= ifest\n" +" from FILE" +msgstr "" + +#: guix/scripts/package.scm:441 +msgid "" +"\n" +" --do-not-upgrade[=3DREGEXP] do not upgrade any packages matching = REGEXP" +msgstr "" + +#: guix/scripts/package.scm:443 msgid "" "\n" " --roll-back roll back to the previous generation" msgstr "" =20 -#: guix/scripts/package.scm:496 +#: guix/scripts/package.scm:445 msgid "" "\n" -" --search-paths display needed environment variable definition= s" +" --search-paths[=3DKIND]\n" +" display needed environment variable definition= s" msgstr "" =20 -#: guix/scripts/package.scm:498 +#: guix/scripts/package.scm:448 msgid "" "\n" " -l, --list-generations[=3DPATTERN]\n" " list generations matching PATTERN" msgstr "" =20 -#: guix/scripts/package.scm:501 +#: guix/scripts/package.scm:451 msgid "" "\n" " -d, --delete-generations[=3DPATTERN]\n" " delete generations matching PATTERN" msgstr "" =20 -#: guix/scripts/package.scm:504 +#: guix/scripts/package.scm:454 +msgid "" +"\n" +" -S, --switch-generation=3DPATTERN\n" +" switch to a generation matching PATTERN" +msgstr "" + +#: guix/scripts/package.scm:457 msgid "" "\n" " -p, --profile=3DPROFILE use PROFILE instead of the user's default pr= ofile" msgstr "" =20 -#: guix/scripts/package.scm:507 +#: guix/scripts/package.scm:460 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the profile" msgstr "" =20 -#: guix/scripts/package.scm:509 guix/scripts/pull.scm:75 +#: guix/scripts/package.scm:462 guix/scripts/pull.scm:74 msgid "" "\n" " --verbose produce verbose output" msgstr "" =20 -#: guix/scripts/package.scm:512 +#: guix/scripts/package.scm:465 msgid "" "\n" " -s, --search=3DREGEXP search in synopsis and description using REG= EXP" msgstr "" =20 -#: guix/scripts/package.scm:514 +#: guix/scripts/package.scm:467 msgid "" "\n" " -I, --list-installed[=3DREGEXP]\n" " list installed packages matching REGEXP" msgstr "" =20 -#: guix/scripts/package.scm:517 +#: guix/scripts/package.scm:470 msgid "" "\n" " -A, --list-available[=3DREGEXP]\n" " list available packages matching REGEXP" msgstr "" =20 -#: guix/scripts/package.scm:760 +#: guix/scripts/package.scm:473 +#, fuzzy +msgid "" +"\n" +" --show=3DPACKAGE show details about PACKAGE" +msgstr "" +"\n" +" -i, --install=3DPAKET Instalovat BAL=C3=8D=C4=8CEK" + +#: guix/scripts/package.scm:560 +#, scheme-format +msgid "~a: unsupported kind of search path~%" +msgstr "" + +#: guix/scripts/package.scm:758 #, scheme-format msgid "~A: extraneous argument~%" msgstr "" =20 -#: guix/scripts/package.scm:775 +#: guix/scripts/package.scm:766 #, scheme-format msgid "Try \"info '(guix) Invoking guix package'\" for more information.= ~%" msgstr "" =20 -#: guix/scripts/package.scm:797 +#: guix/scripts/package.scm:788 #, scheme-format msgid "error: while creating directory `~a': ~a~%" msgstr "" =20 -#: guix/scripts/package.scm:801 +#: guix/scripts/package.scm:792 #, scheme-format msgid "Please create the `~a' directory, with you as the owner.~%" msgstr "" =20 -#: guix/scripts/package.scm:808 +#: guix/scripts/package.scm:799 #, scheme-format msgid "error: directory `~a' is not owned by you~%" msgstr "" =20 -#: guix/scripts/package.scm:811 +#: guix/scripts/package.scm:802 #, scheme-format msgid "Please change the owner of `~a' to user ~s.~%" msgstr "" =20 #: guix/scripts/package.scm:836 #, scheme-format -msgid "deleting ~a~%" -msgstr "" +msgid "nothing to be done~%" +msgstr "Nic k d=C4=9Bl=C3=A1n=C3=AD~%" =20 -#: guix/scripts/package.scm:889 guix/scripts/package.scm:994 +#: guix/scripts/package.scm:852 +#, fuzzy, scheme-format +msgid "~a package in profile~%" +msgid_plural "~a packages in profile~%" +msgstr[0] "~a bal=C3=AD=C4=8Dek v profilu~%" +msgstr[1] "~a bal=C3=AD=C4=8Dek v profilu~%" + +#: guix/scripts/package.scm:876 #, scheme-format -msgid "invalid syntax: ~a~%" -msgstr "Neplatn=C3=A1 skladba: ~a~%" +msgid "cannot switch to generation '~a'~%" +msgstr "" =20 -#: guix/scripts/package.scm:918 +#: guix/scripts/package.scm:898 #, scheme-format -msgid "nothing to be done~%" -msgstr "Nic k d=C4=9Bl=C3=A1n=C3=AD~%" +msgid "would install new manifest from '~a' with ~d entries~%" +msgstr "" =20 -#: guix/scripts/package.scm:941 +#: guix/scripts/package.scm:900 #, scheme-format -msgid "~a package in profile~%" -msgstr "~a bal=C3=AD=C4=8Dek v profilu~%" +msgid "installing new manifest from '~a' with ~d entries~%" +msgstr "" =20 -#: guix/scripts/package.scm:956 +#: guix/scripts/package.scm:925 #, scheme-format msgid "Generation ~a\t~a" msgstr "" =20 -#: guix/scripts/package.scm:963 +#: guix/scripts/package.scm:932 #, scheme-format msgid "~a\t(current)~%" msgstr "~a\t(aktu=C3=A1ln=C3=AD)~%" @@ -483,34 +600,48 @@ msgstr "" #: guix/scripts/gc.scm:46 msgid "" "\n" -" --list-dead list dead paths" +" --optimize optimize the store by deduplicating identical = files" msgstr "" =20 #: guix/scripts/gc.scm:48 msgid "" "\n" +" --list-dead list dead paths" +msgstr "" + +#: guix/scripts/gc.scm:50 +msgid "" +"\n" " --list-live list live paths" msgstr "" =20 -#: guix/scripts/gc.scm:51 +#: guix/scripts/gc.scm:53 msgid "" "\n" " --references list the references of PATHS" msgstr "" =20 -#: guix/scripts/gc.scm:53 +#: guix/scripts/gc.scm:55 msgid "" "\n" " -R, --requisites list the requisites of PATHS" msgstr "" =20 -#: guix/scripts/gc.scm:55 +#: guix/scripts/gc.scm:57 msgid "" "\n" " --referrers list the referrers of PATHS" msgstr "" =20 -#: guix/scripts/gc.scm:84 +#: guix/scripts/gc.scm:60 +msgid "" +"\n" +" --verify[=3DOPTS] verify the integrity of the store; OPTS is a= \n" +" comma-separated combination of 'repair' and\n" +" 'contents'" +msgstr "" + +#: guix/scripts/gc.scm:91 #, scheme-format msgid "invalid amount of storage: ~a~%" msgstr "Neplatn=C3=A1 hodnota pam=C4=9Bti: ~a~%" @@ -537,7 +668,7 @@ msgstr "" msgid "unrecognized option: ~a~%" msgstr "Nerozpoznan=C3=A1 volba: ~a~%" =20 -#: guix/scripts/hash.scm:134 guix/ui.scm:233 +#: guix/scripts/hash.scm:134 guix/ui.scm:424 #, scheme-format msgid "~a~%" msgstr "~a~%" @@ -547,141 +678,183 @@ msgstr "~a~%" msgid "wrong number of arguments~%" msgstr "Nespr=C3=A1vn=C3=BD po=C4=8Det argument=C5=AF~%" =20 -#: guix/scripts/pull.scm:73 +#: guix/scripts/import.scm:85 +#, fuzzy +msgid "" +"Usage: guix import IMPORTER ARGS ...\n" +"Run IMPORTER with ARGS.\n" +msgstr "" +"Pou=C5=BEit=C3=AD: guix P=C5=98=C3=8DKAZ ARGUMENTY =E2=80=A6\n" +"Spustit P=C5=98=C3=8DKAZ s ARGUMENTY.\n" + +#: guix/scripts/import.scm:88 +#, fuzzy +msgid "IMPORTER must be one of the importers listed below:\n" +msgstr "P=C5=98=C3=8DKAZ mus=C3=AD b=C3=BDt jeden z n=C3=AD=C5=BEe uvede= n=C3=BDch podp=C5=99=C3=ADkaz=C5=AF:\n" + +#: guix/scripts/import.scm:102 +#, fuzzy, scheme-format +msgid "guix import: missing importer name~%" +msgstr "guix: Chyb=C3=AD n=C3=A1zev p=C5=99=C3=ADkazu~%" + +#: guix/scripts/import.scm:113 +#, scheme-format +msgid "guix import: invalid importer~%" +msgstr "" + +#: guix/scripts/pull.scm:72 msgid "" "Usage: guix pull [OPTION]...\n" "Download and deploy the latest version of Guix.\n" msgstr "" =20 -#: guix/scripts/pull.scm:77 +#: guix/scripts/pull.scm:76 msgid "" "\n" " --url=3DURL download the Guix tarball from URL" msgstr "" =20 -#: guix/scripts/pull.scm:79 +#: guix/scripts/pull.scm:78 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the new Guix" msgstr "" =20 -#: guix/scripts/pull.scm:117 +#: guix/scripts/pull.scm:132 +msgid "tarball did not produce a single source directory" +msgstr "" + +#: guix/scripts/pull.scm:150 #, scheme-format -msgid "~A: unexpected argument~%" -msgstr "~A: Neo=C4=8Dek=C3=A1van=C3=BD argument~%" +msgid "unpacking '~a'...~%" +msgstr "" =20 -#: guix/scripts/pull.scm:126 -msgid "failed to download up-to-date source, exiting\n" +#: guix/scripts/pull.scm:159 +msgid "failed to unpack source code" msgstr "" =20 -#: guix/scripts/pull.scm:145 +#: guix/scripts/pull.scm:202 +msgid "Guix already up to date\n" +msgstr "Guix je ji=C5=BE aktu=C3=A1ln=C3=AD\n" + +#: guix/scripts/pull.scm:207 #, scheme-format msgid "updated ~a successfully deployed under `~a'~%" msgstr "" =20 -#: guix/scripts/pull.scm:148 +#: guix/scripts/pull.scm:210 #, scheme-format msgid "failed to update Guix, check the build log~%" msgstr "" =20 -#: guix/scripts/pull.scm:150 -msgid "Guix already up to date\n" -msgstr "Guix je ji=C5=BE aktu=C3=A1ln=C3=AD\n" +#: guix/scripts/pull.scm:219 +#, scheme-format +msgid "~A: unexpected argument~%" +msgstr "~A: Neo=C4=8Dek=C3=A1van=C3=BD argument~%" + +#: guix/scripts/pull.scm:228 +msgid "failed to download up-to-date source, exiting\n" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:80 +#: guix/scripts/substitute.scm:81 #, scheme-format msgid "authentication and authorization of substitutes disabled!~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:163 +#: guix/scripts/substitute.scm:157 #, scheme-format msgid "download from '~a' failed: ~a, ~s~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:178 +#: guix/scripts/substitute.scm:169 #, scheme-format -msgid "while fetching ~a: server is unresponsive~%" +msgid "while fetching ~a: server is somewhat slow~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:180 +#: guix/scripts/substitute.scm:171 #, scheme-format msgid "try `--no-substitutes' if the problem persists~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:244 +#: guix/scripts/substitute.scm:214 #, scheme-format -msgid "signature version must be a number: ~a~%" +msgid "updating list of substitutes from '~a'...\r" +msgstr "" + +#: guix/scripts/substitute.scm:246 +#, fuzzy, scheme-format +msgid "signature version must be a number: ~s~%" msgstr "Verze podpisu mus=C3=AD b=C3=BDt =C4=8D=C3=ADslo: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:248 +#: guix/scripts/substitute.scm:250 #, scheme-format msgid "unsupported signature version: ~a~%" msgstr "Verze podpisu nen=C3=AD podporov=C3=A1na: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:256 +#: guix/scripts/substitute.scm:258 #, scheme-format msgid "signature is not a valid s-expression: ~s~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:260 +#: guix/scripts/substitute.scm:262 #, scheme-format msgid "invalid format of the signature field: ~a~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:295 +#: guix/scripts/substitute.scm:297 #, scheme-format msgid "invalid signature for '~a'~%" msgstr "Neplatn=C3=BD podpis =C2=BB~a=C2=AB~%" =20 -#: guix/scripts/substitute-binary.scm:297 +#: guix/scripts/substitute.scm:299 #, scheme-format msgid "hash mismatch for '~a'~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:299 +#: guix/scripts/substitute.scm:301 #, scheme-format msgid "'~a' is signed with an unauthorized key~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:301 +#: guix/scripts/substitute.scm:303 #, scheme-format msgid "signature on '~a' is corrupt~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:338 +#: guix/scripts/substitute.scm:341 #, scheme-format msgid "substitute at '~a' lacks a signature~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:526 +#: guix/scripts/substitute.scm:504 #, scheme-format -msgid "Downloading, please wait...~%" -msgstr "Stahuje se. Po=C4=8Dkejte, pros=C3=ADm =E2=80=A6~%" +msgid "updating list of substitutes from '~a'... ~5,1f%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:528 +#: guix/scripts/substitute.scm:552 #, scheme-format -msgid "(Please consider upgrading Guile to get proper progress report.)~= %" +msgid "~s: unsupported server URI scheme~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:545 +#: guix/scripts/substitute.scm:663 #, scheme-format msgid "host name lookup error: ~a~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:554 +#: guix/scripts/substitute.scm:672 msgid "" -"Usage: guix substitute-binary [OPTION]...\n" +"Usage: guix substitute [OPTION]...\n" "Internal tool to substitute a pre-built binary to a local build.\n" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:556 +#: guix/scripts/substitute.scm:674 msgid "" "\n" " --query report on the availability of substitutes for = the\n" " store file names passed on the standard input" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:559 +#: guix/scripts/substitute.scm:677 msgid "" "\n" " --substitute STORE-FILE DESTINATION\n" @@ -689,16 +862,23 @@ msgid "" " DESTINATION" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:604 -msgid "ACL for archive imports seems to be uninitialized, substitutes ma= y be unavailable\n" +#: guix/scripts/substitute.scm:712 +msgid "" +"ACL for archive imports seems to be uninitialized, substitutes may be " +"unavailable\n" +msgstr "" + +#: guix/scripts/substitute.scm:750 +#, scheme-format +msgid "these substitute URLs will not be used:~{ ~a~}~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:625 +#: guix/scripts/substitute.scm:776 #, scheme-format msgid "failed to look up host '~a' (~a), substituter disabled~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:732 +#: guix/scripts/substitute.scm:883 #, scheme-format msgid "~a: unrecognized options~%" msgstr "~a: Nerozpoznan=C3=A9 volby~%" @@ -723,161 +903,438 @@ msgstr "Chyba: Neautorizovan=C3=BD ve=C5=99ejn=C3= =BD kl=C3=AD=C4=8D: ~a~%" msgid "error: corrupt signature data: ~a~%" msgstr "Chyba: Data podpisu po=C5=A1kozena: ~a~%" =20 -#: guix/scripts/authenticate.scm:126 +#: guix/scripts/authenticate.scm:120 msgid "" "Usage: guix authenticate OPTION...\n" "Sign or verify the signature on the given file. This tool is meant to\= n" "be used internally by 'guix-daemon'.\n" msgstr "" =20 -#: guix/scripts/authenticate.scm:132 +#: guix/scripts/authenticate.scm:126 msgid "wrong arguments" msgstr "Nespr=C3=A1vn=C3=A9 argumenty" =20 -#: guix/scripts/system.scm:74 -#, scheme-format -msgid "failed to open operating system file '~a': ~a~%" -msgstr "" - -#: guix/scripts/system.scm:78 guix/ui.scm:238 +#: guix/scripts/system.scm:97 #, scheme-format -msgid "~a: ~a~%" -msgstr "~a: ~a~%" - -#: guix/scripts/system.scm:81 -#, scheme-format -msgid "failed to load operating system file '~a': ~s~%" +msgid "failed to register '~a' under '~a'~%" msgstr "" =20 -#: guix/scripts/system.scm:111 +#: guix/scripts/system.scm:129 #, scheme-format -msgid "failed to register '~a' under '~a'~%" +msgid "failed to install GRUB on device '~a'~%" msgstr "" =20 -#: guix/scripts/system.scm:127 +#: guix/scripts/system.scm:147 #, scheme-format msgid "initializing the current root file system~%" msgstr "" =20 -#: guix/scripts/system.scm:151 guix/scripts/system.scm:291 +#: guix/scripts/system.scm:161 #, scheme-format -msgid "failed to install GRUB on device '~a'~%" +msgid "not running as 'root', so the ownership of '~a' may be incorrect!= ~%" msgstr "" =20 -#: guix/scripts/system.scm:176 +#: guix/scripts/system.scm:213 #, scheme-format msgid "activating system...~%" msgstr "Syst=C3=A9m se zap=C3=ADn=C3=A1 =E2=80=A6~%" =20 -#: guix/scripts/system.scm:211 +#: guix/scripts/system.scm:263 #, scheme-format msgid "unrecognized boot parameters for '~a'~%" msgstr "Nerozpoznan=C3=A9 spou=C5=A1t=C4=9Bc=C3=AD parametry pro =C2=BB~= a=C2=AB~%" =20 -#: guix/scripts/system.scm:295 +#: guix/scripts/system.scm:358 #, scheme-format msgid "initializing operating system under '~a'...~%" msgstr "" =20 -#: guix/scripts/system.scm:311 +#: guix/scripts/system.scm:374 msgid "" "Usage: guix system [OPTION] ACTION FILE\n" "Build the operating system declared in FILE according to ACTION.\n" msgstr "" =20 -#: guix/scripts/system.scm:314 +#: guix/scripts/system.scm:377 msgid "The valid values for ACTION are:\n" msgstr "Platn=C3=A9 hodnoty pro =C4=8CINNOST jsou:\n" =20 -#: guix/scripts/system.scm:315 -msgid " - 'reconfigure', switch to a new operating system configuration= \n" +#: guix/scripts/system.scm:379 +msgid " reconfigure switch to a new operating system configuratio= n\n" msgstr "" =20 -#: guix/scripts/system.scm:317 -msgid " - 'build', build the operating system without installing anythi= ng\n" +#: guix/scripts/system.scm:381 +msgid "" +" build build the operating system without installing anyth= ing\n" msgstr "" =20 -#: guix/scripts/system.scm:319 -msgid " - 'vm', build a virtual machine image that shares the host's st= ore\n" +#: guix/scripts/system.scm:383 +msgid "" +" vm build a virtual machine image that shares the host'= s " +"store\n" msgstr "" =20 -#: guix/scripts/system.scm:321 -msgid " - 'vm-image', build a freestanding virtual machine image\n" +#: guix/scripts/system.scm:385 +msgid " vm-image build a freestanding virtual machine image\n" msgstr "" =20 -#: guix/scripts/system.scm:323 -msgid " - 'disk-image', build a disk image, suitable for a USB stick\n" +#: guix/scripts/system.scm:387 +msgid " disk-image build a disk image, suitable for a USB stick\= n" msgstr "" =20 -#: guix/scripts/system.scm:325 -msgid " - 'init', initialize a root file system to run GNU.\n" +#: guix/scripts/system.scm:389 +msgid " init initialize a root file system to run GNU.\n" msgstr "" =20 -#: guix/scripts/system.scm:329 +#: guix/scripts/system.scm:393 +msgid "" +"\n" +" --on-error=3DSTRATEGY\n" +" apply STRATEGY when an error occurs while read= ing " +"FILE" +msgstr "" + +#: guix/scripts/system.scm:396 msgid "" "\n" " --image-size=3DSIZE for 'vm-image', produce an image of SIZE" msgstr "" =20 -#: guix/scripts/system.scm:331 +#: guix/scripts/system.scm:398 msgid "" "\n" " --no-grub for 'init', do not install GRUB" msgstr "" =20 -#: guix/scripts/system.scm:394 +#: guix/scripts/system.scm:400 +msgid "" +"\n" +" --share=3DSPEC for 'vm', share host file system according t= o SPEC" +msgstr "" + +#: guix/scripts/system.scm:402 +msgid "" +"\n" +" --expose=3DSPEC for 'vm', expose host file system according = to SPEC" +msgstr "" + +#: guix/scripts/system.scm:404 +msgid "" +"\n" +" --full-boot for 'vm', make a full boot sequence" +msgstr "" + +#: guix/scripts/system.scm:495 #, scheme-format msgid "~a: unknown action~%" msgstr "~a: Nezn=C3=A1m=C3=A1 =C4=8Dinnost~%" =20 -#: guix/scripts/system.scm:411 +#: guix/scripts/system.scm:510 #, scheme-format msgid "wrong number of arguments for action '~a'~%" msgstr "Nespr=C3=A1vn=C3=BD po=C4=8Det argument=C5=AF pro =C4=8Dinnost =C2= =BB~a=C2=AB~%" =20 -#: guix/scripts/system.scm:431 +#: guix/scripts/system.scm:534 #, scheme-format msgid "no configuration file specified~%" msgstr "Nezad=C3=A1n =C5=BE=C3=A1dn=C3=BD soubor s nastaven=C3=ADm~%" =20 -#: guix/gnu-maintenance.scm:373 +#: guix/scripts/lint.scm:111 +#, scheme-format +msgid "Available checkers:~%" +msgstr "" + +#: guix/scripts/lint.scm:131 +msgid "description should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:138 +msgid "description should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:154 +#, scheme-format +msgid "" +"sentences in description should be followed ~\n" +"by two spaces; possible infraction~p at ~{~a~^, ~}" +msgstr "" + +#: guix/scripts/lint.scm:175 +msgid "pkg-config should probably be a native input" +msgstr "" + +#: guix/scripts/lint.scm:190 +msgid "synopsis should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:198 +msgid "no period allowed at the end of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:210 +msgid "no article allowed at the beginning of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:217 +msgid "synopsis should be less than 80 characters long" +msgstr "" + +#: guix/scripts/lint.scm:223 +msgid "synopsis should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:230 +msgid "synopsis should not start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:321 guix/scripts/lint.scm:333 +#, scheme-format +msgid "URI ~a not reachable: ~a (~s)" +msgstr "" + +#: guix/scripts/lint.scm:340 +#, fuzzy, scheme-format +msgid "URI ~a domain not found: ~a" +msgstr "guix: ~a: P=C5=99=C3=ADkaz nenalezen~%" + +#: guix/scripts/lint.scm:348 +#, scheme-format +msgid "URI ~a unreachable: ~a" +msgstr "" + +#: guix/scripts/lint.scm:374 +#, fuzzy +msgid "invalid value for home page" +msgstr "Platn=C3=A9 hodnoty pro =C4=8CINNOST jsou:\n" + +#: guix/scripts/lint.scm:377 +#, fuzzy, scheme-format +msgid "invalid home page URL: ~s" +msgstr "" +"\n" +"~a str=C3=A1nky: <~a>" + +#: guix/scripts/lint.scm:402 +msgid "file names of patches should start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:440 +#, scheme-format +msgid "~a: ~a: proposed synopsis: ~s~%" +msgstr "" + +#: guix/scripts/lint.scm:452 +#, scheme-format +msgid "~a: ~a: proposed description:~% \"~a\"~%" +msgstr "" + +#: guix/scripts/lint.scm:489 +msgid "all the source URIs are unreachable:" +msgstr "" + +#: guix/scripts/lint.scm:501 guix/scripts/lint.scm:505 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~a" +msgstr "Nepoda=C5=99ilo se vytvo=C5=99it GC root `~a': ~a~%" + +#: guix/scripts/lint.scm:511 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~s~%" +msgstr "V=C3=BDraz ~s se nepoda=C5=99ilo p=C5=99e=C4=8D=C3=ADst: ~s~%" + +#: guix/scripts/lint.scm:524 +msgid "Validate package descriptions" +msgstr "" + +#: guix/scripts/lint.scm:528 +msgid "Validate synopsis & description of GNU packages" +msgstr "" + +#: guix/scripts/lint.scm:532 +msgid "Identify inputs that should be native inputs" +msgstr "" + +#: guix/scripts/lint.scm:536 +msgid "Validate file names and availability of patches" +msgstr "" + +#: guix/scripts/lint.scm:540 +msgid "Validate home-page URLs" +msgstr "" + +#: guix/scripts/lint.scm:544 +msgid "Validate source URLs" +msgstr "" + +#: guix/scripts/lint.scm:548 +msgid "Report failure to compile a package to a derivation" +msgstr "" + +#: guix/scripts/lint.scm:552 +msgid "Validate package synopses" +msgstr "" + +#: guix/scripts/lint.scm:577 +msgid "" +"Usage: guix lint [OPTION]... [PACKAGE]...\n" +"Run a set of checkers on the specified package; if none is specified,\n= " +"run the checkers on all packages.\n" +msgstr "" + +#: guix/scripts/lint.scm:580 +msgid "" +"\n" +" -c, --checkers=3DCHECKER1,CHECKER2...\n" +" only run the specificed checkers" +msgstr "" + +#: guix/scripts/lint.scm:585 +msgid "" +"\n" +" -l, --list-checkers display the list of available lint checkers" +msgstr "" + +#: guix/scripts/lint.scm:605 +#, fuzzy, scheme-format +msgid "~a: invalid checker~%" +msgstr "~a: Neplatn=C3=A9 =C4=8D=C3=ADslo~%" + +#: guix/scripts/publish.scm:49 +#, scheme-format +msgid "" +"Usage: guix publish [OPTION]...\n" +"Publish ~a over HTTP.\n" +msgstr "" + +#: guix/scripts/publish.scm:51 +msgid "" +"\n" +" -p, --port=3DPORT listen on PORT" +msgstr "" + +#: guix/scripts/publish.scm:53 +msgid "" +"\n" +" --listen=3DHOST listen on the network interface for HOST" +msgstr "" + +#: guix/scripts/publish.scm:55 +msgid "" +"\n" +" -u, --user=3DUSER change privileges to USER as soon as possibl= e" +msgstr "" + +#: guix/scripts/publish.scm:57 +msgid "" +"\n" +" -r, --repl[=3DPORT] spawn REPL server on PORT" +msgstr "" + +#: guix/scripts/publish.scm:73 +#, scheme-format +msgid "lookup of host '~a' failed: ~a~%" +msgstr "" + +#: guix/scripts/publish.scm:97 +#, scheme-format +msgid "lookup of host '~a' returned nothing" +msgstr "" + +#: guix/scripts/publish.scm:270 +#, scheme-format +msgid "user '~a' not found: ~a~%" +msgstr "" + +#: guix/scripts/publish.scm:284 +#, fuzzy, scheme-format +msgid "~A: extraneuous argument~%" +msgstr "~A: Neo=C4=8Dek=C3=A1van=C3=BD argument~%" + +#: guix/scripts/publish.scm:305 +#, scheme-format +msgid "server running as root; consider using the '--user' option!~%" +msgstr "" + +#: guix/scripts/publish.scm:307 +#, scheme-format +msgid "publishing ~a on ~a, port ~d~%" +msgstr "" + +#: guix/gnu-maintenance.scm:461 #, scheme-format msgid "signature verification failed for `~a'~%" msgstr "Ov=C4=9B=C5=99en=C3=AD podpisu se nezda=C5=99ilo pro =C2=BB~a=C2= =AB~%" =20 -#: guix/gnu-maintenance.scm:375 +#: guix/gnu-maintenance.scm:463 #, scheme-format msgid "(could be because the public key is not in your keyring)~%" msgstr "" =20 -#: guix/gnu-maintenance.scm:450 +#: guix/gnu-maintenance.scm:538 #, scheme-format msgid "~a: could not locate source file" msgstr "~a: Zdrojov=C3=BD soubor se nepoda=C5=99ilo naj=C3=ADt" =20 -#: guix/gnu-maintenance.scm:455 +#: guix/gnu-maintenance.scm:543 #, scheme-format msgid "~a: ~a: no `version' field in source; skipping~%" msgstr "" =20 -#: guix/ui.scm:131 +#: guix/ui.scm:210 +msgid "entering debugger; type ',bt' for a backtrace\n" +msgstr "" + +#: guix/ui.scm:226 guix/ui.scm:243 +#, fuzzy, scheme-format +msgid "failed to load '~a': ~a~%" +msgstr "Nepoda=C5=99ilo se spojit s =C2=BB~a=C2=AB: ~a~%" + +#: guix/ui.scm:229 +#, fuzzy, scheme-format +msgid "~a: error: ~a~%" +msgstr "~a: ~a~%" + +#: guix/ui.scm:232 guix/ui.scm:460 +#, scheme-format +msgid "exception thrown: ~s~%" +msgstr "" + +#: guix/ui.scm:234 guix/ui.scm:252 +#, fuzzy, scheme-format +msgid "failed to load '~a':~%" +msgstr "Jazyk se nepoda=C5=99ilo nainstalovat: ~a~%" + +#: guix/ui.scm:246 +#, fuzzy, scheme-format +msgid "~a: warning: ~a~%" +msgstr "~a: ~a~%" + +#: guix/ui.scm:249 +#, fuzzy, scheme-format +msgid "failed to load '~a': exception thrown: ~s~%" +msgstr "V=C3=BDraz ~s se nepoda=C5=99ilo p=C5=99e=C4=8D=C3=ADst: ~s~%" + +#: guix/ui.scm:261 #, scheme-format msgid "failed to install locale: ~a~%" msgstr "Jazyk se nepoda=C5=99ilo nainstalovat: ~a~%" =20 -#: guix/ui.scm:150 +#: guix/ui.scm:280 +#, fuzzy msgid "" -"Copyright (C) 2014 the Guix authors\n" -"License GPLv3+: GNU GPL version 3 or later \n" +"Copyright (C) 2015 the Guix authors\n" +"License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" "Autorsk=C3=A9 pr=C3=A1vo (C) 2014 auto=C5=99i Guixu\n" -"Povolen=C3=AD GPLv3+: GNU GPL verze 3 nebo pozd=C4=9Bj=C5=A1=C3=AD \n" +"Povolen=C3=AD GPLv3+: GNU GPL verze 3 nebo pozd=C4=9Bj=C5=A1=C3=AD \n" "Toto je svobodn=C3=BD software: M=C5=AF=C5=BEete jej voln=C4=9B m=C4=9B= nit a d=C3=A1l =C5=A1=C3=AD=C5=99it.\n" "Nen=C3=AD tu =C5=BD=C3=81DN=C3=81 Z=C3=81RUKA, ve v=C3=BD=C5=A1i povole= n=C3=A9 z=C3=A1konem.\n" =20 -#: guix/ui.scm:158 +#: guix/ui.scm:288 #, scheme-format msgid "" "\n" @@ -886,7 +1343,7 @@ msgstr "" "\n" "Chyby hla=C5=A1te na: ~a." =20 -#: guix/ui.scm:160 +#: guix/ui.scm:290 #, scheme-format msgid "" "\n" @@ -895,7 +1352,7 @@ msgstr "" "\n" "~a str=C3=A1nky: <~a>" =20 -#: guix/ui.scm:162 +#: guix/ui.scm:292 msgid "" "\n" "General help using GNU software: " @@ -903,100 +1360,199 @@ msgstr "" "\n" "V=C5=A1eobecn=C3=A1 n=C3=A1pov=C4=9Bda k software GNU: " =20 -#: guix/ui.scm:169 +#: guix/ui.scm:333 #, scheme-format msgid "~a: invalid number~%" msgstr "~a: Neplatn=C3=A9 =C4=8D=C3=ADslo~%" =20 -#: guix/ui.scm:186 +#: guix/ui.scm:350 #, scheme-format msgid "invalid number: ~a~%" msgstr "Neplatn=C3=A9 =C4=8D=C3=ADslo: ~a~%" =20 -#: guix/ui.scm:201 +#: guix/ui.scm:373 #, scheme-format msgid "unknown unit: ~a~%" msgstr "Nezn=C3=A1m=C3=A1 jednotka: ~a~%" =20 -#: guix/ui.scm:212 +#: guix/ui.scm:384 #, scheme-format msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" msgstr "~a:~a:~a: Bal=C3=AD=C4=8Dek `~a' m=C3=A1 neplatn=C3=BD vstup: ~s= ~%" =20 -#: guix/ui.scm:219 +#: guix/ui.scm:391 #, scheme-format msgid "~a: ~a: build system `~a' does not support cross builds~%" msgstr "~a: ~a: Sestavovac=C3=AD syst=C3=A9m `~a' nepodporuje k=C5=99=C3= =AD=C5=BEov=C3=A1 sestaven=C3=AD~%" =20 -#: guix/ui.scm:224 +#: guix/ui.scm:396 +#, scheme-format +msgid "profile '~a' does not exist~%" +msgstr "Profil =C2=BB~a=C2=AB neexistuje~%" + +#: guix/ui.scm:399 +#, fuzzy, scheme-format +msgid "generation ~a of profile '~a' does not exist~%" +msgstr "Profil =C2=BB~a=C2=AB neexistuje~%" + +#: guix/ui.scm:406 +#, scheme-format +msgid "corrupt input while restoring '~a' from ~s~%" +msgstr "" + +#: guix/ui.scm:408 +#, scheme-format +msgid "corrupt input while restoring archive from ~s~%" +msgstr "" + +#: guix/ui.scm:411 #, scheme-format msgid "failed to connect to `~a': ~a~%" msgstr "Nepoda=C5=99ilo se spojit s =C2=BB~a=C2=AB: ~a~%" =20 -#: guix/ui.scm:229 +#: guix/ui.scm:416 #, scheme-format msgid "build failed: ~a~%" msgstr "Nepoda=C5=99ilo se sestavit: ~a~%" =20 -#: guix/ui.scm:257 +#: guix/ui.scm:419 +#, scheme-format +msgid "reference to invalid output '~a' of derivation '~a'~%" +msgstr "" + +#: guix/ui.scm:430 +#, scheme-format +msgid "~a: ~a~%" +msgstr "~a: ~a~%" + +#: guix/ui.scm:449 #, scheme-format msgid "failed to read expression ~s: ~s~%" msgstr "V=C3=BDraz ~s se nepoda=C5=99ilo p=C5=99e=C4=8D=C3=ADst: ~s~%" =20 -#: guix/ui.scm:263 -#, scheme-format -msgid "failed to evaluate expression `~a': ~s~%" -msgstr "" +#: guix/ui.scm:455 +#, fuzzy, scheme-format +msgid "failed to evaluate expression '~a':~%" +msgstr "V=C3=BDraz ~s se nepoda=C5=99ilo p=C5=99e=C4=8D=C3=ADst: ~s~%" + +#: guix/ui.scm:458 +#, fuzzy, scheme-format +msgid "syntax error: ~a~%" +msgstr "Neplatn=C3=A1 skladba: ~a~%" =20 -#: guix/ui.scm:272 +#: guix/ui.scm:472 #, scheme-format msgid "expression ~s does not evaluate to a package~%" msgstr "" =20 -#: guix/ui.scm:319 +#: guix/ui.scm:524 #, scheme-format msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" -msgstr "" +msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~= ;~]" +msgstr[0] "" +msgstr[1] "" =20 -#: guix/ui.scm:324 +#: guix/ui.scm:529 #, scheme-format msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" -msgstr "" +msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;= ~]" +msgstr[0] "" +msgstr[1] "" =20 -#: guix/ui.scm:330 +#: guix/ui.scm:535 #, scheme-format msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" -msgstr "" +msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;= ~]" +msgstr[0] "" +msgstr[1] "" =20 -#: guix/ui.scm:335 -#, scheme-format +#: guix/ui.scm:540 +#, fuzzy, scheme-format msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" -msgstr "~:[Bude sta=C5=BEen n=C3=A1sleduj=C3=ADc=C3=AD soubor:~%~{ ~a~= %~}~;~]" +msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~= ]" +msgstr[0] "~:[Bude sta=C5=BEen n=C3=A1sleduj=C3=ADc=C3=AD soubor:~%~{ = ~a~%~}~;~]" +msgstr[1] "~:[Bude sta=C5=BEen n=C3=A1sleduj=C3=ADc=C3=AD soubor:~%~{ = ~a~%~}~;~]" =20 -#: guix/ui.scm:352 +#: guix/ui.scm:595 +#, scheme-format +msgid "The following package would be removed:~%~{~a~%~}~%" +msgid_plural "The following packages would be removed:~%~{~a~%~}~%" +msgstr[0] "" +msgstr[1] "" + +#: guix/ui.scm:600 +#, scheme-format +msgid "The following package will be removed:~%~{~a~%~}~%" +msgid_plural "The following packages will be removed:~%~{~a~%~}~%" +msgstr[0] "" +msgstr[1] "" + +#: guix/ui.scm:613 +#, fuzzy, scheme-format +msgid "The following package would be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" +msgstr[0] "Bude nainstalov=C3=A1n n=C3=A1sleduj=C3=ADc=C3=AD bal=C3=AD=C4= =8Dek:~%~{~a~%~}~%" +msgstr[1] "Bude nainstalov=C3=A1n n=C3=A1sleduj=C3=ADc=C3=AD bal=C3=AD=C4= =8Dek:~%~{~a~%~}~%" + +#: guix/ui.scm:618 +#, fuzzy, scheme-format +msgid "The following package will be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" +msgstr[0] "Bude nainstalov=C3=A1n n=C3=A1sleduj=C3=ADc=C3=AD bal=C3=AD=C4= =8Dek:~%~{~a~%~}~%" +msgstr[1] "Bude nainstalov=C3=A1n n=C3=A1sleduj=C3=ADc=C3=AD bal=C3=AD=C4= =8Dek:~%~{~a~%~}~%" + +#: guix/ui.scm:631 +#, fuzzy, scheme-format +msgid "The following package would be upgraded:~%~{~a~%~}~%" +msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" +msgstr[0] "Bude nainstalov=C3=A1n n=C3=A1sleduj=C3=ADc=C3=AD bal=C3=AD=C4= =8Dek:~%~{~a~%~}~%" +msgstr[1] "Bude nainstalov=C3=A1n n=C3=A1sleduj=C3=ADc=C3=AD bal=C3=AD=C4= =8Dek:~%~{~a~%~}~%" + +#: guix/ui.scm:636 +#, fuzzy, scheme-format +msgid "The following package will be upgraded:~%~{~a~%~}~%" +msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" +msgstr[0] "Bude nainstalov=C3=A1n n=C3=A1sleduj=C3=ADc=C3=AD bal=C3=AD=C4= =8Dek:~%~{~a~%~}~%" +msgstr[1] "Bude nainstalov=C3=A1n n=C3=A1sleduj=C3=ADc=C3=AD bal=C3=AD=C4= =8Dek:~%~{~a~%~}~%" + +#: guix/ui.scm:647 +#, scheme-format +msgid "The following package would be installed:~%~{~a~%~}~%" +msgid_plural "The following packages would be installed:~%~{~a~%~}~%" +msgstr[0] "" +msgstr[1] "" + +#: guix/ui.scm:652 +#, fuzzy, scheme-format +msgid "The following package will be installed:~%~{~a~%~}~%" +msgid_plural "The following packages will be installed:~%~{~a~%~}~%" +msgstr[0] "Bude nainstalov=C3=A1n n=C3=A1sleduj=C3=ADc=C3=AD bal=C3=AD=C4= =8Dek:~%~{~a~%~}~%" +msgstr[1] "Bude nainstalov=C3=A1n n=C3=A1sleduj=C3=ADc=C3=AD bal=C3=AD=C4= =8Dek:~%~{~a~%~}~%" + +#: guix/ui.scm:669 msgid "" msgstr "" =20 -#: guix/ui.scm:380 +#: guix/ui.scm:695 #, scheme-format msgid "failed to create configuration directory `~a': ~a~%" msgstr "Adres=C3=A1=C5=99 s nastaven=C3=ADm =C2=BB~a=C2=AB se nepoda=C5=99= ilo vytvo=C5=99it: ~a~%" =20 -#: guix/ui.scm:461 guix/ui.scm:475 +#: guix/ui.scm:797 guix/ui.scm:811 msgid "unknown" msgstr "Nezn=C3=A1m=C3=BD" =20 -#: guix/ui.scm:584 +#: guix/ui.scm:920 #, scheme-format msgid "invalid argument: ~a~%" msgstr "Neplatn=C3=BD argument: ~a~%" =20 -#: guix/ui.scm:589 +#: guix/ui.scm:959 #, scheme-format msgid "Try `guix --help' for more information.~%" msgstr "vyvolejte =C2=BBguix --help=C2=AB pro obdr=C5=BEen=C3=AD dal=C5=A1= =C3=ADch informac=C3=AD.~%" =20 -#: guix/ui.scm:619 +#: guix/ui.scm:986 msgid "" "Usage: guix COMMAND ARGS...\n" "Run COMMAND with ARGS.\n" @@ -1004,118 +1560,208 @@ msgstr "" "Pou=C5=BEit=C3=AD: guix P=C5=98=C3=8DKAZ ARGUMENTY =E2=80=A6\n" "Spustit P=C5=98=C3=8DKAZ s ARGUMENTY.\n" =20 -#: guix/ui.scm:622 +#: guix/ui.scm:989 msgid "COMMAND must be one of the sub-commands listed below:\n" msgstr "P=C5=98=C3=8DKAZ mus=C3=AD b=C3=BDt jeden z n=C3=AD=C5=BEe uvede= n=C3=BDch podp=C5=99=C3=ADkaz=C5=AF:\n" =20 -#: guix/ui.scm:642 +#: guix/ui.scm:1009 #, scheme-format msgid "guix: ~a: command not found~%" msgstr "guix: ~a: P=C5=99=C3=ADkaz nenalezen~%" =20 -#: guix/ui.scm:660 +#: guix/ui.scm:1027 #, scheme-format msgid "guix: missing command name~%" msgstr "guix: Chyb=C3=AD n=C3=A1zev p=C5=99=C3=ADkazu~%" =20 -#: guix/ui.scm:668 +#: guix/ui.scm:1035 #, scheme-format msgid "guix: unrecognized option '~a'~%" msgstr "guix: Nerozpoznan=C3=A1 volba =C2=BB~a=C2=AB~%" =20 -#: guix/http-client.scm:217 -#, scheme-format -msgid "using Guile ~a, which does not support ~s encoding~%" -msgstr "" - -#: guix/http-client.scm:220 -#, scheme-format -msgid "download failed; use a newer Guile~%" -msgstr "Sta=C5=BEen=C3=AD se nezda=C5=99ilo. Pou=C5=BEijte nov=C4=9Bj=C5= =A1=C3=AD Guile~%" - -#: guix/http-client.scm:232 +#: guix/http-client.scm:211 #, scheme-format msgid "following redirection to `~a'...~%" msgstr "" =20 -#: guix/http-client.scm:241 +#: guix/http-client.scm:220 msgid "download failed" msgstr "Sta=C5=BEen=C3=AD se nezda=C5=99ilo" =20 -#: guix/nar.scm:134 -msgid "unexpected executable file marker" -msgstr "" - -#: guix/nar.scm:141 -msgid "unsupported nar file type" -msgstr "" - -#: guix/nar.scm:209 -msgid "unsupported file type" -msgstr "Nepodporovan=C3=BD typ souboru" - -#: guix/nar.scm:219 -msgid "invalid nar signature" -msgstr "" - -#: guix/nar.scm:230 -msgid "invalid nar end-of-file marker" -msgstr "" - -#: guix/nar.scm:244 -msgid "invalid symlink tokens" -msgstr "" - -#: guix/nar.scm:263 -msgid "unexpected directory entry termination" -msgstr "" - -#: guix/nar.scm:272 -msgid "unexpected directory inter-entry marker" -msgstr "" - -#: guix/nar.scm:277 -msgid "unsupported nar entry type" -msgstr "" - -#: guix/nar.scm:376 +#: guix/nar.scm:155 msgid "signature is not a valid s-expression" msgstr "Podpis nen=C3=AD platn=C3=BD s-v=C3=BDraz" =20 -#: guix/nar.scm:385 +#: guix/nar.scm:164 msgid "invalid signature" msgstr "Neplatn=C3=BD podpis" =20 -#: guix/nar.scm:389 +#: guix/nar.scm:168 msgid "invalid hash" msgstr "Neplatn=C3=BD kontroln=C3=AD sou=C4=8Det" =20 -#: guix/nar.scm:397 +#: guix/nar.scm:176 msgid "unauthorized public key" msgstr "Neautorizovan=C3=BD ve=C5=99ejn=C3=BD kl=C3=AD=C4=8D" =20 -#: guix/nar.scm:402 +#: guix/nar.scm:181 msgid "corrupt signature data" msgstr "data podpisu po=C5=A1kozena" =20 -#: guix/nar.scm:422 +#: guix/nar.scm:201 msgid "corrupt file set archive" msgstr "" =20 -#: guix/nar.scm:432 +#: guix/nar.scm:211 #, scheme-format msgid "importing file or directory '~a'...~%" msgstr "Zav=C3=A1d=C3=AD se soubor nebo adres=C3=A1=C5=99 =C2=BB~a=C2=AB= =E2=80=A6~%" =20 -#: guix/nar.scm:441 +#: guix/nar.scm:222 #, scheme-format msgid "found valid signature for '~a'~%" msgstr "Nalezen platn=C3=BD podpis pro =C2=BB~a=C2=AB ~%" =20 -#: guix/nar.scm:448 +#: guix/nar.scm:229 msgid "imported file lacks a signature" msgstr "Zaveden=C3=A9mu souboru chyb=C3=AD podpis" =20 -#: guix/nar.scm:487 +#: guix/nar.scm:268 msgid "invalid inter-file archive mark" msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:61 +msgid "guix-daemon -- perform derivation builds and store accesses" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:63 +msgid "" +"This program is a daemon meant to run in the background. It serves req= uests " +"sent over a Unix-domain socket. It accesses the store, and builds " +"derivations on behalf of its clients." +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:86 +msgid "SYSTEM" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:87 +msgid "assume SYSTEM as the current system type" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:88 nix/nix-daemon/guix-daemon.cc:91 +msgid "N" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:89 +msgid "use N CPU cores to build each derivation; 0 means as many as avai= lable" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:92 +msgid "allow at most N build jobs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:94 +msgid "disable chroot builds" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:95 +msgid "DIR" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:96 +msgid "add DIR to the build chroot" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:97 +msgid "GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:98 +msgid "perform builds as a user of GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:100 +msgid "do not use substitutes" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:101 +msgid "URLS" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:102 +msgid "use URLS as the default list of substitute providers" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:104 +msgid "do not use the 'build hook'" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:106 +msgid "cache build failures" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:108 +msgid "do not keep build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:110 +msgid "disable compression of the build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:115 +msgid "disable automatic file \"deduplication\" in the store" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:125 +msgid "impersonate Linux 2.6" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:129 +msgid "tell whether the GC must keep outputs of live derivations" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:132 +msgid "tell whether the GC must keep derivations corresponding to live o= utputs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:135 +msgid "SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:136 +msgid "listen for connections on SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:138 +msgid "produce debugging output" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:205 nix/nix-daemon/guix-daemon.cc:381 +#, c-format +msgid "error: %s\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:266 +#, c-format +msgid "error: libgcrypt version mismatch\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:357 +#, c-format +msgid "" +"warning: daemon is running as root, so using `--build-users-group' is h= ighly " +"recommended\n" +msgstr "" + +#~ msgid "~a: not a number~%" +#~ msgstr "~a: Nen=C3=AD =C4=8D=C3=ADslo~%" + +#~ msgid "Downloading, please wait...~%" +#~ msgstr "Stahuje se. Po=C4=8Dkejte, pros=C3=ADm =E2=80=A6~%" + +#~ msgid "download failed; use a newer Guile~%" +#~ msgstr "Sta=C5=BEen=C3=AD se nezda=C5=99ilo. Pou=C5=BEijte nov=C4=9Bj= =C5=A1=C3=AD Guile~%" + +#~ msgid "unsupported file type" +#~ msgstr "Nepodporovan=C3=BD typ souboru" diff --git a/po/guix/da.po b/po/guix/da.po index 2274ebf..495e85b 100644 --- a/po/guix/da.po +++ b/po/guix/da.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: guix 0.8.2\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2015-05-10 14:02+0200\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2015-05-14 19:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -44,12 +44,12 @@ msgstr "kigger efter den seneste udgivelse af GNU ~a.= .." msgid "~a: note: using ~a but ~a is available upstream~%" msgstr "~a: bem=C3=A6rk: bruger ~a men ~a er tilg=C3=A6ngelig opstr=C3=B8= m~%" =20 -#: gnu/packages.scm:411 guix/scripts/package.scm:350 +#: gnu/packages.scm:411 guix/scripts/package.scm:351 #, scheme-format msgid "ambiguous package specification `~a'~%" msgstr "tvetydig pakkespecifikation =C2=BB~a=C2=AB~%" =20 -#: gnu/packages.scm:412 guix/scripts/package.scm:352 +#: gnu/packages.scm:412 guix/scripts/package.scm:353 #, scheme-format msgid "choosing ~a from ~a~%" msgstr "v=C3=A6lger ~a fra ~a~%" @@ -64,7 +64,18 @@ msgstr "~A: pakke ikke fundet for version ~a~%" msgid "~A: unknown package~%" msgstr "~A: ukendt pakke~%" =20 -#: gnu/system.scm:811 +#: gnu/system.scm:582 +#, scheme-format +msgid "using a string for file '~a' is deprecated; use 'plain-file' inst= ead~%" +msgstr "" + +#: gnu/system.scm:598 +#, scheme-format +msgid "" +"using a monadic value for '~a' is deprecated; use 'plain-file' instead~= %" +msgstr "" + +#: gnu/system.scm:850 msgid "system locale lacks a definition" msgstr "systemsprog mangler en definition" =20 @@ -73,12 +84,22 @@ msgstr "systemsprog mangler en definition" msgid "service '~a' provided more than once" msgstr "tjeneste =C2=BB~a=C2=AB tilbudt mere end en gang" =20 -#: guix/scripts/build.scm:65 +#: gnu/system/shadow.scm:204 +#, scheme-format +msgid "supplementary group '~a' of user '~a' is undeclared" +msgstr "" + +#: gnu/system/shadow.scm:214 +#, scheme-format +msgid "primary group '~a' of user '~a' is undeclared" +msgstr "" + +#: guix/scripts/build.scm:66 #, scheme-format msgid "failed to create GC root `~a': ~a~%" msgstr "kunne ikke oprette GC-root =C2=BB~a=C2=AB: ~a~%" =20 -#: guix/scripts/build.scm:102 +#: guix/scripts/build.scm:110 msgid "" "\n" " -L, --load-path=3DDIR prepend DIR to the package module search pat= h" @@ -86,7 +107,7 @@ msgstr "" "\n" " -L, --load-path=3DMAPPE foranstil MAPPE til pakkemodulets s=C3=B8ges= ti" =20 -#: guix/scripts/build.scm:104 +#: guix/scripts/build.scm:112 msgid "" "\n" " -K, --keep-failed keep build tree of failed builds" @@ -94,7 +115,7 @@ msgstr "" "\n" " -K, --keep-failed bevar byggetr=C3=A6 for mislykkede bygninger" =20 -#: guix/scripts/build.scm:106 +#: guix/scripts/build.scm:114 msgid "" "\n" " -n, --dry-run do not build the derivations" @@ -102,7 +123,7 @@ msgstr "" "\n" " -n, --dry-run byg ikke derivationerne" =20 -#: guix/scripts/build.scm:108 +#: guix/scripts/build.scm:116 msgid "" "\n" " --fallback fall back to building when the substituter fai= ls" @@ -110,15 +131,16 @@ msgstr "" "\n" " --fallback fald tilbage til bygning n=C3=A5r erstatningen= fejler" =20 -#: guix/scripts/build.scm:110 +#: guix/scripts/build.scm:118 msgid "" "\n" " --no-substitutes build instead of resorting to pre-built substi= tutes" msgstr "" "\n" -" --no-substitutes byg i stedet for en ny sortering af pr=C3=A6by= ggede substitutter" +" --no-substitutes byg i stedet for en ny sortering af pr=C3=A6by= ggede " +"substitutter" =20 -#: guix/scripts/build.scm:112 +#: guix/scripts/build.scm:120 msgid "" "\n" " --no-build-hook do not attempt to offload builds via the build= hook" @@ -126,7 +148,7 @@ msgstr "" "\n" " --no-build-hook fors=C3=B8g ikke at aflaste bygninger via bygg= ekrogen" =20 -#: guix/scripts/build.scm:114 +#: guix/scripts/build.scm:122 msgid "" "\n" " --max-silent-time=3DSECONDS\n" @@ -134,17 +156,19 @@ msgid "" msgstr "" "\n" " --max-silent-time=3DSEKUNDER\n" -" marker bygningen som mislykket efter SEKUNDER = af stilhed" +" marker bygningen som mislykket efter SEKUNDER = af " +"stilhed" =20 -#: guix/scripts/build.scm:117 +#: guix/scripts/build.scm:125 msgid "" "\n" " --timeout=3DSECONDS mark the build as failed after SECONDS of ac= tivity" msgstr "" "\n" -" --timeout=3DSEKUNDER marker bygningen som mislykket efter SEKUNDE= R af aktivitet" +" --timeout=3DSEKUNDER marker bygningen som mislykket efter SEKUNDE= R af " +"aktivitet" =20 -#: guix/scripts/build.scm:119 +#: guix/scripts/build.scm:127 msgid "" "\n" " --verbosity=3DLEVEL use the given verbosity LEVEL" @@ -152,7 +176,7 @@ msgstr "" "\n" " --verbosity=3DNIVEAU brug det angivne uddybnings-NIVEAU" =20 -#: guix/scripts/build.scm:121 +#: guix/scripts/build.scm:129 msgid "" "\n" " -c, --cores=3DN allow the use of up to N CPU cores for the b= uild" @@ -160,7 +184,7 @@ msgstr "" "\n" " -c, --cores=3DN tillad brugen af op til N CPU-kerner til byg= ningen" =20 -#: guix/scripts/build.scm:123 +#: guix/scripts/build.scm:131 msgid "" "\n" " -M, --max-jobs=3DN allow at most N build jobs" @@ -168,12 +192,12 @@ msgstr "" "\n" " -M, --max-jobs=3DN tillad h=C3=B8jest N-byggejob" =20 -#: guix/scripts/build.scm:198 guix/scripts/build.scm:205 +#: guix/scripts/build.scm:209 guix/scripts/build.scm:216 #, scheme-format msgid "not a number: '~a' option argument: ~a~%" msgstr "ikke et nummer: =C2=BB~a=C2=AB tilvalgsparameter: ~a~%" =20 -#: guix/scripts/build.scm:224 +#: guix/scripts/build.scm:235 msgid "" "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" @@ -181,7 +205,7 @@ msgstr "" "Brug: guix build [TILVALG]... PAKKE-ELLER-AFLEDNING...\n" "Byg den angivne PAKKE-ELLER-AFLEDNING og returner deres uddatastier.\n" =20 -#: guix/scripts/build.scm:226 +#: guix/scripts/build.scm:237 msgid "" "\n" " -e, --expression=3DEXPR build the package or derivation EXPR evaluat= es to" @@ -190,7 +214,7 @@ msgstr "" " -e, --expression=3DUDTRYK\n" " byg pakken eller derivationen UDTRYK evaluerer= til" =20 -#: guix/scripts/build.scm:228 +#: guix/scripts/build.scm:239 msgid "" "\n" " -S, --source build the packages' source derivations" @@ -198,17 +222,18 @@ msgstr "" "\n" " -S, --source byg pakkernes kildederivationer" =20 -#: guix/scripts/build.scm:230 +#: guix/scripts/build.scm:241 msgid "" "\n" -" --sources[=3DTYPE] build source derivations; TYPE may optionall= y be one\n" +" --sources[=3DTYPE] build source derivations; TYPE may optionall= y be " +"one\n" " of \"package\", \"all\" (default), or \"transi= tive\"" msgstr "" "\n" " --sources[=3DTYPE] bygningskildeafledninger; TYPE kan valgfrit = v=C3=A6re\n" " =C2=BBpackage=C2=AB, =C2=BBall=C2=AB (standard= ) eller =C2=BBtransitive=C2=AB" =20 -#: guix/scripts/build.scm:233 +#: guix/scripts/build.scm:244 msgid "" "\n" " -s, --system=3DSYSTEM attempt to build for SYSTEM--e.g., \"i686-li= nux\"" @@ -216,7 +241,7 @@ msgstr "" "\n" " -s, --system=3DSYSTEM fors=C3=B8ger at bygge for SYSTEM--f.eks., =C2= =BBi686-linux=C2=AB" =20 -#: guix/scripts/build.scm:235 +#: guix/scripts/build.scm:246 msgid "" "\n" " --target=3DTRIPLET cross-build for TRIPLET--e.g., \"armel-linux= -gnu\"" @@ -224,7 +249,7 @@ msgstr "" "\n" " --target=3DTRIPLET krydsbyg for TRIPLET--f.eks., =C2=BBarmel-li= nux-gnu=C2=AB" =20 -#: guix/scripts/build.scm:237 +#: guix/scripts/build.scm:248 msgid "" "\n" " --with-source=3DSOURCE\n" @@ -234,7 +259,7 @@ msgstr "" " --with-source=3DKILDE\n" " brug KILDE n=C3=A5r den tilsvarende pakke bygg= es" =20 -#: guix/scripts/build.scm:240 +#: guix/scripts/build.scm:251 msgid "" "\n" " --no-grafts do not graft packages" @@ -242,7 +267,7 @@ msgstr "" "\n" " --no-grafts pod ikke pakker" =20 -#: guix/scripts/build.scm:242 +#: guix/scripts/build.scm:253 msgid "" "\n" " -d, --derivations return the derivation paths of the given packa= ges" @@ -250,17 +275,18 @@ msgstr "" "\n" " -d, --derivations returner de afledte stier for de givne pakker" =20 -#: guix/scripts/build.scm:244 +#: guix/scripts/build.scm:255 msgid "" "\n" " -r, --root=3DFILE make FILE a symlink to the result, and regis= ter it\n" " as a garbage collector root" msgstr "" "\n" -" -r, --root=3DFIL g=C3=B8r FIL til en symbolsk henvisning for = resultatet, og\n" +" -r, --root=3DFIL g=C3=B8r FIL til en symbolsk henvisning for = resultatet, " +"og\n" " registrer den som en affaldsindsamlerroot" =20 -#: guix/scripts/build.scm:247 +#: guix/scripts/build.scm:258 msgid "" "\n" " --log-file return the log file names for the given deriva= tions" @@ -268,12 +294,12 @@ msgstr "" "\n" " --log-file returner logfilnavnen for de givne afledninger= " =20 -#: guix/scripts/build.scm:252 guix/scripts/download.scm:53 -#: guix/scripts/package.scm:464 guix/scripts/gc.scm:58 -#: guix/scripts/hash.scm:55 guix/scripts/import.scm:90 +#: guix/scripts/build.scm:263 guix/scripts/download.scm:53 +#: guix/scripts/package.scm:478 guix/scripts/gc.scm:65 +#: guix/scripts/hash.scm:55 guix/scripts/import.scm:91 #: guix/scripts/pull.scm:81 guix/scripts/substitute.scm:682 -#: guix/scripts/system.scm:400 guix/scripts/lint.scm:534 -#: guix/scripts/publish.scm:56 +#: guix/scripts/system.scm:407 guix/scripts/lint.scm:583 +#: guix/scripts/publish.scm:60 msgid "" "\n" " -h, --help display this help and exit" @@ -281,12 +307,12 @@ msgstr "" "\n" " -h, --help vis denne hj=C3=A6lpetekst og afslut" =20 -#: guix/scripts/build.scm:254 guix/scripts/download.scm:55 -#: guix/scripts/package.scm:466 guix/scripts/gc.scm:60 -#: guix/scripts/hash.scm:57 guix/scripts/import.scm:92 +#: guix/scripts/build.scm:265 guix/scripts/download.scm:55 +#: guix/scripts/package.scm:480 guix/scripts/gc.scm:67 +#: guix/scripts/hash.scm:57 guix/scripts/import.scm:93 #: guix/scripts/pull.scm:83 guix/scripts/substitute.scm:684 -#: guix/scripts/system.scm:402 guix/scripts/lint.scm:538 -#: guix/scripts/publish.scm:58 +#: guix/scripts/system.scm:409 guix/scripts/lint.scm:587 +#: guix/scripts/publish.scm:62 msgid "" "\n" " -V, --version display version information and exit" @@ -294,7 +320,7 @@ msgstr "" "\n" " -V, --version vis versioninformation og afslut" =20 -#: guix/scripts/build.scm:281 +#: guix/scripts/build.scm:292 #, scheme-format msgid "" "invalid argument: '~a' option argument: ~a, ~\n" @@ -303,12 +329,12 @@ msgstr "" "ugyldigt argument: =C2=BB~a=C2=AB tilvalgsargumentet: ~a, ~\n" "skal v=C3=A6re =C2=BBpackage=C2=AB, =C2=BBall=C2=AB eller =C2=BBtransit= ive=C2=AB~%" =20 -#: guix/scripts/build.scm:404 +#: guix/scripts/build.scm:415 #, scheme-format msgid "sources do not match any package:~{ ~a~}~%" msgstr "kilder matcher ikke nogen pakke:~{ ~a~}~%" =20 -#: guix/scripts/build.scm:453 +#: guix/scripts/build.scm:464 #, scheme-format msgid "no build log for '~a'~%" msgstr "ingen byggelog for =C2=BB~a=C2=AB~%" @@ -342,9 +368,9 @@ msgstr "" msgid "unsupported hash format: ~a~%" msgstr "ikke underst=C3=B8ttet hash-format: ~a~%" =20 -#: guix/scripts/download.scm:96 guix/scripts/gc.scm:122 -#: guix/scripts/pull.scm:217 guix/scripts/lint.scm:585 -#: guix/scripts/publish.scm:233 guix/ui.scm:829 +#: guix/scripts/download.scm:96 guix/scripts/gc.scm:144 +#: guix/scripts/pull.scm:217 guix/scripts/lint.scm:634 +#: guix/scripts/publish.scm:282 guix/ui.scm:946 #, scheme-format msgid "~A: unrecognized option~%" msgstr "~A: ikke genkendt tilvalg~%" @@ -359,73 +385,76 @@ msgstr "~a: kunne ikke fortolke URI~%" msgid "~a: download failed~%" msgstr "~a: overf=C3=B8rsel mislykkede~%" =20 -#: guix/scripts/package.scm:108 +#: guix/scripts/package.scm:109 #, scheme-format msgid "failed to build the empty profile~%" msgstr "kunne ikke bygge den tomme profil~%" =20 -#: guix/scripts/package.scm:124 +#: guix/scripts/package.scm:125 #, scheme-format msgid "switching from generation ~a to ~a~%" msgstr "skifter fra generation ~a til ~a~%" =20 -#: guix/scripts/package.scm:143 +#: guix/scripts/package.scm:144 #, scheme-format msgid "nothing to do: already at the empty profile~%" msgstr "intet at udf=C3=B8re: allerede en tom profil~%" =20 -#: guix/scripts/package.scm:155 +#: guix/scripts/package.scm:156 #, scheme-format msgid "deleting ~a~%" msgstr "sletter ~a~%" =20 -#: guix/scripts/package.scm:268 +#: guix/scripts/package.scm:269 #, scheme-format msgid "not removing generation ~a, which is current~%" msgstr "fjerner ikke generation ~a, som er nuv=C3=A6rende~%" =20 -#: guix/scripts/package.scm:275 +#: guix/scripts/package.scm:276 #, scheme-format msgid "no matching generation~%" msgstr "ingen matchende generation~%" =20 -#: guix/scripts/package.scm:278 guix/scripts/package.scm:917 +#: guix/scripts/package.scm:279 guix/scripts/package.scm:959 #, scheme-format msgid "invalid syntax: ~a~%" msgstr "ugyldig syntaks: ~a~%" =20 -#: guix/scripts/package.scm:340 +#: guix/scripts/package.scm:341 #, scheme-format msgid "package `~a' lacks output `~a'~%" msgstr "pakke =C2=BB~a=C2=AB mangler uddata =C2=BB~a=C2=AB~%" =20 -#: guix/scripts/package.scm:357 +#: guix/scripts/package.scm:358 #, scheme-format msgid "~a: package not found~%" msgstr "~a: pakken blev ikke fundet~%" =20 -#: guix/scripts/package.scm:401 +#: guix/scripts/package.scm:409 #, scheme-format msgid "The following environment variable definitions may be needed:~%" msgstr "De f=C3=B8lgende milj=C3=B8variabeldefinitioner kan v=C3=A6re kr= =C3=A6vet:~%" =20 -#: guix/scripts/package.scm:417 +#: guix/scripts/package.scm:425 +#, fuzzy msgid "" -"Usage: guix package [OPTION]... PACKAGES...\n" -"Install, remove, or upgrade PACKAGES in a single transaction.\n" +"Usage: guix package [OPTION]...\n" +"Install, remove, or upgrade packages in a single transaction.\n" msgstr "" "Brug: guix-pakke [TILVALG]... PAKKER...\n" "Installer, fjern eller opgrader PAKKER i en enkel transaktion.\n" =20 -#: guix/scripts/package.scm:419 +#: guix/scripts/package.scm:427 +#, fuzzy msgid "" "\n" -" -i, --install=3DPACKAGE install PACKAGE" +" -i, --install PACKAGE ...\n" +" install PACKAGEs" msgstr "" "\n" " -i, --install=3DPAKKE installer PAKKE" =20 -#: guix/scripts/package.scm:421 +#: guix/scripts/package.scm:430 msgid "" "\n" " -e, --install-from-expression=3DEXP\n" @@ -435,15 +464,17 @@ msgstr "" " -e, --install-from-expression=3DUDTRYK\n" " installer pakken UDTRYK evaluerer til" =20 -#: guix/scripts/package.scm:424 +#: guix/scripts/package.scm:433 +#, fuzzy msgid "" "\n" -" -r, --remove=3DPACKAGE remove PACKAGE" +" -r, --remove PACKAGE ...\n" +" remove PACKAGEs" msgstr "" "\n" " -r, --remove=3DPAKKE fjern PAKKE" =20 -#: guix/scripts/package.scm:426 +#: guix/scripts/package.scm:436 msgid "" "\n" " -u, --upgrade[=3DREGEXP] upgrade all the installed packages matching = REGEXP" @@ -453,15 +484,23 @@ msgstr "" " opgrader alle de installerede pakker der match= er\n" " REGUDTRYK" =20 -#: guix/scripts/package.scm:428 +#: guix/scripts/package.scm:438 +msgid "" +"\n" +" -m, --manifest=3DFILE create a new profile generation with the man= ifest\n" +" from FILE" +msgstr "" + +#: guix/scripts/package.scm:441 msgid "" "\n" " --do-not-upgrade[=3DREGEXP] do not upgrade any packages matching = REGEXP" msgstr "" "\n" -" --do-not--upgrade[=3DREGUDTRYK] opgrader ikke pakker der matcher = REGUDTRYK" +" --do-not--upgrade[=3DREGUDTRYK] opgrader ikke pakker der matcher = " +"REGUDTRYK" =20 -#: guix/scripts/package.scm:430 +#: guix/scripts/package.scm:443 msgid "" "\n" " --roll-back roll back to the previous generation" @@ -469,15 +508,17 @@ msgstr "" "\n" " --roll-back rul tilbage til den forrige generation" =20 -#: guix/scripts/package.scm:432 +#: guix/scripts/package.scm:445 +#, fuzzy msgid "" "\n" -" --search-paths display needed environment variable definition= s" +" --search-paths[=3DKIND]\n" +" display needed environment variable definition= s" msgstr "" "\n" " --search-paths vis kr=C3=A6vede milj=C3=B8variabeldefinitione= r" =20 -#: guix/scripts/package.scm:434 +#: guix/scripts/package.scm:448 msgid "" "\n" " -l, --list-generations[=3DPATTERN]\n" @@ -487,7 +528,7 @@ msgstr "" " -l, --list-generations[=3DM=C3=98NSTER]\n" " vis generationer der matcher M=C3=98NSTER" =20 -#: guix/scripts/package.scm:437 +#: guix/scripts/package.scm:451 msgid "" "\n" " -d, --delete-generations[=3DPATTERN]\n" @@ -497,7 +538,7 @@ msgstr "" " -d, --delete-generations[=3DM=C3=98NSTER]\n" " slet generationer der matcher M=C3=98NSTER" =20 -#: guix/scripts/package.scm:440 +#: guix/scripts/package.scm:454 msgid "" "\n" " -S, --switch-generation=3DPATTERN\n" @@ -507,7 +548,7 @@ msgstr "" " -S, --switch-generation=3DM=C3=98NSTER\n" " skift til et generationsmatchende M=C3=98NSTER= " =20 -#: guix/scripts/package.scm:443 +#: guix/scripts/package.scm:457 msgid "" "\n" " -p, --profile=3DPROFILE use PROFILE instead of the user's default pr= ofile" @@ -515,7 +556,7 @@ msgstr "" "\n" " -p, --profile=3DPROFIL brug PROFIL i stedet for brugerens standardp= rofil" =20 -#: guix/scripts/package.scm:446 +#: guix/scripts/package.scm:460 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the profile" @@ -523,7 +564,7 @@ msgstr "" "\n" " --bootstrap brug bootstrap Guile til at bygge profilen" =20 -#: guix/scripts/package.scm:448 guix/scripts/pull.scm:74 +#: guix/scripts/package.scm:462 guix/scripts/pull.scm:74 msgid "" "\n" " --verbose produce verbose output" @@ -531,7 +572,7 @@ msgstr "" "\n" " --verbose lav uddybende uddata" =20 -#: guix/scripts/package.scm:451 +#: guix/scripts/package.scm:465 msgid "" "\n" " -s, --search=3DREGEXP search in synopsis and description using REG= EXP" @@ -539,7 +580,7 @@ msgstr "" "\n" " -s, --search=3DREGUDTRYK s=C3=B8g i synopsis og beskrivelse via REGUD= TRYK" =20 -#: guix/scripts/package.scm:453 +#: guix/scripts/package.scm:467 msgid "" "\n" " -I, --list-installed[=3DREGEXP]\n" @@ -549,7 +590,7 @@ msgstr "" " -I, --list-installed[=3DREGUDTRYK]\n" " vis installerede pakker der matcher REGUDTRYK" =20 -#: guix/scripts/package.scm:456 +#: guix/scripts/package.scm:470 msgid "" "\n" " -A, --list-available[=3DREGEXP]\n" @@ -559,67 +600,84 @@ msgstr "" " -A, --list-available[=3DREGUDTRYK]\n" " vis tilg=C3=A6ngelige pakker der matcher REGUD= TRYK" =20 -#: guix/scripts/package.scm:459 +#: guix/scripts/package.scm:473 +#, fuzzy msgid "" "\n" -" --show=3DPACKAGE show details about PACKAGE" +" --show=3DPACKAGE show details about PACKAGE" msgstr "" "\n" " --show=3DPACKAGE vis detaljer om PAKKE" =20 -#: guix/scripts/package.scm:730 +#: guix/scripts/package.scm:560 +#, fuzzy, scheme-format +msgid "~a: unsupported kind of search path~%" +msgstr "~s: ikke underst=C3=B8ttet server-URI-skema~%" + +#: guix/scripts/package.scm:758 #, scheme-format msgid "~A: extraneous argument~%" msgstr "~A: uvedkommende argument~%" =20 -#: guix/scripts/package.scm:738 +#: guix/scripts/package.scm:766 #, scheme-format msgid "Try \"info '(guix) Invoking guix package'\" for more information.= ~%" -msgstr "Pr=C3=B8v =C2=BBinfo '(guix) Invoking guix package=C2=AB for yde= rligere information.~%" +msgstr "" +"Pr=C3=B8v =C2=BBinfo '(guix) Invoking guix package=C2=AB for yderligere= information.~%" =20 -#: guix/scripts/package.scm:760 +#: guix/scripts/package.scm:788 #, scheme-format msgid "error: while creating directory `~a': ~a~%" msgstr "fejl: under oprettelse af mappe =C2=BB~a=C2=AB: ~a~%" =20 -#: guix/scripts/package.scm:764 +#: guix/scripts/package.scm:792 #, scheme-format msgid "Please create the `~a' directory, with you as the owner.~%" msgstr "Opret venligst mappen =C2=BB~a=C2=AB, med dig som ejer.~%" =20 -#: guix/scripts/package.scm:771 +#: guix/scripts/package.scm:799 #, scheme-format msgid "error: directory `~a' is not owned by you~%" msgstr "fejl: mappen =C2=BB~a=C2=AB er ikke ejet af dig~%" =20 -#: guix/scripts/package.scm:774 +#: guix/scripts/package.scm:802 #, scheme-format msgid "Please change the owner of `~a' to user ~s.~%" msgstr "=C3=86ndr venligst ejeren af =C2=BB~a=C2=AB til brugeren ~s.~%" =20 -#: guix/scripts/package.scm:804 -#, scheme-format -msgid "cannot switch to generation '~a'~%" -msgstr "kan ikke skifte til generation =C2=BB~a=C2=AB~%" - -#: guix/scripts/package.scm:852 +#: guix/scripts/package.scm:836 #, scheme-format msgid "nothing to be done~%" msgstr "intet at udf=C3=B8re~%" =20 -#: guix/scripts/package.scm:868 +#: guix/scripts/package.scm:852 #, scheme-format msgid "~a package in profile~%" msgid_plural "~a packages in profile~%" msgstr[0] "~a pakke i profil~%" msgstr[1] "~a pakker i profil~%" =20 -#: guix/scripts/package.scm:883 +#: guix/scripts/package.scm:876 +#, scheme-format +msgid "cannot switch to generation '~a'~%" +msgstr "kan ikke skifte til generation =C2=BB~a=C2=AB~%" + +#: guix/scripts/package.scm:898 +#, scheme-format +msgid "would install new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:900 +#, scheme-format +msgid "installing new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:925 #, scheme-format msgid "Generation ~a\t~a" msgstr "Generation ~a\t~a" =20 -#: guix/scripts/package.scm:890 +#: guix/scripts/package.scm:932 #, scheme-format msgid "~a\t(current)~%" msgstr "~a\t(nuv=C3=A6rende)~%" @@ -653,12 +711,18 @@ msgstr "" #: guix/scripts/gc.scm:46 msgid "" "\n" +" --optimize optimize the store by deduplicating identical = files" +msgstr "" + +#: guix/scripts/gc.scm:48 +msgid "" +"\n" " --list-dead list dead paths" msgstr "" "\n" " --list-dead vis d=C3=B8de stier" =20 -#: guix/scripts/gc.scm:48 +#: guix/scripts/gc.scm:50 msgid "" "\n" " --list-live list live paths" @@ -666,7 +730,7 @@ msgstr "" "\n" " --list-live vis live stier" =20 -#: guix/scripts/gc.scm:51 +#: guix/scripts/gc.scm:53 msgid "" "\n" " --references list the references of PATHS" @@ -674,7 +738,7 @@ msgstr "" "\n" " --references vis referencerne for STIER" =20 -#: guix/scripts/gc.scm:53 +#: guix/scripts/gc.scm:55 msgid "" "\n" " -R, --requisites list the requisites of PATHS" @@ -682,7 +746,7 @@ msgstr "" "\n" " -R, --requisites vis rekvisitter for STIER" =20 -#: guix/scripts/gc.scm:55 +#: guix/scripts/gc.scm:57 msgid "" "\n" " --referrers list the referrers of PATHS" @@ -690,7 +754,15 @@ msgstr "" "\n" " --referrers vis henvisninger for STIER" =20 -#: guix/scripts/gc.scm:84 +#: guix/scripts/gc.scm:60 +msgid "" +"\n" +" --verify[=3DOPTS] verify the integrity of the store; OPTS is a= \n" +" comma-separated combination of 'repair' and\n" +" 'contents'" +msgstr "" + +#: guix/scripts/gc.scm:91 #, scheme-format msgid "invalid amount of storage: ~a~%" msgstr "ugyldig lagerm=C3=A6ngde: ~a~%" @@ -706,7 +778,8 @@ msgstr "" "Brug: guix hash [TILVALG] FIL\n" "Returner den kryptografiske hash for FIL.\n" "\n" -"Underst=C3=B8ttede formater: =C2=BBnix-base32=C2=AB (standard), =C2=BBb= ase32=C2=AB og =C2=BBbase16=C2=AB (=C2=BBhex=C2=AB\n" +"Underst=C3=B8ttede formater: =C2=BBnix-base32=C2=AB (standard), =C2=BBb= ase32=C2=AB og " +"=C2=BBbase16=C2=AB (=C2=BBhex=C2=AB\n" "og =C2=BBhexadecimal=C2=AB kan ogs=C3=A5 bruges).\n" =20 #: guix/scripts/hash.scm:52 @@ -722,7 +795,7 @@ msgstr "" msgid "unrecognized option: ~a~%" msgstr "tilvalg blev ikke genkendt: ~a~%" =20 -#: guix/scripts/hash.scm:134 guix/ui.scm:318 +#: guix/scripts/hash.scm:134 guix/ui.scm:424 #, scheme-format msgid "~a~%" msgstr "~a~%" @@ -744,12 +817,12 @@ msgstr "" msgid "IMPORTER must be one of the importers listed below:\n" msgstr "IMPORTER skal v=C3=A6re en af import=C3=B8rerne vist nedenfor:\n= " =20 -#: guix/scripts/import.scm:101 +#: guix/scripts/import.scm:102 #, scheme-format msgid "guix import: missing importer name~%" msgstr "guix import: mangler import=C3=B8rnavn~%" =20 -#: guix/scripts/import.scm:112 +#: guix/scripts/import.scm:113 #, scheme-format msgid "guix import: invalid importer~%" msgstr "guix import: ugyldig import=C3=B8r~%" @@ -905,7 +978,8 @@ msgid "" "Internal tool to substitute a pre-built binary to a local build.\n" msgstr "" "Brug: guix substitute [TILVALG] ...\n" -"Internt v=C3=A6rkt=C3=B8j til at erstatte en pr=C3=A6bygget bin=C3=A6r = fil med en lokal bygning.\n" +"Internt v=C3=A6rkt=C3=B8j til at erstatte en pr=C3=A6bygget bin=C3=A6r = fil med en lokal " +"bygning.\n" =20 #: guix/scripts/substitute.scm:674 msgid "" @@ -930,8 +1004,12 @@ msgstr "" " DESTINATION" =20 #: guix/scripts/substitute.scm:712 -msgid "ACL for archive imports seems to be uninitialized, substitutes ma= y be unavailable\n" -msgstr "ACL for arkivimporter ser ikke ud til at v=C3=A6re initialiseret= , substitutter kan v=C3=A6re utilg=C3=A6ngelige\n" +msgid "" +"ACL for archive imports seems to be uninitialized, substitutes may be " +"unavailable\n" +msgstr "" +"ACL for arkivimporter ser ikke ud til at v=C3=A6re initialiseret, subst= itutter " +"kan v=C3=A6re utilg=C3=A6ngelige\n" =20 #: guix/scripts/substitute.scm:750 #, scheme-format @@ -982,37 +1060,42 @@ msgstr "" msgid "wrong arguments" msgstr "forkerte argumenter" =20 -#: guix/scripts/system.scm:106 +#: guix/scripts/system.scm:97 #, scheme-format msgid "failed to register '~a' under '~a'~%" msgstr "kunne ikke registrere =C2=BB~a=C2=AB under =C2=BB~a=C2=AB~%" =20 -#: guix/scripts/system.scm:138 +#: guix/scripts/system.scm:129 #, scheme-format msgid "failed to install GRUB on device '~a'~%" msgstr "kunne ikke installere GRUB p=C3=A5 enhed =C2=BB~a=C2=AB~%" =20 -#: guix/scripts/system.scm:155 +#: guix/scripts/system.scm:147 #, scheme-format msgid "initializing the current root file system~%" msgstr "initialiserer det nuv=C3=A6rende root-filsystem~%" =20 -#: guix/scripts/system.scm:209 +#: guix/scripts/system.scm:161 +#, scheme-format +msgid "not running as 'root', so the ownership of '~a' may be incorrect!= ~%" +msgstr "" + +#: guix/scripts/system.scm:213 #, scheme-format msgid "activating system...~%" msgstr "aktiverer system ...~%" =20 -#: guix/scripts/system.scm:259 +#: guix/scripts/system.scm:263 #, scheme-format msgid "unrecognized boot parameters for '~a'~%" msgstr "ikke genkendte opstartsparametre for =C2=BB~a=C2=AB~%" =20 -#: guix/scripts/system.scm:355 +#: guix/scripts/system.scm:358 #, scheme-format msgid "initializing operating system under '~a'...~%" msgstr "initialiserer operativsystem under =C2=BB~a=C2=AB...~%" =20 -#: guix/scripts/system.scm:371 +#: guix/scripts/system.scm:374 msgid "" "Usage: guix system [OPTION] ACTION FILE\n" "Build the operating system declared in FILE according to ACTION.\n" @@ -1020,35 +1103,56 @@ msgstr "" "Brug: guix system [TILVALG] HANDLING FIL\n" "Byg operativsystemet dekl=C3=A6ret i FIL j=C3=A6vnf=C3=B8r HANDLING.\n" =20 -#: guix/scripts/system.scm:374 +#: guix/scripts/system.scm:377 msgid "The valid values for ACTION are:\n" msgstr "De gyldige v=C3=A6rdier for HANDLING er:\n" =20 -#: guix/scripts/system.scm:375 -msgid " - 'reconfigure', switch to a new operating system configuration= \n" +#: guix/scripts/system.scm:379 +#, fuzzy +msgid " reconfigure switch to a new operating system configuratio= n\n" msgstr " - =C2=BBreconfigure=C2=AB, skift til en ny operativsystemkonfi= guration\n" =20 -#: guix/scripts/system.scm:377 -msgid " - 'build', build the operating system without installing anythi= ng\n" +#: guix/scripts/system.scm:381 +#, fuzzy +msgid "" +" build build the operating system without installing anyth= ing\n" msgstr " - =C2=BBbuild=C2=AB, byg operativsystemet uden at installere n= oget\n" =20 -#: guix/scripts/system.scm:379 -msgid " - 'vm', build a virtual machine image that shares the host's st= ore\n" +#: guix/scripts/system.scm:383 +#, fuzzy +msgid "" +" vm build a virtual machine image that shares the host'= s " +"store\n" msgstr " - =C2=BBvm=C2=AB, byg et virtuelt maskinaftryk som deler v=C3=A6= rtens lager\n" =20 -#: guix/scripts/system.scm:381 -msgid " - 'vm-image', build a freestanding virtual machine image\n" +#: guix/scripts/system.scm:385 +#, fuzzy +msgid " vm-image build a freestanding virtual machine image\n" msgstr " - =C2=BBvm-image=C2=AB, byg et fritst=C3=A5ende virtuelt maski= naftryk\n" =20 -#: guix/scripts/system.scm:383 -msgid " - 'disk-image', build a disk image, suitable for a USB stick\n" +#: guix/scripts/system.scm:387 +#, fuzzy +msgid " disk-image build a disk image, suitable for a USB stick\= n" msgstr " - =C2=BBdisk-image=C2=AB, byg et diskaftryk, egnet for et USB-= drev\n" =20 -#: guix/scripts/system.scm:385 -msgid " - 'init', initialize a root file system to run GNU.\n" +#: guix/scripts/system.scm:389 +#, fuzzy +msgid " init initialize a root file system to run GNU.\n" msgstr " - =C2=BBinit=C2=AB, initialiser et rootfilsystem til at k=C3=B8= re GNU.\n" =20 -#: guix/scripts/system.scm:389 +#: guix/scripts/system.scm:393 +#, fuzzy +msgid "" +"\n" +" --on-error=3DSTRATEGY\n" +" apply STRATEGY when an error occurs while read= ing " +"FILE" +msgstr "" +"\n" +" --with-source=3DKILDE\n" +" brug KILDE n=C3=A5r den tilsvarende pakke bygg= es" + +#: guix/scripts/system.scm:396 msgid "" "\n" " --image-size=3DSIZE for 'vm-image', produce an image of SIZE" @@ -1056,7 +1160,7 @@ msgstr "" "\n" " --image-size=3DSTR for =C2=BBvm-image=C2=AB, lav et aftryk af S= TR" =20 -#: guix/scripts/system.scm:391 +#: guix/scripts/system.scm:398 msgid "" "\n" " --no-grub for 'init', do not install GRUB" @@ -1064,7 +1168,7 @@ msgstr "" "\n" " --no-grub for =C2=BBinit=C2=AB, installer ikke GRUB" =20 -#: guix/scripts/system.scm:393 +#: guix/scripts/system.scm:400 msgid "" "\n" " --share=3DSPEC for 'vm', share host file system according t= o SPEC" @@ -1072,7 +1176,7 @@ msgstr "" "\n" " --share=3DSPEC for =C2=BBvm=C2=AB, del v=C3=A6rtsfilsystem = j=C3=A6vnf=C3=B8r SPEC" =20 -#: guix/scripts/system.scm:395 +#: guix/scripts/system.scm:402 msgid "" "\n" " --expose=3DSPEC for 'vm', expose host file system according = to SPEC" @@ -1080,7 +1184,7 @@ msgstr "" "\n" " --expose=3DSPEC for =C2=BBvm=C2=AB, fremvis v=C3=A6rtsfilsys= tem j=C3=A6vnf=C3=B8r SPEC" =20 -#: guix/scripts/system.scm:397 +#: guix/scripts/system.scm:404 msgid "" "\n" " --full-boot for 'vm', make a full boot sequence" @@ -1088,36 +1192,36 @@ msgstr "" "\n" " --full-boot for =C2=BBvm=C2=AB, lav en fuld opstartssekven= s" =20 -#: guix/scripts/system.scm:484 +#: guix/scripts/system.scm:495 #, scheme-format msgid "~a: unknown action~%" msgstr "~a: ukendt handling~%" =20 -#: guix/scripts/system.scm:499 +#: guix/scripts/system.scm:510 #, scheme-format msgid "wrong number of arguments for action '~a'~%" msgstr "forkert antal argumenter for handling =C2=BB~a=C2=AB~%" =20 -#: guix/scripts/system.scm:522 +#: guix/scripts/system.scm:534 #, scheme-format msgid "no configuration file specified~%" msgstr "ingen konfigurationsfil angivet~%" =20 -#: guix/scripts/lint.scm:90 +#: guix/scripts/lint.scm:111 #, scheme-format msgid "Available checkers:~%" msgstr "Tilg=C3=A6ngelige kontrolprogrammer:~%" =20 -#: guix/scripts/lint.scm:110 +#: guix/scripts/lint.scm:131 msgid "description should not be empty" msgstr "beskrivelse skal v=C3=A6re udfyldt" =20 -#: guix/scripts/lint.scm:117 +#: guix/scripts/lint.scm:138 msgid "description should start with an upper-case letter or digit" msgstr "beskrivelse skal starte med et stort bogstav eller et tal" =20 # arg, hvad foreg=C3=A5r der her -#: guix/scripts/lint.scm:133 +#: guix/scripts/lint.scm:154 #, scheme-format msgid "" "sentences in description should be followed ~\n" @@ -1126,123 +1230,131 @@ msgstr "" "s=C3=A6tninger i beskrivelsen skal efterf=C3=B8lges ~\n" "af to mellemrum; mulig infraction~p ved ~{~a~^, ~}" =20 -#: guix/scripts/lint.scm:154 +#: guix/scripts/lint.scm:175 msgid "pkg-config should probably be a native input" msgstr "pkg-config skal sandsynligvis v=C3=A6re standarddata" =20 -#: guix/scripts/lint.scm:169 +#: guix/scripts/lint.scm:190 msgid "synopsis should not be empty" msgstr "synopsis skal v=C3=A6re udfyldt" =20 -#: guix/scripts/lint.scm:177 +#: guix/scripts/lint.scm:198 msgid "no period allowed at the end of the synopsis" msgstr "ingen periode er tilladt i slutningen af synopsen" =20 -#: guix/scripts/lint.scm:189 +#: guix/scripts/lint.scm:210 msgid "no article allowed at the beginning of the synopsis" msgstr "ingen artikel er tilladt i begyndelsen af synopsen" =20 -#: guix/scripts/lint.scm:196 +#: guix/scripts/lint.scm:217 msgid "synopsis should be less than 80 characters long" msgstr "synopsis skal v=C3=A6re mindre end 80 tegn lang" =20 -#: guix/scripts/lint.scm:202 +#: guix/scripts/lint.scm:223 msgid "synopsis should start with an upper-case letter or digit" msgstr "synopsis skal starte med et stort bogstav eller et tal" =20 -#: guix/scripts/lint.scm:209 +#: guix/scripts/lint.scm:230 msgid "synopsis should not start with the package name" msgstr "synopsis skal ikke starte med pakkenavnet" =20 -#: guix/scripts/lint.scm:299 guix/scripts/lint.scm:310 +#: guix/scripts/lint.scm:321 guix/scripts/lint.scm:333 #, scheme-format msgid "URI ~a not reachable: ~a (~s)" msgstr "URI ~a kan ikke n=C3=A5s: ~a (~s)" =20 -#: guix/scripts/lint.scm:316 +#: guix/scripts/lint.scm:340 #, scheme-format msgid "URI ~a domain not found: ~a" msgstr "URI ~a dom=C3=A6ne blev ikke fundet: ~a" =20 -#: guix/scripts/lint.scm:324 +#: guix/scripts/lint.scm:348 #, scheme-format msgid "URI ~a unreachable: ~a" msgstr "URI ~a kan ikke n=C3=A5s: ~a" =20 -#: guix/scripts/lint.scm:350 +#: guix/scripts/lint.scm:374 msgid "invalid value for home page" msgstr "ugyldig v=C3=A6rdi for hjemmeside" =20 -#: guix/scripts/lint.scm:353 +#: guix/scripts/lint.scm:377 #, scheme-format msgid "invalid home page URL: ~s" msgstr "ugyldig hjemmesideadresse: ~s" =20 -#: guix/scripts/lint.scm:378 +#: guix/scripts/lint.scm:402 msgid "file names of patches should start with the package name" msgstr "filnavn for rettelser skal starte med pakkenavnet" =20 -#: guix/scripts/lint.scm:416 +#: guix/scripts/lint.scm:440 #, scheme-format msgid "~a: ~a: proposed synopsis: ~s~%" msgstr "~a: ~a: foresl=C3=A5et synopsis: ~s~%" =20 -#: guix/scripts/lint.scm:428 +#: guix/scripts/lint.scm:452 #, scheme-format msgid "~a: ~a: proposed description:~% \"~a\"~%" msgstr "~a: ~a: foresl=C3=A5et beskrivelse:~% =C2=BB~a=C2=AB~%" =20 -#: guix/scripts/lint.scm:453 guix/scripts/lint.scm:457 +#: guix/scripts/lint.scm:489 +#, fuzzy +msgid "all the source URIs are unreachable:" +msgstr "URI ~a kan ikke n=C3=A5s: ~a" + +#: guix/scripts/lint.scm:501 guix/scripts/lint.scm:505 #, scheme-format msgid "failed to create derivation: ~a" msgstr "kunne ikke oprette afledning: ~a" =20 -#: guix/scripts/lint.scm:463 +#: guix/scripts/lint.scm:511 #, scheme-format msgid "failed to create derivation: ~s~%" msgstr "kunne ikke oprette afledning: ~s~%" =20 -#: guix/scripts/lint.scm:476 +#: guix/scripts/lint.scm:524 msgid "Validate package descriptions" msgstr "Valider pakkebeskrivelser" =20 -#: guix/scripts/lint.scm:480 +#: guix/scripts/lint.scm:528 msgid "Validate synopsis & description of GNU packages" msgstr "Valider synopsis og beskrivelse for GNU-pakker" =20 -#: guix/scripts/lint.scm:484 +#: guix/scripts/lint.scm:532 msgid "Identify inputs that should be native inputs" msgstr "Identificer inddata som skal v=C3=A6re standarddata" =20 -#: guix/scripts/lint.scm:488 +#: guix/scripts/lint.scm:536 msgid "Validate file names and availability of patches" msgstr "Valider filnavne og tilg=C3=A6ngelighed for rettelser" =20 -#: guix/scripts/lint.scm:492 +#: guix/scripts/lint.scm:540 msgid "Validate home-page URLs" msgstr "Valider hjemmesiders adresser" =20 -#: guix/scripts/lint.scm:496 +#: guix/scripts/lint.scm:544 msgid "Validate source URLs" msgstr "Valider kildeadresser" =20 -#: guix/scripts/lint.scm:500 +#: guix/scripts/lint.scm:548 msgid "Report failure to compile a package to a derivation" msgstr "Rapporter mislykket kompilering af en pakke til en afledning" =20 -#: guix/scripts/lint.scm:504 +#: guix/scripts/lint.scm:552 msgid "Validate package synopses" msgstr "Valider pakkesynopser" =20 -#: guix/scripts/lint.scm:529 +#: guix/scripts/lint.scm:577 +#, fuzzy msgid "" "Usage: guix lint [OPTION]... [PACKAGE]...\n" -"Run a set of checkers on the specified package; if none is specified, r= un the checkers on all packages.\n" +"Run a set of checkers on the specified package; if none is specified,\n= " +"run the checkers on all packages.\n" msgstr "" "Brug: guix lint [TILVALG]... [PAKKE]...\n" -"K=C3=B8r et s=C3=A6t af kontroller p=C3=A5 den specificerede pakke; hvi= s ingen er specificeret, s=C3=A5 k=C3=B8r kontrollerne p=C3=A5 alle pakke= r.\n" +"K=C3=B8r et s=C3=A6t af kontroller p=C3=A5 den specificerede pakke; hvi= s ingen er " +"specificeret, s=C3=A5 k=C3=B8r kontrollerne p=C3=A5 alle pakker.\n" =20 -#: guix/scripts/lint.scm:531 +#: guix/scripts/lint.scm:580 msgid "" "\n" " -c, --checkers=3DCHECKER1,CHECKER2...\n" @@ -1252,7 +1364,7 @@ msgstr "" " -c, --checkers=3DKONTROL1,KONTROL2...\n" " k=C3=B8r kun de specificerede kontroller" =20 -#: guix/scripts/lint.scm:536 +#: guix/scripts/lint.scm:585 msgid "" "\n" " -l, --list-checkers display the list of available lint checkers" @@ -1260,7 +1372,7 @@ msgstr "" "\n" " -l, --list-checkers vis listen med tilg=C3=A6ngelige lint-kontroll= er" =20 -#: guix/scripts/lint.scm:556 +#: guix/scripts/lint.scm:605 #, scheme-format msgid "~a: invalid checker~%" msgstr "~a: ugyldig kontrol~%" @@ -1283,6 +1395,21 @@ msgstr "" " -p, --port=3DPORT lyt p=C3=A5 PORT" =20 #: guix/scripts/publish.scm:53 +#, fuzzy +msgid "" +"\n" +" --listen=3DHOST listen on the network interface for HOST" +msgstr "" +"\n" +" --references vis referencerne for STIER" + +#: guix/scripts/publish.scm:55 +msgid "" +"\n" +" -u, --user=3DUSER change privileges to USER as soon as possibl= e" +msgstr "" + +#: guix/scripts/publish.scm:57 msgid "" "\n" " -r, --repl[=3DPORT] spawn REPL server on PORT" @@ -1290,74 +1417,111 @@ msgstr "" "\n" " -r, --repl[=3DPORT] udsend REPL-server on PORT" =20 -#: guix/scripts/publish.scm:235 +#: guix/scripts/publish.scm:73 +#, fuzzy, scheme-format +msgid "lookup of host '~a' failed: ~a~%" +msgstr "hent fra =C2=BB~a=C2=AB mislykkedes: ~a, ~s~%" + +#: guix/scripts/publish.scm:97 +#, scheme-format +msgid "lookup of host '~a' returned nothing" +msgstr "" + +#: guix/scripts/publish.scm:270 +#, fuzzy, scheme-format +msgid "user '~a' not found: ~a~%" +msgstr "URI ~a dom=C3=A6ne blev ikke fundet: ~a" + +#: guix/scripts/publish.scm:284 #, scheme-format msgid "~A: extraneuous argument~%" msgstr "~A: uvedkommende argument~%" =20 -#: guix/scripts/publish.scm:239 +#: guix/scripts/publish.scm:305 #, scheme-format -msgid "publishing ~a on port ~d~%" +msgid "server running as root; consider using the '--user' option!~%" +msgstr "" + +#: guix/scripts/publish.scm:307 +#, fuzzy, scheme-format +msgid "publishing ~a on ~a, port ~d~%" msgstr "udgiver ~a p=C3=A5 port ~d~%" =20 -#: guix/gnu-maintenance.scm:447 +#: guix/gnu-maintenance.scm:461 #, scheme-format msgid "signature verification failed for `~a'~%" msgstr "signaturverifikation mislykkedes for =C2=BB~a=C2=AB~%" =20 -#: guix/gnu-maintenance.scm:449 +#: guix/gnu-maintenance.scm:463 #, scheme-format msgid "(could be because the public key is not in your keyring)~%" msgstr "(kunne v=C3=A6re fordi den offentlige n=C3=B8gle ikke er i din n= =C3=B8glering)~%" =20 -#: guix/gnu-maintenance.scm:524 +#: guix/gnu-maintenance.scm:538 #, scheme-format msgid "~a: could not locate source file" msgstr "~a: kunne ikke lokalisere kildefil" =20 -#: guix/gnu-maintenance.scm:529 +#: guix/gnu-maintenance.scm:543 #, scheme-format msgid "~a: ~a: no `version' field in source; skipping~%" msgstr "~a: ~a: intet =C2=BBversionsfelt=C2=AB i kilde; udelader~%" =20 -#: guix/ui.scm:142 guix/ui.scm:159 +#: guix/ui.scm:210 +msgid "entering debugger; type ',bt' for a backtrace\n" +msgstr "" + +#: guix/ui.scm:226 guix/ui.scm:243 #, scheme-format msgid "failed to load '~a': ~a~%" msgstr "kunne ikke indl=C3=A6se =C2=BB~a=C2=AB: ~a~%" =20 -#: guix/ui.scm:145 +#: guix/ui.scm:229 #, scheme-format msgid "~a: error: ~a~%" msgstr "~a: fejl: ~a~%" =20 -#: guix/ui.scm:149 guix/ui.scm:165 +#: guix/ui.scm:232 guix/ui.scm:460 +#, scheme-format +msgid "exception thrown: ~s~%" +msgstr "" + +#: guix/ui.scm:234 guix/ui.scm:252 #, scheme-format msgid "failed to load '~a':~%" msgstr "kunne ikke indl=C3=A6se =C2=BB~a=C2=AB:~%" =20 -#: guix/ui.scm:162 +#: guix/ui.scm:246 #, scheme-format msgid "~a: warning: ~a~%" msgstr "~a: advarsel: ~a~%" =20 -#: guix/ui.scm:174 +#: guix/ui.scm:249 +#, fuzzy, scheme-format +msgid "failed to load '~a': exception thrown: ~s~%" +msgstr "kunne ikke indl=C3=A6se =C2=BB~a=C2=AB: ~a~%" + +#: guix/ui.scm:261 #, scheme-format msgid "failed to install locale: ~a~%" msgstr "kunne ikke installere sprog: ~a~%" =20 -#: guix/ui.scm:193 +#: guix/ui.scm:280 msgid "" "Copyright (C) 2015 the Guix authors\n" -"License GPLv3+: GNU GPL version 3 or later \n" +"License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" "Ophavsret 2015 Guix-forfatterne\n" -"Licens GPLv3+: GNU GPL version 3 eller senere \n" -"Dette er et frit program; du kan frit =C3=A6ndre og videredistribuere p= rogrammet.\n" +"Licens GPLv3+: GNU GPL version 3 eller senere \n" +"Dette er et frit program; du kan frit =C3=A6ndre og videredistribuere " +"programmet.\n" "Der er INGEN GARANTI, inden for lovens rammer.\n" =20 -#: guix/ui.scm:201 +#: guix/ui.scm:288 #, scheme-format msgid "" "\n" @@ -1366,7 +1530,7 @@ msgstr "" "\n" "Rapporter fejl til: ~a." =20 -#: guix/ui.scm:203 +#: guix/ui.scm:290 #, scheme-format msgid "" "\n" @@ -1375,7 +1539,7 @@ msgstr "" "\n" "~a hjemmeside: <~a>" =20 -#: guix/ui.scm:205 +#: guix/ui.scm:292 msgid "" "\n" "General help using GNU software: " @@ -1383,194 +1547,199 @@ msgstr "" "\n" "Generel hj=C3=A6lp til brugen af GNU-programmer: " =20 -#: guix/ui.scm:227 +#: guix/ui.scm:333 #, scheme-format msgid "~a: invalid number~%" msgstr "~a: ugyldigt nummer~%" =20 -#: guix/ui.scm:244 +#: guix/ui.scm:350 #, scheme-format msgid "invalid number: ~a~%" msgstr "ugyldigt nummer: ~a~%" =20 -#: guix/ui.scm:267 +#: guix/ui.scm:373 #, scheme-format msgid "unknown unit: ~a~%" msgstr "ukendt enhed: ~a~%" =20 -#: guix/ui.scm:278 +#: guix/ui.scm:384 #, scheme-format msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" msgstr "~a:~a:~a: pakken =C2=BB~a=C2=AB har ugyldige inddata: ~s~%" =20 -#: guix/ui.scm:285 +#: guix/ui.scm:391 #, scheme-format msgid "~a: ~a: build system `~a' does not support cross builds~%" msgstr "~a: ~a: byggesystem =C2=BB~a=C2=AB underst=C3=B8tter ikke krydsb= ygninger~%" =20 -#: guix/ui.scm:290 +#: guix/ui.scm:396 #, scheme-format msgid "profile '~a' does not exist~%" msgstr "profilen =C2=BB~a=C2=AB findes ikke~%" =20 -#: guix/ui.scm:293 +#: guix/ui.scm:399 #, scheme-format msgid "generation ~a of profile '~a' does not exist~%" msgstr "oprettelse ~a af profilen =C2=BB~a=C2=AB findes ikke~%" =20 -#: guix/ui.scm:300 +#: guix/ui.scm:406 #, scheme-format msgid "corrupt input while restoring '~a' from ~s~%" msgstr "=C3=B8delagte inddata under gendannelse af =C2=BB~a=C2=AB fra ~s= ~%" =20 -#: guix/ui.scm:302 +#: guix/ui.scm:408 #, scheme-format msgid "corrupt input while restoring archive from ~s~%" msgstr "=C3=B8delagte inddata under gendannelse af arkiv fra ~s~%" =20 -#: guix/ui.scm:305 +#: guix/ui.scm:411 #, scheme-format msgid "failed to connect to `~a': ~a~%" msgstr "kunne ikke forbinde til =C2=BB~a=C2=AB: ~a~%" =20 -#: guix/ui.scm:310 +#: guix/ui.scm:416 #, scheme-format msgid "build failed: ~a~%" msgstr "bygning mislykkedes: ~a~%" =20 -#: guix/ui.scm:313 +#: guix/ui.scm:419 #, scheme-format msgid "reference to invalid output '~a' of derivation '~a'~%" msgstr "reference til ugyldige uddata =C2=BB~a=C2=AB for afledning =C2=BB= ~a=C2=AB~%" =20 -#: guix/ui.scm:324 +#: guix/ui.scm:430 #, scheme-format msgid "~a: ~a~%" msgstr "~a: ~a~%" =20 -#: guix/ui.scm:343 +#: guix/ui.scm:449 #, scheme-format msgid "failed to read expression ~s: ~s~%" msgstr "kunne ikke l=C3=A6se udtryk ~s: ~s~%" =20 -#: guix/ui.scm:349 -#, scheme-format -msgid "failed to evaluate expression `~a': ~s~%" +#: guix/ui.scm:455 +#, fuzzy, scheme-format +msgid "failed to evaluate expression '~a':~%" msgstr "kunne ikke evaluere udtryk =C2=BB~a=C2=AB: ~s~%" =20 -#: guix/ui.scm:358 +#: guix/ui.scm:458 +#, fuzzy, scheme-format +msgid "syntax error: ~a~%" +msgstr "~a: fejl: ~a~%" + +#: guix/ui.scm:472 #, scheme-format msgid "expression ~s does not evaluate to a package~%" msgstr "udtryk ~s evaluerer ikke til en pakke~%" =20 -#: guix/ui.scm:410 +#: guix/ui.scm:524 #, scheme-format msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~= ;~]" msgstr[0] "~:[Den f=C3=B8lgende afledning ville blive bygget:~%~{ ~a~%= ~}~;~]" msgstr[1] "~:[De f=C3=B8lgende afledninger ville blive bygget:~%~{ ~a~= %~}~;~]" =20 -#: guix/ui.scm:415 +#: guix/ui.scm:529 #, scheme-format msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;= ~]" msgstr[0] "~:[Den f=C3=B8lgende fil ville blive hentet:~%~{ ~a~%~}~;~]= " msgstr[1] "~:[De f=C3=B8lgende filer ville blive hentet:~%~{ ~a~%~}~;~= ]" =20 -#: guix/ui.scm:421 +#: guix/ui.scm:535 #, scheme-format msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;= ~]" msgstr[0] "~:[Den f=C3=B8lgende afledning vil blive bygget:~%~{ ~a~%~}= ~;~]" msgstr[1] "~:[De f=C3=B8lgende afledninger vil blive bygget:~%~{ ~a~%~= }~;~]" =20 -#: guix/ui.scm:426 +#: guix/ui.scm:540 #, scheme-format msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~= ]" msgstr[0] "~:[Den f=C3=B8lgende fil vil blive hentet:~%~{ ~a~%~}~;~]" msgstr[1] "~:[De f=C3=B8lgende filer vil blive hentet:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:478 +#: guix/ui.scm:595 #, scheme-format msgid "The following package would be removed:~%~{~a~%~}~%" msgid_plural "The following packages would be removed:~%~{~a~%~}~%" msgstr[0] "Den f=C3=B8lgende pakke ville blive fjernet:~%~{~a~%~}~%" msgstr[1] "De f=C3=B8lgende pakker ville blive fjernet:~%~{~a~%~}~%" =20 -#: guix/ui.scm:483 +#: guix/ui.scm:600 #, scheme-format msgid "The following package will be removed:~%~{~a~%~}~%" msgid_plural "The following packages will be removed:~%~{~a~%~}~%" msgstr[0] "Den f=C3=B8lgende pakke vil blive fjernet:~%~{~a~%~}~%" msgstr[1] "De f=C3=B8lgende pakker vil blive fjernet:~%~{~a~%~}~%" =20 -#: guix/ui.scm:496 +#: guix/ui.scm:613 #, scheme-format msgid "The following package would be downgraded:~%~{~a~%~}~%" msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" msgstr[0] "Den f=C3=B8lgende pakke ville blive nedgraderet:~%~{~a~%~}~%" msgstr[1] "De f=C3=B8lgende pakker ville blive nedgraderet:~%~{~a~%~}~%" =20 -#: guix/ui.scm:501 +#: guix/ui.scm:618 #, scheme-format msgid "The following package will be downgraded:~%~{~a~%~}~%" msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" msgstr[0] "Den f=C3=B8lgende pakke vil blive nedgraderet:~%~{~a~%~}~%" msgstr[1] "De f=C3=B8lgende pakker vil blive nedgraderet:~%~{~a~%~}~%" =20 -#: guix/ui.scm:514 +#: guix/ui.scm:631 #, scheme-format msgid "The following package would be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" msgstr[0] "Den f=C3=B8lgende pakke ville blive opgraderet:~%~{~a~%~}~%" msgstr[1] "De f=C3=B8lgende pakker ville blive opgraderet:~%~{~a~%~}~%" =20 -#: guix/ui.scm:519 +#: guix/ui.scm:636 #, scheme-format msgid "The following package will be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" msgstr[0] "Den f=C3=B8lgende pakke vil blive opgraderet:~%~{~a~%~}~%" msgstr[1] "De f=C3=B8lgende pakker vil blive opgraderet:~%~{~a~%~}~%" =20 -#: guix/ui.scm:530 +#: guix/ui.scm:647 #, scheme-format msgid "The following package would be installed:~%~{~a~%~}~%" msgid_plural "The following packages would be installed:~%~{~a~%~}~%" msgstr[0] "Den f=C3=B8lgende pakke ville blive installeret:~%~{~a~%~}~%" msgstr[1] "De f=C3=B8lgende pakker ville blive installeret:~%~{~a~%~}~%" =20 -#: guix/ui.scm:535 +#: guix/ui.scm:652 #, scheme-format msgid "The following package will be installed:~%~{~a~%~}~%" msgid_plural "The following packages will be installed:~%~{~a~%~}~%" msgstr[0] "Den f=C3=B8lgende pakke vil blive installeret:~%~{~a~%~}~%" msgstr[1] "De f=C3=B8lgende pakker vil blive installeret:~%~{~a~%~}~%" =20 -#: guix/ui.scm:552 +#: guix/ui.scm:669 msgid "" msgstr "" =20 -#: guix/ui.scm:578 +#: guix/ui.scm:695 #, scheme-format msgid "failed to create configuration directory `~a': ~a~%" msgstr "kunne ikke oprette konfiguratinsmappe =C2=BB~a=C2=AB: ~a~%" =20 -#: guix/ui.scm:680 guix/ui.scm:694 +#: guix/ui.scm:797 guix/ui.scm:811 msgid "unknown" msgstr "ukendt" =20 -#: guix/ui.scm:803 +#: guix/ui.scm:920 #, scheme-format msgid "invalid argument: ~a~%" msgstr "ugyldigt argument: ~a~%" =20 -#: guix/ui.scm:842 +#: guix/ui.scm:959 #, scheme-format msgid "Try `guix --help' for more information.~%" msgstr "Pr=C3=B8v =C2=BBguix --help=C2=AB for yderligere information.~%" =20 -#: guix/ui.scm:869 +#: guix/ui.scm:986 msgid "" "Usage: guix COMMAND ARGS...\n" "Run COMMAND with ARGS.\n" @@ -1578,21 +1747,21 @@ msgstr "" "Brug: guix KOMMANDO ARG...\n" "K=C3=B8r KOMMANDO med ARG.\n" =20 -#: guix/ui.scm:872 +#: guix/ui.scm:989 msgid "COMMAND must be one of the sub-commands listed below:\n" msgstr "KOMMANDO skal v=C3=A6re en af underkommandoerne vist nedenfor:\n= " =20 -#: guix/ui.scm:892 +#: guix/ui.scm:1009 #, scheme-format msgid "guix: ~a: command not found~%" msgstr "guix: ~a: kommando blev ikke fundet~%" =20 -#: guix/ui.scm:910 +#: guix/ui.scm:1027 #, scheme-format msgid "guix: missing command name~%" msgstr "guix: mangler kommandonavn~%" =20 -#: guix/ui.scm:918 +#: guix/ui.scm:1035 #, scheme-format msgid "guix: unrecognized option '~a'~%" msgstr "guix: ikke genkendt tilvalg =C2=BB~a=C2=AB~%" @@ -1648,11 +1817,139 @@ msgstr "importeret fil mangler en signatur" msgid "invalid inter-file archive mark" msgstr "ugyldig arkivm=C3=A6rke for mellemfil" =20 +#: nix/nix-daemon/guix-daemon.cc:61 +msgid "guix-daemon -- perform derivation builds and store accesses" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:63 +msgid "" +"This program is a daemon meant to run in the background. It serves req= uests " +"sent over a Unix-domain socket. It accesses the store, and builds " +"derivations on behalf of its clients." +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:86 +msgid "SYSTEM" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:87 +msgid "assume SYSTEM as the current system type" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:88 nix/nix-daemon/guix-daemon.cc:91 +msgid "N" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:89 +msgid "use N CPU cores to build each derivation; 0 means as many as avai= lable" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:92 +#, fuzzy +msgid "allow at most N build jobs" +msgstr "" +"\n" +" -M, --max-jobs=3DN tillad h=C3=B8jest N-byggejob" + +#: nix/nix-daemon/guix-daemon.cc:94 +msgid "disable chroot builds" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:95 +msgid "DIR" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:96 +msgid "add DIR to the build chroot" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:97 +msgid "GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:98 +msgid "perform builds as a user of GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:100 +msgid "do not use substitutes" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:101 +msgid "URLS" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:102 +msgid "use URLS as the default list of substitute providers" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:104 +msgid "do not use the 'build hook'" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:106 +msgid "cache build failures" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:108 +msgid "do not keep build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:110 +msgid "disable compression of the build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:115 +msgid "disable automatic file \"deduplication\" in the store" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:125 +msgid "impersonate Linux 2.6" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:129 +msgid "tell whether the GC must keep outputs of live derivations" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:132 +msgid "tell whether the GC must keep derivations corresponding to live o= utputs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:135 +msgid "SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:136 +msgid "listen for connections on SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:138 +msgid "produce debugging output" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:205 nix/nix-daemon/guix-daemon.cc:381 +#, fuzzy, c-format +msgid "error: %s\n" +msgstr "~a: fejl: ~a~%" + +#: nix/nix-daemon/guix-daemon.cc:266 +#, c-format +msgid "error: libgcrypt version mismatch\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:357 +#, c-format +msgid "" +"warning: daemon is running as root, so using `--build-users-group' is h= ighly " +"recommended\n" +msgstr "" + #~ msgid "Downloading, please wait...~%" #~ msgstr "Henter, vent venligst ...~%" =20 #~ msgid "(Please consider upgrading Guile to get proper progress report= .)~%" -#~ msgstr "(Overvej venligst at opgradere Guile for at f=C3=A5 korrekt s= tatusrapport.)~%" +#~ msgstr "" +#~ "(Overvej venligst at opgradere Guile for at f=C3=A5 korrekt statusra= pport.)~%" =20 #~ msgid "failed to open operating system file '~a': ~a~%" #~ msgstr "kunne ikke =C3=A5bne operativsystemfil =C2=BB~a=C2=AB: ~a~%" diff --git a/po/guix/de.po b/po/guix/de.po index 4a3c90e..e8e67a2 100644 --- a/po/guix/de.po +++ b/po/guix/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: guix 0.8\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-11-09 22:32+0100\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2014-11-10 20:50+0100\n" "Last-Translator: Mario Bl=C3=A4ttermann \= n" "Language-Team: German \n" @@ -18,179 +18,234 @@ msgstr "" "Plural-Forms: nplurals=3D2; plural=3D(n !=3D 1);\n" "X-Generator: Poedit 1.5.4\n" =20 -#: gnu/packages.scm:120 +#: gnu/packages.scm:78 +#, fuzzy, scheme-format +msgid "~a: patch not found" +msgstr "~a: Paket nicht gefunden~%" + +#: gnu/packages.scm:89 +#, scheme-format +msgid "could not find bootstrap binary '~a' for system '~a'" +msgstr "" + +#: gnu/packages.scm:141 #, scheme-format msgid "cannot access `~a': ~a~%" msgstr "Zugriff auf =C2=BB~a=C2=AB nicht m=C3=B6glich: ~a~%" =20 -#: gnu/packages.scm:350 +#: gnu/packages.scm:382 #, scheme-format msgid "looking for the latest release of GNU ~a..." msgstr "Nach der letzten Ver=C3=B6ffentlichung von GNU ~a wird gesucht =E2= =80=A6" =20 -#: gnu/packages.scm:354 +#: gnu/packages.scm:389 #, scheme-format msgid "~a: note: using ~a but ~a is available upstream~%" msgstr "" =20 -#: gnu/packages.scm:376 guix/scripts/package.scm:305 +#: gnu/packages.scm:411 guix/scripts/package.scm:351 #, scheme-format msgid "ambiguous package specification `~a'~%" msgstr "Nicht eindeutige Paketangabe =C2=BB~a=C2=AB~%" =20 -#: gnu/packages.scm:377 guix/scripts/package.scm:307 +#: gnu/packages.scm:412 guix/scripts/package.scm:353 #, scheme-format msgid "choosing ~a from ~a~%" msgstr "" =20 -#: gnu/packages.scm:383 +#: gnu/packages.scm:418 #, scheme-format msgid "~A: package not found for version ~a~%" msgstr "~A: Paket nicht gefunden f=C3=BCr Version ~a~%" =20 -#: gnu/packages.scm:385 +#: gnu/packages.scm:420 #, scheme-format msgid "~A: unknown package~%" msgstr "~A: unbekanntes Paket~%" =20 -#: guix/scripts/build.scm:65 +#: gnu/system.scm:582 +#, scheme-format +msgid "using a string for file '~a' is deprecated; use 'plain-file' inst= ead~%" +msgstr "" + +#: gnu/system.scm:598 +#, scheme-format +msgid "" +"using a monadic value for '~a' is deprecated; use 'plain-file' instead~= %" +msgstr "" + +#: gnu/system.scm:850 +msgid "system locale lacks a definition" +msgstr "" + +#: gnu/services/dmd.scm:51 +#, scheme-format +msgid "service '~a' provided more than once" +msgstr "" + +#: gnu/system/shadow.scm:204 +#, scheme-format +msgid "supplementary group '~a' of user '~a' is undeclared" +msgstr "" + +#: gnu/system/shadow.scm:214 +#, scheme-format +msgid "primary group '~a' of user '~a' is undeclared" +msgstr "" + +#: guix/scripts/build.scm:66 #, scheme-format msgid "failed to create GC root `~a': ~a~%" msgstr "" =20 -#: guix/scripts/build.scm:102 +#: guix/scripts/build.scm:110 msgid "" "\n" " -L, --load-path=3DDIR prepend DIR to the package module search pat= h" msgstr "" =20 -#: guix/scripts/build.scm:104 +#: guix/scripts/build.scm:112 msgid "" "\n" " -K, --keep-failed keep build tree of failed builds" msgstr "" =20 -#: guix/scripts/build.scm:106 +#: guix/scripts/build.scm:114 msgid "" "\n" " -n, --dry-run do not build the derivations" msgstr "" =20 -#: guix/scripts/build.scm:108 +#: guix/scripts/build.scm:116 msgid "" "\n" " --fallback fall back to building when the substituter fai= ls" msgstr "" =20 -#: guix/scripts/build.scm:110 +#: guix/scripts/build.scm:118 msgid "" "\n" " --no-substitutes build instead of resorting to pre-built substi= tutes" msgstr "" =20 -#: guix/scripts/build.scm:112 +#: guix/scripts/build.scm:120 msgid "" "\n" " --no-build-hook do not attempt to offload builds via the build= hook" msgstr "" =20 -#: guix/scripts/build.scm:114 +#: guix/scripts/build.scm:122 msgid "" "\n" " --max-silent-time=3DSECONDS\n" " mark the build as failed after SECONDS of sile= nce" msgstr "" =20 -#: guix/scripts/build.scm:117 +#: guix/scripts/build.scm:125 msgid "" "\n" " --timeout=3DSECONDS mark the build as failed after SECONDS of ac= tivity" msgstr "" =20 -#: guix/scripts/build.scm:119 +#: guix/scripts/build.scm:127 msgid "" "\n" " --verbosity=3DLEVEL use the given verbosity LEVEL" msgstr "" =20 -#: guix/scripts/build.scm:121 +#: guix/scripts/build.scm:129 msgid "" "\n" " -c, --cores=3DN allow the use of up to N CPU cores for the b= uild" msgstr "" =20 -#: guix/scripts/build.scm:195 -#, scheme-format -msgid "~a: not a number~%" -msgstr "~a: keine Zahl~%" +#: guix/scripts/build.scm:131 +msgid "" +"\n" +" -M, --max-jobs=3DN allow at most N build jobs" +msgstr "" + +#: guix/scripts/build.scm:209 guix/scripts/build.scm:216 +#, fuzzy, scheme-format +msgid "not a number: '~a' option argument: ~a~%" +msgstr "Falsche Argumentanzahl~%" =20 -#: guix/scripts/build.scm:213 +#: guix/scripts/build.scm:235 msgid "" "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" msgstr "" =20 -#: guix/scripts/build.scm:215 +#: guix/scripts/build.scm:237 msgid "" "\n" " -e, --expression=3DEXPR build the package or derivation EXPR evaluat= es to" msgstr "" =20 -#: guix/scripts/build.scm:217 +#: guix/scripts/build.scm:239 msgid "" "\n" " -S, --source build the packages' source derivations" msgstr "" =20 -#: guix/scripts/build.scm:219 +#: guix/scripts/build.scm:241 +msgid "" +"\n" +" --sources[=3DTYPE] build source derivations; TYPE may optionall= y be " +"one\n" +" of \"package\", \"all\" (default), or \"transi= tive\"" +msgstr "" + +#: guix/scripts/build.scm:244 msgid "" "\n" " -s, --system=3DSYSTEM attempt to build for SYSTEM--e.g., \"i686-li= nux\"" msgstr "" =20 -#: guix/scripts/build.scm:221 +#: guix/scripts/build.scm:246 msgid "" "\n" " --target=3DTRIPLET cross-build for TRIPLET--e.g., \"armel-linux= -gnu\"" msgstr "" =20 -#: guix/scripts/build.scm:223 +#: guix/scripts/build.scm:248 msgid "" "\n" " --with-source=3DSOURCE\n" " use SOURCE when building the corresponding pac= kage" msgstr "" =20 -#: guix/scripts/build.scm:226 +#: guix/scripts/build.scm:251 msgid "" "\n" " --no-grafts do not graft packages" msgstr "" =20 -#: guix/scripts/build.scm:228 +#: guix/scripts/build.scm:253 msgid "" "\n" " -d, --derivations return the derivation paths of the given packa= ges" msgstr "" =20 -#: guix/scripts/build.scm:230 +#: guix/scripts/build.scm:255 msgid "" "\n" " -r, --root=3DFILE make FILE a symlink to the result, and regis= ter it\n" " as a garbage collector root" msgstr "" =20 -#: guix/scripts/build.scm:233 +#: guix/scripts/build.scm:258 msgid "" "\n" " --log-file return the log file names for the given deriva= tions" msgstr "" =20 -#: guix/scripts/build.scm:238 guix/scripts/download.scm:53 -#: guix/scripts/package.scm:451 guix/scripts/gc.scm:58 -#: guix/scripts/hash.scm:55 guix/scripts/pull.scm:81 -#: guix/scripts/substitute-binary.scm:560 guix/scripts/system.scm:371 -#: guix/scripts/lint.scm:262 +#: guix/scripts/build.scm:263 guix/scripts/download.scm:53 +#: guix/scripts/package.scm:478 guix/scripts/gc.scm:65 +#: guix/scripts/hash.scm:55 guix/scripts/import.scm:91 +#: guix/scripts/pull.scm:81 guix/scripts/substitute.scm:682 +#: guix/scripts/system.scm:407 guix/scripts/lint.scm:583 +#: guix/scripts/publish.scm:60 msgid "" "\n" " -h, --help display this help and exit" @@ -198,11 +253,12 @@ msgstr "" "\n" " -h, --help diese Hilfe anzeigen und beenden" =20 -#: guix/scripts/build.scm:240 guix/scripts/download.scm:55 -#: guix/scripts/package.scm:453 guix/scripts/gc.scm:60 -#: guix/scripts/hash.scm:57 guix/scripts/pull.scm:83 -#: guix/scripts/substitute-binary.scm:562 guix/scripts/system.scm:373 -#: guix/scripts/lint.scm:266 +#: guix/scripts/build.scm:265 guix/scripts/download.scm:55 +#: guix/scripts/package.scm:480 guix/scripts/gc.scm:67 +#: guix/scripts/hash.scm:57 guix/scripts/import.scm:93 +#: guix/scripts/pull.scm:83 guix/scripts/substitute.scm:684 +#: guix/scripts/system.scm:409 guix/scripts/lint.scm:587 +#: guix/scripts/publish.scm:62 msgid "" "\n" " -V, --version display version information and exit" @@ -210,20 +266,19 @@ msgstr "" "\n" " -V, --version Versionsinformation anzeigen und beenden" =20 -#: guix/scripts/build.scm:366 +#: guix/scripts/build.scm:292 #, scheme-format -msgid "sources do not match any package:~{ ~a~}~%" +msgid "" +"invalid argument: '~a' option argument: ~a, ~\n" +"must be one of 'package', 'all', or 'transitive'~%" msgstr "" =20 -#: guix/scripts/build.scm:395 guix/scripts/download.scm:96 -#: guix/scripts/package.scm:673 guix/scripts/gc.scm:122 -#: guix/scripts/pull.scm:213 guix/scripts/system.scm:426 -#: guix/scripts/lint.scm:313 +#: guix/scripts/build.scm:415 #, scheme-format -msgid "~A: unrecognized option~%" -msgstr "~A: nicht erkannte Option~%" +msgid "sources do not match any package:~{ ~a~}~%" +msgstr "" =20 -#: guix/scripts/build.scm:423 +#: guix/scripts/build.scm:464 #, scheme-format msgid "no build log for '~a'~%" msgstr "Kein Erstellungsprotokoll f=C3=BCr =C2=BB~a=C2=AB~%" @@ -251,6 +306,13 @@ msgstr "" msgid "unsupported hash format: ~a~%" msgstr "Nicht unterst=C3=BCtztes Pr=C3=BCfsummenformat: ~a~%" =20 +#: guix/scripts/download.scm:96 guix/scripts/gc.scm:144 +#: guix/scripts/pull.scm:217 guix/scripts/lint.scm:634 +#: guix/scripts/publish.scm:282 guix/ui.scm:946 +#, scheme-format +msgid "~A: unrecognized option~%" +msgstr "~A: nicht erkannte Option~%" + #: guix/scripts/download.scm:106 #, scheme-format msgid "~a: failed to parse URI~%" @@ -261,127 +323,163 @@ msgstr "~a: URI~% konnte nicht verarbeitet werden= " msgid "~a: download failed~%" msgstr "~a: Herunterladen fehlgeschlagen~%" =20 -#: guix/scripts/package.scm:97 +#: guix/scripts/package.scm:109 #, scheme-format msgid "failed to build the empty profile~%" msgstr "Leeres Profil konnte nicht erstellt werden~%" =20 -#: guix/scripts/package.scm:113 +#: guix/scripts/package.scm:125 #, scheme-format msgid "switching from generation ~a to ~a~%" msgstr "" =20 -#: guix/scripts/package.scm:132 +#: guix/scripts/package.scm:144 #, scheme-format msgid "nothing to do: already at the empty profile~%" msgstr "Nichts zu tun: bereits im leeren Profil~%" =20 -#: guix/scripts/package.scm:144 +#: guix/scripts/package.scm:156 #, scheme-format msgid "deleting ~a~%" msgstr "~a wird gel=C3=B6scht~%" =20 -#: guix/scripts/package.scm:295 +#: guix/scripts/package.scm:269 +#, scheme-format +msgid "not removing generation ~a, which is current~%" +msgstr "" + +#: guix/scripts/package.scm:276 +#, fuzzy, scheme-format +msgid "no matching generation~%" +msgstr "Zu Generation =C2=BB~a=C2=AB kann nicht gewechselt werden~%" + +#: guix/scripts/package.scm:279 guix/scripts/package.scm:959 +#, scheme-format +msgid "invalid syntax: ~a~%" +msgstr "Unzul=C3=A4ssige Syntax: ~a~%" + +#: guix/scripts/package.scm:341 #, scheme-format msgid "package `~a' lacks output `~a'~%" msgstr "" =20 -#: guix/scripts/package.scm:312 +#: guix/scripts/package.scm:358 #, scheme-format msgid "~a: package not found~%" msgstr "~a: Paket nicht gefunden~%" =20 -#: guix/scripts/package.scm:390 +#: guix/scripts/package.scm:409 #, scheme-format msgid "The following environment variable definitions may be needed:~%" msgstr "Die Definition folgender Umgebungsvariablen k=C3=B6nnte n=C3=B6t= ig sein:~%" =20 -#: guix/scripts/package.scm:406 +#: guix/scripts/package.scm:425 +#, fuzzy msgid "" -"Usage: guix package [OPTION]... PACKAGES...\n" -"Install, remove, or upgrade PACKAGES in a single transaction.\n" +"Usage: guix package [OPTION]...\n" +"Install, remove, or upgrade packages in a single transaction.\n" msgstr "" "Aufruf: guix package [OPTION] =E2=80=A6 PAKETE =E2=80=A6\n" "Pakete in einer einzigen Transaktion installieren,\n" "entfernen oder aktualisieren.\n" =20 -#: guix/scripts/package.scm:408 +#: guix/scripts/package.scm:427 +#, fuzzy msgid "" "\n" -" -i, --install=3DPACKAGE install PACKAGE" +" -i, --install PACKAGE ...\n" +" install PACKAGEs" msgstr "" "\n" " -i, --install=3DPAKET PAKET installieren" =20 -#: guix/scripts/package.scm:410 +#: guix/scripts/package.scm:430 msgid "" "\n" " -e, --install-from-expression=3DEXP\n" " install the package EXP evaluates to" msgstr "" =20 -#: guix/scripts/package.scm:413 +#: guix/scripts/package.scm:433 +#, fuzzy msgid "" "\n" -" -r, --remove=3DPACKAGE remove PACKAGE" +" -r, --remove PACKAGE ...\n" +" remove PACKAGEs" msgstr "" "\n" " -r, --remove=3DPAKET PAKET entfernen" =20 -#: guix/scripts/package.scm:415 +#: guix/scripts/package.scm:436 msgid "" "\n" " -u, --upgrade[=3DREGEXP] upgrade all the installed packages matching = REGEXP" msgstr "" =20 -#: guix/scripts/package.scm:417 +#: guix/scripts/package.scm:438 +msgid "" +"\n" +" -m, --manifest=3DFILE create a new profile generation with the man= ifest\n" +" from FILE" +msgstr "" + +#: guix/scripts/package.scm:441 +msgid "" +"\n" +" --do-not-upgrade[=3DREGEXP] do not upgrade any packages matching = REGEXP" +msgstr "" + +#: guix/scripts/package.scm:443 msgid "" "\n" " --roll-back roll back to the previous generation" msgstr "" =20 -#: guix/scripts/package.scm:419 +#: guix/scripts/package.scm:445 +#, fuzzy msgid "" "\n" -" --search-paths display needed environment variable definition= s" +" --search-paths[=3DKIND]\n" +" display needed environment variable definition= s" msgstr "" "\n" -" --search-paths ben=C3=B6tigte Definitionen von Umgebungsvaria= blen anzeigen" +" --search-paths ben=C3=B6tigte Definitionen von Umgebungsvaria= blen " +"anzeigen" =20 -#: guix/scripts/package.scm:421 +#: guix/scripts/package.scm:448 msgid "" "\n" " -l, --list-generations[=3DPATTERN]\n" " list generations matching PATTERN" msgstr "" =20 -#: guix/scripts/package.scm:424 +#: guix/scripts/package.scm:451 msgid "" "\n" " -d, --delete-generations[=3DPATTERN]\n" " delete generations matching PATTERN" msgstr "" =20 -#: guix/scripts/package.scm:427 +#: guix/scripts/package.scm:454 msgid "" "\n" " -S, --switch-generation=3DPATTERN\n" " switch to a generation matching PATTERN" msgstr "" =20 -#: guix/scripts/package.scm:430 +#: guix/scripts/package.scm:457 msgid "" "\n" " -p, --profile=3DPROFILE use PROFILE instead of the user's default pr= ofile" msgstr "" =20 -#: guix/scripts/package.scm:433 +#: guix/scripts/package.scm:460 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the profile" msgstr "" =20 -#: guix/scripts/package.scm:435 guix/scripts/pull.scm:74 +#: guix/scripts/package.scm:462 guix/scripts/pull.scm:74 msgid "" "\n" " --verbose produce verbose output" @@ -389,92 +487,103 @@ msgstr "" "\n" " --verbose ausf=C3=BChrliche Ausgaben anzeigen" =20 -#: guix/scripts/package.scm:438 +#: guix/scripts/package.scm:465 msgid "" "\n" " -s, --search=3DREGEXP search in synopsis and description using REG= EXP" msgstr "" =20 -#: guix/scripts/package.scm:440 +#: guix/scripts/package.scm:467 msgid "" "\n" " -I, --list-installed[=3DREGEXP]\n" " list installed packages matching REGEXP" msgstr "" =20 -#: guix/scripts/package.scm:443 +#: guix/scripts/package.scm:470 msgid "" "\n" " -A, --list-available[=3DREGEXP]\n" " list available packages matching REGEXP" msgstr "" =20 -#: guix/scripts/package.scm:446 +#: guix/scripts/package.scm:473 +#, fuzzy msgid "" "\n" -" --show=3DPACKAGE show details about PACKAGE" +" --show=3DPACKAGE show details about PACKAGE" msgstr "" "\n" " --show=3DPAKET Details zu PAKET anzeigen" =20 -#: guix/scripts/package.scm:677 +#: guix/scripts/package.scm:560 +#, scheme-format +msgid "~a: unsupported kind of search path~%" +msgstr "" + +#: guix/scripts/package.scm:758 #, scheme-format msgid "~A: extraneous argument~%" msgstr "" =20 -#: guix/scripts/package.scm:687 +#: guix/scripts/package.scm:766 #, scheme-format msgid "Try \"info '(guix) Invoking guix package'\" for more information.= ~%" msgstr "" =20 -#: guix/scripts/package.scm:709 +#: guix/scripts/package.scm:788 #, scheme-format msgid "error: while creating directory `~a': ~a~%" msgstr "Fehler beim Anlegen des Verzeichnisses =C2=BB~a=C2=AB: ~a~%" =20 -#: guix/scripts/package.scm:713 +#: guix/scripts/package.scm:792 #, scheme-format msgid "Please create the `~a' directory, with you as the owner.~%" msgstr "Bitte legen Sie das Verzeichnis =C2=BB~a=C2=AB mit Ihnen als Eig= ent=C3=BCmer an.~%" =20 -#: guix/scripts/package.scm:720 +#: guix/scripts/package.scm:799 #, scheme-format msgid "error: directory `~a' is not owned by you~%" msgstr "Fehler: Das Verzeichnis =C2=BB~a=C2=AB geh=C3=B6rt Ihnen nicht~%= " =20 -#: guix/scripts/package.scm:723 +#: guix/scripts/package.scm:802 #, scheme-format msgid "Please change the owner of `~a' to user ~s.~%" msgstr "Bitte =C3=A4ndern Sie den Eigent=C3=BCmer von =C2=BB~a=C2=AB in = Benutzer ~s.~%" =20 -#: guix/scripts/package.scm:756 -#, scheme-format -msgid "cannot switch to generation '~a'~%" -msgstr "Zu Generation =C2=BB~a=C2=AB kann nicht gewechselt werden~%" - -#: guix/scripts/package.scm:788 guix/scripts/package.scm:889 -#, scheme-format -msgid "invalid syntax: ~a~%" -msgstr "Unzul=C3=A4ssige Syntax: ~a~%" - -#: guix/scripts/package.scm:825 +#: guix/scripts/package.scm:836 #, scheme-format msgid "nothing to be done~%" msgstr "Nichts zu tun~%" =20 -#: guix/scripts/package.scm:840 +#: guix/scripts/package.scm:852 #, scheme-format msgid "~a package in profile~%" msgid_plural "~a packages in profile~%" msgstr[0] "~a Paket im Profil~%" msgstr[1] "~a Pakete im Profil~%" =20 -#: guix/scripts/package.scm:855 +#: guix/scripts/package.scm:876 +#, scheme-format +msgid "cannot switch to generation '~a'~%" +msgstr "Zu Generation =C2=BB~a=C2=AB kann nicht gewechselt werden~%" + +#: guix/scripts/package.scm:898 +#, scheme-format +msgid "would install new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:900 +#, scheme-format +msgid "installing new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:925 #, scheme-format msgid "Generation ~a\t~a" msgstr "Generation ~a\t~a" =20 -#: guix/scripts/package.scm:862 +#: guix/scripts/package.scm:932 #, scheme-format msgid "~a\t(current)~%" msgstr "~a\t(aktuell)~%" @@ -505,34 +614,48 @@ msgstr "" #: guix/scripts/gc.scm:46 msgid "" "\n" -" --list-dead list dead paths" +" --optimize optimize the store by deduplicating identical = files" msgstr "" =20 #: guix/scripts/gc.scm:48 msgid "" "\n" +" --list-dead list dead paths" +msgstr "" + +#: guix/scripts/gc.scm:50 +msgid "" +"\n" " --list-live list live paths" msgstr "" =20 -#: guix/scripts/gc.scm:51 +#: guix/scripts/gc.scm:53 msgid "" "\n" " --references list the references of PATHS" msgstr "" =20 -#: guix/scripts/gc.scm:53 +#: guix/scripts/gc.scm:55 msgid "" "\n" " -R, --requisites list the requisites of PATHS" msgstr "" =20 -#: guix/scripts/gc.scm:55 +#: guix/scripts/gc.scm:57 msgid "" "\n" " --referrers list the referrers of PATHS" msgstr "" =20 -#: guix/scripts/gc.scm:84 +#: guix/scripts/gc.scm:60 +msgid "" +"\n" +" --verify[=3DOPTS] verify the integrity of the store; OPTS is a= \n" +" comma-separated combination of 'repair' and\n" +" 'contents'" +msgstr "" + +#: guix/scripts/gc.scm:91 #, scheme-format msgid "invalid amount of storage: ~a~%" msgstr "Ung=C3=BCltiger Speicher-Wert: ~a~%" @@ -559,7 +682,7 @@ msgstr "" msgid "unrecognized option: ~a~%" msgstr "Nicht erkannte Option: ~a~%" =20 -#: guix/scripts/hash.scm:134 guix/ui.scm:252 +#: guix/scripts/hash.scm:134 guix/ui.scm:424 #, scheme-format msgid "~a~%" msgstr "~a~%" @@ -569,6 +692,30 @@ msgstr "~a~%" msgid "wrong number of arguments~%" msgstr "Falsche Argumentanzahl~%" =20 +#: guix/scripts/import.scm:85 +#, fuzzy +msgid "" +"Usage: guix import IMPORTER ARGS ...\n" +"Run IMPORTER with ARGS.\n" +msgstr "" +"Aufruf: guix BEFEHL ARGUMENTE =E2=80=A6\n" +"BEFEHL mit ARGUMENTEN ausf=C3=BChren.\n" + +#: guix/scripts/import.scm:88 +#, fuzzy +msgid "IMPORTER must be one of the importers listed below:\n" +msgstr "BEFEHL muss einer der unten aufgelisteten Unterbefehle sein:\n" + +#: guix/scripts/import.scm:102 +#, fuzzy, scheme-format +msgid "guix import: missing importer name~%" +msgstr "guix: Befehlsname fehlt~%" + +#: guix/scripts/import.scm:113 +#, scheme-format +msgid "guix import: invalid importer~%" +msgstr "" + #: guix/scripts/pull.scm:72 msgid "" "Usage: guix pull [OPTION]...\n" @@ -600,123 +747,129 @@ msgstr "=C2=BB~a=C2=AB wird entpackt =E2=80=A6~%" msgid "failed to unpack source code" msgstr "Quellcode konnte nicht entpackt werden" =20 -#: guix/scripts/pull.scm:200 +#: guix/scripts/pull.scm:202 +msgid "Guix already up to date\n" +msgstr "Guix ist bereits aktuell\n" + +#: guix/scripts/pull.scm:207 #, scheme-format msgid "updated ~a successfully deployed under `~a'~%" msgstr "" =20 -#: guix/scripts/pull.scm:203 +#: guix/scripts/pull.scm:210 #, scheme-format msgid "failed to update Guix, check the build log~%" -msgstr "Guix konnte nicht aktualisiert werden, schauen Sie in das Build-= Protokoll~%" - -#: guix/scripts/pull.scm:205 -msgid "Guix already up to date\n" -msgstr "Guix ist bereits aktuell\n" +msgstr "" +"Guix konnte nicht aktualisiert werden, schauen Sie in das Build-Protoko= ll~%" =20 -#: guix/scripts/pull.scm:215 +#: guix/scripts/pull.scm:219 #, scheme-format msgid "~A: unexpected argument~%" msgstr "~A: unerwartetes Argument~%" =20 -#: guix/scripts/pull.scm:224 +#: guix/scripts/pull.scm:228 msgid "failed to download up-to-date source, exiting\n" msgstr "Aktueller Quellcode konnte nicht heruntergeladen werden, Abbruch= \n" =20 -#: guix/scripts/substitute-binary.scm:80 +#: guix/scripts/substitute.scm:81 #, scheme-format msgid "authentication and authorization of substitutes disabled!~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:163 +#: guix/scripts/substitute.scm:157 #, scheme-format msgid "download from '~a' failed: ~a, ~s~%" msgstr "Herunterladen von =C2=BB~a=C2=AB ist fehlgeschlagen: ~a, ~s~%" =20 -#: guix/scripts/substitute-binary.scm:178 -#, scheme-format -msgid "while fetching ~a: server is unresponsive~%" +#: guix/scripts/substitute.scm:169 +#, fuzzy, scheme-format +msgid "while fetching ~a: server is somewhat slow~%" msgstr "Beim Holen von ~a: Server antwortet nicht~%" =20 -#: guix/scripts/substitute-binary.scm:180 +#: guix/scripts/substitute.scm:171 #, scheme-format msgid "try `--no-substitutes' if the problem persists~%" msgstr "Versuchen Sie =C2=BB--no-substitutes=C2=AB, falls das Problem we= iter besteht~%" =20 -#: guix/scripts/substitute-binary.scm:244 +#: guix/scripts/substitute.scm:214 #, scheme-format -msgid "signature version must be a number: ~a~%" +msgid "updating list of substitutes from '~a'...\r" +msgstr "" + +#: guix/scripts/substitute.scm:246 +#, fuzzy, scheme-format +msgid "signature version must be a number: ~s~%" msgstr "Signaturversion muss eine Zahl sein: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:248 +#: guix/scripts/substitute.scm:250 #, scheme-format msgid "unsupported signature version: ~a~%" msgstr "Signaturversion wird nicht unterst=C3=BCtzt: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:256 +#: guix/scripts/substitute.scm:258 #, scheme-format msgid "signature is not a valid s-expression: ~s~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:260 +#: guix/scripts/substitute.scm:262 #, scheme-format msgid "invalid format of the signature field: ~a~%" msgstr "Unzul=C3=A4ssiges Format des Signaturfeldes: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:295 +#: guix/scripts/substitute.scm:297 #, scheme-format msgid "invalid signature for '~a'~%" msgstr "Ung=C3=BCltige Signatur f=C3=BCr =C2=BB~a=C2=AB~%" =20 -#: guix/scripts/substitute-binary.scm:297 +#: guix/scripts/substitute.scm:299 #, scheme-format msgid "hash mismatch for '~a'~%" msgstr "Pr=C3=BCfsummenfehler f=C3=BCr =C2=BB~a=C2=AB~%" =20 -#: guix/scripts/substitute-binary.scm:299 +#: guix/scripts/substitute.scm:301 #, scheme-format msgid "'~a' is signed with an unauthorized key~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:301 +#: guix/scripts/substitute.scm:303 #, scheme-format msgid "signature on '~a' is corrupt~%" msgstr "Signature von =C2=BB~a=C2=AB ist besch=C3=A4digt~%" =20 -#: guix/scripts/substitute-binary.scm:338 +#: guix/scripts/substitute.scm:341 #, scheme-format msgid "substitute at '~a' lacks a signature~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:526 +#: guix/scripts/substitute.scm:504 #, scheme-format -msgid "Downloading, please wait...~%" -msgstr "Wird heruntergeladen, bitte warten =E2=80=A6~%" +msgid "updating list of substitutes from '~a'... ~5,1f%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:528 +#: guix/scripts/substitute.scm:552 #, scheme-format -msgid "(Please consider upgrading Guile to get proper progress report.)~= %" +msgid "~s: unsupported server URI scheme~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:541 +#: guix/scripts/substitute.scm:663 #, scheme-format msgid "host name lookup error: ~a~%" msgstr "Fehler beim Nachschlagen des Rechnernamens: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:550 +#: guix/scripts/substitute.scm:672 msgid "" -"Usage: guix substitute-binary [OPTION]...\n" +"Usage: guix substitute [OPTION]...\n" "Internal tool to substitute a pre-built binary to a local build.\n" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:552 +#: guix/scripts/substitute.scm:674 msgid "" "\n" " --query report on the availability of substitutes for = the\n" " store file names passed on the standard input" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:555 +#: guix/scripts/substitute.scm:677 msgid "" "\n" " --substitute STORE-FILE DESTINATION\n" @@ -724,21 +877,23 @@ msgid "" " DESTINATION" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:600 -msgid "ACL for archive imports seems to be uninitialized, substitutes ma= y be unavailable\n" +#: guix/scripts/substitute.scm:712 +msgid "" +"ACL for archive imports seems to be uninitialized, substitutes may be " +"unavailable\n" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:634 +#: guix/scripts/substitute.scm:750 #, scheme-format msgid "these substitute URLs will not be used:~{ ~a~}~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:660 +#: guix/scripts/substitute.scm:776 #, scheme-format msgid "failed to look up host '~a' (~a), substituter disabled~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:767 +#: guix/scripts/substitute.scm:883 #, scheme-format msgid "~a: unrecognized options~%" msgstr "~a: nicht erkannte Optionen~%" @@ -746,7 +901,9 @@ msgstr "~a: nicht erkannte Optionen~%" #: guix/scripts/authenticate.scm:58 #, scheme-format msgid "cannot find public key for secret key '~a'~%" -msgstr "=C3=96ffentlicher Schl=C3=BCssel des geheimen Schl=C3=BCssels =C2= =BB~a=C2=AB konnte nicht gefunden werden~%" +msgstr "" +"=C3=96ffentlicher Schl=C3=BCssel des geheimen Schl=C3=BCssels =C2=BB~a=C2= =AB konnte nicht gefunden " +"werden~%" =20 #: guix/scripts/authenticate.scm:78 #, scheme-format @@ -763,7 +920,7 @@ msgstr "Fehler: nicht autorisierter =C3=B6ffentlicher= Schl=C3=BCssel: ~a~%" msgid "error: corrupt signature data: ~a~%" msgstr "Fehler: Signaturdaten besch=C3=A4digt: ~a~%" =20 -#: guix/scripts/authenticate.scm:126 +#: guix/scripts/authenticate.scm:120 msgid "" "Usage: guix authenticate OPTION...\n" "Sign or verify the signature on the given file. This tool is meant to\= n" @@ -773,56 +930,46 @@ msgstr "" "Angegebene Datei signieren oder die Signatur =C3=BCberpr=C3=BCfen. Dies= es Werkzeug\n" "ist daf=C3=BCr bestimmt, intern von =C2=BBguix-daemon=C2=AB aufgerufen = zu werden.\n" =20 -#: guix/scripts/authenticate.scm:132 +#: guix/scripts/authenticate.scm:126 msgid "wrong arguments" msgstr "Falsche Argumente" =20 -#: guix/scripts/system.scm:74 -#, scheme-format -msgid "failed to open operating system file '~a': ~a~%" -msgstr "Betriebssystemdatei =C2=BB~a=C2=AB konnte nicht ge=C3=B6ffnet we= rden: ~a~%" - -#: guix/scripts/system.scm:78 guix/ui.scm:258 -#, scheme-format -msgid "~a: ~a~%" -msgstr "~a: ~a~%" - -#: guix/scripts/system.scm:81 -#, scheme-format -msgid "failed to load operating system file '~a': ~s~%" -msgstr "Betriebssystemdatei =C2=BB~a=C2=AB konnte nicht geladen werden: = ~s~%" - -#: guix/scripts/system.scm:116 +#: guix/scripts/system.scm:97 #, scheme-format msgid "failed to register '~a' under '~a'~%" msgstr "=C2=BB~a=C2=AB konnte nicht unter =C2=BB~a=C2=AB registriert wer= den~%" =20 -#: guix/scripts/system.scm:144 +#: guix/scripts/system.scm:129 +#, scheme-format +msgid "failed to install GRUB on device '~a'~%" +msgstr "GRUB konnte nicht auf Ger=C3=A4t =C2=BB~a=C2=AB installiert werd= en~%" + +#: guix/scripts/system.scm:147 #, scheme-format msgid "initializing the current root file system~%" msgstr "Aktuelles Wurzeldateisystem wird initialisiert~%" =20 -#: guix/scripts/system.scm:162 guix/scripts/system.scm:325 +#: guix/scripts/system.scm:161 #, scheme-format -msgid "failed to install GRUB on device '~a'~%" -msgstr "GRUB konnte nicht auf Ger=C3=A4t =C2=BB~a=C2=AB installiert werd= en~%" +msgid "not running as 'root', so the ownership of '~a' may be incorrect!= ~%" +msgstr "" =20 -#: guix/scripts/system.scm:197 +#: guix/scripts/system.scm:213 #, scheme-format msgid "activating system...~%" msgstr "System wird aktiviert =E2=80=A6~%" =20 -#: guix/scripts/system.scm:239 +#: guix/scripts/system.scm:263 #, scheme-format msgid "unrecognized boot parameters for '~a'~%" msgstr "Nicht erkannte Startparameter f=C3=BCr =C2=BB~a=C2=AB~%" =20 -#: guix/scripts/system.scm:330 +#: guix/scripts/system.scm:358 #, scheme-format msgid "initializing operating system under '~a'...~%" msgstr "Betriebssystem unter =C2=BB~a=C2=AB wird initialisiert =E2=80=A6= ~%" =20 -#: guix/scripts/system.scm:346 +#: guix/scripts/system.scm:374 msgid "" "Usage: guix system [OPTION] ACTION FILE\n" "Build the operating system declared in FILE according to ACTION.\n" @@ -830,37 +977,58 @@ msgstr "" "Aufruf: guix system [OPTION] AKTION DATEI\n" "Das in DATEI deklarierte Betriebssystem entsprechend der AKTION erstell= en.\n" =20 -#: guix/scripts/system.scm:349 +#: guix/scripts/system.scm:377 msgid "The valid values for ACTION are:\n" msgstr "Die g=C3=BCltigen Werte f=C3=BCr AKTION sind:\n" =20 -#: guix/scripts/system.scm:350 -msgid " - 'reconfigure', switch to a new operating system configuration= \n" +#: guix/scripts/system.scm:379 +#, fuzzy +msgid " reconfigure switch to a new operating system configuratio= n\n" msgstr " - =C2=BBreconfigure=C2=AB, zur neuen Betriebssystemkonfigurati= on wechseln\n" =20 -#: guix/scripts/system.scm:352 -msgid " - 'build', build the operating system without installing anythi= ng\n" -msgstr " - =C2=BBbuild=C2=AB, das Betriebssystem erstellen, ohne etwas = zu installieren\n" +#: guix/scripts/system.scm:381 +#, fuzzy +msgid "" +" build build the operating system without installing anyth= ing\n" +msgstr "" +" - =C2=BBbuild=C2=AB, das Betriebssystem erstellen, ohne etwas zu inst= allieren\n" =20 -#: guix/scripts/system.scm:354 -msgid " - 'vm', build a virtual machine image that shares the host's st= ore\n" +#: guix/scripts/system.scm:383 +#, fuzzy +msgid "" +" vm build a virtual machine image that shares the host'= s " +"store\n" msgstr "" " - =C2=BBvm=C2=AB, ein Image f=C3=BCr eine virtuelle Maschine erstelle= n, das den\n" " Speicher des Rechners nutzt\n" =20 -#: guix/scripts/system.scm:356 -msgid " - 'vm-image', build a freestanding virtual machine image\n" -msgstr " - =C2=BBvm-image=C2=AB, ein unabh=C3=A4ngiges Image f=C3=BCr e= ine virtuelle Maschine erstellen\n" +#: guix/scripts/system.scm:385 +#, fuzzy +msgid " vm-image build a freestanding virtual machine image\n" +msgstr "" +" - =C2=BBvm-image=C2=AB, ein unabh=C3=A4ngiges Image f=C3=BCr eine vir= tuelle Maschine " +"erstellen\n" =20 -#: guix/scripts/system.scm:358 -msgid " - 'disk-image', build a disk image, suitable for a USB stick\n" +#: guix/scripts/system.scm:387 +#, fuzzy +msgid " disk-image build a disk image, suitable for a USB stick\= n" msgstr " - =C2=BBdisk-image=C2=AB, ein Disk-Image f=C3=BCr einen USB-St= ick erstellen\n" =20 -#: guix/scripts/system.scm:360 -msgid " - 'init', initialize a root file system to run GNU.\n" -msgstr " - =C2=BBinit=C2=AB, ein Wurzeldateisystem initialisieren, um G= NU auszuf=C3=BChren.\n" +#: guix/scripts/system.scm:389 +#, fuzzy +msgid " init initialize a root file system to run GNU.\n" +msgstr "" +" - =C2=BBinit=C2=AB, ein Wurzeldateisystem initialisieren, um GNU ausz= uf=C3=BChren.\n" + +#: guix/scripts/system.scm:393 +msgid "" +"\n" +" --on-error=3DSTRATEGY\n" +" apply STRATEGY when an error occurs while read= ing " +"FILE" +msgstr "" =20 -#: guix/scripts/system.scm:364 +#: guix/scripts/system.scm:396 msgid "" "\n" " --image-size=3DSIZE for 'vm-image', produce an image of SIZE" @@ -868,7 +1036,7 @@ msgstr "" "\n" " --image-size=3DGR=C3=96SSE f=C3=BCr =C2=BBvm-image=C2=AB, ein Ima= ge der GR=C3=96SSE erstellen" =20 -#: guix/scripts/system.scm:366 +#: guix/scripts/system.scm:398 msgid "" "\n" " --no-grub for 'init', do not install GRUB" @@ -876,7 +1044,19 @@ msgstr "" "\n" " --no-grub f=C3=BCr =C2=BBinit=C2=AB, GRUB nicht installi= eren" =20 -#: guix/scripts/system.scm:368 +#: guix/scripts/system.scm:400 +msgid "" +"\n" +" --share=3DSPEC for 'vm', share host file system according t= o SPEC" +msgstr "" + +#: guix/scripts/system.scm:402 +msgid "" +"\n" +" --expose=3DSPEC for 'vm', expose host file system according = to SPEC" +msgstr "" + +#: guix/scripts/system.scm:404 msgid "" "\n" " --full-boot for 'vm', make a full boot sequence" @@ -884,54 +1064,168 @@ msgstr "" "\n" " --full-boot f=C3=BCr =C2=BBvm=C2=AB, vollst=C3=A4ndige Boo= t-Sequenz" =20 -#: guix/scripts/system.scm:434 +#: guix/scripts/system.scm:495 #, scheme-format msgid "~a: unknown action~%" msgstr "~a: unbekannte Aktion~%" =20 -#: guix/scripts/system.scm:451 +#: guix/scripts/system.scm:510 #, scheme-format msgid "wrong number of arguments for action '~a'~%" msgstr "Falsche Anzahl an Argumenten f=C3=BCr Aktion =C2=BB~a=C2=AB~%" =20 -#: guix/scripts/system.scm:471 +#: guix/scripts/system.scm:534 #, scheme-format msgid "no configuration file specified~%" msgstr "Keine Konfigurationsdatei angegeben~%" =20 -#: guix/scripts/lint.scm:51 -#, scheme-format -msgid "~a: ~a: ~a~%" -msgstr "~a: ~a: ~a~%" - -#: guix/scripts/lint.scm:72 +#: guix/scripts/lint.scm:111 #, scheme-format msgid "Available checkers:~%" msgstr "Verf=C3=BCgbare Pr=C3=BCfer:~%" =20 -#: guix/scripts/lint.scm:226 +#: guix/scripts/lint.scm:131 +msgid "description should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:138 +msgid "description should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:154 +#, scheme-format +msgid "" +"sentences in description should be followed ~\n" +"by two spaces; possible infraction~p at ~{~a~^, ~}" +msgstr "" + +#: guix/scripts/lint.scm:175 +msgid "pkg-config should probably be a native input" +msgstr "" + +#: guix/scripts/lint.scm:190 +msgid "synopsis should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:198 +msgid "no period allowed at the end of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:210 +msgid "no article allowed at the beginning of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:217 +msgid "synopsis should be less than 80 characters long" +msgstr "" + +#: guix/scripts/lint.scm:223 +msgid "synopsis should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:230 +msgid "synopsis should not start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:321 guix/scripts/lint.scm:333 +#, scheme-format +msgid "URI ~a not reachable: ~a (~s)" +msgstr "" + +#: guix/scripts/lint.scm:340 +#, fuzzy, scheme-format +msgid "URI ~a domain not found: ~a" +msgstr "guix: ~a: Befehl nicht gefunden~%" + +#: guix/scripts/lint.scm:348 +#, scheme-format +msgid "URI ~a unreachable: ~a" +msgstr "" + +#: guix/scripts/lint.scm:374 +#, fuzzy +msgid "invalid value for home page" +msgstr "Die g=C3=BCltigen Werte f=C3=BCr AKTION sind:\n" + +#: guix/scripts/lint.scm:377 +#, fuzzy, scheme-format +msgid "invalid home page URL: ~s" +msgstr "" +"\n" +"~a Homepage: <~a>" + +#: guix/scripts/lint.scm:402 +msgid "file names of patches should start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:440 +#, scheme-format +msgid "~a: ~a: proposed synopsis: ~s~%" +msgstr "" + +#: guix/scripts/lint.scm:452 +#, scheme-format +msgid "~a: ~a: proposed description:~% \"~a\"~%" +msgstr "" + +#: guix/scripts/lint.scm:489 +msgid "all the source URIs are unreachable:" +msgstr "" + +#: guix/scripts/lint.scm:501 guix/scripts/lint.scm:505 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~a" +msgstr "Ausdruck ~s konnte nicht gelesen werden: ~s~%" + +#: guix/scripts/lint.scm:511 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~s~%" +msgstr "Ausdruck ~s konnte nicht gelesen werden: ~s~%" + +#: guix/scripts/lint.scm:524 msgid "Validate package descriptions" msgstr "Paketbeschreibungen =C3=BCberpr=C3=BCfen" =20 -#: guix/scripts/lint.scm:230 +#: guix/scripts/lint.scm:528 +#, fuzzy +msgid "Validate synopsis & description of GNU packages" +msgstr "Paketbeschreibungen =C3=BCberpr=C3=BCfen" + +#: guix/scripts/lint.scm:532 msgid "Identify inputs that should be native inputs" msgstr "Eingaben pr=C3=BCfen, die native Eingaben sein sollten" =20 -#: guix/scripts/lint.scm:234 -msgid "Validate filenames of patches" +#: guix/scripts/lint.scm:536 +#, fuzzy +msgid "Validate file names and availability of patches" msgstr "Dateinamen der Patches =C3=BCberpr=C3=BCfen" =20 -#: guix/scripts/lint.scm:238 -msgid "Validate package synopsis" +#: guix/scripts/lint.scm:540 +#, fuzzy +msgid "Validate home-page URLs" +msgstr "Paketzusammenfassungen =C3=BCberpr=C3=BCfen" + +#: guix/scripts/lint.scm:544 +msgid "Validate source URLs" +msgstr "" + +#: guix/scripts/lint.scm:548 +msgid "Report failure to compile a package to a derivation" +msgstr "" + +#: guix/scripts/lint.scm:552 +#, fuzzy +msgid "Validate package synopses" msgstr "Paketzusammenfassungen =C3=BCberpr=C3=BCfen" =20 -#: guix/scripts/lint.scm:257 +#: guix/scripts/lint.scm:577 msgid "" "Usage: guix lint [OPTION]... [PACKAGE]...\n" -"Run a set of checkers on the specified package; if none is specified, r= un the checkers on all packages.\n" +"Run a set of checkers on the specified package; if none is specified,\n= " +"run the checkers on all packages.\n" msgstr "" =20 -#: guix/scripts/lint.scm:259 +#: guix/scripts/lint.scm:580 msgid "" "\n" " -c, --checkers=3DCHECKER1,CHECKER2...\n" @@ -941,55 +1235,155 @@ msgstr "" " -c, --checkers=3DPR=C3=9CFER1,PR=C3=9CFER2 =E2=80=A6\n" " nur die angegebenen Pr=C3=BCfer aufrufen" =20 -#: guix/scripts/lint.scm:264 +#: guix/scripts/lint.scm:585 msgid "" "\n" " -l, --list-checkers display the list of available lint checkers" msgstr "" =20 -#: guix/scripts/lint.scm:283 -#, scheme-format -msgid "~a: invalid checker" +#: guix/scripts/lint.scm:605 +#, fuzzy, scheme-format +msgid "~a: invalid checker~%" msgstr "~a: unzul=C3=A4ssiger Pr=C3=BCfer" =20 -#: guix/gnu-maintenance.scm:373 +#: guix/scripts/publish.scm:49 +#, scheme-format +msgid "" +"Usage: guix publish [OPTION]...\n" +"Publish ~a over HTTP.\n" +msgstr "" + +#: guix/scripts/publish.scm:51 +msgid "" +"\n" +" -p, --port=3DPORT listen on PORT" +msgstr "" + +#: guix/scripts/publish.scm:53 +msgid "" +"\n" +" --listen=3DHOST listen on the network interface for HOST" +msgstr "" + +#: guix/scripts/publish.scm:55 +msgid "" +"\n" +" -u, --user=3DUSER change privileges to USER as soon as possibl= e" +msgstr "" + +#: guix/scripts/publish.scm:57 +msgid "" +"\n" +" -r, --repl[=3DPORT] spawn REPL server on PORT" +msgstr "" + +#: guix/scripts/publish.scm:73 +#, fuzzy, scheme-format +msgid "lookup of host '~a' failed: ~a~%" +msgstr "Herunterladen von =C2=BB~a=C2=AB ist fehlgeschlagen: ~a, ~s~%" + +#: guix/scripts/publish.scm:97 +#, scheme-format +msgid "lookup of host '~a' returned nothing" +msgstr "" + +#: guix/scripts/publish.scm:270 +#, scheme-format +msgid "user '~a' not found: ~a~%" +msgstr "" + +#: guix/scripts/publish.scm:284 +#, fuzzy, scheme-format +msgid "~A: extraneuous argument~%" +msgstr "~A: unerwartetes Argument~%" + +#: guix/scripts/publish.scm:305 +#, scheme-format +msgid "server running as root; consider using the '--user' option!~%" +msgstr "" + +#: guix/scripts/publish.scm:307 +#, scheme-format +msgid "publishing ~a on ~a, port ~d~%" +msgstr "" + +#: guix/gnu-maintenance.scm:461 #, scheme-format msgid "signature verification failed for `~a'~%" msgstr "Verifizierung der Signatur fehlgeschlagen f=C3=BCr =C2=BB~a=C2=AB= ~%" =20 -#: guix/gnu-maintenance.scm:375 +#: guix/gnu-maintenance.scm:463 #, scheme-format msgid "(could be because the public key is not in your keyring)~%" -msgstr "(vielleicht befindet sich Ihr =C3=B6ffentlicher Schl=C3=BCssel n= icht im Schl=C3=BCsselbund)~%" +msgstr "" +"(vielleicht befindet sich Ihr =C3=B6ffentlicher Schl=C3=BCssel nicht im= " +"Schl=C3=BCsselbund)~%" =20 -#: guix/gnu-maintenance.scm:450 +#: guix/gnu-maintenance.scm:538 #, scheme-format msgid "~a: could not locate source file" msgstr "~a: Quelldatei konnte nicht gefunden werden" =20 -#: guix/gnu-maintenance.scm:455 +#: guix/gnu-maintenance.scm:543 #, scheme-format msgid "~a: ~a: no `version' field in source; skipping~%" msgstr "~a: ~a: kein =C2=BBversion=C2=AB-Feld in der Quelle; wird =C3=BC= bersprungen~%" =20 -#: guix/ui.scm:135 +#: guix/ui.scm:210 +msgid "entering debugger; type ',bt' for a backtrace\n" +msgstr "" + +#: guix/ui.scm:226 guix/ui.scm:243 +#, fuzzy, scheme-format +msgid "failed to load '~a': ~a~%" +msgstr "Verbindung zu =C2=BB~a=C2=AB fehlgeschlagen: ~a~%" + +#: guix/ui.scm:229 +#, fuzzy, scheme-format +msgid "~a: error: ~a~%" +msgstr "~a: ~a: ~a~%" + +#: guix/ui.scm:232 guix/ui.scm:460 +#, scheme-format +msgid "exception thrown: ~s~%" +msgstr "" + +#: guix/ui.scm:234 guix/ui.scm:252 +#, fuzzy, scheme-format +msgid "failed to load '~a':~%" +msgstr "Locale konnte nicht installiert werden: ~a~%" + +#: guix/ui.scm:246 +#, fuzzy, scheme-format +msgid "~a: warning: ~a~%" +msgstr "~a: ~a: ~a~%" + +#: guix/ui.scm:249 +#, fuzzy, scheme-format +msgid "failed to load '~a': exception thrown: ~s~%" +msgstr "Ausdruck ~s konnte nicht gelesen werden: ~s~%" + +#: guix/ui.scm:261 #, scheme-format msgid "failed to install locale: ~a~%" msgstr "Locale konnte nicht installiert werden: ~a~%" =20 -#: guix/ui.scm:154 +#: guix/ui.scm:280 +#, fuzzy msgid "" -"Copyright (C) 2014 the Guix authors\n" -"License GPLv3+: GNU GPL version 3 or later \n" +"Copyright (C) 2015 the Guix authors\n" +"License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" "Copyright (C) 2014 Die Guix-Autoren\n" -"Lizenz GPLv3+: GNU GPL Version 3 oder neuer \n" +"Lizenz GPLv3+: GNU GPL Version 3 oder neuer \n" "Dies ist freie Software: Sie k=C3=B6nnen Sie =C3=A4ndern und weitergebe= n.\n" "Es gibt keine Garantie, soweit gesetzlich zul=C3=A4ssig.\n" =20 -#: guix/ui.scm:162 +#: guix/ui.scm:288 #, scheme-format msgid "" "\n" @@ -998,7 +1392,7 @@ msgstr "" "\n" "Melden Sie Fehler an: ~a." =20 -#: guix/ui.scm:164 +#: guix/ui.scm:290 #, scheme-format msgid "" "\n" @@ -1007,7 +1401,7 @@ msgstr "" "\n" "~a Homepage: <~a>" =20 -#: guix/ui.scm:166 +#: guix/ui.scm:292 msgid "" "\n" "General help using GNU software: " @@ -1015,160 +1409,199 @@ msgstr "" "\n" "Allgemeine Hilfe zu GNU-Software: " =20 -#: guix/ui.scm:173 +#: guix/ui.scm:333 #, scheme-format msgid "~a: invalid number~%" msgstr "~a: ung=C3=BCltige Zahl~%" =20 -#: guix/ui.scm:190 +#: guix/ui.scm:350 #, scheme-format msgid "invalid number: ~a~%" msgstr "Ung=C3=BCltige Zahl: ~a~%" =20 -#: guix/ui.scm:213 +#: guix/ui.scm:373 #, scheme-format msgid "unknown unit: ~a~%" msgstr "Unbekannte Einheit: ~a~%" =20 -#: guix/ui.scm:224 +#: guix/ui.scm:384 #, scheme-format msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" msgstr "" =20 -#: guix/ui.scm:231 +#: guix/ui.scm:391 #, scheme-format msgid "~a: ~a: build system `~a' does not support cross builds~%" msgstr "" =20 -#: guix/ui.scm:236 +#: guix/ui.scm:396 #, scheme-format msgid "profile '~a' does not exist~%" msgstr "Profil =C2=BB~a=C2=AB existiert nicht~%" =20 -#: guix/ui.scm:239 +#: guix/ui.scm:399 #, scheme-format msgid "generation ~a of profile '~a' does not exist~%" msgstr "Generation ~a des Profils =C2=BB~a=C2=AB existiert nicht~%" =20 -#: guix/ui.scm:243 +#: guix/ui.scm:406 +#, scheme-format +msgid "corrupt input while restoring '~a' from ~s~%" +msgstr "" + +#: guix/ui.scm:408 +#, scheme-format +msgid "corrupt input while restoring archive from ~s~%" +msgstr "" + +#: guix/ui.scm:411 #, scheme-format msgid "failed to connect to `~a': ~a~%" msgstr "Verbindung zu =C2=BB~a=C2=AB fehlgeschlagen: ~a~%" =20 -#: guix/ui.scm:248 +#: guix/ui.scm:416 #, scheme-format msgid "build failed: ~a~%" msgstr "Erstellung fehlgeschlagen: ~a~%" =20 -#: guix/ui.scm:277 +#: guix/ui.scm:419 +#, scheme-format +msgid "reference to invalid output '~a' of derivation '~a'~%" +msgstr "" + +#: guix/ui.scm:430 +#, scheme-format +msgid "~a: ~a~%" +msgstr "~a: ~a~%" + +#: guix/ui.scm:449 #, scheme-format msgid "failed to read expression ~s: ~s~%" msgstr "Ausdruck ~s konnte nicht gelesen werden: ~s~%" =20 -#: guix/ui.scm:283 -#, scheme-format -msgid "failed to evaluate expression `~a': ~s~%" +#: guix/ui.scm:455 +#, fuzzy, scheme-format +msgid "failed to evaluate expression '~a':~%" msgstr "Ausdruck =C2=BB~a=C2=AB kann nicht ausgewertet werden: ~s~%" =20 -#: guix/ui.scm:292 +#: guix/ui.scm:458 +#, fuzzy, scheme-format +msgid "syntax error: ~a~%" +msgstr "Fehler beim Nachschlagen des Rechnernamens: ~a~%" + +#: guix/ui.scm:472 #, scheme-format msgid "expression ~s does not evaluate to a package~%" msgstr "" =20 -#: guix/ui.scm:339 +#: guix/ui.scm:524 #, scheme-format msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~= ;~]" msgstr[0] "" msgstr[1] "" =20 -#: guix/ui.scm:344 +#: guix/ui.scm:529 #, scheme-format msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;= ~]" msgstr[0] "" msgstr[1] "" =20 -#: guix/ui.scm:350 +#: guix/ui.scm:535 #, scheme-format msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;= ~]" msgstr[0] "" msgstr[1] "" =20 -#: guix/ui.scm:355 +#: guix/ui.scm:540 #, scheme-format msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~= ]" msgstr[0] "~:[Die folgende Datei wird heruntergeladen:~%~{ ~a~%~}~;~]" msgstr[1] "~:[Die folgenden Dateien werden heruntergeladen:~%~{ ~a~%~}= ~;~]" =20 -#: guix/ui.scm:407 +#: guix/ui.scm:595 #, scheme-format msgid "The following package would be removed:~%~{~a~%~}~%" msgid_plural "The following packages would be removed:~%~{~a~%~}~%" msgstr[0] "Das folgende Paket w=C3=BCrde entfernt werden:~%~{~a~%~}~%" msgstr[1] "Die folgenden Pakete w=C3=BCrden entfernt werden:~%~{~a~%~}~%= " =20 -#: guix/ui.scm:412 +#: guix/ui.scm:600 #, scheme-format msgid "The following package will be removed:~%~{~a~%~}~%" msgid_plural "The following packages will be removed:~%~{~a~%~}~%" msgstr[0] "Das folgende Paket w=C3=BCrde entfernt werden:~%~{~a~%~}~%" msgstr[1] "Die folgenden Pakete w=C3=BCrden entfernt werden:~%~{~a~%~}~%= " =20 -#: guix/ui.scm:425 +#: guix/ui.scm:613 +#, fuzzy, scheme-format +msgid "The following package would be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" +msgstr[0] "Das folgende Paket w=C3=BCrde aktualisiert werden:~%~{~a~%~}~= %" +msgstr[1] "Die folgenden Pakete w=C3=BCrden aktualisiert werden:~%~{~a~%= ~}~%" + +#: guix/ui.scm:618 +#, fuzzy, scheme-format +msgid "The following package will be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" +msgstr[0] "Das folgende Paket wird aktualisiert:~%~{~a~%~}~%" +msgstr[1] "Die folgenden Pakete werden aktualisiert:~%~{~a~%~}~%" + +#: guix/ui.scm:631 #, scheme-format msgid "The following package would be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" msgstr[0] "Das folgende Paket w=C3=BCrde aktualisiert werden:~%~{~a~%~}~= %" msgstr[1] "Die folgenden Pakete w=C3=BCrden aktualisiert werden:~%~{~a~%= ~}~%" =20 -#: guix/ui.scm:430 +#: guix/ui.scm:636 #, scheme-format msgid "The following package will be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" msgstr[0] "Das folgende Paket wird aktualisiert:~%~{~a~%~}~%" msgstr[1] "Die folgenden Pakete werden aktualisiert:~%~{~a~%~}~%" =20 -#: guix/ui.scm:441 +#: guix/ui.scm:647 #, scheme-format msgid "The following package would be installed:~%~{~a~%~}~%" msgid_plural "The following packages would be installed:~%~{~a~%~}~%" msgstr[0] "Das folgende Paket w=C3=BCrde installiert werden:~%~{~a~%~}~%= " msgstr[1] "Die folgenden Pakete w=C3=BCrden installiert werden:~%~{~a~%~= }~%" =20 -#: guix/ui.scm:446 +#: guix/ui.scm:652 #, scheme-format msgid "The following package will be installed:~%~{~a~%~}~%" msgid_plural "The following packages will be installed:~%~{~a~%~}~%" msgstr[0] "Das folgende Paket wird installiert:~%~{~a~%~}~%" msgstr[1] "Die folgenden Pakete werden installiert:~%~{~a~%~}~%" =20 -#: guix/ui.scm:463 +#: guix/ui.scm:669 msgid "" msgstr "" =20 -#: guix/ui.scm:489 +#: guix/ui.scm:695 #, scheme-format msgid "failed to create configuration directory `~a': ~a~%" msgstr "Konfigurationsverzeichnis =C2=BB~a=C2=AB konnte nicht angelegt w= erden: ~a~%" =20 -#: guix/ui.scm:589 guix/ui.scm:603 +#: guix/ui.scm:797 guix/ui.scm:811 msgid "unknown" msgstr "unbekannt" =20 -#: guix/ui.scm:712 +#: guix/ui.scm:920 #, scheme-format msgid "invalid argument: ~a~%" msgstr "Ung=C3=BCltiges Argument: ~a~%" =20 -#: guix/ui.scm:717 +#: guix/ui.scm:959 #, scheme-format msgid "Try `guix --help' for more information.~%" msgstr "Rufen Sie =C2=BBguix --help=C2=AB auf, um weitere Informationen = zu erhalten.~%" =20 -#: guix/ui.scm:747 +#: guix/ui.scm:986 msgid "" "Usage: guix COMMAND ARGS...\n" "Run COMMAND with ARGS.\n" @@ -1176,41 +1609,31 @@ msgstr "" "Aufruf: guix BEFEHL ARGUMENTE =E2=80=A6\n" "BEFEHL mit ARGUMENTEN ausf=C3=BChren.\n" =20 -#: guix/ui.scm:750 +#: guix/ui.scm:989 msgid "COMMAND must be one of the sub-commands listed below:\n" msgstr "BEFEHL muss einer der unten aufgelisteten Unterbefehle sein:\n" =20 -#: guix/ui.scm:770 +#: guix/ui.scm:1009 #, scheme-format msgid "guix: ~a: command not found~%" msgstr "guix: ~a: Befehl nicht gefunden~%" =20 -#: guix/ui.scm:788 +#: guix/ui.scm:1027 #, scheme-format msgid "guix: missing command name~%" msgstr "guix: Befehlsname fehlt~%" =20 -#: guix/ui.scm:796 +#: guix/ui.scm:1035 #, scheme-format msgid "guix: unrecognized option '~a'~%" msgstr "guix: nicht erkannte Option =C2=BB~a=C2=AB~%" =20 -#: guix/http-client.scm:217 -#, scheme-format -msgid "using Guile ~a, which does not support ~s encoding~%" -msgstr "Guile ~a wird verwendet, welches die Zeichenkodierung ~s nicht u= nterst=C3=BCtzt~%" - -#: guix/http-client.scm:220 -#, scheme-format -msgid "download failed; use a newer Guile~%" -msgstr "Herunterladen fehlgeschlagen, verwenden Sie ein neueres Guile~%" - -#: guix/http-client.scm:232 +#: guix/http-client.scm:211 #, scheme-format msgid "following redirection to `~a'...~%" msgstr "Weiterleitung zu =C2=BB~a=C2=AB wird gefolgt =E2=80=A6~%" =20 -#: guix/http-client.scm:241 +#: guix/http-client.scm:220 msgid "download failed" msgstr "Herunterladen fehlgeschlagen" =20 @@ -1243,18 +1666,162 @@ msgstr "" msgid "importing file or directory '~a'...~%" msgstr "Datei oder Verzeichnis =C2=BB~a=C2=AB wird importiert =E2=80=A6~= %" =20 -#: guix/nar.scm:220 +#: guix/nar.scm:222 #, scheme-format msgid "found valid signature for '~a'~%" msgstr "G=C3=BCltige Signatur f=C3=BCr =C2=BB~a=C2=AB gefunden~%" =20 -#: guix/nar.scm:227 +#: guix/nar.scm:229 msgid "imported file lacks a signature" msgstr "Der importierten Datei fehlt eine Signatur" =20 -#: guix/nar.scm:266 +#: guix/nar.scm:268 msgid "invalid inter-file archive mark" msgstr "" =20 +#: nix/nix-daemon/guix-daemon.cc:61 +msgid "guix-daemon -- perform derivation builds and store accesses" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:63 +msgid "" +"This program is a daemon meant to run in the background. It serves req= uests " +"sent over a Unix-domain socket. It accesses the store, and builds " +"derivations on behalf of its clients." +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:86 +msgid "SYSTEM" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:87 +msgid "assume SYSTEM as the current system type" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:88 nix/nix-daemon/guix-daemon.cc:91 +msgid "N" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:89 +msgid "use N CPU cores to build each derivation; 0 means as many as avai= lable" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:92 +msgid "allow at most N build jobs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:94 +msgid "disable chroot builds" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:95 +msgid "DIR" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:96 +msgid "add DIR to the build chroot" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:97 +msgid "GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:98 +msgid "perform builds as a user of GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:100 +msgid "do not use substitutes" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:101 +msgid "URLS" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:102 +msgid "use URLS as the default list of substitute providers" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:104 +msgid "do not use the 'build hook'" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:106 +msgid "cache build failures" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:108 +msgid "do not keep build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:110 +msgid "disable compression of the build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:115 +msgid "disable automatic file \"deduplication\" in the store" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:125 +msgid "impersonate Linux 2.6" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:129 +msgid "tell whether the GC must keep outputs of live derivations" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:132 +msgid "tell whether the GC must keep derivations corresponding to live o= utputs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:135 +msgid "SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:136 +msgid "listen for connections on SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:138 +msgid "produce debugging output" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:205 nix/nix-daemon/guix-daemon.cc:381 +#, c-format +msgid "error: %s\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:266 +#, c-format +msgid "error: libgcrypt version mismatch\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:357 +#, c-format +msgid "" +"warning: daemon is running as root, so using `--build-users-group' is h= ighly " +"recommended\n" +msgstr "" + +#~ msgid "~a: not a number~%" +#~ msgstr "~a: keine Zahl~%" + +#~ msgid "Downloading, please wait...~%" +#~ msgstr "Wird heruntergeladen, bitte warten =E2=80=A6~%" + +#~ msgid "failed to open operating system file '~a': ~a~%" +#~ msgstr "Betriebssystemdatei =C2=BB~a=C2=AB konnte nicht ge=C3=B6ffnet= werden: ~a~%" + +#~ msgid "failed to load operating system file '~a': ~s~%" +#~ msgstr "Betriebssystemdatei =C2=BB~a=C2=AB konnte nicht geladen werde= n: ~s~%" + +#~ msgid "using Guile ~a, which does not support ~s encoding~%" +#~ msgstr "" +#~ "Guile ~a wird verwendet, welches die Zeichenkodierung ~s nicht " +#~ "unterst=C3=BCtzt~%" + +#~ msgid "download failed; use a newer Guile~%" +#~ msgstr "Herunterladen fehlgeschlagen, verwenden Sie ein neueres Guile= ~%" + #~ msgid "unsupported file type" #~ msgstr "Nicht unterst=C3=BCtzter Dateityp" diff --git a/po/guix/eo.po b/po/guix/eo.po index 4af0a64..824cba6 100644 --- a/po/guix/eo.po +++ b/po/guix/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: guix 0.8.1\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2015-01-26 23:51+0100\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2015-01-29 11:18-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" @@ -33,46 +33,72 @@ msgstr "ne eblis trovi ek=C5=9Dargilan ciferec-dosier= on '~a' por la sistemo '~a'" msgid "cannot access `~a': ~a~%" msgstr "ne eblas atingi '~a': ~a~%" =20 -#: gnu/packages.scm:372 +#: gnu/packages.scm:382 #, scheme-format msgid "looking for the latest release of GNU ~a..." msgstr "ni ser=C4=89as la lastan eldonon de GNU ~a..." =20 -#: gnu/packages.scm:379 +#: gnu/packages.scm:389 #, scheme-format msgid "~a: note: using ~a but ~a is available upstream~%" msgstr "~a: rimarko: ni uzas ~a sed ~a disponeblas unuanivele~%" =20 -#: gnu/packages.scm:401 guix/scripts/package.scm:306 +#: gnu/packages.scm:411 guix/scripts/package.scm:351 #, scheme-format msgid "ambiguous package specification `~a'~%" msgstr "plursenca pak-specifigo '~a'~%" =20 -#: gnu/packages.scm:402 guix/scripts/package.scm:308 +#: gnu/packages.scm:412 guix/scripts/package.scm:353 #, scheme-format msgid "choosing ~a from ~a~%" msgstr "ni elektas ~a el ~a~%" =20 -#: gnu/packages.scm:408 +#: gnu/packages.scm:418 #, scheme-format msgid "~A: package not found for version ~a~%" msgstr "~A: pako ne trovita por versio ~a~%" =20 -#: gnu/packages.scm:410 +#: gnu/packages.scm:420 #, scheme-format msgid "~A: unknown package~%" msgstr "~A: nekonata pako~%" =20 -#: gnu/system.scm:716 +#: gnu/system.scm:582 +#, scheme-format +msgid "using a string for file '~a' is deprecated; use 'plain-file' inst= ead~%" +msgstr "" + +#: gnu/system.scm:598 +#, scheme-format +msgid "" +"using a monadic value for '~a' is deprecated; use 'plain-file' instead~= %" +msgstr "" + +#: gnu/system.scm:850 msgid "system locale lacks a definition" msgstr "sistema loka=C4=B5aro malhavas difinon" =20 -#: guix/scripts/build.scm:65 +#: gnu/services/dmd.scm:51 +#, scheme-format +msgid "service '~a' provided more than once" +msgstr "" + +#: gnu/system/shadow.scm:204 +#, scheme-format +msgid "supplementary group '~a' of user '~a' is undeclared" +msgstr "" + +#: gnu/system/shadow.scm:214 +#, scheme-format +msgid "primary group '~a' of user '~a' is undeclared" +msgstr "" + +#: guix/scripts/build.scm:66 #, scheme-format msgid "failed to create GC root `~a': ~a~%" msgstr "fiasko dum kreo de radiko GC '~a': ~a~%" =20 -#: guix/scripts/build.scm:102 +#: guix/scripts/build.scm:110 msgid "" "\n" " -L, --load-path=3DDIR prepend DIR to the package module search pat= h" @@ -80,7 +106,7 @@ msgstr "" "\n" " -L, --load-path=3DUJO anta=C5=ADmedi UJOn al la modula ser=C4=89vo= jo de la pako" =20 -#: guix/scripts/build.scm:104 +#: guix/scripts/build.scm:112 msgid "" "\n" " -K, --keep-failed keep build tree of failed builds" @@ -88,7 +114,7 @@ msgstr "" "\n" " -K, --keep-failed teni konstru-arbon el fiaskintaj konstruoj" =20 -#: guix/scripts/build.scm:106 +#: guix/scripts/build.scm:114 msgid "" "\n" " -n, --dry-run do not build the derivations" @@ -96,23 +122,25 @@ msgstr "" "\n" " -n, --dry-run ne konstrui deriva=C4=B5ojn" =20 -#: guix/scripts/build.scm:108 +#: guix/scripts/build.scm:116 msgid "" "\n" " --fallback fall back to building when the substituter fai= ls" msgstr "" "\n" -" --fallback retropa=C5=9Di al konstruado kiam la anstata=C5= =ADiganto fiaskas" +" --fallback retropa=C5=9Di al konstruado kiam la anstata=C5= =ADiganto " +"fiaskas" =20 -#: guix/scripts/build.scm:110 +#: guix/scripts/build.scm:118 msgid "" "\n" " --no-substitutes build instead of resorting to pre-built substi= tutes" msgstr "" "\n" -" --no-substitutes konstrui anstata=C5=AD uzi jam-konstruitajn an= stata=C5=ADigantojn" +" --no-substitutes konstrui anstata=C5=AD uzi jam-konstruitajn " +"anstata=C5=ADigantojn" =20 -#: guix/scripts/build.scm:112 +#: guix/scripts/build.scm:120 msgid "" "\n" " --no-build-hook do not attempt to offload builds via the build= hook" @@ -120,7 +148,7 @@ msgstr "" "\n" " --no-build-hook ne provi dis=C5=9Dar=C4=9Di konstruojn per la = konstru-hoko" =20 -#: guix/scripts/build.scm:114 +#: guix/scripts/build.scm:122 msgid "" "\n" " --max-silent-time=3DSECONDS\n" @@ -128,17 +156,19 @@ msgid "" msgstr "" "\n" " --max-silent-time=3DSEKUNDOJ\n" -" marki la konstruon kiel fiaskintan post SEKUND= OJ da silento" +" marki la konstruon kiel fiaskintan post SEKUND= OJ da " +"silento" =20 -#: guix/scripts/build.scm:117 +#: guix/scripts/build.scm:125 msgid "" "\n" " --timeout=3DSECONDS mark the build as failed after SECONDS of ac= tivity" msgstr "" "\n" -" --timeout=3DSEKUNDOJ marki la konstruon kiel fiaskintan post SEKU= NDOJ da aktivado" +" --timeout=3DSEKUNDOJ marki la konstruon kiel fiaskintan post SEKU= NDOJ da " +"aktivado" =20 -#: guix/scripts/build.scm:119 +#: guix/scripts/build.scm:127 msgid "" "\n" " --verbosity=3DLEVEL use the given verbosity LEVEL" @@ -146,7 +176,7 @@ msgstr "" "\n" " --verbosity=3DNIVELO uzi la indikitan detaligan NIVELOn" =20 -#: guix/scripts/build.scm:121 +#: guix/scripts/build.scm:129 msgid "" "\n" " -c, --cores=3DN allow the use of up to N CPU cores for the b= uild" @@ -154,7 +184,7 @@ msgstr "" "\n" " -c, --cores=3DN permesigi uzon de =C4=9Dis N CPU-nukleojn po= r la konstruo" =20 -#: guix/scripts/build.scm:123 +#: guix/scripts/build.scm:131 msgid "" "\n" " -M, --max-jobs=3DN allow at most N build jobs" @@ -162,12 +192,12 @@ msgstr "" "\n" " -M, --max-jobs=3DN permesi maksimume N konstru-taskojn" =20 -#: guix/scripts/build.scm:198 guix/scripts/build.scm:205 +#: guix/scripts/build.scm:209 guix/scripts/build.scm:216 #, scheme-format msgid "not a number: '~a' option argument: ~a~%" msgstr "ne estas numero: '~a' modifil-argumento: ~a~%" =20 -#: guix/scripts/build.scm:224 +#: guix/scripts/build.scm:235 msgid "" "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" @@ -175,7 +205,7 @@ msgstr "" "Uzado: guix build [MODIFILO]... PAKO-A=C5=AC-DERIVA=C4=B4O...\n" "Konstrui la indikitan PAKO-A=C5=AC-DERIVA=C4=B4On kaj montri iliajn eli= gajn vojojn.\n" =20 -#: guix/scripts/build.scm:226 +#: guix/scripts/build.scm:237 msgid "" "\n" " -e, --expression=3DEXPR build the package or derivation EXPR evaluat= es to" @@ -183,7 +213,7 @@ msgstr "" "\n" " -e, --expression=3DESPR konstrui la pakon a=C5=AD deriva=C4=B5on kiu= rezultas de ESPR" =20 -#: guix/scripts/build.scm:228 +#: guix/scripts/build.scm:239 msgid "" "\n" " -S, --source build the packages' source derivations" @@ -191,7 +221,15 @@ msgstr "" "\n" " -S, --source konstrui la font-deriva=C4=B5ojn de la pakoj" =20 -#: guix/scripts/build.scm:230 +#: guix/scripts/build.scm:241 +msgid "" +"\n" +" --sources[=3DTYPE] build source derivations; TYPE may optionall= y be " +"one\n" +" of \"package\", \"all\" (default), or \"transi= tive\"" +msgstr "" + +#: guix/scripts/build.scm:244 msgid "" "\n" " -s, --system=3DSYSTEM attempt to build for SYSTEM--e.g., \"i686-li= nux\"" @@ -199,7 +237,7 @@ msgstr "" "\n" " -s, --system=3DSISTEMO provi konstrui por SISTEMO--ekz., \"i686-lin= ux\"" =20 -#: guix/scripts/build.scm:232 +#: guix/scripts/build.scm:246 msgid "" "\n" " --target=3DTRIPLET cross-build for TRIPLET--e.g., \"armel-linux= -gnu\"" @@ -207,7 +245,7 @@ msgstr "" "\n" " --target=3DTRIOPO cruc-konstrui por TRIOPO--ekz., \"armel-linu= x-gnu\"" =20 -#: guix/scripts/build.scm:234 +#: guix/scripts/build.scm:248 msgid "" "\n" " --with-source=3DSOURCE\n" @@ -217,7 +255,7 @@ msgstr "" " --with-source=3DFONTO\n" " uzi FONTOn dum konstruo de la koresponda pako" =20 -#: guix/scripts/build.scm:237 +#: guix/scripts/build.scm:251 msgid "" "\n" " --no-grafts do not graft packages" @@ -225,7 +263,7 @@ msgstr "" "\n" " --no-grafts ne kunmetu pakojn" =20 -#: guix/scripts/build.scm:239 +#: guix/scripts/build.scm:253 msgid "" "\n" " -d, --derivations return the derivation paths of the given packa= ges" @@ -233,29 +271,32 @@ msgstr "" "\n" " -d, --derivations liveri la deriva=C4=B5ajn vojojn de la indikit= aj pakoj" =20 -#: guix/scripts/build.scm:241 +#: guix/scripts/build.scm:255 msgid "" "\n" " -r, --root=3DFILE make FILE a symlink to the result, and regis= ter it\n" " as a garbage collector root" msgstr "" "\n" -" -r, --root=3DDOSIERO igi DOSIEROn simbola ligo al la rezulto, kaj= registri\n" +" -r, --root=3DDOSIERO igi DOSIEROn simbola ligo al la rezulto, kaj= " +"registri\n" " =C4=9Din kiel radikon de ruba=C4=B5-kolektanto= " =20 -#: guix/scripts/build.scm:244 +#: guix/scripts/build.scm:258 msgid "" "\n" " --log-file return the log file names for the given deriva= tions" msgstr "" "\n" -" --log-file liveri la protokol-dosierajn nomojn por la ind= ikitaj deriva=C4=B5oj" +" --log-file liveri la protokol-dosierajn nomojn por la " +"indikitaj deriva=C4=B5oj" =20 -#: guix/scripts/build.scm:249 guix/scripts/download.scm:53 -#: guix/scripts/package.scm:467 guix/scripts/gc.scm:58 -#: guix/scripts/hash.scm:55 guix/scripts/pull.scm:81 -#: guix/scripts/substitute-binary.scm:566 guix/scripts/system.scm:414 -#: guix/scripts/lint.scm:469 +#: guix/scripts/build.scm:263 guix/scripts/download.scm:53 +#: guix/scripts/package.scm:478 guix/scripts/gc.scm:65 +#: guix/scripts/hash.scm:55 guix/scripts/import.scm:91 +#: guix/scripts/pull.scm:81 guix/scripts/substitute.scm:682 +#: guix/scripts/system.scm:407 guix/scripts/lint.scm:583 +#: guix/scripts/publish.scm:60 msgid "" "\n" " -h, --help display this help and exit" @@ -263,11 +304,12 @@ msgstr "" "\n" " -h, --help montri =C4=89i tiun helpon kaj eliri" =20 -#: guix/scripts/build.scm:251 guix/scripts/download.scm:55 -#: guix/scripts/package.scm:469 guix/scripts/gc.scm:60 -#: guix/scripts/hash.scm:57 guix/scripts/pull.scm:83 -#: guix/scripts/substitute-binary.scm:568 guix/scripts/system.scm:416 -#: guix/scripts/lint.scm:473 +#: guix/scripts/build.scm:265 guix/scripts/download.scm:55 +#: guix/scripts/package.scm:480 guix/scripts/gc.scm:67 +#: guix/scripts/hash.scm:57 guix/scripts/import.scm:93 +#: guix/scripts/pull.scm:83 guix/scripts/substitute.scm:684 +#: guix/scripts/system.scm:409 guix/scripts/lint.scm:587 +#: guix/scripts/publish.scm:62 msgid "" "\n" " -V, --version display version information and exit" @@ -275,20 +317,19 @@ msgstr "" "\n" " -V, --version montri informon pri versio kaj eliri" =20 -#: guix/scripts/build.scm:383 +#: guix/scripts/build.scm:292 #, scheme-format -msgid "sources do not match any package:~{ ~a~}~%" -msgstr "fontoj ne kongruas al iu ajn pako:~{ ~a~}~%" +msgid "" +"invalid argument: '~a' option argument: ~a, ~\n" +"must be one of 'package', 'all', or 'transitive'~%" +msgstr "" =20 -#: guix/scripts/build.scm:417 guix/scripts/download.scm:96 -#: guix/scripts/package.scm:694 guix/scripts/gc.scm:122 -#: guix/scripts/pull.scm:213 guix/scripts/system.scm:499 -#: guix/scripts/lint.scm:521 +#: guix/scripts/build.scm:415 #, scheme-format -msgid "~A: unrecognized option~%" -msgstr "~A: nerekonata modifilo~%" +msgid "sources do not match any package:~{ ~a~}~%" +msgstr "fontoj ne kongruas al iu ajn pako:~{ ~a~}~%" =20 -#: guix/scripts/build.scm:445 +#: guix/scripts/build.scm:464 #, scheme-format msgid "no build log for '~a'~%" msgstr "neniu konstruita protokolo por '~a'~%" @@ -322,6 +363,13 @@ msgstr "" msgid "unsupported hash format: ~a~%" msgstr "nesubtenata haket-formo: ~a~%" =20 +#: guix/scripts/download.scm:96 guix/scripts/gc.scm:144 +#: guix/scripts/pull.scm:217 guix/scripts/lint.scm:634 +#: guix/scripts/publish.scm:282 guix/ui.scm:946 +#, scheme-format +msgid "~A: unrecognized option~%" +msgstr "~A: nerekonata modifilo~%" + #: guix/scripts/download.scm:106 #, scheme-format msgid "~a: failed to parse URI~%" @@ -332,58 +380,76 @@ msgstr "~a: analizo de URI fiaskis~%" msgid "~a: download failed~%" msgstr "~a: el=C5=9Duto fiaskis~%" =20 -#: guix/scripts/package.scm:98 +#: guix/scripts/package.scm:109 #, scheme-format msgid "failed to build the empty profile~%" msgstr "fiasko dum konstruo de malplena profilo~%" =20 -#: guix/scripts/package.scm:114 +#: guix/scripts/package.scm:125 #, scheme-format msgid "switching from generation ~a to ~a~%" msgstr "alterno el generacio ~a al ~a~%" =20 -#: guix/scripts/package.scm:133 +#: guix/scripts/package.scm:144 #, scheme-format msgid "nothing to do: already at the empty profile~%" msgstr "nenio por fari: jam estas =C4=89e la malplena profilo~%" =20 -#: guix/scripts/package.scm:145 +#: guix/scripts/package.scm:156 #, scheme-format msgid "deleting ~a~%" msgstr "ni forigas ~a~%" =20 -#: guix/scripts/package.scm:296 +#: guix/scripts/package.scm:269 +#, scheme-format +msgid "not removing generation ~a, which is current~%" +msgstr "" + +#: guix/scripts/package.scm:276 +#, fuzzy, scheme-format +msgid "no matching generation~%" +msgstr "ne eblas =C5=9Dalti al generacio '~a'~%" + +#: guix/scripts/package.scm:279 guix/scripts/package.scm:959 +#, scheme-format +msgid "invalid syntax: ~a~%" +msgstr "malvalida sintakso: ~a~%" + +#: guix/scripts/package.scm:341 #, scheme-format msgid "package `~a' lacks output `~a'~%" msgstr "pako '~a' malhavas eligon '~a'~%" =20 -#: guix/scripts/package.scm:313 +#: guix/scripts/package.scm:358 #, scheme-format msgid "~a: package not found~%" msgstr "~a: pako ne trovita~%" =20 -#: guix/scripts/package.scm:406 +#: guix/scripts/package.scm:409 #, scheme-format msgid "The following environment variable definitions may be needed:~%" msgstr "La jenaj medi-variablaj difinoj povos esti necesaj:~%" =20 -#: guix/scripts/package.scm:422 +#: guix/scripts/package.scm:425 +#, fuzzy msgid "" -"Usage: guix package [OPTION]... PACKAGES...\n" -"Install, remove, or upgrade PACKAGES in a single transaction.\n" +"Usage: guix package [OPTION]...\n" +"Install, remove, or upgrade packages in a single transaction.\n" msgstr "" "Uzmaniero: guix package [MODIFILO]... PAKOJ...\n" "Instalas, forigas, a=C5=AD =C4=9Disdatigas PAKOJn en ununura ago.\n" =20 -#: guix/scripts/package.scm:424 +#: guix/scripts/package.scm:427 +#, fuzzy msgid "" "\n" -" -i, --install=3DPACKAGE install PACKAGE" +" -i, --install PACKAGE ...\n" +" install PACKAGEs" msgstr "" "\n" " -i, --install=3DPAKO instali PAKOn" =20 -#: guix/scripts/package.scm:426 +#: guix/scripts/package.scm:430 msgid "" "\n" " -e, --install-from-expression=3DEXP\n" @@ -393,23 +459,43 @@ msgstr "" " -e, --install-from-expression=3DESP\n" " instali la pakon ESP rezultas al" =20 -#: guix/scripts/package.scm:429 +#: guix/scripts/package.scm:433 +#, fuzzy msgid "" "\n" -" -r, --remove=3DPACKAGE remove PACKAGE" +" -r, --remove PACKAGE ...\n" +" remove PACKAGEs" msgstr "" "\n" " -r, --remove=3DPAKO forigi PAKOn" =20 -#: guix/scripts/package.scm:431 +#: guix/scripts/package.scm:436 msgid "" "\n" " -u, --upgrade[=3DREGEXP] upgrade all the installed packages matching = REGEXP" msgstr "" "\n" -" -u, --upgrade[=3DREGESP] =C4=9Disdatigi =C4=89iujn instalitajn pakojn= kongruantajn al REGESP" +" -u, --upgrade[=3DREGESP] =C4=9Disdatigi =C4=89iujn instalitajn pakojn= kongruantajn al " +"REGESP" =20 -#: guix/scripts/package.scm:433 +#: guix/scripts/package.scm:438 +msgid "" +"\n" +" -m, --manifest=3DFILE create a new profile generation with the man= ifest\n" +" from FILE" +msgstr "" + +#: guix/scripts/package.scm:441 +#, fuzzy +msgid "" +"\n" +" --do-not-upgrade[=3DREGEXP] do not upgrade any packages matching = REGEXP" +msgstr "" +"\n" +" -u, --upgrade[=3DREGESP] =C4=9Disdatigi =C4=89iujn instalitajn pakojn= kongruantajn al " +"REGESP" + +#: guix/scripts/package.scm:443 msgid "" "\n" " --roll-back roll back to the previous generation" @@ -417,15 +503,17 @@ msgstr "" "\n" " --roll-back retropa=C5=9Di al la anta=C5=ADa generacio" =20 -#: guix/scripts/package.scm:435 +#: guix/scripts/package.scm:445 +#, fuzzy msgid "" "\n" -" --search-paths display needed environment variable definition= s" +" --search-paths[=3DKIND]\n" +" display needed environment variable definition= s" msgstr "" "\n" " --search-paths montri necesajn medi-variablajn difinojn" =20 -#: guix/scripts/package.scm:437 +#: guix/scripts/package.scm:448 msgid "" "\n" " -l, --list-generations[=3DPATTERN]\n" @@ -435,7 +523,7 @@ msgstr "" " -I, --list-generations[=3D=C5=9CABLONO]\n" " listigi generaciojn kongruantajn al =C5=9CABLO= NO" =20 -#: guix/scripts/package.scm:440 +#: guix/scripts/package.scm:451 msgid "" "\n" " -d, --delete-generations[=3DPATTERN]\n" @@ -445,7 +533,7 @@ msgstr "" " -d, --delete-generations[=3D=C5=9CABLONO]\n" " forigi generaciojn kongruantajn al =C5=9CABLON= O" =20 -#: guix/scripts/package.scm:443 +#: guix/scripts/package.scm:454 msgid "" "\n" " -S, --switch-generation=3DPATTERN\n" @@ -455,15 +543,16 @@ msgstr "" " -S, --switch-generations=3D=C5=9CABLONO\n" " =C5=9Dalti al generacio kongruanta al =C5=9CAB= LONO" =20 -#: guix/scripts/package.scm:446 +#: guix/scripts/package.scm:457 msgid "" "\n" " -p, --profile=3DPROFILE use PROFILE instead of the user's default pr= ofile" msgstr "" "\n" -" -p, --profile=3DPROFILO uzi PROFILOn anstata=C5=AD la apriora profil= o de la uzanto" +" -p, --profile=3DPROFILO uzi PROFILOn anstata=C5=AD la apriora profil= o de la " +"uzanto" =20 -#: guix/scripts/package.scm:449 +#: guix/scripts/package.scm:460 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the profile" @@ -471,7 +560,7 @@ msgstr "" "\n" " --bootstrap uzi la pra=C5=9Dargilon Guile por konstrui la = profilon" =20 -#: guix/scripts/package.scm:451 guix/scripts/pull.scm:74 +#: guix/scripts/package.scm:462 guix/scripts/pull.scm:74 msgid "" "\n" " --verbose produce verbose output" @@ -479,7 +568,7 @@ msgstr "" "\n" " --verbose produkti detalplenan eligon" =20 -#: guix/scripts/package.scm:454 +#: guix/scripts/package.scm:465 msgid "" "\n" " -s, --search=3DREGEXP search in synopsis and description using REG= EXP" @@ -487,7 +576,7 @@ msgstr "" "\n" " -s, --search=3DREGESP ser=C4=89i en resumo kaj priskribo uzante RE= GESP" =20 -#: guix/scripts/package.scm:456 +#: guix/scripts/package.scm:467 msgid "" "\n" " -I, --list-installed[=3DREGEXP]\n" @@ -497,7 +586,7 @@ msgstr "" " -I, --list-installed[=3DREGESP]\n" " listigi instalitajn pakojn kongruantajn al REG= ESP" =20 -#: guix/scripts/package.scm:459 +#: guix/scripts/package.scm:470 msgid "" "\n" " -A, --list-available[=3DREGEXP]\n" @@ -507,60 +596,56 @@ msgstr "" " -A, --list-available[=3DREGESP]\n" " listigi disponeblajn pakojn kongruantajn al RE= GESP" =20 -#: guix/scripts/package.scm:462 +#: guix/scripts/package.scm:473 +#, fuzzy msgid "" "\n" -" --show=3DPACKAGE show details about PACKAGE" +" --show=3DPACKAGE show details about PACKAGE" msgstr "" "\n" " --show=3DPAKO montri detalojn pri PAKO" =20 -#: guix/scripts/package.scm:698 +#: guix/scripts/package.scm:560 +#, scheme-format +msgid "~a: unsupported kind of search path~%" +msgstr "" + +#: guix/scripts/package.scm:758 #, scheme-format msgid "~A: extraneous argument~%" msgstr "~A: fremda argumento~%" =20 -#: guix/scripts/package.scm:708 +#: guix/scripts/package.scm:766 #, scheme-format msgid "Try \"info '(guix) Invoking guix package'\" for more information.= ~%" msgstr "Provu \"info '(guix) Invoking guix package'\" por pli da informo= .'%" =20 -#: guix/scripts/package.scm:730 +#: guix/scripts/package.scm:788 #, scheme-format msgid "error: while creating directory `~a': ~a~%" msgstr "eraro: dum kreo de dosierujo '~a': ~a~%" =20 -#: guix/scripts/package.scm:734 +#: guix/scripts/package.scm:792 #, scheme-format msgid "Please create the `~a' directory, with you as the owner.~%" msgstr "Bonvolu krei la dosierujon '~a', kun vi kiel posedanto.~%" =20 -#: guix/scripts/package.scm:741 +#: guix/scripts/package.scm:799 #, scheme-format msgid "error: directory `~a' is not owned by you~%" msgstr "eraro: dosierujo '~a' ne estas posedata de vi~%" =20 -#: guix/scripts/package.scm:744 +#: guix/scripts/package.scm:802 #, scheme-format msgid "Please change the owner of `~a' to user ~s.~%" msgstr "Bonvole =C5=9Dan=C4=9Du la posedanton de '~a' al la uzanto ~s.~%= " =20 -#: guix/scripts/package.scm:777 -#, scheme-format -msgid "cannot switch to generation '~a'~%" -msgstr "ne eblas =C5=9Dalti al generacio '~a'~%" - -#: guix/scripts/package.scm:809 guix/scripts/package.scm:910 -#, scheme-format -msgid "invalid syntax: ~a~%" -msgstr "malvalida sintakso: ~a~%" - -#: guix/scripts/package.scm:846 +#: guix/scripts/package.scm:836 #, scheme-format msgid "nothing to be done~%" msgstr "nenio por fari~%" =20 -#: guix/scripts/package.scm:861 +#: guix/scripts/package.scm:852 #, scheme-format msgid "~a package in profile~%" msgid_plural "~a packages in profile~%" @@ -569,10 +654,25 @@ msgstr[1] "pakoj ~a en profilo~%" =20 #: guix/scripts/package.scm:876 #, scheme-format +msgid "cannot switch to generation '~a'~%" +msgstr "ne eblas =C5=9Dalti al generacio '~a'~%" + +#: guix/scripts/package.scm:898 +#, scheme-format +msgid "would install new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:900 +#, scheme-format +msgid "installing new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:925 +#, scheme-format msgid "Generation ~a\t~a" msgstr "Generacio ~a\t~a" =20 -#: guix/scripts/package.scm:883 +#: guix/scripts/package.scm:932 #, scheme-format msgid "~a\t(current)~%" msgstr "~a\t(nuna)~%" @@ -606,12 +706,18 @@ msgstr "" #: guix/scripts/gc.scm:46 msgid "" "\n" +" --optimize optimize the store by deduplicating identical = files" +msgstr "" + +#: guix/scripts/gc.scm:48 +msgid "" +"\n" " --list-dead list dead paths" msgstr "" "\n" " --list-dead listigi mortajn vojojn" =20 -#: guix/scripts/gc.scm:48 +#: guix/scripts/gc.scm:50 msgid "" "\n" " --list-live list live paths" @@ -619,7 +725,7 @@ msgstr "" "\n" " --list-live listigi aktivajn vojojn" =20 -#: guix/scripts/gc.scm:51 +#: guix/scripts/gc.scm:53 msgid "" "\n" " --references list the references of PATHS" @@ -627,7 +733,7 @@ msgstr "" "\n" " --references listigi la referencojn de VOJOJ" =20 -#: guix/scripts/gc.scm:53 +#: guix/scripts/gc.scm:55 msgid "" "\n" " -R, --requisites list the requisites of PATHS" @@ -635,7 +741,7 @@ msgstr "" "\n" " -R, --requisites listigi la anta=C5=ADbezonojn de VOJOJ" =20 -#: guix/scripts/gc.scm:55 +#: guix/scripts/gc.scm:57 msgid "" "\n" " --referrers list the referrers of PATHS" @@ -643,7 +749,15 @@ msgstr "" "\n" " --referrers listigi la referencantojn de VOJOJ" =20 -#: guix/scripts/gc.scm:84 +#: guix/scripts/gc.scm:60 +msgid "" +"\n" +" --verify[=3DOPTS] verify the integrity of the store; OPTS is a= \n" +" comma-separated combination of 'repair' and\n" +" 'contents'" +msgstr "" + +#: guix/scripts/gc.scm:91 #, scheme-format msgid "invalid amount of storage: ~a~%" msgstr "malvalida kvanto da konserv-spaco: ~a~%" @@ -675,7 +789,7 @@ msgstr "" msgid "unrecognized option: ~a~%" msgstr "nerekonata modifilo: ~a~%" =20 -#: guix/scripts/hash.scm:134 guix/ui.scm:258 +#: guix/scripts/hash.scm:134 guix/ui.scm:424 #, scheme-format msgid "~a~%" msgstr "~a~%" @@ -685,6 +799,30 @@ msgstr "~a~%" msgid "wrong number of arguments~%" msgstr "mal=C4=9Dusta nombro da argumentoj~%" =20 +#: guix/scripts/import.scm:85 +#, fuzzy +msgid "" +"Usage: guix import IMPORTER ARGS ...\n" +"Run IMPORTER with ARGS.\n" +msgstr "" +"Uzmaniero: guix KOMANDO ARGj...\n" +"Lan=C4=89as KOMANDOn kun ARGj.\n" + +#: guix/scripts/import.scm:88 +#, fuzzy +msgid "IMPORTER must be one of the importers listed below:\n" +msgstr "KOMANDO devas esti unu el la sub-komandoj sube listataj:\n" + +#: guix/scripts/import.scm:102 +#, fuzzy, scheme-format +msgid "guix import: missing importer name~%" +msgstr "guix: mankas komanda nomo~%" + +#: guix/scripts/import.scm:113 +#, scheme-format +msgid "guix import: invalid importer~%" +msgstr "" + #: guix/scripts/pull.scm:72 msgid "" "Usage: guix pull [OPTION]...\n" @@ -722,123 +860,124 @@ msgstr "malpakado de '~a'...~%" msgid "failed to unpack source code" msgstr "ni malsukcesis malpaki font-kodon" =20 -#: guix/scripts/pull.scm:200 +#: guix/scripts/pull.scm:202 +msgid "Guix already up to date\n" +msgstr "Guix jam estas =C4=9Disdata\n" + +#: guix/scripts/pull.scm:207 #, scheme-format msgid "updated ~a successfully deployed under `~a'~%" msgstr "ni =C4=9Disdatigis ~a sukcese, liverita sur '~a'~%" =20 -#: guix/scripts/pull.scm:203 +#: guix/scripts/pull.scm:210 #, scheme-format msgid "failed to update Guix, check the build log~%" msgstr "fiasko dum =C4=9Disdatigo de Guix, kontrolu la konstru-protokolo= n~%" =20 -#: guix/scripts/pull.scm:205 -msgid "Guix already up to date\n" -msgstr "Guix jam estas =C4=9Disdata\n" - -#: guix/scripts/pull.scm:215 +#: guix/scripts/pull.scm:219 #, scheme-format msgid "~A: unexpected argument~%" msgstr "~A: neatendita argumento~%" =20 -#: guix/scripts/pull.scm:224 +#: guix/scripts/pull.scm:228 msgid "failed to download up-to-date source, exiting\n" msgstr "fiasko dum el=C5=9Duto de aktuala fonto, ni =C4=89esas\n" =20 -#: guix/scripts/substitute-binary.scm:80 +#: guix/scripts/substitute.scm:81 #, scheme-format msgid "authentication and authorization of substitutes disabled!~%" msgstr "a=C5=ADtentikigo kaj permeso de anstata=C5=ADantoj estas malebli= gataj!~%" =20 -#: guix/scripts/substitute-binary.scm:163 +#: guix/scripts/substitute.scm:157 #, scheme-format msgid "download from '~a' failed: ~a, ~s~%" msgstr "el=C5=9Duto el '~a' fiaskis: ~a, ~s~%" =20 -#: guix/scripts/substitute-binary.scm:178 +#: guix/scripts/substitute.scm:169 #, scheme-format msgid "while fetching ~a: server is somewhat slow~%" msgstr "dum havigo de ~a: servilo iom malrapidas~%" =20 -#: guix/scripts/substitute-binary.scm:180 +#: guix/scripts/substitute.scm:171 #, scheme-format msgid "try `--no-substitutes' if the problem persists~%" msgstr "provu '--no-substituse' se la problemo persistos~%" =20 -#: guix/scripts/substitute-binary.scm:221 -#, scheme-format -msgid "updating list of substitutes from '~a'...~%" +#: guix/scripts/substitute.scm:214 +#, fuzzy, scheme-format +msgid "updating list of substitutes from '~a'...\r" msgstr "ni =C4=9Disdatigas liston de anstata=C5=ADigantoj el '~a'...~%" =20 -#: guix/scripts/substitute-binary.scm:253 +#: guix/scripts/substitute.scm:246 #, scheme-format msgid "signature version must be a number: ~s~%" msgstr "subskriba versio devas esti numero: ~s~%" =20 -#: guix/scripts/substitute-binary.scm:257 +#: guix/scripts/substitute.scm:250 #, scheme-format msgid "unsupported signature version: ~a~%" msgstr "nesubtenata subskriba versio: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:265 +#: guix/scripts/substitute.scm:258 #, scheme-format msgid "signature is not a valid s-expression: ~s~%" msgstr "subskribo ne estas valida s-esprimo: ~s~%" =20 -#: guix/scripts/substitute-binary.scm:269 +#: guix/scripts/substitute.scm:262 #, scheme-format msgid "invalid format of the signature field: ~a~%" msgstr "malvalida formo de subskriba kampo: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:304 +#: guix/scripts/substitute.scm:297 #, scheme-format msgid "invalid signature for '~a'~%" msgstr "malvalida subskribo por '~a'~%" =20 -#: guix/scripts/substitute-binary.scm:306 +#: guix/scripts/substitute.scm:299 #, scheme-format msgid "hash mismatch for '~a'~%" msgstr "haketa malkongruo por '~a'~%" =20 -#: guix/scripts/substitute-binary.scm:308 +#: guix/scripts/substitute.scm:301 #, scheme-format msgid "'~a' is signed with an unauthorized key~%" msgstr "'~a' estas subskribita sen rajtigita =C5=9Dlosilo~%" =20 -#: guix/scripts/substitute-binary.scm:310 +#: guix/scripts/substitute.scm:303 #, scheme-format msgid "signature on '~a' is corrupt~%" msgstr "subskribo en '~a' estas difektita~%" =20 -#: guix/scripts/substitute-binary.scm:344 +#: guix/scripts/substitute.scm:341 #, scheme-format msgid "substitute at '~a' lacks a signature~%" msgstr "anstata=C5=ADigo =C4=89e '~a' malhavas subskribon~%" =20 -#: guix/scripts/substitute-binary.scm:532 -#, scheme-format -msgid "Downloading, please wait...~%" -msgstr "Ni el=C5=9Dutas, bonvolu atendi...~%" +#: guix/scripts/substitute.scm:504 +#, fuzzy, scheme-format +msgid "updating list of substitutes from '~a'... ~5,1f%" +msgstr "ni =C4=9Disdatigas liston de anstata=C5=ADigantoj el '~a'...~%" =20 -#: guix/scripts/substitute-binary.scm:534 +#: guix/scripts/substitute.scm:552 #, scheme-format -msgid "(Please consider upgrading Guile to get proper progress report.)~= %" -msgstr "(Bonvolu konsideri pri =C4=9Disdatigo de Guile por havigi =C4=9D= ustan progres-raporton.)~%" +msgid "~s: unsupported server URI scheme~%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:547 +#: guix/scripts/substitute.scm:663 #, scheme-format msgid "host name lookup error: ~a~%" msgstr "eraro en ser=C4=89ado de gastigant-nomo: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:556 +#: guix/scripts/substitute.scm:672 +#, fuzzy msgid "" -"Usage: guix substitute-binary [OPTION]...\n" +"Usage: guix substitute [OPTION]...\n" "Internal tool to substitute a pre-built binary to a local build.\n" msgstr "" "Uzmaniero: guix substitute-binary [MODIFILO]...\n" "Interna ilo por anstata=C5=ADigi anta=C5=AD-konstruitan duuma=C4=B5on a= l loka kompila=C4=B5o.\n" =20 -#: guix/scripts/substitute-binary.scm:558 +#: guix/scripts/substitute.scm:674 msgid "" "\n" " --query report on the availability of substitutes for = the\n" @@ -848,7 +987,7 @@ msgstr "" " --query raporti pri la disponebleco de anstata=C5=ADig= oj por la\n" " konservaj dosier-nomoj indikitaj per la =C4=89= efenigujo" =20 -#: guix/scripts/substitute-binary.scm:561 +#: guix/scripts/substitute.scm:677 msgid "" "\n" " --substitute STORE-FILE DESTINATION\n" @@ -857,24 +996,31 @@ msgid "" msgstr "" "\n" " --substitute KONSERV-DOSIERO CELO\n" -" el=C5=9Duti KONSERV-DOSIEROn kaj konservi =C4=9D= in kiel Nar en la\n" +" el=C5=9Duti KONSERV-DOSIEROn kaj konservi =C4=9D= in kiel Nar " +"en la\n" " dosiero CELO" =20 -#: guix/scripts/substitute-binary.scm:606 -msgid "ACL for archive imports seems to be uninitialized, substitutes ma= y be unavailable\n" -msgstr "ACL por importo de ar=C4=A5ivoj =C5=9Dajnas esti ne-ekigita, ans= tata=C5=ADoj eble ne disponeblos\n" +#: guix/scripts/substitute.scm:712 +msgid "" +"ACL for archive imports seems to be uninitialized, substitutes may be " +"unavailable\n" +msgstr "" +"ACL por importo de ar=C4=A5ivoj =C5=9Dajnas esti ne-ekigita, anstata=C5= =ADoj eble ne " +"disponeblos\n" =20 -#: guix/scripts/substitute-binary.scm:640 +#: guix/scripts/substitute.scm:750 #, scheme-format msgid "these substitute URLs will not be used:~{ ~a~}~%" msgstr "tiuj =C4=89i anstata=C5=ADigaj URL-oj ne estos uzataj:~{ ~a~}~%" =20 -#: guix/scripts/substitute-binary.scm:666 +#: guix/scripts/substitute.scm:776 #, scheme-format msgid "failed to look up host '~a' (~a), substituter disabled~%" -msgstr "ni malsukcesis ser=C4=89i gastiganton '~a' (~a), anstata=C5=ADig= anto estas malebligata~%" +msgstr "" +"ni malsukcesis ser=C4=89i gastiganton '~a' (~a), anstata=C5=ADiganto es= tas " +"malebligata~%" =20 -#: guix/scripts/substitute-binary.scm:777 +#: guix/scripts/substitute.scm:883 #, scheme-format msgid "~a: unrecognized options~%" msgstr "~a: nerekonata modifiloj~%" @@ -899,7 +1045,7 @@ msgstr "eraro: nerajtigita publika =C5=9Dlosilo: ~a~= %" msgid "error: corrupt signature data: ~a~%" msgstr "eraro: difektita subskriba datumaro: ~a~%" =20 -#: guix/scripts/authenticate.scm:126 +#: guix/scripts/authenticate.scm:120 msgid "" "Usage: guix authenticate OPTION...\n" "Sign or verify the signature on the given file. This tool is meant to\= n" @@ -909,56 +1055,46 @@ msgstr "" "Subskribi a=C5=AD kontroli la subskribon de indikita dosiero. Tiu =C4=89= i ilo celas\n" "esti interne uzata de 'guix-daemon'.\n" =20 -#: guix/scripts/authenticate.scm:132 +#: guix/scripts/authenticate.scm:126 msgid "wrong arguments" msgstr "mal=C4=9Dustaj argumentoj" =20 -#: guix/scripts/system.scm:75 -#, scheme-format -msgid "failed to open operating system file '~a': ~a~%" -msgstr "fiasko dum malfermo de la operaci-sistema dosiero '~a': ~a~%" - -#: guix/scripts/system.scm:79 -#, scheme-format -msgid "~a: error: ~a~%" -msgstr "~a: eraro: ~a~%" - -#: guix/scripts/system.scm:83 -#, scheme-format -msgid "failed to load operating system file '~a':~%" -msgstr "fiasko dum =C5=9Dargo je operaci-sistema dosiero '~a':~%" - -#: guix/scripts/system.scm:120 +#: guix/scripts/system.scm:97 #, scheme-format msgid "failed to register '~a' under '~a'~%" msgstr "fiasko dum registro de '~a' sub '~a'~%" =20 -#: guix/scripts/system.scm:152 +#: guix/scripts/system.scm:129 #, scheme-format msgid "failed to install GRUB on device '~a'~%" msgstr "fiasko dum instalo de GRUB en la aparato '~a'~%" =20 -#: guix/scripts/system.scm:169 +#: guix/scripts/system.scm:147 #, scheme-format msgid "initializing the current root file system~%" msgstr "ekigado de la nuna radika dosiersistemo~%" =20 -#: guix/scripts/system.scm:223 +#: guix/scripts/system.scm:161 +#, scheme-format +msgid "not running as 'root', so the ownership of '~a' may be incorrect!= ~%" +msgstr "" + +#: guix/scripts/system.scm:213 #, scheme-format msgid "activating system...~%" msgstr "ni aktivas la sistemon...~%" =20 -#: guix/scripts/system.scm:273 +#: guix/scripts/system.scm:263 #, scheme-format msgid "unrecognized boot parameters for '~a'~%" msgstr "nerekonataj ek=C5=9Dargaj parametroj por '~a'~%" =20 -#: guix/scripts/system.scm:369 +#: guix/scripts/system.scm:358 #, scheme-format msgid "initializing operating system under '~a'...~%" msgstr "ni ekigas la operaci-sistemon sub '~a'...~%" =20 -#: guix/scripts/system.scm:385 +#: guix/scripts/system.scm:374 msgid "" "Usage: guix system [OPTION] ACTION FILE\n" "Build the operating system declared in FILE according to ACTION.\n" @@ -966,35 +1102,58 @@ msgstr "" "Uzmaniero: guix system [MODIFILO] AGO DOSIERO\n" "Konstrui la operaci-sistemon deklarita en DOSIERO akorde al AGO.\n" =20 -#: guix/scripts/system.scm:388 +#: guix/scripts/system.scm:377 msgid "The valid values for ACTION are:\n" msgstr "La validaj valoroj por AGO estas:\n" =20 -#: guix/scripts/system.scm:389 -msgid " - 'reconfigure', switch to a new operating system configuration= \n" +#: guix/scripts/system.scm:379 +#, fuzzy +msgid " reconfigure switch to a new operating system configuratio= n\n" msgstr " - 'reconfigure', alterni al nova operaci-sistema agordaro\n" =20 -#: guix/scripts/system.scm:391 -msgid " - 'build', build the operating system without installing anythi= ng\n" +#: guix/scripts/system.scm:381 +#, fuzzy +msgid "" +" build build the operating system without installing anyth= ing\n" msgstr " - 'build', konstrui la operaci-sistemon sen instali ion ajn\n" =20 -#: guix/scripts/system.scm:393 -msgid " - 'vm', build a virtual machine image that shares the host's st= ore\n" -msgstr " - 'vm', konstrui virtual-ma=C5=9Dinan bildon kiu kundividas la= gastigantan memoron\n" +#: guix/scripts/system.scm:383 +#, fuzzy +msgid "" +" vm build a virtual machine image that shares the host'= s " +"store\n" +msgstr "" +" - 'vm', konstrui virtual-ma=C5=9Dinan bildon kiu kundividas la gastig= antan " +"memoron\n" =20 -#: guix/scripts/system.scm:395 -msgid " - 'vm-image', build a freestanding virtual machine image\n" +#: guix/scripts/system.scm:385 +#, fuzzy +msgid " vm-image build a freestanding virtual machine image\n" msgstr " - 'vm-image', konstrui memstaran virtual-ma=C5=9Dinan bildon\n= " =20 -#: guix/scripts/system.scm:397 -msgid " - 'disk-image', build a disk image, suitable for a USB stick\n" +#: guix/scripts/system.scm:387 +#, fuzzy +msgid " disk-image build a disk image, suitable for a USB stick\= n" msgstr " - 'disk-image', konstrui disk-bildon, ta=C5=ADga por USB-memor= o\n" =20 -#: guix/scripts/system.scm:399 -msgid " - 'init', initialize a root file system to run GNU.\n" +#: guix/scripts/system.scm:389 +#, fuzzy +msgid " init initialize a root file system to run GNU.\n" msgstr " - 'init', ekigi radikan dosiersistemon por lan=C4=89i GNU-on.\= n" =20 -#: guix/scripts/system.scm:403 +#: guix/scripts/system.scm:393 +#, fuzzy +msgid "" +"\n" +" --on-error=3DSTRATEGY\n" +" apply STRATEGY when an error occurs while read= ing " +"FILE" +msgstr "" +"\n" +" --with-source=3DFONTO\n" +" uzi FONTOn dum konstruo de la koresponda pako" + +#: guix/scripts/system.scm:396 msgid "" "\n" " --image-size=3DSIZE for 'vm-image', produce an image of SIZE" @@ -1002,7 +1161,7 @@ msgstr "" "\n" " --image-size=3DGRANDO por 'vm-image', produkti bildon je GRANDO" =20 -#: guix/scripts/system.scm:405 +#: guix/scripts/system.scm:398 msgid "" "\n" " --no-grub for 'init', do not install GRUB" @@ -1010,23 +1169,25 @@ msgstr "" "\n" " --no-grub por 'init', ne instali GRUB" =20 -#: guix/scripts/system.scm:407 +#: guix/scripts/system.scm:400 msgid "" "\n" " --share=3DSPEC for 'vm', share host file system according t= o SPEC" msgstr "" "\n" -" --share=3DSPEC por 'vm', kundividi gastigan dosiersistemon = akorde al SPEC" +" --share=3DSPEC por 'vm', kundividi gastigan dosiersistemon = akorde " +"al SPEC" =20 -#: guix/scripts/system.scm:409 +#: guix/scripts/system.scm:402 msgid "" "\n" " --expose=3DSPEC for 'vm', expose host file system according = to SPEC" msgstr "" "\n" -" --expose=3DSPEC for 'vm', elmontri gastigan dosiersistemon a= korde al SPEC" +" --expose=3DSPEC for 'vm', elmontri gastigan dosiersistemon a= korde " +"al SPEC" =20 -#: guix/scripts/system.scm:411 +#: guix/scripts/system.scm:404 msgid "" "\n" " --full-boot for 'vm', make a full boot sequence" @@ -1034,35 +1195,35 @@ msgstr "" "\n" " --full-boot por 'vm', fari kompletan ek=C5=9Dargan sekvon" =20 -#: guix/scripts/system.scm:507 +#: guix/scripts/system.scm:495 #, scheme-format msgid "~a: unknown action~%" msgstr "~a: nekonata pako~%" =20 -#: guix/scripts/system.scm:524 +#: guix/scripts/system.scm:510 #, scheme-format msgid "wrong number of arguments for action '~a'~%" msgstr "mal=C4=9Dusta nombro da argumentoj por la ago '~a'~%" =20 -#: guix/scripts/system.scm:544 +#: guix/scripts/system.scm:534 #, scheme-format msgid "no configuration file specified~%" msgstr "neniu agorda dosiero estis indikata~%" =20 -#: guix/scripts/lint.scm:82 +#: guix/scripts/lint.scm:111 #, scheme-format msgid "Available checkers:~%" msgstr "Disponeblaj kontroliloj:~%" =20 -#: guix/scripts/lint.scm:102 +#: guix/scripts/lint.scm:131 msgid "description should not be empty" msgstr "priskribo ne devos esti malplena" =20 -#: guix/scripts/lint.scm:109 +#: guix/scripts/lint.scm:138 msgid "description should start with an upper-case letter or digit" msgstr "priskribo devos komenci per majuskla litero a=C5=AD cifero" =20 -#: guix/scripts/lint.scm:125 +#: guix/scripts/lint.scm:154 #, scheme-format msgid "" "sentences in description should be followed ~\n" @@ -1071,109 +1232,132 @@ msgstr "" "frazoj en la priskribo devos esti sekvataj de ~\n" "du spacoj; ebla malobeo~p =C4=89e ~{~a~^, ~}" =20 -#: guix/scripts/lint.scm:146 +#: guix/scripts/lint.scm:175 msgid "pkg-config should probably be a native input" msgstr "pkg-config probable devos esti originala enigo" =20 -#: guix/scripts/lint.scm:161 +#: guix/scripts/lint.scm:190 msgid "synopsis should not be empty" msgstr "resumo ne devos esti malplena" =20 -#: guix/scripts/lint.scm:169 +#: guix/scripts/lint.scm:198 msgid "no period allowed at the end of the synopsis" msgstr "punkto ne estas permesata =C4=89e la fino de la resumo" =20 -#: guix/scripts/lint.scm:181 +#: guix/scripts/lint.scm:210 msgid "no article allowed at the beginning of the synopsis" msgstr "artikolo ne estas permesata =C4=89e komenco de la resumo" =20 -#: guix/scripts/lint.scm:188 +#: guix/scripts/lint.scm:217 msgid "synopsis should be less than 80 characters long" msgstr "resumo devos havi malpli ol 80 signoj" =20 -#: guix/scripts/lint.scm:194 +#: guix/scripts/lint.scm:223 msgid "synopsis should start with an upper-case letter or digit" msgstr "resumo devos komenci per majuskla litero a=C5=AD cifero" =20 -#: guix/scripts/lint.scm:201 +#: guix/scripts/lint.scm:230 msgid "synopsis should not start with the package name" msgstr "resumo ne devos komenci per la pak-nomo" =20 -#: guix/scripts/lint.scm:270 +#: guix/scripts/lint.scm:321 guix/scripts/lint.scm:333 #, scheme-format msgid "URI ~a not reachable: ~a (~s)" msgstr "URI ~a ne estas alirebla: ~a (~s)" =20 -#: guix/scripts/lint.scm:278 +#: guix/scripts/lint.scm:340 #, scheme-format msgid "URI ~a domain not found: ~a" msgstr "URI ~a domajno ne trovita: ~a" =20 -#: guix/scripts/lint.scm:286 +#: guix/scripts/lint.scm:348 #, scheme-format msgid "URI ~a unreachable: ~a" msgstr "URI ~a nealirebla: ~a" =20 -#: guix/scripts/lint.scm:312 +#: guix/scripts/lint.scm:374 msgid "invalid value for home page" msgstr "malvalida valoroj por hejmpa=C4=9Do" =20 -#: guix/scripts/lint.scm:315 +#: guix/scripts/lint.scm:377 #, scheme-format msgid "invalid home page URL: ~s" msgstr "malvalida hejmpa=C4=9Da URL: ~s" =20 -#: guix/scripts/lint.scm:336 +#: guix/scripts/lint.scm:402 msgid "file names of patches should start with the package name" msgstr "dosiernomoj de flika=C4=B5oj devos komenci per la pak-nomo" =20 -#: guix/scripts/lint.scm:374 +#: guix/scripts/lint.scm:440 #, scheme-format msgid "~a: ~a: proposed synopsis: ~s~%" msgstr "~a: ~a: proponita resumo: ~s~%" =20 -#: guix/scripts/lint.scm:386 +#: guix/scripts/lint.scm:452 #, scheme-format msgid "~a: ~a: proposed description:~% \"~a\"~%" msgstr "~a: ~a: proponita priskribo:~% \"~a\"~%" =20 -#: guix/scripts/lint.scm:415 +#: guix/scripts/lint.scm:489 +#, fuzzy +msgid "all the source URIs are unreachable:" +msgstr "URI ~a nealirebla: ~a" + +#: guix/scripts/lint.scm:501 guix/scripts/lint.scm:505 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~a" +msgstr "fiasko dum kreo de radiko GC '~a': ~a~%" + +#: guix/scripts/lint.scm:511 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~s~%" +msgstr "fiasko dum lego de esprimo ~s: ~s~%" + +#: guix/scripts/lint.scm:524 msgid "Validate package descriptions" msgstr "Validigi pak-priskribojn" =20 -#: guix/scripts/lint.scm:419 +#: guix/scripts/lint.scm:528 msgid "Validate synopsis & description of GNU packages" msgstr "Validigi resumon kaj priskribon de GNU-pakoj" =20 -#: guix/scripts/lint.scm:423 +#: guix/scripts/lint.scm:532 msgid "Identify inputs that should be native inputs" msgstr "Identigi enigojn kiuj devus esti originalaj enigoj" =20 -#: guix/scripts/lint.scm:427 -msgid "Validate file names of patches" +#: guix/scripts/lint.scm:536 +#, fuzzy +msgid "Validate file names and availability of patches" msgstr "Validigi dosiernomojn de flika=C4=B5oj" =20 -#: guix/scripts/lint.scm:431 +#: guix/scripts/lint.scm:540 msgid "Validate home-page URLs" msgstr "Validigi heimpa=C4=9Dajn URL" =20 -#: guix/scripts/lint.scm:435 +#: guix/scripts/lint.scm:544 msgid "Validate source URLs" msgstr "Validigi fontajn URL" =20 -#: guix/scripts/lint.scm:439 +#: guix/scripts/lint.scm:548 +msgid "Report failure to compile a package to a derivation" +msgstr "" + +#: guix/scripts/lint.scm:552 msgid "Validate package synopses" msgstr "Validigi pak-resumojn" =20 -#: guix/scripts/lint.scm:464 +#: guix/scripts/lint.scm:577 +#, fuzzy msgid "" "Usage: guix lint [OPTION]... [PACKAGE]...\n" -"Run a set of checkers on the specified package; if none is specified, r= un the checkers on all packages.\n" +"Run a set of checkers on the specified package; if none is specified,\n= " +"run the checkers on all packages.\n" msgstr "" "Uzmaniero: guix lint [MODIFILO]... [PAKO]...\n" -"Lan=C4=89i aron da kontroliloj por la indikita pako; se neniu estas ind= ikita, lan=C4=89i la konstrolilojn por =C4=89iuj pakoj.\n" +"Lan=C4=89i aron da kontroliloj por la indikita pako; se neniu estas ind= ikita, " +"lan=C4=89i la konstrolilojn por =C4=89iuj pakoj.\n" =20 -#: guix/scripts/lint.scm:466 +#: guix/scripts/lint.scm:580 msgid "" "\n" " -c, --checkers=3DCHECKER1,CHECKER2...\n" @@ -1183,7 +1367,7 @@ msgstr "" " -c, --checkers=3DKONTROL1,KONTROL2...\n" " nur lan=C4=89i la indikitajn kontrolilojn" =20 -#: guix/scripts/lint.scm:471 +#: guix/scripts/lint.scm:585 msgid "" "\n" " -l, --list-checkers display the list of available lint checkers" @@ -1191,49 +1375,151 @@ msgstr "" "\n" " -l, --list-checkers montri la liston de disponeblaj kontroliloj" =20 -#: guix/scripts/lint.scm:491 +#: guix/scripts/lint.scm:605 #, scheme-format msgid "~a: invalid checker~%" msgstr "~a: malvalida kontrolilo~%" =20 -#: guix/gnu-maintenance.scm:438 +#: guix/scripts/publish.scm:49 +#, scheme-format +msgid "" +"Usage: guix publish [OPTION]...\n" +"Publish ~a over HTTP.\n" +msgstr "" + +#: guix/scripts/publish.scm:51 +msgid "" +"\n" +" -p, --port=3DPORT listen on PORT" +msgstr "" + +#: guix/scripts/publish.scm:53 +#, fuzzy +msgid "" +"\n" +" --listen=3DHOST listen on the network interface for HOST" +msgstr "" +"\n" +" --references listigi la referencojn de VOJOJ" + +#: guix/scripts/publish.scm:55 +msgid "" +"\n" +" -u, --user=3DUSER change privileges to USER as soon as possibl= e" +msgstr "" + +#: guix/scripts/publish.scm:57 +msgid "" +"\n" +" -r, --repl[=3DPORT] spawn REPL server on PORT" +msgstr "" + +#: guix/scripts/publish.scm:73 +#, fuzzy, scheme-format +msgid "lookup of host '~a' failed: ~a~%" +msgstr "el=C5=9Duto el '~a' fiaskis: ~a, ~s~%" + +#: guix/scripts/publish.scm:97 +#, scheme-format +msgid "lookup of host '~a' returned nothing" +msgstr "" + +#: guix/scripts/publish.scm:270 +#, fuzzy, scheme-format +msgid "user '~a' not found: ~a~%" +msgstr "URI ~a domajno ne trovita: ~a" + +#: guix/scripts/publish.scm:284 +#, fuzzy, scheme-format +msgid "~A: extraneuous argument~%" +msgstr "~A: fremda argumento~%" + +#: guix/scripts/publish.scm:305 +#, scheme-format +msgid "server running as root; consider using the '--user' option!~%" +msgstr "" + +#: guix/scripts/publish.scm:307 +#, scheme-format +msgid "publishing ~a on ~a, port ~d~%" +msgstr "" + +#: guix/gnu-maintenance.scm:461 #, scheme-format msgid "signature verification failed for `~a'~%" msgstr "subskriba kontrolo fiaskis por '~a'~%" =20 -#: guix/gnu-maintenance.scm:440 +#: guix/gnu-maintenance.scm:463 #, scheme-format msgid "(could be because the public key is not in your keyring)~%" msgstr "(eble =C4=89ar la publika =C5=9Dlosilo ne estas en via =C5=9Dlos= ilringo)~%" =20 -#: guix/gnu-maintenance.scm:515 +#: guix/gnu-maintenance.scm:538 #, scheme-format msgid "~a: could not locate source file" msgstr "~a: ne eblis trovi fontan dosieron" =20 -#: guix/gnu-maintenance.scm:520 +#: guix/gnu-maintenance.scm:543 #, scheme-format msgid "~a: ~a: no `version' field in source; skipping~%" msgstr "~a: ~a: neniu kampo 'version' en la fonto; ni saltas~%" =20 -#: guix/ui.scm:137 +#: guix/ui.scm:210 +msgid "entering debugger; type ',bt' for a backtrace\n" +msgstr "" + +#: guix/ui.scm:226 guix/ui.scm:243 +#, fuzzy, scheme-format +msgid "failed to load '~a': ~a~%" +msgstr "fiasko dum =C5=9Dargo de la ma=C5=9Dina dosiero '~a': ~s~%" + +#: guix/ui.scm:229 +#, scheme-format +msgid "~a: error: ~a~%" +msgstr "~a: eraro: ~a~%" + +#: guix/ui.scm:232 guix/ui.scm:460 +#, scheme-format +msgid "exception thrown: ~s~%" +msgstr "" + +#: guix/ui.scm:234 guix/ui.scm:252 +#, fuzzy, scheme-format +msgid "failed to load '~a':~%" +msgstr "fiasko dum =C5=9Dargo de la ma=C5=9Dina dosiero '~a': ~s~%" + +#: guix/ui.scm:246 +#, fuzzy, scheme-format +msgid "~a: warning: ~a~%" +msgstr "~a: eraro: ~a~%" + +#: guix/ui.scm:249 +#, fuzzy, scheme-format +msgid "failed to load '~a': exception thrown: ~s~%" +msgstr "fiasko dum lego de esprimo ~s: ~s~%" + +#: guix/ui.scm:261 #, scheme-format msgid "failed to install locale: ~a~%" msgstr "fiasko dum instalo de loka=C4=B5aro: ~a~%" =20 -#: guix/ui.scm:156 +#: guix/ui.scm:280 +#, fuzzy msgid "" -"Copyright (C) 2014 the Guix authors\n" -"License GPLv3+: GNU GPL version 3 or later \n" +"Copyright (C) 2015 the Guix authors\n" +"License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" "Kopirajto (C) 2014 la a=C5=ADtoroj de Guix\n" -"Permeso GPLv3+: GNU GPL versio 3 a=C5=AD posta \n" -"Tio =C4=89i estas libera programaro: vi estas libera por modifi kaj red= isdoni =C4=9Din.\n" +"Permeso GPLv3+: GNU GPL versio 3 a=C5=AD posta \n" +"Tio =C4=89i estas libera programaro: vi estas libera por modifi kaj red= isdoni " +"=C4=9Din.\n" "Estas NENIU GARANTIO, plejamplekse permesate de le=C4=9Doj.\n" =20 -#: guix/ui.scm:164 +#: guix/ui.scm:288 #, scheme-format msgid "" "\n" @@ -1242,7 +1528,7 @@ msgstr "" "\n" "Raportu program-misojn al: ~a." =20 -#: guix/ui.scm:166 +#: guix/ui.scm:290 #, scheme-format msgid "" "\n" @@ -1251,7 +1537,7 @@ msgstr "" "\n" "hejm-pa=C4=9Do de ~a: <~a>" =20 -#: guix/ui.scm:168 +#: guix/ui.scm:292 msgid "" "\n" "General help using GNU software: " @@ -1259,170 +1545,199 @@ msgstr "" "\n" "=C4=9Cenerala helpo por uzi programaron de GNU: " =20 -#: guix/ui.scm:175 +#: guix/ui.scm:333 #, scheme-format msgid "~a: invalid number~%" msgstr "~a: malvalida numero~%" =20 -#: guix/ui.scm:192 +#: guix/ui.scm:350 #, scheme-format msgid "invalid number: ~a~%" msgstr "malvalida numero: ~a~%" =20 -#: guix/ui.scm:215 +#: guix/ui.scm:373 #, scheme-format msgid "unknown unit: ~a~%" msgstr "nekonata unuo: ~a~%" =20 -#: guix/ui.scm:226 +#: guix/ui.scm:384 #, scheme-format msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" msgstr "~a:~a:~a: pako '~a' havas malvalidan enigon: ~s~%" =20 -#: guix/ui.scm:233 +#: guix/ui.scm:391 #, scheme-format msgid "~a: ~a: build system `~a' does not support cross builds~%" msgstr "~a: ~a: konstrui sistemon '~a' ne subtenas crucajn konstruojn~%" =20 -#: guix/ui.scm:238 +#: guix/ui.scm:396 #, scheme-format msgid "profile '~a' does not exist~%" msgstr "profilo '~a' ne ekzistas~%" =20 -#: guix/ui.scm:241 +#: guix/ui.scm:399 #, scheme-format msgid "generation ~a of profile '~a' does not exist~%" msgstr "generacio ~a de la profilo '~a' ne ekzistas~%" =20 -#: guix/ui.scm:245 +#: guix/ui.scm:406 +#, scheme-format +msgid "corrupt input while restoring '~a' from ~s~%" +msgstr "" + +#: guix/ui.scm:408 +#, fuzzy, scheme-format +msgid "corrupt input while restoring archive from ~s~%" +msgstr "difektita ar=C4=A5ivo de dosier-grupo" + +#: guix/ui.scm:411 #, scheme-format msgid "failed to connect to `~a': ~a~%" msgstr "fiasko dum konekto al '~a': ~a~%" =20 -#: guix/ui.scm:250 +#: guix/ui.scm:416 #, scheme-format msgid "build failed: ~a~%" msgstr "konstruo fiakis: ~a~%" =20 -#: guix/ui.scm:253 +#: guix/ui.scm:419 #, scheme-format msgid "reference to invalid output '~a' of derivation '~a'~%" msgstr "referenco al malvalida eligo '~a' de la deriva=C4=B5o '~a'~%" =20 -#: guix/ui.scm:264 +#: guix/ui.scm:430 #, scheme-format msgid "~a: ~a~%" msgstr "~a: ~a~%" =20 -#: guix/ui.scm:283 +#: guix/ui.scm:449 #, scheme-format msgid "failed to read expression ~s: ~s~%" msgstr "fiasko dum lego de esprimo ~s: ~s~%" =20 -#: guix/ui.scm:289 -#, scheme-format -msgid "failed to evaluate expression `~a': ~s~%" +#: guix/ui.scm:455 +#, fuzzy, scheme-format +msgid "failed to evaluate expression '~a':~%" msgstr "fiasko dum analizo de esprimo '~a': ~a~%" =20 -#: guix/ui.scm:298 +#: guix/ui.scm:458 +#, fuzzy, scheme-format +msgid "syntax error: ~a~%" +msgstr "~a: eraro: ~a~%" + +#: guix/ui.scm:472 #, scheme-format msgid "expression ~s does not evaluate to a package~%" msgstr "la esprimo ~s ne rezultas pakon~%" =20 -#: guix/ui.scm:350 +#: guix/ui.scm:524 #, scheme-format msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~= ;~]" msgstr[0] "~:[La jena derivo estus konstruata:~%~{ ~a~%~}~;~]" msgstr[1] "~:[La jenaj derivoj estus konstruataj:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:355 +#: guix/ui.scm:529 #, scheme-format msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;= ~]" msgstr[0] "~:[La jena derivo estus el=C5=9Dutata:~%~{ ~a~%~}~;~]" msgstr[1] "~:[La jenaj derivoj estus el=C5=9Dutataj:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:361 +#: guix/ui.scm:535 #, scheme-format msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;= ~]" msgstr[0] "~:[La jena derivo estos konstruata:~%~{ ~a~%~}~;~]" msgstr[1] "~:[La jenaj derivoj estos konstruataj:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:366 +#: guix/ui.scm:540 #, scheme-format msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~= ]" msgstr[0] "~:[La jena derivo estos el=C5=9Dutata:~%~{ ~a~%~}~;~]" msgstr[1] "~:[La jenaj derivoj estos el=C5=9Dutataj:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:418 +#: guix/ui.scm:595 #, scheme-format msgid "The following package would be removed:~%~{~a~%~}~%" msgid_plural "The following packages would be removed:~%~{~a~%~}~%" msgstr[0] "La jena pako estus forigata:~%~{~a~%~}~%" msgstr[1] "La jenaj pakoj estus forigataj:~%~{~a~%~}~%" =20 -#: guix/ui.scm:423 +#: guix/ui.scm:600 #, scheme-format msgid "The following package will be removed:~%~{~a~%~}~%" msgid_plural "The following packages will be removed:~%~{~a~%~}~%" msgstr[0] "La jena pako estos forigata:~%~{~a~%~}~%" msgstr[1] "La jenaj pakoj estos forigataj:~%~{~a~%~}~%" =20 -#: guix/ui.scm:436 +#: guix/ui.scm:613 +#, fuzzy, scheme-format +msgid "The following package would be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" +msgstr[0] "La jena pako estus =C4=9Disdatigata:~%~{~a~%~}~%" +msgstr[1] "La jenaj pakoj estus =C4=9Disdatigataj:~%~{~a~%~}~%" + +#: guix/ui.scm:618 +#, fuzzy, scheme-format +msgid "The following package will be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" +msgstr[0] "La jena pako estos =C4=9Disdatigata:~%~{~a~%~}~%" +msgstr[1] "La jenaj pakoj estos =C4=9Disdatigataj:~%~{~a~%~}~%" + +#: guix/ui.scm:631 #, scheme-format msgid "The following package would be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" msgstr[0] "La jena pako estus =C4=9Disdatigata:~%~{~a~%~}~%" msgstr[1] "La jenaj pakoj estus =C4=9Disdatigataj:~%~{~a~%~}~%" =20 -#: guix/ui.scm:441 +#: guix/ui.scm:636 #, scheme-format msgid "The following package will be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" msgstr[0] "La jena pako estos =C4=9Disdatigata:~%~{~a~%~}~%" msgstr[1] "La jenaj pakoj estos =C4=9Disdatigataj:~%~{~a~%~}~%" =20 -#: guix/ui.scm:452 +#: guix/ui.scm:647 #, scheme-format msgid "The following package would be installed:~%~{~a~%~}~%" msgid_plural "The following packages would be installed:~%~{~a~%~}~%" msgstr[0] "La jena pako estus instalata:~% ~{~a~%~}~%" msgstr[1] "La jenaj pakoj estus instalataj:~% ~{~a~%~}~%" =20 -#: guix/ui.scm:457 +#: guix/ui.scm:652 #, scheme-format msgid "The following package will be installed:~%~{~a~%~}~%" msgid_plural "The following packages will be installed:~%~{~a~%~}~%" msgstr[0] "La jena pako estos instalata:~% ~{~a~%~}~%" msgstr[1] "La jenaj pakoj estos instalataj:~% ~{~a~%~}~%" =20 -#: guix/ui.scm:474 +#: guix/ui.scm:669 msgid "" msgstr "" =20 -#: guix/ui.scm:500 +#: guix/ui.scm:695 #, scheme-format msgid "failed to create configuration directory `~a': ~a~%" msgstr "fiasko dum kreo de agorda dosierujo '~a': ~a~%" =20 -#: guix/ui.scm:600 guix/ui.scm:614 +#: guix/ui.scm:797 guix/ui.scm:811 msgid "unknown" msgstr "nekonata" =20 -#: guix/ui.scm:723 +#: guix/ui.scm:920 #, scheme-format msgid "invalid argument: ~a~%" msgstr "malvalida argumento: ~a~%" =20 -#: guix/ui.scm:732 +#: guix/ui.scm:959 #, scheme-format msgid "Try `guix --help' for more information.~%" msgstr "Provu 'guix --help' por pli da informo.~%" =20 -#: guix/ui.scm:762 +#: guix/ui.scm:986 msgid "" "Usage: guix COMMAND ARGS...\n" "Run COMMAND with ARGS.\n" @@ -1430,41 +1745,31 @@ msgstr "" "Uzmaniero: guix KOMANDO ARGj...\n" "Lan=C4=89as KOMANDOn kun ARGj.\n" =20 -#: guix/ui.scm:765 +#: guix/ui.scm:989 msgid "COMMAND must be one of the sub-commands listed below:\n" msgstr "KOMANDO devas esti unu el la sub-komandoj sube listataj:\n" =20 -#: guix/ui.scm:785 +#: guix/ui.scm:1009 #, scheme-format msgid "guix: ~a: command not found~%" msgstr "guix: ~a: komando ne trovita~%" =20 -#: guix/ui.scm:803 +#: guix/ui.scm:1027 #, scheme-format msgid "guix: missing command name~%" msgstr "guix: mankas komanda nomo~%" =20 -#: guix/ui.scm:811 +#: guix/ui.scm:1035 #, scheme-format msgid "guix: unrecognized option '~a'~%" msgstr "guix: nerekonata modifilo: '~a'~%" =20 -#: guix/http-client.scm:217 -#, scheme-format -msgid "using Guile ~a, which does not support ~s encoding~%" -msgstr "ni uzas Guile ~a, kiu ne subtenas enkodigon ~s~%" - -#: guix/http-client.scm:220 -#, scheme-format -msgid "download failed; use a newer Guile~%" -msgstr "el=C5=9Duto fiaskis; uzu pli novan Guile~%" - -#: guix/http-client.scm:232 +#: guix/http-client.scm:211 #, scheme-format msgid "following redirection to `~a'...~%" msgstr "ni sekvas la redirektigon al '~a'...~%" =20 -#: guix/http-client.scm:241 +#: guix/http-client.scm:220 msgid "download failed" msgstr "el=C5=9Duto fiaskis" =20 @@ -1510,6 +1815,153 @@ msgstr "importita dosiero malhavas subskribon" msgid "invalid inter-file archive mark" msgstr "malvalida inter-dosiera ar=C4=A5iva marko" =20 +#: nix/nix-daemon/guix-daemon.cc:61 +msgid "guix-daemon -- perform derivation builds and store accesses" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:63 +msgid "" +"This program is a daemon meant to run in the background. It serves req= uests " +"sent over a Unix-domain socket. It accesses the store, and builds " +"derivations on behalf of its clients." +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:86 +msgid "SYSTEM" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:87 +msgid "assume SYSTEM as the current system type" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:88 nix/nix-daemon/guix-daemon.cc:91 +msgid "N" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:89 +msgid "use N CPU cores to build each derivation; 0 means as many as avai= lable" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:92 +#, fuzzy +msgid "allow at most N build jobs" +msgstr "" +"\n" +" -M, --max-jobs=3DN permesi maksimume N konstru-taskojn" + +#: nix/nix-daemon/guix-daemon.cc:94 +msgid "disable chroot builds" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:95 +msgid "DIR" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:96 +msgid "add DIR to the build chroot" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:97 +msgid "GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:98 +msgid "perform builds as a user of GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:100 +msgid "do not use substitutes" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:101 +msgid "URLS" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:102 +msgid "use URLS as the default list of substitute providers" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:104 +msgid "do not use the 'build hook'" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:106 +msgid "cache build failures" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:108 +msgid "do not keep build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:110 +msgid "disable compression of the build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:115 +msgid "disable automatic file \"deduplication\" in the store" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:125 +msgid "impersonate Linux 2.6" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:129 +msgid "tell whether the GC must keep outputs of live derivations" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:132 +msgid "tell whether the GC must keep derivations corresponding to live o= utputs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:135 +msgid "SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:136 +msgid "listen for connections on SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:138 +msgid "produce debugging output" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:205 nix/nix-daemon/guix-daemon.cc:381 +#, fuzzy, c-format +msgid "error: %s\n" +msgstr "~a: eraro: ~a~%" + +#: nix/nix-daemon/guix-daemon.cc:266 +#, c-format +msgid "error: libgcrypt version mismatch\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:357 +#, c-format +msgid "" +"warning: daemon is running as root, so using `--build-users-group' is h= ighly " +"recommended\n" +msgstr "" + +#~ msgid "Downloading, please wait...~%" +#~ msgstr "Ni el=C5=9Dutas, bonvolu atendi...~%" + +#~ msgid "(Please consider upgrading Guile to get proper progress report= .)~%" +#~ msgstr "" +#~ "(Bonvolu konsideri pri =C4=9Disdatigo de Guile por havigi =C4=9Dusta= n progres-" +#~ "raporton.)~%" + +#~ msgid "failed to open operating system file '~a': ~a~%" +#~ msgstr "fiasko dum malfermo de la operaci-sistema dosiero '~a': ~a~%" + +#~ msgid "failed to load operating system file '~a':~%" +#~ msgstr "fiasko dum =C5=9Dargo je operaci-sistema dosiero '~a':~%" + +#~ msgid "using Guile ~a, which does not support ~s encoding~%" +#~ msgstr "ni uzas Guile ~a, kiu ne subtenas enkodigon ~s~%" + +#~ msgid "download failed; use a newer Guile~%" +#~ msgstr "el=C5=9Duto fiaskis; uzu pli novan Guile~%" + #~ msgid "~a: not a number~%" #~ msgstr "~a: ne estas numero~%" =20 @@ -1545,11 +1997,13 @@ msgstr "malvalida inter-dosiera ar=C4=A5iva marko= " =20 #~ msgid "" #~ "GNU Hello prints the message \"Hello, world!\" and then exits. It\n= " -#~ "serves as an example of standard GNU coding practices. As such, it = supports\n" +#~ "serves as an example of standard GNU coding practices. As such, it = " +#~ "supports\n" #~ "command-line arguments, multiple languages, and so on." #~ msgstr "" #~ "GNU Hello montras la mesa=C4=9Don \"Hello, world!\" kaj fini=C4=9Das= . =C4=9Ci\n" -#~ "funkcias kiel ekzemplo de norma kodumada tradicio de GNU. Tiel, =C4= =9Di subtenas\n" +#~ "funkcias kiel ekzemplo de norma kodumada tradicio de GNU. Tiel, =C4= =9Di " +#~ "subtenas\n" #~ "komand-liniajn argumentojn, plurajn lingvojn, kaj tiel plu." =20 #~ msgid "Print lines matching a pattern" @@ -1557,19 +2011,24 @@ msgstr "malvalida inter-dosiera ar=C4=A5iva marko= " =20 #~ msgid "" #~ "grep is a tool for finding text inside files. Text is found by\n" -#~ "matching a pattern provided by the user in one or many files. The p= attern\n" +#~ "matching a pattern provided by the user in one or many files. The " +#~ "pattern\n" #~ "may be provided as a basic or extended regular expression, or as fix= ed\n" #~ "strings. By default, the matching text is simply printed to the scr= een,\n" -#~ "however the output can be greatly customized to include, for example= , line\n" +#~ "however the output can be greatly customized to include, for example= , " +#~ "line\n" #~ "numbers. GNU grep offers many extensions over the standard utility,= \n" #~ "including, for example, recursive directory searching." #~ msgstr "" -#~ "grep estas ilo por trovi tekstojn interne de dosieroj. Teksto estas= trovita\n" +#~ "grep estas ilo por trovi tekstojn interne de dosieroj. Teksto estas= " +#~ "trovita\n" #~ "per kongruo al =C5=9Dablono indikita de la uzanto en unu a=C5=AD plu= raj dosieroj.\n" -#~ "La =C5=9Dablono povas esti indikata kiel bazan a=C5=AD etenditan reg= ul-esprimon, a=C5=AD\n" +#~ "La =C5=9Dablono povas esti indikata kiel bazan a=C5=AD etenditan reg= ul-esprimon, " +#~ "a=C5=AD\n" #~ "kiel fiksajn =C4=89enojn. Apriore, la kongruita teksto estas simple= montrata\n" #~ "en la ekrano, tamen la eligo povas esti ege personigita por inkluziv= igi,\n" -#~ "ekzemple, lini-numerojn. GNU grep oferaj multajn kroma=C4=B5ojn kom= pare al la\n" +#~ "ekzemple, lini-numerojn. GNU grep oferaj multajn kroma=C4=B5ojn kom= pare al " +#~ "la\n" #~ "originala aplika=C4=B5o, inkluzive, ekzemple, rikuran ser=C4=89adon = en dosierujoj." =20 #~ msgid "Stream editor" @@ -1632,9 +2091,6 @@ msgstr "malvalida inter-dosiera ar=C4=A5iva marko" #~ msgid "Manipulate plain text files as databases" #~ msgstr "Manipuli simplajn tekst-dosierojn kiel datumbazojn" =20 -#~ msgid "failed to load machine file '~a': ~s~%" -#~ msgstr "fiasko dum =C5=9Dargo de la ma=C5=9Dina dosiero '~a': ~s~%" - #~ msgid "" #~ "Currently the only valid value for ACTION is 'vm', which builds\n" #~ "a virtual machine of the given operating system.\n" @@ -1672,15 +2128,21 @@ msgstr "malvalida inter-dosiera ar=C4=A5iva marko= " =20 #~ msgid "" #~ "Sed (stream editor) isn't really a true text editor or text processo= r.\n" -#~ "Instead, it is used to filter text, i.e., it takes text input and pe= rforms\n" -#~ "some operation (or set of operations) on it and outputs the modified= text.\n" -#~ "Sed is typically used for extracting part of a file using pattern ma= tching or\n" +#~ "Instead, it is used to filter text, i.e., it takes text input and " +#~ "performs\n" +#~ "some operation (or set of operations) on it and outputs the modified= " +#~ "text.\n" +#~ "Sed is typically used for extracting part of a file using pattern " +#~ "matching or\n" #~ "substituting multiple occurrences of a string within a file." #~ msgstr "" -#~ "Sed (flu-redaktilo) ne estas fakte vera tekst-redaktilo a=C5=AD teks= t-procezilo.\n" -#~ "Anstata=C5=ADe, =C4=9Di estas uzata por filtri tekston, t.e., =C4=9D= i prenas tekston kaj\n" +#~ "Sed (flu-redaktilo) ne estas fakte vera tekst-redaktilo a=C5=AD teks= t-" +#~ "procezilo.\n" +#~ "Anstata=C5=ADe, =C4=9Di estas uzata por filtri tekston, t.e., =C4=9D= i prenas tekston " +#~ "kaj\n" #~ "aplikas iun operacion (a=C5=AD aron) al =C4=9Di kaj eligas la modifi= tan tekston.\n" -#~ "Sed ordinare estas uzata por eltiri parton de dosiero per =C5=9Dablo= n-kongruon a=C5=AD\n" +#~ "Sed ordinare estas uzata por eltiri parton de dosiero per =C5=9Dablo= n-kongruon " +#~ "a=C5=AD\n" #~ "por anstata=C5=ADigi multoblajn aperojn de =C4=89eno interne de dosi= ero." =20 #~ msgid "profile `~a' does not exist~%" diff --git a/po/guix/fr.po b/po/guix/fr.po index d1a4907..44519e3 100644 --- a/po/guix/fr.po +++ b/po/guix/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: guix 0.8\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-11-09 22:32+0100\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2014-12-09 09:42+0100\n" "Last-Translator: R=C3=A9my Chevalier \n" "Language-Team: French \n" @@ -17,47 +17,87 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3D2; plural=3D(n > 1);\n" =20 -#: gnu/packages.scm:120 +#: gnu/packages.scm:78 +#, fuzzy, scheme-format +msgid "~a: patch not found" +msgstr "~a: paquet introuvable~%" + +#: gnu/packages.scm:89 +#, scheme-format +msgid "could not find bootstrap binary '~a' for system '~a'" +msgstr "" + +#: gnu/packages.scm:141 #, scheme-format msgid "cannot access `~a': ~a~%" msgstr "impossible d'acc=C3=A9der =C3=A0 \"~a\": ~a~%" =20 -#: gnu/packages.scm:350 +#: gnu/packages.scm:382 #, scheme-format msgid "looking for the latest release of GNU ~a..." msgstr "recherche de la derni=C3=A8re version de GNU ~a..." =20 -#: gnu/packages.scm:354 +#: gnu/packages.scm:389 #, scheme-format msgid "~a: note: using ~a but ~a is available upstream~%" msgstr "~a: note: utilisation de ~a mais ~a est disponible en amont" =20 -#: gnu/packages.scm:376 guix/scripts/package.scm:305 +#: gnu/packages.scm:411 guix/scripts/package.scm:351 #, scheme-format msgid "ambiguous package specification `~a'~%" msgstr "sp=C3=A9cification du paquet \"~a\" ambigu=C3=AB~%" =20 -#: gnu/packages.scm:377 guix/scripts/package.scm:307 +#: gnu/packages.scm:412 guix/scripts/package.scm:353 #, scheme-format msgid "choosing ~a from ~a~%" msgstr "choix de ~a parmi ~a~%" =20 -#: gnu/packages.scm:383 +#: gnu/packages.scm:418 #, scheme-format msgid "~A: package not found for version ~a~%" msgstr "~A: paquet introuvable pour la version ~a~%" =20 -#: gnu/packages.scm:385 +#: gnu/packages.scm:420 #, scheme-format msgid "~A: unknown package~%" msgstr "~A: paquet inconnu~%" =20 -#: guix/scripts/build.scm:65 +#: gnu/system.scm:582 +#, scheme-format +msgid "using a string for file '~a' is deprecated; use 'plain-file' inst= ead~%" +msgstr "" + +#: gnu/system.scm:598 +#, scheme-format +msgid "" +"using a monadic value for '~a' is deprecated; use 'plain-file' instead~= %" +msgstr "" + +#: gnu/system.scm:850 +msgid "system locale lacks a definition" +msgstr "" + +#: gnu/services/dmd.scm:51 +#, scheme-format +msgid "service '~a' provided more than once" +msgstr "" + +#: gnu/system/shadow.scm:204 +#, scheme-format +msgid "supplementary group '~a' of user '~a' is undeclared" +msgstr "" + +#: gnu/system/shadow.scm:214 +#, scheme-format +msgid "primary group '~a' of user '~a' is undeclared" +msgstr "" + +#: guix/scripts/build.scm:66 #, scheme-format msgid "failed to create GC root `~a': ~a~%" msgstr "impossible de cr=C3=A9er la racine du GC \"~a\": ~a~%" =20 -#: guix/scripts/build.scm:102 +#: guix/scripts/build.scm:110 msgid "" "\n" " -L, --load-path=3DDIR prepend DIR to the package module search pat= h" @@ -65,15 +105,16 @@ msgstr "" "\n" " -L, --load-path=3DREP pr=C3=A9fixer le chemin de recherche par REP= " =20 -#: guix/scripts/build.scm:104 +#: guix/scripts/build.scm:112 msgid "" "\n" " -K, --keep-failed keep build tree of failed builds" msgstr "" "\n" -" -K, --keep-failed garder l'arbre de compilation pour les compila= tions ayant =C3=A9chou=C3=A9" +" -K, --keep-failed garder l'arbre de compilation pour les compila= tions " +"ayant =C3=A9chou=C3=A9" =20 -#: guix/scripts/build.scm:106 +#: guix/scripts/build.scm:114 msgid "" "\n" " -n, --dry-run do not build the derivations" @@ -81,7 +122,7 @@ msgstr "" "\n" " -n, --dry-run ne pas compiler les d=C3=A9rivations" =20 -#: guix/scripts/build.scm:108 +#: guix/scripts/build.scm:116 msgid "" "\n" " --fallback fall back to building when the substituter fai= ls" @@ -89,23 +130,25 @@ msgstr "" "\n" " --fallback revenir =C3=A0 la compilation quand le substit= ut =C3=A9choue" =20 -#: guix/scripts/build.scm:110 +#: guix/scripts/build.scm:118 msgid "" "\n" " --no-substitutes build instead of resorting to pre-built substi= tutes" msgstr "" "\n" -" --no-substitutes compiler plutot que recourir =C3=A0 des substi= tuts pr=C3=A9-compil=C3=A9s" +" --no-substitutes compiler plutot que recourir =C3=A0 des substi= tuts pr=C3=A9-" +"compil=C3=A9s" =20 -#: guix/scripts/build.scm:112 +#: guix/scripts/build.scm:120 msgid "" "\n" " --no-build-hook do not attempt to offload builds via the build= hook" msgstr "" "\n" -" --no-build-hook ne pas essayer de d=C3=A9charger les compilati= ons via le hook de compilation" +" --no-build-hook ne pas essayer de d=C3=A9charger les compilati= ons via le " +"hook de compilation" =20 -#: guix/scripts/build.scm:114 +#: guix/scripts/build.scm:122 msgid "" "\n" " --max-silent-time=3DSECONDS\n" @@ -113,17 +156,19 @@ msgid "" msgstr "" "\n" " --max-silent-time=3DN\n" -" marquer la compilation comme ayant =C3=A9chou=C3= =A9e apr=C3=A8s N secondes de silence" +" marquer la compilation comme ayant =C3=A9chou=C3= =A9e apr=C3=A8s N " +"secondes de silence" =20 -#: guix/scripts/build.scm:117 +#: guix/scripts/build.scm:125 msgid "" "\n" " --timeout=3DSECONDS mark the build as failed after SECONDS of ac= tivity" msgstr "" "\n" -" --timeout=3DN marquer la compilation comme ayant =C3=A9chou=C3=A9= e apr=C3=A8s N secondes d'activit=C3=A9" +" --timeout=3DN marquer la compilation comme ayant =C3=A9chou=C3=A9= e apr=C3=A8s N " +"secondes d'activit=C3=A9" =20 -#: guix/scripts/build.scm:119 +#: guix/scripts/build.scm:127 msgid "" "\n" " --verbosity=3DLEVEL use the given verbosity LEVEL" @@ -131,7 +176,7 @@ msgstr "" "\n" " --verbosity=3DNIVEAU utiliser le NIVEAU de verbosit=C3=A9 donn=C3= =A9" =20 -#: guix/scripts/build.scm:121 +#: guix/scripts/build.scm:129 msgid "" "\n" " -c, --cores=3DN allow the use of up to N CPU cores for the b= uild" @@ -139,12 +184,18 @@ msgstr "" "\n" " -c, --cores=3DN utiliser jusqu'=C3=A0 N coeurs CPU pour la c= ompilation" =20 -#: guix/scripts/build.scm:195 -#, scheme-format -msgid "~a: not a number~%" -msgstr "~a: pas un nombre~%" +#: guix/scripts/build.scm:131 +msgid "" +"\n" +" -M, --max-jobs=3DN allow at most N build jobs" +msgstr "" =20 -#: guix/scripts/build.scm:213 +#: guix/scripts/build.scm:209 guix/scripts/build.scm:216 +#, fuzzy, scheme-format +msgid "not a number: '~a' option argument: ~a~%" +msgstr "nombre d'arguments incorrect~%" + +#: guix/scripts/build.scm:235 msgid "" "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" @@ -152,7 +203,7 @@ msgstr "" "Usage: guix build [OPTION]... PAQUET-OU-DERIVATION...\n" "Compiler le PAQUET-OU-DERIVATION donn=C3=A9 et retourner leur chemin de= sortie.\n" =20 -#: guix/scripts/build.scm:215 +#: guix/scripts/build.scm:237 msgid "" "\n" " -e, --expression=3DEXPR build the package or derivation EXPR evaluat= es to" @@ -160,7 +211,7 @@ msgstr "" "\n" " -e, --expression=3DEXPR compiler le paquet ou la d=C3=A9rivation =C3= =A9valu=C3=A9 par EXPR" =20 -#: guix/scripts/build.scm:217 +#: guix/scripts/build.scm:239 msgid "" "\n" " -S, --source build the packages' source derivations" @@ -168,23 +219,33 @@ msgstr "" "\n" " -S, --source compiler les d=C3=A9rivations de source du paq= uet" =20 -#: guix/scripts/build.scm:219 +#: guix/scripts/build.scm:241 +msgid "" +"\n" +" --sources[=3DTYPE] build source derivations; TYPE may optionall= y be " +"one\n" +" of \"package\", \"all\" (default), or \"transi= tive\"" +msgstr "" + +#: guix/scripts/build.scm:244 msgid "" "\n" " -s, --system=3DSYSTEM attempt to build for SYSTEM--e.g., \"i686-li= nux\"" msgstr "" "\n" -" -s, --system=3DSYSTEME essayer de compiler pour le SYSTEME donn=C3= =A9, par exemple \"i686-linux\"" +" -s, --system=3DSYSTEME essayer de compiler pour le SYSTEME donn=C3= =A9, par " +"exemple \"i686-linux\"" =20 -#: guix/scripts/build.scm:221 +#: guix/scripts/build.scm:246 msgid "" "\n" " --target=3DTRIPLET cross-build for TRIPLET--e.g., \"armel-linux= -gnu\"" msgstr "" "\n" -" --target=3DTRIPLET effectuer une compilation crois=C3=A9e pour = TRIPLET, par exemple \"armel-linux-gnu\"" +" --target=3DTRIPLET effectuer une compilation crois=C3=A9e pour = TRIPLET, par " +"exemple \"armel-linux-gnu\"" =20 -#: guix/scripts/build.scm:223 +#: guix/scripts/build.scm:248 msgid "" "\n" " --with-source=3DSOURCE\n" @@ -192,9 +253,10 @@ msgid "" msgstr "" "\n" " --with-source=3DSOURCE\n" -" utiliser la SOURCE donn=C3=A9e pour compiler l= e paquet correspondant" +" utiliser la SOURCE donn=C3=A9e pour compiler l= e paquet " +"correspondant" =20 -#: guix/scripts/build.scm:226 +#: guix/scripts/build.scm:251 msgid "" "\n" " --no-grafts do not graft packages" @@ -202,37 +264,42 @@ msgstr "" "\n" " --no-grafts ne pas greffer kes paquets" =20 -#: guix/scripts/build.scm:228 +#: guix/scripts/build.scm:253 msgid "" "\n" " -d, --derivations return the derivation paths of the given packa= ges" msgstr "" "\n" -" -d, --derivations retourner les chemins de d=C3=A9rivation pour = les paquets donn=C3=A9s" +" -d, --derivations retourner les chemins de d=C3=A9rivation pour = les " +"paquets donn=C3=A9s" =20 -#: guix/scripts/build.scm:230 +#: guix/scripts/build.scm:255 msgid "" "\n" " -r, --root=3DFILE make FILE a symlink to the result, and regis= ter it\n" " as a garbage collector root" msgstr "" "\n" -" -r, --root=3DFICHIER faire de FICHIER un lien symbolique pointant= sur le r=C3=A9sultat\n" -" et l'enregistrer en tant que racine du garbage= collector" +" -r, --root=3DFICHIER faire de FICHIER un lien symbolique pointant= sur le " +"r=C3=A9sultat\n" +" et l'enregistrer en tant que racine du garbage= " +"collector" =20 -#: guix/scripts/build.scm:233 +#: guix/scripts/build.scm:258 msgid "" "\n" " --log-file return the log file names for the given deriva= tions" msgstr "" "\n" -" --log-file retourner les fichiers de journalisation pour = les d=C3=A9rivations donn=C3=A9es" +" --log-file retourner les fichiers de journalisation pour = les " +"d=C3=A9rivations donn=C3=A9es" =20 -#: guix/scripts/build.scm:238 guix/scripts/download.scm:53 -#: guix/scripts/package.scm:451 guix/scripts/gc.scm:58 -#: guix/scripts/hash.scm:55 guix/scripts/pull.scm:81 -#: guix/scripts/substitute-binary.scm:560 guix/scripts/system.scm:371 -#: guix/scripts/lint.scm:262 +#: guix/scripts/build.scm:263 guix/scripts/download.scm:53 +#: guix/scripts/package.scm:478 guix/scripts/gc.scm:65 +#: guix/scripts/hash.scm:55 guix/scripts/import.scm:91 +#: guix/scripts/pull.scm:81 guix/scripts/substitute.scm:682 +#: guix/scripts/system.scm:407 guix/scripts/lint.scm:583 +#: guix/scripts/publish.scm:60 msgid "" "\n" " -h, --help display this help and exit" @@ -240,11 +307,12 @@ msgstr "" "\n" " -h, --help afficher cette aide et quitter" =20 -#: guix/scripts/build.scm:240 guix/scripts/download.scm:55 -#: guix/scripts/package.scm:453 guix/scripts/gc.scm:60 -#: guix/scripts/hash.scm:57 guix/scripts/pull.scm:83 -#: guix/scripts/substitute-binary.scm:562 guix/scripts/system.scm:373 -#: guix/scripts/lint.scm:266 +#: guix/scripts/build.scm:265 guix/scripts/download.scm:55 +#: guix/scripts/package.scm:480 guix/scripts/gc.scm:67 +#: guix/scripts/hash.scm:57 guix/scripts/import.scm:93 +#: guix/scripts/pull.scm:83 guix/scripts/substitute.scm:684 +#: guix/scripts/system.scm:409 guix/scripts/lint.scm:587 +#: guix/scripts/publish.scm:62 msgid "" "\n" " -V, --version display version information and exit" @@ -252,20 +320,19 @@ msgstr "" "\n" " -V, --version afficher les informations sur la version et qu= itter" =20 -#: guix/scripts/build.scm:366 +#: guix/scripts/build.scm:292 #, scheme-format -msgid "sources do not match any package:~{ ~a~}~%" -msgstr "les sources ne correspondent =C3=A0 aucun paquet:~{ ~a~}~%" +msgid "" +"invalid argument: '~a' option argument: ~a, ~\n" +"must be one of 'package', 'all', or 'transitive'~%" +msgstr "" =20 -#: guix/scripts/build.scm:395 guix/scripts/download.scm:96 -#: guix/scripts/package.scm:673 guix/scripts/gc.scm:122 -#: guix/scripts/pull.scm:213 guix/scripts/system.scm:426 -#: guix/scripts/lint.scm:313 +#: guix/scripts/build.scm:415 #, scheme-format -msgid "~A: unrecognized option~%" -msgstr "~A: option non reconnue~%" +msgid "sources do not match any package:~{ ~a~}~%" +msgstr "les sources ne correspondent =C3=A0 aucun paquet:~{ ~a~}~%" =20 -#: guix/scripts/build.scm:423 +#: guix/scripts/build.scm:464 #, scheme-format msgid "no build log for '~a'~%" msgstr "aucun journal de compilation pour \"~a\"~%" @@ -299,6 +366,13 @@ msgstr "" msgid "unsupported hash format: ~a~%" msgstr "format d'empreinte non support=C3=A9: ~a~%" =20 +#: guix/scripts/download.scm:96 guix/scripts/gc.scm:144 +#: guix/scripts/pull.scm:217 guix/scripts/lint.scm:634 +#: guix/scripts/publish.scm:282 guix/ui.scm:946 +#, scheme-format +msgid "~A: unrecognized option~%" +msgstr "~A: option non reconnue~%" + #: guix/scripts/download.scm:106 #, scheme-format msgid "~a: failed to parse URI~%" @@ -309,58 +383,79 @@ msgstr "~a: impossible d'=C3=A9valuer l'URI~%" msgid "~a: download failed~%" msgstr "~a: le t=C3=A9l=C3=A9chargement a =C3=A9chou=C3=A9~%" =20 -#: guix/scripts/package.scm:97 +#: guix/scripts/package.scm:109 #, scheme-format msgid "failed to build the empty profile~%" msgstr "=C3=A9chec de la compilation du profil vide~%" =20 -#: guix/scripts/package.scm:113 +#: guix/scripts/package.scm:125 #, scheme-format msgid "switching from generation ~a to ~a~%" msgstr "passage de la g=C3=A9n=C3=A9ration ~a =C3=A0 ~a~%" =20 -#: guix/scripts/package.scm:132 +#: guix/scripts/package.scm:144 #, scheme-format msgid "nothing to do: already at the empty profile~%" msgstr "aucune action =C3=A0 faire: profil courant vide" =20 -#: guix/scripts/package.scm:144 +#: guix/scripts/package.scm:156 #, scheme-format msgid "deleting ~a~%" msgstr "suppression de ~a~%" =20 -#: guix/scripts/package.scm:295 +#: guix/scripts/package.scm:269 +#, scheme-format +msgid "not removing generation ~a, which is current~%" +msgstr "" + +#: guix/scripts/package.scm:276 +#, fuzzy, scheme-format +msgid "no matching generation~%" +msgstr "impossible de passer =C3=A0 la g=C3=A9n=C3=A9ration \"~a\"~%" + +#: guix/scripts/package.scm:279 guix/scripts/package.scm:959 +#, scheme-format +msgid "invalid syntax: ~a~%" +msgstr "syntaxe non valide: ~a~%" + +#: guix/scripts/package.scm:341 #, scheme-format msgid "package `~a' lacks output `~a'~%" msgstr "le paquet \"~a\" requiert la sortie \"~a\"~%" =20 -#: guix/scripts/package.scm:312 +#: guix/scripts/package.scm:358 #, scheme-format msgid "~a: package not found~%" msgstr "~a: paquet introuvable~%" =20 -#: guix/scripts/package.scm:390 +#: guix/scripts/package.scm:409 #, scheme-format msgid "The following environment variable definitions may be needed:~%" -msgstr "Il pourrait =C3=AAtre n=C3=A9cessaire de d=C3=A9finir les variab= les d'environnement suivantes:~%" +msgstr "" +"Il pourrait =C3=AAtre n=C3=A9cessaire de d=C3=A9finir les variables d'e= nvironnement " +"suivantes:~%" =20 -#: guix/scripts/package.scm:406 +#: guix/scripts/package.scm:425 +#, fuzzy msgid "" -"Usage: guix package [OPTION]... PACKAGES...\n" -"Install, remove, or upgrade PACKAGES in a single transaction.\n" +"Usage: guix package [OPTION]...\n" +"Install, remove, or upgrade packages in a single transaction.\n" msgstr "" "Usage: guix package [OPTION]... PAQUETS...\n" -"Installer, supprimer ou mettre =C3=A0 jour les PAQUETS sp=C3=A9cifi=C3=A9= s en une seule transaction.\n" +"Installer, supprimer ou mettre =C3=A0 jour les PAQUETS sp=C3=A9cifi=C3=A9= s en une seule " +"transaction.\n" =20 -#: guix/scripts/package.scm:408 +#: guix/scripts/package.scm:427 +#, fuzzy msgid "" "\n" -" -i, --install=3DPACKAGE install PACKAGE" +" -i, --install PACKAGE ...\n" +" install PACKAGEs" msgstr "" "\n" " -i, --install=3DPAQUET installer PAQUET" =20 -#: guix/scripts/package.scm:410 +#: guix/scripts/package.scm:430 msgid "" "\n" " -e, --install-from-expression=3DEXP\n" @@ -370,23 +465,43 @@ msgstr "" " -e, --install-from-expression=3DEXP\n" " installer le paquet =C3=A9valu=C3=A9 par EXP" =20 -#: guix/scripts/package.scm:413 +#: guix/scripts/package.scm:433 +#, fuzzy msgid "" "\n" -" -r, --remove=3DPACKAGE remove PACKAGE" +" -r, --remove PACKAGE ...\n" +" remove PACKAGEs" msgstr "" "\n" " -r, --remove=3DPAQUET supprimer PAQUET" =20 -#: guix/scripts/package.scm:415 +#: guix/scripts/package.scm:436 msgid "" "\n" " -u, --upgrade[=3DREGEXP] upgrade all the installed packages matching = REGEXP" msgstr "" "\n" -" -u, --upgrade[=3DREGEXP] mettre =C3=A0 jour tous les paquets install=C3= =A9s correspondant =C3=A0 REGEXP" +" -u, --upgrade[=3DREGEXP] mettre =C3=A0 jour tous les paquets install=C3= =A9s " +"correspondant =C3=A0 REGEXP" + +#: guix/scripts/package.scm:438 +msgid "" +"\n" +" -m, --manifest=3DFILE create a new profile generation with the man= ifest\n" +" from FILE" +msgstr "" + +#: guix/scripts/package.scm:441 +#, fuzzy +msgid "" +"\n" +" --do-not-upgrade[=3DREGEXP] do not upgrade any packages matching = REGEXP" +msgstr "" +"\n" +" -u, --upgrade[=3DREGEXP] mettre =C3=A0 jour tous les paquets install=C3= =A9s " +"correspondant =C3=A0 REGEXP" =20 -#: guix/scripts/package.scm:417 +#: guix/scripts/package.scm:443 msgid "" "\n" " --roll-back roll back to the previous generation" @@ -394,15 +509,18 @@ msgstr "" "\n" " --roll-back revenir =C3=A0 la g=C3=A9n=C3=A9ration ant=C3=A9= rieure" =20 -#: guix/scripts/package.scm:419 +#: guix/scripts/package.scm:445 +#, fuzzy msgid "" "\n" -" --search-paths display needed environment variable definition= s" +" --search-paths[=3DKIND]\n" +" display needed environment variable definition= s" msgstr "" "\n" -" --search-paths afficher les d=C3=A9finitions de variable d'en= vironnement requises" +" --search-paths afficher les d=C3=A9finitions de variable " +"d'environnement requises" =20 -#: guix/scripts/package.scm:421 +#: guix/scripts/package.scm:448 msgid "" "\n" " -l, --list-generations[=3DPATTERN]\n" @@ -412,7 +530,7 @@ msgstr "" " -l, --list-generations[=3DPATTERN]\n" " lister les g=C3=A9n=C3=A9rations correspondant= =C3=A0 PATTERN" =20 -#: guix/scripts/package.scm:424 +#: guix/scripts/package.scm:451 msgid "" "\n" " -d, --delete-generations[=3DPATTERN]\n" @@ -422,7 +540,7 @@ msgstr "" " -d, --delete-generations[=3DPATTERN]\n" " supprimer les g=C3=A9n=C3=A9rations correspond= ant =C3=A0 PATTERN" =20 -#: guix/scripts/package.scm:427 +#: guix/scripts/package.scm:454 msgid "" "\n" " -S, --switch-generation=3DPATTERN\n" @@ -432,23 +550,25 @@ msgstr "" " -d, --delete-generations[=3DPATTERN]\n" " basculer vers une g=C3=A9n=C3=A9ration corresp= ondant =C3=A0 PATTERN" =20 -#: guix/scripts/package.scm:430 +#: guix/scripts/package.scm:457 msgid "" "\n" " -p, --profile=3DPROFILE use PROFILE instead of the user's default pr= ofile" msgstr "" "\n" -" -p, --profile=3DPROFIL utiliser PROFIL au lieu du profil par d=C3=A9= faut de l'utilisateur" +" -p, --profile=3DPROFIL utiliser PROFIL au lieu du profil par d=C3=A9= faut de " +"l'utilisateur" =20 -#: guix/scripts/package.scm:433 +#: guix/scripts/package.scm:460 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the profile" msgstr "" "\n" -" --bootstrap utiliser le programme d'amor=C3=A7age Guile po= ur compiler le profil" +" --bootstrap utiliser le programme d'amor=C3=A7age Guile po= ur " +"compiler le profil" =20 -#: guix/scripts/package.scm:435 guix/scripts/pull.scm:74 +#: guix/scripts/package.scm:462 guix/scripts/pull.scm:74 msgid "" "\n" " --verbose produce verbose output" @@ -456,15 +576,16 @@ msgstr "" "\n" " --verbose utiliser le mode verbeux" =20 -#: guix/scripts/package.scm:438 +#: guix/scripts/package.scm:465 msgid "" "\n" " -s, --search=3DREGEXP search in synopsis and description using REG= EXP" msgstr "" "\n" -" -s, --search=3DREGEXP chercher dans le synopsis et la description = en utilisant REGEXP" +" -s, --search=3DREGEXP chercher dans le synopsis et la description = en " +"utilisant REGEXP" =20 -#: guix/scripts/package.scm:440 +#: guix/scripts/package.scm:467 msgid "" "\n" " -I, --list-installed[=3DREGEXP]\n" @@ -474,7 +595,7 @@ msgstr "" " -I, --list-installed[=3DREGEXP]\n" " lister les paquets install=C3=A9s correspondan= t =C3=A0 REGEXP" =20 -#: guix/scripts/package.scm:443 +#: guix/scripts/package.scm:470 msgid "" "\n" " -A, --list-available[=3DREGEXP]\n" @@ -482,74 +603,87 @@ msgid "" msgstr "" "\n" " -A, --list-available[=3DREGEXP]\n" -" lister les paquets disponibles correspondant =C3= =A0 REGEXP" +" lister les paquets disponibles correspondant =C3= =A0 " +"REGEXP" =20 -#: guix/scripts/package.scm:446 +#: guix/scripts/package.scm:473 +#, fuzzy msgid "" "\n" -" --show=3DPACKAGE show details about PACKAGE" +" --show=3DPACKAGE show details about PACKAGE" msgstr "" "\n" " --show=3DPAQUET montrer des d=C3=A9tails sur le PAQUET" =20 -#: guix/scripts/package.scm:677 +#: guix/scripts/package.scm:560 +#, scheme-format +msgid "~a: unsupported kind of search path~%" +msgstr "" + +#: guix/scripts/package.scm:758 #, scheme-format msgid "~A: extraneous argument~%" msgstr "~A: argument superflu~%" =20 -#: guix/scripts/package.scm:687 +#: guix/scripts/package.scm:766 #, scheme-format msgid "Try \"info '(guix) Invoking guix package'\" for more information.= ~%" -msgstr "Essayez \"info '(guix) Invoking guix package'\" pour plus d'info= rmation.~%" +msgstr "" +"Essayez \"info '(guix) Invoking guix package'\" pour plus d'information= .~%" =20 -#: guix/scripts/package.scm:709 +#: guix/scripts/package.scm:788 #, scheme-format msgid "error: while creating directory `~a': ~a~%" msgstr "erreur: pendant la cr=C3=A9ation du r=C3=A9pertoire \"~a\": ~a~%= " =20 -#: guix/scripts/package.scm:713 +#: guix/scripts/package.scm:792 #, scheme-format msgid "Please create the `~a' directory, with you as the owner.~%" msgstr "Veuillez cr=C3=A9er un r=C3=A9pertoire \"~a\" dont vous =C3=AAte= s le propri=C3=A9taire.~%" =20 -#: guix/scripts/package.scm:720 +#: guix/scripts/package.scm:799 #, scheme-format msgid "error: directory `~a' is not owned by you~%" msgstr "erreur: vous de poss=C3=A9dez pas le r=C3=A9pertoire \"~a\"" =20 -#: guix/scripts/package.scm:723 +#: guix/scripts/package.scm:802 #, scheme-format msgid "Please change the owner of `~a' to user ~s.~%" msgstr "Veuillez d=C3=A9finir ~s comme propri=C3=A9taire de \"~a\".~%" =20 -#: guix/scripts/package.scm:756 -#, scheme-format -msgid "cannot switch to generation '~a'~%" -msgstr "impossible de passer =C3=A0 la g=C3=A9n=C3=A9ration \"~a\"~%" - -#: guix/scripts/package.scm:788 guix/scripts/package.scm:889 -#, scheme-format -msgid "invalid syntax: ~a~%" -msgstr "syntaxe non valide: ~a~%" - -#: guix/scripts/package.scm:825 +#: guix/scripts/package.scm:836 #, scheme-format msgid "nothing to be done~%" msgstr "aucune action =C3=A0 faire~%" =20 -#: guix/scripts/package.scm:840 +#: guix/scripts/package.scm:852 #, scheme-format msgid "~a package in profile~%" msgid_plural "~a packages in profile~%" msgstr[0] "~a paquet dans le profile~%" msgstr[1] "~a paquets dans le profile~%" =20 -#: guix/scripts/package.scm:855 +#: guix/scripts/package.scm:876 +#, scheme-format +msgid "cannot switch to generation '~a'~%" +msgstr "impossible de passer =C3=A0 la g=C3=A9n=C3=A9ration \"~a\"~%" + +#: guix/scripts/package.scm:898 +#, scheme-format +msgid "would install new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:900 +#, scheme-format +msgid "installing new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:925 #, scheme-format msgid "Generation ~a\t~a" msgstr "G=C3=A9n=C3=A9ration ~a\t~a" =20 -#: guix/scripts/package.scm:862 +#: guix/scripts/package.scm:932 #, scheme-format msgid "~a\t(current)~%" msgstr "~a\t(actuel)~%" @@ -570,7 +704,8 @@ msgid "" msgstr "" "\n" " -C, --collect-garbage[=3DMIN]\n" -" collecter au moins MIN octets dans le garbage-= collector" +" collecter au moins MIN octets dans le garbage-= " +"collector" =20 #: guix/scripts/gc.scm:44 msgid "" @@ -583,12 +718,18 @@ msgstr "" #: guix/scripts/gc.scm:46 msgid "" "\n" +" --optimize optimize the store by deduplicating identical = files" +msgstr "" + +#: guix/scripts/gc.scm:48 +msgid "" +"\n" " --list-dead list dead paths" msgstr "" "\n" " --list-dead lister les chemins non valides" =20 -#: guix/scripts/gc.scm:48 +#: guix/scripts/gc.scm:50 msgid "" "\n" " --list-live list live paths" @@ -596,7 +737,7 @@ msgstr "" "\n" " --list-live lister les chemins valides" =20 -#: guix/scripts/gc.scm:51 +#: guix/scripts/gc.scm:53 msgid "" "\n" " --references list the references of PATHS" @@ -604,7 +745,7 @@ msgstr "" "\n" " --references lister les r=C3=A9f=C3=A9rences de CHEMINS" =20 -#: guix/scripts/gc.scm:53 +#: guix/scripts/gc.scm:55 msgid "" "\n" " -R, --requisites list the requisites of PATHS" @@ -612,7 +753,7 @@ msgstr "" "\n" " -R, --requisites lister les pr=C3=A9requis de CHEMINS" =20 -#: guix/scripts/gc.scm:55 +#: guix/scripts/gc.scm:57 msgid "" "\n" " --referrers list the referrers of PATHS" @@ -620,7 +761,15 @@ msgstr "" "\n" " --referrers lister les r=C3=A9f=C3=A9rents de CHEMINS" =20 -#: guix/scripts/gc.scm:84 +#: guix/scripts/gc.scm:60 +msgid "" +"\n" +" --verify[=3DOPTS] verify the integrity of the store; OPTS is a= \n" +" comma-separated combination of 'repair' and\n" +" 'contents'" +msgstr "" + +#: guix/scripts/gc.scm:91 #, scheme-format msgid "invalid amount of storage: ~a~%" msgstr "quantit=C3=A9 de stockage non valide: ~a~%" @@ -652,7 +801,7 @@ msgstr "" msgid "unrecognized option: ~a~%" msgstr "option non reconnue: ~a~%" =20 -#: guix/scripts/hash.scm:134 guix/ui.scm:252 +#: guix/scripts/hash.scm:134 guix/ui.scm:424 #, scheme-format msgid "~a~%" msgstr "~a~%" @@ -662,6 +811,30 @@ msgstr "~a~%" msgid "wrong number of arguments~%" msgstr "nombre d'arguments incorrect~%" =20 +#: guix/scripts/import.scm:85 +#, fuzzy +msgid "" +"Usage: guix import IMPORTER ARGS ...\n" +"Run IMPORTER with ARGS.\n" +msgstr "" +"Usage: guix COMMANDE ARGS...\n" +"Lance la COMMANDE avec les arguments ARGS.\n" + +#: guix/scripts/import.scm:88 +#, fuzzy +msgid "IMPORTER must be one of the importers listed below:\n" +msgstr "COMMANDE doit =C3=AAtre une des sous-commandes list=C3=A9es ci-d= essous:\n" + +#: guix/scripts/import.scm:102 +#, fuzzy, scheme-format +msgid "guix import: missing importer name~%" +msgstr "guix: nom de commande manquant~%" + +#: guix/scripts/import.scm:113 +#, scheme-format +msgid "guix import: invalid importer~%" +msgstr "" + #: guix/scripts/pull.scm:72 msgid "" "Usage: guix pull [OPTION]...\n" @@ -684,7 +857,8 @@ msgid "" " --bootstrap use the bootstrap Guile to build the new Guix" msgstr "" "\n" -" --bootstrap utiliser le programme d'amor=C3=A7age Guile po= ur compiler le nouveau Guix" +" --bootstrap utiliser le programme d'amor=C3=A7age Guile po= ur " +"compiler le nouveau Guix" =20 #: guix/scripts/pull.scm:132 msgid "tarball did not produce a single source directory" @@ -699,118 +873,125 @@ msgstr "d=C3=A9paquetage \"~a\"...~%" msgid "failed to unpack source code" msgstr "=C3=A9chec du d=C3=A9paquetage du code source" =20 -#: guix/scripts/pull.scm:200 +#: guix/scripts/pull.scm:202 +msgid "Guix already up to date\n" +msgstr "Guix est d=C3=A9ja =C3=A0 jour\n" + +#: guix/scripts/pull.scm:207 #, scheme-format msgid "updated ~a successfully deployed under `~a'~%" msgstr "~a a =C3=A9t=C3=A9 mis =C3=A0 jour et d=C3=A9ploy=C3=A9 avec suc= c=C3=A8s sous \"~a\"~%" =20 -#: guix/scripts/pull.scm:203 +#: guix/scripts/pull.scm:210 #, scheme-format msgid "failed to update Guix, check the build log~%" msgstr "=C3=A9chec de la mise =C3=A0 jour de Guix; consultez le journal = de compilation~%" =20 -#: guix/scripts/pull.scm:205 -msgid "Guix already up to date\n" -msgstr "Guix est d=C3=A9ja =C3=A0 jour\n" - -#: guix/scripts/pull.scm:215 +#: guix/scripts/pull.scm:219 #, scheme-format msgid "~A: unexpected argument~%" msgstr "~A: argument inattendu~%" =20 -#: guix/scripts/pull.scm:224 +#: guix/scripts/pull.scm:228 msgid "failed to download up-to-date source, exiting\n" msgstr "impossible de t=C3=A9l=C3=A9charger une source =C3=A0 jour; fin\= n" =20 -#: guix/scripts/substitute-binary.scm:80 +#: guix/scripts/substitute.scm:81 #, scheme-format msgid "authentication and authorization of substitutes disabled!~%" msgstr "authentification et autorisation des substituts d=C3=A9sactiv=C3= =A9es !~%" =20 -#: guix/scripts/substitute-binary.scm:163 +#: guix/scripts/substitute.scm:157 #, scheme-format msgid "download from '~a' failed: ~a, ~s~%" msgstr "le t=C3=A9l=C3=A9chargement depuis '~a' a =C3=A9chou=C3=A9: ~a, = ~s~%" =20 -#: guix/scripts/substitute-binary.scm:178 -#, scheme-format -msgid "while fetching ~a: server is unresponsive~%" +#: guix/scripts/substitute.scm:169 +#, fuzzy, scheme-format +msgid "while fetching ~a: server is somewhat slow~%" msgstr "pendant la recherche de ~a: le serveur ne r=C3=A9pond pas~%" =20 -#: guix/scripts/substitute-binary.scm:180 +#: guix/scripts/substitute.scm:171 #, scheme-format msgid "try `--no-substitutes' if the problem persists~%" msgstr "essayez l'option \"--no-substitutes\" si le probl=C3=A8me persis= te~%" =20 -#: guix/scripts/substitute-binary.scm:244 +#: guix/scripts/substitute.scm:214 #, scheme-format -msgid "signature version must be a number: ~a~%" +msgid "updating list of substitutes from '~a'...\r" +msgstr "" + +#: guix/scripts/substitute.scm:246 +#, fuzzy, scheme-format +msgid "signature version must be a number: ~s~%" msgstr "la version de la signature doit =C3=AAtre un nombre: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:248 +#: guix/scripts/substitute.scm:250 #, scheme-format msgid "unsupported signature version: ~a~%" msgstr "version de signature non support=C3=A9e: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:256 +#: guix/scripts/substitute.scm:258 #, scheme-format msgid "signature is not a valid s-expression: ~s~%" msgstr "la signature n'est pas une s-expression valide: ~s~%" =20 -#: guix/scripts/substitute-binary.scm:260 +#: guix/scripts/substitute.scm:262 #, scheme-format msgid "invalid format of the signature field: ~a~%" msgstr "signature non valide pour \"~a\"~%" =20 -#: guix/scripts/substitute-binary.scm:295 +#: guix/scripts/substitute.scm:297 #, scheme-format msgid "invalid signature for '~a'~%" msgstr "signature non valide pour \"~a\"~%" =20 -#: guix/scripts/substitute-binary.scm:297 +#: guix/scripts/substitute.scm:299 #, scheme-format msgid "hash mismatch for '~a'~%" msgstr "empreinte non valide pour \"~a\"~%" =20 -#: guix/scripts/substitute-binary.scm:299 +#: guix/scripts/substitute.scm:301 #, scheme-format msgid "'~a' is signed with an unauthorized key~%" msgstr "\"~a\" est sign=C3=A9 avec une cl=C3=A9 non autoris=C3=A9e~%" =20 -#: guix/scripts/substitute-binary.scm:301 +#: guix/scripts/substitute.scm:303 #, scheme-format msgid "signature on '~a' is corrupt~%" msgstr "la signature de \"~a\" est corrompue~%" =20 -#: guix/scripts/substitute-binary.scm:338 +#: guix/scripts/substitute.scm:341 #, scheme-format msgid "substitute at '~a' lacks a signature~%" msgstr "le substitut =C3=A0 \"~a\" requiert une signature~%" =20 -#: guix/scripts/substitute-binary.scm:526 +#: guix/scripts/substitute.scm:504 #, scheme-format -msgid "Downloading, please wait...~%" -msgstr "T=C3=A9l=C3=A9chargement en cours..." +msgid "updating list of substitutes from '~a'... ~5,1f%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:528 +#: guix/scripts/substitute.scm:552 #, scheme-format -msgid "(Please consider upgrading Guile to get proper progress report.)~= %" -msgstr "(Veuillez mettre Guile =C3=A0 jour pour obtenir le rapport de pr= ogression appropri=C3=A9.)~%" +msgid "~s: unsupported server URI scheme~%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:541 +#: guix/scripts/substitute.scm:663 #, scheme-format msgid "host name lookup error: ~a~%" msgstr "erreur lors de la consultation du nom d'h=C3=B4te: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:550 +#: guix/scripts/substitute.scm:672 +#, fuzzy msgid "" -"Usage: guix substitute-binary [OPTION]...\n" +"Usage: guix substitute [OPTION]...\n" "Internal tool to substitute a pre-built binary to a local build.\n" msgstr "" "Usage: guix substitute-binary [OPTION]...\n" -"Outil interne pour substituer un binaire pr=C3=A9-compil=C3=A9 =C3=A0 u= ne compilation locale.\n" +"Outil interne pour substituer un binaire pr=C3=A9-compil=C3=A9 =C3=A0 u= ne compilation " +"locale.\n" =20 -#: guix/scripts/substitute-binary.scm:552 +#: guix/scripts/substitute.scm:674 msgid "" "\n" " --query report on the availability of substitutes for = the\n" @@ -821,7 +1002,7 @@ msgstr "" " noms de fichier de d=C3=A9p=C3=B4t pass=C3=A9s= sur l'entr=C3=A9e\n" " standard" =20 -#: guix/scripts/substitute-binary.scm:555 +#: guix/scripts/substitute.scm:677 msgid "" "\n" " --substitute STORE-FILE DESTINATION\n" @@ -830,24 +1011,29 @@ msgid "" msgstr "" "\n" " --substitute FICHIER-DEPOT DESTINATION\n" -" t=C3=A9l=C3=A9charger FICHIER-DEPOT et l'enreg= istrer comme un Nar\n" +" t=C3=A9l=C3=A9charger FICHIER-DEPOT et l'enreg= istrer comme un " +"Nar\n" " dans le fichier DESTINATION" =20 -#: guix/scripts/substitute-binary.scm:600 -msgid "ACL for archive imports seems to be uninitialized, substitutes ma= y be unavailable\n" -msgstr "l'ACL pour l'import d'archives ne semble pas initialis=C3=A9e ; = les substituts pourraient =C3=AAtre indisponibles\n" +#: guix/scripts/substitute.scm:712 +msgid "" +"ACL for archive imports seems to be uninitialized, substitutes may be " +"unavailable\n" +msgstr "" +"l'ACL pour l'import d'archives ne semble pas initialis=C3=A9e ; les sub= stituts " +"pourraient =C3=AAtre indisponibles\n" =20 -#: guix/scripts/substitute-binary.scm:634 +#: guix/scripts/substitute.scm:750 #, scheme-format msgid "these substitute URLs will not be used:~{ ~a~}~%" msgstr "ces URL de substitution ne seront pas utilis=C3=A9es:~{ ~a~}~%" =20 -#: guix/scripts/substitute-binary.scm:660 +#: guix/scripts/substitute.scm:776 #, scheme-format msgid "failed to look up host '~a' (~a), substituter disabled~%" msgstr "impossible de trouver l'h=C3=B4te \"~a\" (~a), substitution d=C3= =A9sactiv=C3=A9e~%" =20 -#: guix/scripts/substitute-binary.scm:767 +#: guix/scripts/substitute.scm:883 #, scheme-format msgid "~a: unrecognized options~%" msgstr "~a: options non reconnues~%" @@ -855,7 +1041,8 @@ msgstr "~a: options non reconnues~%" #: guix/scripts/authenticate.scm:58 #, scheme-format msgid "cannot find public key for secret key '~a'~%" -msgstr "impossible de trouver la cl=C3=A9 publique correspondant =C3=A0 = la cl=C3=A9 secr=C3=A8te \"~a\"~%" +msgstr "" +"impossible de trouver la cl=C3=A9 publique correspondant =C3=A0 la cl=C3= =A9 secr=C3=A8te \"~a\"~%" =20 #: guix/scripts/authenticate.scm:78 #, scheme-format @@ -872,7 +1059,7 @@ msgstr "error: cl=C3=A9 publique non autoris=C3=A9e:= ~a~%" msgid "error: corrupt signature data: ~a~%" msgstr "erreur: signature corrompue: ~a~%" =20 -#: guix/scripts/authenticate.scm:126 +#: guix/scripts/authenticate.scm:120 msgid "" "Usage: guix authenticate OPTION...\n" "Sign or verify the signature on the given file. This tool is meant to\= n" @@ -882,56 +1069,46 @@ msgstr "" "Signer ou v=C3=A9rifier la signature du fichier donn=C3=A9. Cet outil = est destin=C3=A9\n" "=C3=A0 =C3=AAtre utilis=C3=A9 en interne par \"guix-daemon\".\n" =20 -#: guix/scripts/authenticate.scm:132 +#: guix/scripts/authenticate.scm:126 msgid "wrong arguments" msgstr "arguments non valides" =20 -#: guix/scripts/system.scm:74 -#, scheme-format -msgid "failed to open operating system file '~a': ~a~%" -msgstr "impossible d'ouvrir le fichier du syst=C3=A8me d'exploitation \"= ~a\": ~a~%" - -#: guix/scripts/system.scm:78 guix/ui.scm:258 -#, scheme-format -msgid "~a: ~a~%" -msgstr "~a: ~a~%" - -#: guix/scripts/system.scm:81 -#, scheme-format -msgid "failed to load operating system file '~a': ~s~%" -msgstr "impossible de charger le fichier du syst=C3=A8me d'exploitation = \"~a\": ~s~%" - -#: guix/scripts/system.scm:116 +#: guix/scripts/system.scm:97 #, scheme-format msgid "failed to register '~a' under '~a'~%" msgstr "impossible d'enregistrer \"~a\" sous \"~a\"~%" =20 -#: guix/scripts/system.scm:144 +#: guix/scripts/system.scm:129 +#, scheme-format +msgid "failed to install GRUB on device '~a'~%" +msgstr "=C3=A9chec de l'installation de GRUB sur le p=C3=A9riph=C3=A9riq= ue \"~a\"~%" + +#: guix/scripts/system.scm:147 #, scheme-format msgid "initializing the current root file system~%" msgstr "initialisation du syst=C3=A8me de fichier racine courant~%" =20 -#: guix/scripts/system.scm:162 guix/scripts/system.scm:325 +#: guix/scripts/system.scm:161 #, scheme-format -msgid "failed to install GRUB on device '~a'~%" -msgstr "=C3=A9chec de l'installation de GRUB sur le p=C3=A9riph=C3=A9riq= ue \"~a\"~%" +msgid "not running as 'root', so the ownership of '~a' may be incorrect!= ~%" +msgstr "" =20 -#: guix/scripts/system.scm:197 +#: guix/scripts/system.scm:213 #, scheme-format msgid "activating system...~%" msgstr "activation du syst=C3=A8me...~%" =20 -#: guix/scripts/system.scm:239 +#: guix/scripts/system.scm:263 #, scheme-format msgid "unrecognized boot parameters for '~a'~%" msgstr "param=C3=A8tres de d=C3=A9marrage non reconus pour \"~a\"~%" =20 -#: guix/scripts/system.scm:330 +#: guix/scripts/system.scm:358 #, scheme-format msgid "initializing operating system under '~a'...~%" msgstr "initialisation du syst=C3=A8me d'exploitation sous \"~a\"...~%" =20 -#: guix/scripts/system.scm:346 +#: guix/scripts/system.scm:374 msgid "" "Usage: guix system [OPTION] ACTION FILE\n" "Build the operating system declared in FILE according to ACTION.\n" @@ -939,35 +1116,60 @@ msgstr "" "Usage: guix system [OPTION] ACTION FICHIER\n" "Compiler le syst=C3=A8me d'exploitation d=C3=A9clar=C3=A9 dans FICHER e= n suivant ACTION.\n" =20 -#: guix/scripts/system.scm:349 +#: guix/scripts/system.scm:377 msgid "The valid values for ACTION are:\n" msgstr "Les valeurs possibles pour ACTION sont: \n" =20 -#: guix/scripts/system.scm:350 -msgid " - 'reconfigure', switch to a new operating system configuration= \n" -msgstr " - 'reconfigure', changer la configuration du syst=C3=A8me d'ex= ploitation\n" +#: guix/scripts/system.scm:379 +#, fuzzy +msgid " reconfigure switch to a new operating system configuratio= n\n" +msgstr "" +" - 'reconfigure', changer la configuration du syst=C3=A8me d'exploitat= ion\n" =20 -#: guix/scripts/system.scm:352 -msgid " - 'build', build the operating system without installing anythi= ng\n" +#: guix/scripts/system.scm:381 +#, fuzzy +msgid "" +" build build the operating system without installing anyth= ing\n" msgstr " - 'build', compiler le syst=C3=A8me d'exploitation sans rien i= nstaller\n" =20 -#: guix/scripts/system.scm:354 -msgid " - 'vm', build a virtual machine image that shares the host's st= ore\n" -msgstr " - 'vm', compiler une machine virtuelle partageant le d=C3=A9p=C3= =B4t de l'h=C3=B4te\n" +#: guix/scripts/system.scm:383 +#, fuzzy +msgid "" +" vm build a virtual machine image that shares the host'= s " +"store\n" +msgstr "" +" - 'vm', compiler une machine virtuelle partageant le d=C3=A9p=C3=B4t = de l'h=C3=B4te\n" =20 -#: guix/scripts/system.scm:356 -msgid " - 'vm-image', build a freestanding virtual machine image\n" +#: guix/scripts/system.scm:385 +#, fuzzy +msgid " vm-image build a freestanding virtual machine image\n" msgstr " - 'vm-image', compiler une image autonome de machine virtuelle= \n" =20 -#: guix/scripts/system.scm:358 -msgid " - 'disk-image', build a disk image, suitable for a USB stick\n" +#: guix/scripts/system.scm:387 +#, fuzzy +msgid " disk-image build a disk image, suitable for a USB stick\= n" msgstr " - 'disk-image', compiler une image disque adapt=C3=A9e pour un= e cl=C3=A9 USB\n" =20 -#: guix/scripts/system.scm:360 -msgid " - 'init', initialize a root file system to run GNU.\n" -msgstr " - 'init', initialiser un syst=C3=A8me de fichier racine pour l= ancer GNU.\n" +#: guix/scripts/system.scm:389 +#, fuzzy +msgid " init initialize a root file system to run GNU.\n" +msgstr "" +" - 'init', initialiser un syst=C3=A8me de fichier racine pour lancer G= NU.\n" + +#: guix/scripts/system.scm:393 +#, fuzzy +msgid "" +"\n" +" --on-error=3DSTRATEGY\n" +" apply STRATEGY when an error occurs while read= ing " +"FILE" +msgstr "" +"\n" +" --with-source=3DSOURCE\n" +" utiliser la SOURCE donn=C3=A9e pour compiler l= e paquet " +"correspondant" =20 -#: guix/scripts/system.scm:364 +#: guix/scripts/system.scm:396 msgid "" "\n" " --image-size=3DSIZE for 'vm-image', produce an image of SIZE" @@ -975,7 +1177,7 @@ msgstr "" "\n" " --image-size=3DTAILLE pour 'vm-image', produire une image de TAI= LLE" =20 -#: guix/scripts/system.scm:366 +#: guix/scripts/system.scm:398 msgid "" "\n" " --no-grub for 'init', do not install GRUB" @@ -983,64 +1185,193 @@ msgstr "" "\n" " --no-grub pour 'init', ne pas installer GRUB" =20 -#: guix/scripts/system.scm:368 +#: guix/scripts/system.scm:400 +msgid "" +"\n" +" --share=3DSPEC for 'vm', share host file system according t= o SPEC" +msgstr "" + +#: guix/scripts/system.scm:402 +msgid "" +"\n" +" --expose=3DSPEC for 'vm', expose host file system according = to SPEC" +msgstr "" + +#: guix/scripts/system.scm:404 msgid "" "\n" " --full-boot for 'vm', make a full boot sequence" msgstr "" "\n" -" --full-boot pour 'vm', accomplire une s=C3=A9quence compl=C3= =A8te de d=C3=A9marrage" +" --full-boot pour 'vm', accomplire une s=C3=A9quence compl=C3= =A8te de " +"d=C3=A9marrage" =20 -#: guix/scripts/system.scm:434 +#: guix/scripts/system.scm:495 #, scheme-format msgid "~a: unknown action~%" msgstr "~a: action inconnue~%" =20 -#: guix/scripts/system.scm:451 +#: guix/scripts/system.scm:510 #, scheme-format msgid "wrong number of arguments for action '~a'~%" msgstr "nombre d'arguments incorrect pour l'action \"~a\"~%" =20 -#: guix/scripts/system.scm:471 +#: guix/scripts/system.scm:534 #, scheme-format msgid "no configuration file specified~%" msgstr "aucun fichier de configuration sp=C3=A9cifi=C3=A9~%" =20 -#: guix/scripts/lint.scm:51 -#, scheme-format -msgid "~a: ~a: ~a~%" -msgstr "~a: ~a: ~a~%" - -#: guix/scripts/lint.scm:72 +#: guix/scripts/lint.scm:111 #, scheme-format msgid "Available checkers:~%" msgstr "V=C3=A9rificateurs disponibles:~%" =20 -#: guix/scripts/lint.scm:226 +#: guix/scripts/lint.scm:131 +msgid "description should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:138 +msgid "description should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:154 +#, scheme-format +msgid "" +"sentences in description should be followed ~\n" +"by two spaces; possible infraction~p at ~{~a~^, ~}" +msgstr "" + +#: guix/scripts/lint.scm:175 +msgid "pkg-config should probably be a native input" +msgstr "" + +#: guix/scripts/lint.scm:190 +msgid "synopsis should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:198 +msgid "no period allowed at the end of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:210 +msgid "no article allowed at the beginning of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:217 +msgid "synopsis should be less than 80 characters long" +msgstr "" + +#: guix/scripts/lint.scm:223 +msgid "synopsis should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:230 +msgid "synopsis should not start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:321 guix/scripts/lint.scm:333 +#, scheme-format +msgid "URI ~a not reachable: ~a (~s)" +msgstr "" + +#: guix/scripts/lint.scm:340 +#, fuzzy, scheme-format +msgid "URI ~a domain not found: ~a" +msgstr "guix: ~a: commande introuvable~%" + +#: guix/scripts/lint.scm:348 +#, scheme-format +msgid "URI ~a unreachable: ~a" +msgstr "" + +#: guix/scripts/lint.scm:374 +#, fuzzy +msgid "invalid value for home page" +msgstr "Les valeurs possibles pour ACTION sont: \n" + +#: guix/scripts/lint.scm:377 +#, fuzzy, scheme-format +msgid "invalid home page URL: ~s" +msgstr "" +"\n" +"~a page d'accueil: <~a>" + +#: guix/scripts/lint.scm:402 +msgid "file names of patches should start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:440 +#, scheme-format +msgid "~a: ~a: proposed synopsis: ~s~%" +msgstr "" + +#: guix/scripts/lint.scm:452 +#, scheme-format +msgid "~a: ~a: proposed description:~% \"~a\"~%" +msgstr "" + +#: guix/scripts/lint.scm:489 +msgid "all the source URIs are unreachable:" +msgstr "" + +#: guix/scripts/lint.scm:501 guix/scripts/lint.scm:505 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~a" +msgstr "impossible de cr=C3=A9er la racine du GC \"~a\": ~a~%" + +#: guix/scripts/lint.scm:511 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~s~%" +msgstr "impossible de lire l'expression ~s: ~s~%" + +#: guix/scripts/lint.scm:524 msgid "Validate package descriptions" msgstr "Validers des descriptions de paquets" =20 -#: guix/scripts/lint.scm:230 +#: guix/scripts/lint.scm:528 +#, fuzzy +msgid "Validate synopsis & description of GNU packages" +msgstr "Validers des descriptions de paquets" + +#: guix/scripts/lint.scm:532 msgid "Identify inputs that should be native inputs" msgstr "Identifier les entr=C3=A9es qui devraient =C3=AAtre natives" =20 -#: guix/scripts/lint.scm:234 -msgid "Validate filenames of patches" +#: guix/scripts/lint.scm:536 +#, fuzzy +msgid "Validate file names and availability of patches" msgstr "Valider les noms de patches" =20 -#: guix/scripts/lint.scm:238 -msgid "Validate package synopsis" +#: guix/scripts/lint.scm:540 +#, fuzzy +msgid "Validate home-page URLs" msgstr "Valider les synopsis de paquets" =20 -#: guix/scripts/lint.scm:257 +#: guix/scripts/lint.scm:544 +msgid "Validate source URLs" +msgstr "" + +#: guix/scripts/lint.scm:548 +msgid "Report failure to compile a package to a derivation" +msgstr "" + +#: guix/scripts/lint.scm:552 +#, fuzzy +msgid "Validate package synopses" +msgstr "Valider les synopsis de paquets" + +#: guix/scripts/lint.scm:577 +#, fuzzy msgid "" "Usage: guix lint [OPTION]... [PACKAGE]...\n" -"Run a set of checkers on the specified package; if none is specified, r= un the checkers on all packages.\n" +"Run a set of checkers on the specified package; if none is specified,\n= " +"run the checkers on all packages.\n" msgstr "" "Usage: guix lint [OPTION]... [PAQUET]...\n" -"Lancer un ensemble de v=C3=A9rificateurs sur le paquet sp=C3=A9cifi=C3=A9= ; si aucun n'est sp=C3=A9cifi=C3=A9, lancer les v=C3=A9rificateurs sur to= us les paquets.\n" +"Lancer un ensemble de v=C3=A9rificateurs sur le paquet sp=C3=A9cifi=C3=A9= ; si aucun n'est " +"sp=C3=A9cifi=C3=A9, lancer les v=C3=A9rificateurs sur tous les paquets.= \n" =20 -#: guix/scripts/lint.scm:259 +#: guix/scripts/lint.scm:580 msgid "" "\n" " -c, --checkers=3DCHECKER1,CHECKER2...\n" @@ -1050,7 +1381,7 @@ msgstr "" " -c, --checkers=3DCHECKER1,CHECKER2...\n" " lancer uniquement les v=C3=A9rificateurs sp=C3= =A9cifi=C3=A9s" =20 -#: guix/scripts/lint.scm:264 +#: guix/scripts/lint.scm:585 msgid "" "\n" " -l, --list-checkers display the list of available lint checkers" @@ -1058,49 +1389,152 @@ msgstr "" "\n" " -l, --list-checkers affiche la liste des v=C3=A9rificateurs dispon= ibles" =20 -#: guix/scripts/lint.scm:283 -#, scheme-format -msgid "~a: invalid checker" +#: guix/scripts/lint.scm:605 +#, fuzzy, scheme-format +msgid "~a: invalid checker~%" msgstr "~a: v=C3=A9rificateur non valide" =20 -#: guix/gnu-maintenance.scm:373 +#: guix/scripts/publish.scm:49 +#, scheme-format +msgid "" +"Usage: guix publish [OPTION]...\n" +"Publish ~a over HTTP.\n" +msgstr "" + +#: guix/scripts/publish.scm:51 +msgid "" +"\n" +" -p, --port=3DPORT listen on PORT" +msgstr "" + +#: guix/scripts/publish.scm:53 +#, fuzzy +msgid "" +"\n" +" --listen=3DHOST listen on the network interface for HOST" +msgstr "" +"\n" +" --references lister les r=C3=A9f=C3=A9rences de CHEMINS" + +#: guix/scripts/publish.scm:55 +msgid "" +"\n" +" -u, --user=3DUSER change privileges to USER as soon as possibl= e" +msgstr "" + +#: guix/scripts/publish.scm:57 +msgid "" +"\n" +" -r, --repl[=3DPORT] spawn REPL server on PORT" +msgstr "" + +#: guix/scripts/publish.scm:73 +#, fuzzy, scheme-format +msgid "lookup of host '~a' failed: ~a~%" +msgstr "le t=C3=A9l=C3=A9chargement depuis '~a' a =C3=A9chou=C3=A9: ~a, = ~s~%" + +#: guix/scripts/publish.scm:97 +#, scheme-format +msgid "lookup of host '~a' returned nothing" +msgstr "" + +#: guix/scripts/publish.scm:270 +#, scheme-format +msgid "user '~a' not found: ~a~%" +msgstr "" + +#: guix/scripts/publish.scm:284 +#, fuzzy, scheme-format +msgid "~A: extraneuous argument~%" +msgstr "~A: argument superflu~%" + +#: guix/scripts/publish.scm:305 +#, scheme-format +msgid "server running as root; consider using the '--user' option!~%" +msgstr "" + +#: guix/scripts/publish.scm:307 +#, scheme-format +msgid "publishing ~a on ~a, port ~d~%" +msgstr "" + +#: guix/gnu-maintenance.scm:461 #, scheme-format msgid "signature verification failed for `~a'~%" msgstr "la v=C3=A9rification de la signature a =C3=A9chou=C3=A9 pour \"~= a\"~%" =20 -#: guix/gnu-maintenance.scm:375 +#: guix/gnu-maintenance.scm:463 #, scheme-format msgid "(could be because the public key is not in your keyring)~%" -msgstr "(il est possible que la cl=C3=A9 publique ne soit pas dans dans = votre trousseau)~%" +msgstr "" +"(il est possible que la cl=C3=A9 publique ne soit pas dans dans votre t= rousseau)~%" =20 -#: guix/gnu-maintenance.scm:450 +#: guix/gnu-maintenance.scm:538 #, scheme-format msgid "~a: could not locate source file" msgstr "~a: le fichier source est introuvable" =20 -#: guix/gnu-maintenance.scm:455 +#: guix/gnu-maintenance.scm:543 #, scheme-format msgid "~a: ~a: no `version' field in source; skipping~%" msgstr "~a: ~a: aucun champ \"version\" dans la source; ignor=C3=A9~%" =20 -#: guix/ui.scm:135 +#: guix/ui.scm:210 +msgid "entering debugger; type ',bt' for a backtrace\n" +msgstr "" + +#: guix/ui.scm:226 guix/ui.scm:243 +#, fuzzy, scheme-format +msgid "failed to load '~a': ~a~%" +msgstr "impossible de se connecter =C3=A0 \"~a\": ~a~%" + +#: guix/ui.scm:229 +#, fuzzy, scheme-format +msgid "~a: error: ~a~%" +msgstr "~a: ~a: ~a~%" + +#: guix/ui.scm:232 guix/ui.scm:460 +#, scheme-format +msgid "exception thrown: ~s~%" +msgstr "" + +#: guix/ui.scm:234 guix/ui.scm:252 +#, fuzzy, scheme-format +msgid "failed to load '~a':~%" +msgstr "impossible d'installer la locale: ~a~%" + +#: guix/ui.scm:246 +#, fuzzy, scheme-format +msgid "~a: warning: ~a~%" +msgstr "~a: ~a: ~a~%" + +#: guix/ui.scm:249 +#, fuzzy, scheme-format +msgid "failed to load '~a': exception thrown: ~s~%" +msgstr "impossible de lire l'expression ~s: ~s~%" + +#: guix/ui.scm:261 #, scheme-format msgid "failed to install locale: ~a~%" msgstr "impossible d'installer la locale: ~a~%" =20 -#: guix/ui.scm:154 +#: guix/ui.scm:280 +#, fuzzy msgid "" -"Copyright (C) 2014 the Guix authors\n" -"License GPLv3+: GNU GPL version 3 or later \n" +"Copyright (C) 2015 the Guix authors\n" +"License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" "Copyright (C) 2014 les auteurs de Guix\n" -"Licence GPLv3+: GNU GPL version 3 ou ult=C3=A9rieure \n" -"Ceci est un logiciel libre: vous =C3=AAtes libre de le modifier et de l= e redistribuer.\n" +"Licence GPLv3+: GNU GPL version 3 ou ult=C3=A9rieure \n" +"Ceci est un logiciel libre: vous =C3=AAtes libre de le modifier et de l= e " +"redistribuer.\n" "Il n'y a AUCUNE GARANTIE, dans la limite de ce qui est autoris=C3=A9 pa= r la loi.\n" =20 -#: guix/ui.scm:162 +#: guix/ui.scm:288 #, scheme-format msgid "" "\n" @@ -1109,7 +1543,7 @@ msgstr "" "\n" "Signalez toute anomalie =C3=A0 : ~a." =20 -#: guix/ui.scm:164 +#: guix/ui.scm:290 #, scheme-format msgid "" "\n" @@ -1118,168 +1552,210 @@ msgstr "" "\n" "~a page d'accueil: <~a>" =20 -#: guix/ui.scm:166 +#: guix/ui.scm:292 msgid "" "\n" "General help using GNU software: " msgstr "" "\n" -"Aide g=C3=A9n=C3=A9rale sur l'utilisation des logiciels GNU: " +"Aide g=C3=A9n=C3=A9rale sur l'utilisation des logiciels GNU: " =20 -#: guix/ui.scm:173 +#: guix/ui.scm:333 #, scheme-format msgid "~a: invalid number~%" msgstr "~a: nombre non valide~%" =20 -#: guix/ui.scm:190 +#: guix/ui.scm:350 #, scheme-format msgid "invalid number: ~a~%" msgstr "nombre non valide: ~a~%" =20 -#: guix/ui.scm:213 +#: guix/ui.scm:373 #, scheme-format msgid "unknown unit: ~a~%" msgstr "unit=C3=A9 inconnue: ~a~%" =20 -#: guix/ui.scm:224 +#: guix/ui.scm:384 #, scheme-format msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" msgstr "~a:~a:~a: le paquet \"~a\" a une entr=C3=A9e non valide: ~s~%" =20 -#: guix/ui.scm:231 +#: guix/ui.scm:391 #, scheme-format msgid "~a: ~a: build system `~a' does not support cross builds~%" -msgstr "~a: ~a: le syst=C3=A8me de compilation \"~a\" ne supporte pas la= compilation crois=C3=A9e~%" +msgstr "" +"~a: ~a: le syst=C3=A8me de compilation \"~a\" ne supporte pas la compil= ation " +"crois=C3=A9e~%" =20 -#: guix/ui.scm:236 +#: guix/ui.scm:396 #, scheme-format msgid "profile '~a' does not exist~%" msgstr "le profile \"~a\" n'existe pas~%" =20 -#: guix/ui.scm:239 +#: guix/ui.scm:399 #, scheme-format msgid "generation ~a of profile '~a' does not exist~%" msgstr "la g=C3=A9n=C3=A9ration ~a du profile \"~a\" n'existe pas~%" =20 -#: guix/ui.scm:243 +#: guix/ui.scm:406 +#, scheme-format +msgid "corrupt input while restoring '~a' from ~s~%" +msgstr "" + +#: guix/ui.scm:408 +#, fuzzy, scheme-format +msgid "corrupt input while restoring archive from ~s~%" +msgstr "archive corrompue" + +#: guix/ui.scm:411 #, scheme-format msgid "failed to connect to `~a': ~a~%" msgstr "impossible de se connecter =C3=A0 \"~a\": ~a~%" =20 -#: guix/ui.scm:248 +#: guix/ui.scm:416 #, scheme-format msgid "build failed: ~a~%" msgstr "la compilation a =C3=A9chou=C3=A9: ~a~%" =20 -#: guix/ui.scm:277 +#: guix/ui.scm:419 +#, scheme-format +msgid "reference to invalid output '~a' of derivation '~a'~%" +msgstr "" + +#: guix/ui.scm:430 +#, scheme-format +msgid "~a: ~a~%" +msgstr "~a: ~a~%" + +#: guix/ui.scm:449 #, scheme-format msgid "failed to read expression ~s: ~s~%" msgstr "impossible de lire l'expression ~s: ~s~%" =20 -#: guix/ui.scm:283 -#, scheme-format -msgid "failed to evaluate expression `~a': ~s~%" +#: guix/ui.scm:455 +#, fuzzy, scheme-format +msgid "failed to evaluate expression '~a':~%" msgstr "impossible d'=C3=A9valuer l'expression `~a': ~s~%" =20 -#: guix/ui.scm:292 +#: guix/ui.scm:458 +#, fuzzy, scheme-format +msgid "syntax error: ~a~%" +msgstr "erreur lors de la consultation du nom d'h=C3=B4te: ~a~%" + +#: guix/ui.scm:472 #, scheme-format msgid "expression ~s does not evaluate to a package~%" msgstr "l'expression ~s ne correspond =C3=A0 aucun paquet~%" =20 -#: guix/ui.scm:339 +#: guix/ui.scm:524 #, scheme-format msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~= ;~]" msgstr[0] "~:[La d=C3=A9rivation suivante serait compil=C3=A9e:~%~{ ~a= ~%~}~;~]" msgstr[1] "~:[Les d=C3=A9rivations suivantes seraient compil=C3=A9es:~%~= { ~a~%~}~;~]" =20 -#: guix/ui.scm:344 +#: guix/ui.scm:529 #, scheme-format msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;= ~]" msgstr[0] "~:[Le fichier suivant serait t=C3=A9l=C3=A9charg=C3=A9:~%~{ = ~a~%~}~;~]" msgstr[1] "~:[Les fichiers suivants seraient t=C3=A9l=C3=A9charg=C3=A9s:= ~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:350 +#: guix/ui.scm:535 #, scheme-format msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;= ~]" msgstr[0] "~:[La d=C3=A9rivation suivante sera compil=C3=A9e:~%~{ ~a~%= ~}~;~]" msgstr[1] "~:[Les d=C3=A9rivations suivantes seront compil=C3=A9es:~%~{ = ~a~%~}~;~]" =20 -#: guix/ui.scm:355 +#: guix/ui.scm:540 #, scheme-format msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~= ]" msgstr[0] "~:[Le fichier suivant sera t=C3=A9l=C3=A9charg=C3=A9:~%~{ ~= a~%~}~;~]" msgstr[1] "~:[Les fichiers suivants seront t=C3=A9l=C3=A9charg=C3=A9s:~%= ~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:407 +#: guix/ui.scm:595 #, scheme-format msgid "The following package would be removed:~%~{~a~%~}~%" msgid_plural "The following packages would be removed:~%~{~a~%~}~%" msgstr[0] "Le paquet suivant serait supprim=C3=A9:~%~{~a~%~}~%" msgstr[1] "Les paquets suivants seraient supprim=C3=A9s:~%~{~a~%~}~%" =20 -#: guix/ui.scm:412 +#: guix/ui.scm:600 #, scheme-format msgid "The following package will be removed:~%~{~a~%~}~%" msgid_plural "The following packages will be removed:~%~{~a~%~}~%" msgstr[0] "Le paquet suivant sera supprim=C3=A9:~%~{~a~%~}~%" msgstr[1] "Les paquets suivants seront supprim=C3=A9s:~%~{~a~%~}~%" =20 -#: guix/ui.scm:425 +#: guix/ui.scm:613 +#, fuzzy, scheme-format +msgid "The following package would be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" +msgstr[0] "Le paquet suivant serait mis =C3=A0 jour:~%~{~a~%~}~%" +msgstr[1] "Les paquets suivants seraient mis =C3=A0 jour:~%~{~a~%~}~%" + +#: guix/ui.scm:618 +#, fuzzy, scheme-format +msgid "The following package will be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" +msgstr[0] "Le paquet suivant sera mis =C3=A0 jour:~%~{~a~%~}~%" +msgstr[1] "Les paquets suivants seront mis =C3=A0 jour:~%~{~a~%~}~%" + +#: guix/ui.scm:631 #, scheme-format msgid "The following package would be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" msgstr[0] "Le paquet suivant serait mis =C3=A0 jour:~%~{~a~%~}~%" msgstr[1] "Les paquets suivants seraient mis =C3=A0 jour:~%~{~a~%~}~%" =20 -#: guix/ui.scm:430 +#: guix/ui.scm:636 #, scheme-format msgid "The following package will be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" msgstr[0] "Le paquet suivant sera mis =C3=A0 jour:~%~{~a~%~}~%" msgstr[1] "Les paquets suivants seront mis =C3=A0 jour:~%~{~a~%~}~%" =20 -#: guix/ui.scm:441 +#: guix/ui.scm:647 #, scheme-format msgid "The following package would be installed:~%~{~a~%~}~%" msgid_plural "The following packages would be installed:~%~{~a~%~}~%" msgstr[0] "Le paquet suivant serait install=C3=A9:~%~{~a~%~}~%" msgstr[1] "Les paquets suivants seraient install=C3=A9s:~%~{~a~%~}~%" =20 -#: guix/ui.scm:446 +#: guix/ui.scm:652 #, scheme-format msgid "The following package will be installed:~%~{~a~%~}~%" msgid_plural "The following packages will be installed:~%~{~a~%~}~%" msgstr[0] "Le paquet suivant sera install=C3=A9:~%~{~a~%~}~%" msgstr[1] "Les paquets suivants seront install=C3=A9s:~%~{~a~%~}~%" =20 -#: guix/ui.scm:463 +#: guix/ui.scm:669 msgid "" msgstr "" =20 -#: guix/ui.scm:489 +#: guix/ui.scm:695 #, scheme-format msgid "failed to create configuration directory `~a': ~a~%" msgstr "impossible de cr=C3=A9er le r=C3=A9pertoire de configuration \"~= a\": ~a~%" =20 -#: guix/ui.scm:589 guix/ui.scm:603 +#: guix/ui.scm:797 guix/ui.scm:811 msgid "unknown" msgstr "inconnu" =20 -#: guix/ui.scm:712 +#: guix/ui.scm:920 #, scheme-format msgid "invalid argument: ~a~%" msgstr "argument non valide: ~a~%" =20 -#: guix/ui.scm:717 +#: guix/ui.scm:959 #, scheme-format msgid "Try `guix --help' for more information.~%" msgstr "Essayez \"guix --help\" pour plus d'informations.~%" =20 -#: guix/ui.scm:747 +#: guix/ui.scm:986 msgid "" "Usage: guix COMMAND ARGS...\n" "Run COMMAND with ARGS.\n" @@ -1287,41 +1763,31 @@ msgstr "" "Usage: guix COMMANDE ARGS...\n" "Lance la COMMANDE avec les arguments ARGS.\n" =20 -#: guix/ui.scm:750 +#: guix/ui.scm:989 msgid "COMMAND must be one of the sub-commands listed below:\n" msgstr "COMMANDE doit =C3=AAtre une des sous-commandes list=C3=A9es ci-d= essous:\n" =20 -#: guix/ui.scm:770 +#: guix/ui.scm:1009 #, scheme-format msgid "guix: ~a: command not found~%" msgstr "guix: ~a: commande introuvable~%" =20 -#: guix/ui.scm:788 +#: guix/ui.scm:1027 #, scheme-format msgid "guix: missing command name~%" msgstr "guix: nom de commande manquant~%" =20 -#: guix/ui.scm:796 +#: guix/ui.scm:1035 #, scheme-format msgid "guix: unrecognized option '~a'~%" msgstr "guix: option \"~a\" non reconnue ~%" =20 -#: guix/http-client.scm:217 -#, scheme-format -msgid "using Guile ~a, which does not support ~s encoding~%" -msgstr "utilisation de Guile ~a, qui ne supporte pas l'encodage ~s~%" - -#: guix/http-client.scm:220 -#, scheme-format -msgid "download failed; use a newer Guile~%" -msgstr "le t=C3=A9l=C3=A9chargement a =C3=A9chou=C3=A9; veuillez utilise= r une version plus r=C3=A9cente de Guile~%" - -#: guix/http-client.scm:232 +#: guix/http-client.scm:211 #, scheme-format msgid "following redirection to `~a'...~%" msgstr "redirection vers \"~a\"...~%" =20 -#: guix/http-client.scm:241 +#: guix/http-client.scm:220 msgid "download failed" msgstr "le t=C3=A9l=C3=A9chargement a =C3=A9chou=C3=A9" =20 @@ -1354,15 +1820,166 @@ msgstr "archive corrompue" msgid "importing file or directory '~a'...~%" msgstr "import du fichier ou r=C3=A9pertoire \"~a\"...~%" =20 -#: guix/nar.scm:220 +#: guix/nar.scm:222 #, scheme-format msgid "found valid signature for '~a'~%" msgstr "signature valide trouv=C3=A9e pour \"~a\"~%" =20 -#: guix/nar.scm:227 +#: guix/nar.scm:229 msgid "imported file lacks a signature" msgstr "les fichiers import=C3=A9s requi=C3=A8rent une signature" =20 -#: guix/nar.scm:266 +#: guix/nar.scm:268 msgid "invalid inter-file archive mark" msgstr "marque d'archive inter-fichier non valide" + +#: nix/nix-daemon/guix-daemon.cc:61 +msgid "guix-daemon -- perform derivation builds and store accesses" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:63 +msgid "" +"This program is a daemon meant to run in the background. It serves req= uests " +"sent over a Unix-domain socket. It accesses the store, and builds " +"derivations on behalf of its clients." +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:86 +msgid "SYSTEM" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:87 +msgid "assume SYSTEM as the current system type" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:88 nix/nix-daemon/guix-daemon.cc:91 +msgid "N" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:89 +msgid "use N CPU cores to build each derivation; 0 means as many as avai= lable" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:92 +msgid "allow at most N build jobs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:94 +msgid "disable chroot builds" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:95 +msgid "DIR" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:96 +msgid "add DIR to the build chroot" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:97 +msgid "GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:98 +msgid "perform builds as a user of GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:100 +msgid "do not use substitutes" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:101 +msgid "URLS" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:102 +msgid "use URLS as the default list of substitute providers" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:104 +msgid "do not use the 'build hook'" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:106 +msgid "cache build failures" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:108 +msgid "do not keep build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:110 +msgid "disable compression of the build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:115 +msgid "disable automatic file \"deduplication\" in the store" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:125 +msgid "impersonate Linux 2.6" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:129 +msgid "tell whether the GC must keep outputs of live derivations" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:132 +msgid "tell whether the GC must keep derivations corresponding to live o= utputs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:135 +msgid "SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:136 +msgid "listen for connections on SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:138 +msgid "produce debugging output" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:205 nix/nix-daemon/guix-daemon.cc:381 +#, c-format +msgid "error: %s\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:266 +#, c-format +msgid "error: libgcrypt version mismatch\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:357 +#, c-format +msgid "" +"warning: daemon is running as root, so using `--build-users-group' is h= ighly " +"recommended\n" +msgstr "" + +#~ msgid "~a: not a number~%" +#~ msgstr "~a: pas un nombre~%" + +#~ msgid "Downloading, please wait...~%" +#~ msgstr "T=C3=A9l=C3=A9chargement en cours..." + +#~ msgid "(Please consider upgrading Guile to get proper progress report= .)~%" +#~ msgstr "" +#~ "(Veuillez mettre Guile =C3=A0 jour pour obtenir le rapport de progre= ssion " +#~ "appropri=C3=A9.)~%" + +#~ msgid "failed to open operating system file '~a': ~a~%" +#~ msgstr "" +#~ "impossible d'ouvrir le fichier du syst=C3=A8me d'exploitation \"~a\"= : ~a~%" + +#~ msgid "failed to load operating system file '~a': ~s~%" +#~ msgstr "" +#~ "impossible de charger le fichier du syst=C3=A8me d'exploitation \"~a= \": ~s~%" + +#~ msgid "using Guile ~a, which does not support ~s encoding~%" +#~ msgstr "utilisation de Guile ~a, qui ne supporte pas l'encodage ~s~%" + +#~ msgid "download failed; use a newer Guile~%" +#~ msgstr "" +#~ "le t=C3=A9l=C3=A9chargement a =C3=A9chou=C3=A9; veuillez utiliser un= e version plus r=C3=A9cente de " +#~ "Guile~%" diff --git a/po/guix/hu.po b/po/guix/hu.po index 7d4322c..003ffd1 100644 --- a/po/guix/hu.po +++ b/po/guix/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: guix 0.8\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-11-09 22:32+0100\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2014-12-03 21:49+0100\n" "Last-Translator: Bal=C3=A1zs =C3=9Ar \n" "Language-Team: Hungarian \n" @@ -18,47 +18,87 @@ msgstr "" "Plural-Forms: nplurals=3D2; plural=3D(n !=3D 1);\n" "X-Generator: Lokalize 1.5\n" =20 -#: gnu/packages.scm:120 +#: gnu/packages.scm:78 +#, fuzzy, scheme-format +msgid "~a: patch not found" +msgstr "~a: a csomag nem tal=C3=A1lhat=C3=B3~%" + +#: gnu/packages.scm:89 +#, scheme-format +msgid "could not find bootstrap binary '~a' for system '~a'" +msgstr "" + +#: gnu/packages.scm:141 #, scheme-format msgid "cannot access `~a': ~a~%" msgstr "nem siker=C3=BClt el=C3=A9rni: =E2=80=9E~a=E2=80=9D: ~a~%" =20 -#: gnu/packages.scm:350 +#: gnu/packages.scm:382 #, scheme-format msgid "looking for the latest release of GNU ~a..." msgstr "a GNU ~a legut=C3=B3bbi kiad=C3=A1s=C3=A1nak keres=C3=A9se=E2=80= =A6" =20 -#: gnu/packages.scm:354 +#: gnu/packages.scm:389 #, scheme-format msgid "~a: note: using ~a but ~a is available upstream~%" msgstr "~a: megjegyz=C3=A9s: ~a haszn=C3=A1lata, de ~a el=C3=A9rhet=C5=91= a t=C3=A1rol=C3=B3ban~%" =20 -#: gnu/packages.scm:376 guix/scripts/package.scm:305 +#: gnu/packages.scm:411 guix/scripts/package.scm:351 #, scheme-format msgid "ambiguous package specification `~a'~%" msgstr "nem egy=C3=A9rtelm=C5=B1 csomag specifik=C3=A1ci=C3=B3: =E2=80=9E= ~a=E2=80=9D~%" =20 -#: gnu/packages.scm:377 guix/scripts/package.scm:307 +#: gnu/packages.scm:412 guix/scripts/package.scm:353 #, scheme-format msgid "choosing ~a from ~a~%" msgstr "~a v=C3=A1laszt=C3=A1sa innen: ~a~%" =20 -#: gnu/packages.scm:383 +#: gnu/packages.scm:418 #, scheme-format msgid "~A: package not found for version ~a~%" msgstr "~A: nem tal=C3=A1lhat=C3=B3 csomag ehhez a verzi=C3=B3hoz: ~a~%" =20 -#: gnu/packages.scm:385 +#: gnu/packages.scm:420 #, scheme-format msgid "~A: unknown package~%" msgstr "~A: ismeretlen csomag~%" =20 -#: guix/scripts/build.scm:65 +#: gnu/system.scm:582 +#, scheme-format +msgid "using a string for file '~a' is deprecated; use 'plain-file' inst= ead~%" +msgstr "" + +#: gnu/system.scm:598 +#, scheme-format +msgid "" +"using a monadic value for '~a' is deprecated; use 'plain-file' instead~= %" +msgstr "" + +#: gnu/system.scm:850 +msgid "system locale lacks a definition" +msgstr "" + +#: gnu/services/dmd.scm:51 +#, scheme-format +msgid "service '~a' provided more than once" +msgstr "" + +#: gnu/system/shadow.scm:204 +#, scheme-format +msgid "supplementary group '~a' of user '~a' is undeclared" +msgstr "" + +#: gnu/system/shadow.scm:214 +#, scheme-format +msgid "primary group '~a' of user '~a' is undeclared" +msgstr "" + +#: guix/scripts/build.scm:66 #, scheme-format msgid "failed to create GC root `~a': ~a~%" msgstr "nem siker=C3=BClt a GC gy=C3=B6k=C3=A9r l=C3=A9trehoz=C3=A1sa: =E2= =80=9E~a=E2=80=9D: ~a~%" =20 -#: guix/scripts/build.scm:102 +#: guix/scripts/build.scm:110 msgid "" "\n" " -L, --load-path=3DDIR prepend DIR to the package module search pat= h" @@ -66,7 +106,7 @@ msgstr "" "\n" " -L, --load-path=3DKVT KVT besz=C3=BAr=C3=A1sa a csomag modul keres= =C3=A9si =C3=BAtvonalhoz" =20 -#: guix/scripts/build.scm:104 +#: guix/scripts/build.scm:112 msgid "" "\n" " -K, --keep-failed keep build tree of failed builds" @@ -75,7 +115,7 @@ msgstr "" " -K, --keep-failed sikertelen =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sok = =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1si f=C3=A1j=C3=A1nak\n" " megtart=C3=A1sa" =20 -#: guix/scripts/build.scm:106 +#: guix/scripts/build.scm:114 msgid "" "\n" " -n, --dry-run do not build the derivations" @@ -83,7 +123,7 @@ msgstr "" "\n" " -n, --dry-run ne =C3=A1ll=C3=ADtsa =C3=B6ssze a sz=C3=A1rmaz= =C3=A9kokat" =20 -#: guix/scripts/build.scm:108 +#: guix/scripts/build.scm:116 msgid "" "\n" " --fallback fall back to building when the substituter fai= ls" @@ -92,7 +132,7 @@ msgstr "" " --fallback t=C3=A9rjen vissza az =C3=B6ssze=C3=A1ll=C3=AD= t=C3=A1sra, ha a helyettes=C3=ADt=C5=91\n" " sikertelen" =20 -#: guix/scripts/build.scm:110 +#: guix/scripts/build.scm:118 msgid "" "\n" " --no-substitutes build instead of resorting to pre-built substi= tutes" @@ -101,7 +141,7 @@ msgstr "" " --no-substitutes =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1s az el=C5=91re= =C3=B6ssze=C3=A1ll=C3=ADtott helyettes=C3=ADt=C5=91k\n" " felhaszn=C3=A1l=C3=A1sa helyett" =20 -#: guix/scripts/build.scm:112 +#: guix/scripts/build.scm:120 msgid "" "\n" " --no-build-hook do not attempt to offload builds via the build= hook" @@ -110,7 +150,7 @@ msgstr "" " --no-build-hook ne pr=C3=B3b=C3=A1ljon meg =C3=B6ssze=C3=A1ll=C3= =ADt=C3=A1sokat tehermentes=C3=ADteni\n" " az =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1si hurkon ke= reszt=C3=BCl" =20 -#: guix/scripts/build.scm:114 +#: guix/scripts/build.scm:122 msgid "" "\n" " --max-silent-time=3DSECONDS\n" @@ -121,7 +161,7 @@ msgstr "" " az =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1s sikertelen= nek jel=C3=B6l=C3=A9se M=C3=81SODPERC\n" " hallgat=C3=A1s ut=C3=A1n" =20 -#: guix/scripts/build.scm:117 +#: guix/scripts/build.scm:125 msgid "" "\n" " --timeout=3DSECONDS mark the build as failed after SECONDS of ac= tivity" @@ -130,7 +170,7 @@ msgstr "" " --timeout=3DM=C3=81SODPERC az =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1s s= ikertelennek jel=C3=B6l=C3=A9se M=C3=81SODPERC\n" " aktivit=C3=A1s ut=C3=A1n" =20 -#: guix/scripts/build.scm:119 +#: guix/scripts/build.scm:127 msgid "" "\n" " --verbosity=3DLEVEL use the given verbosity LEVEL" @@ -138,7 +178,7 @@ msgstr "" "\n" " --verbosity=3DSZINT a megadott b=C5=91besz=C3=A9d=C5=B1s=C3=A9gi= SZINT haszn=C3=A1lata" =20 -#: guix/scripts/build.scm:121 +#: guix/scripts/build.scm:129 msgid "" "\n" " -c, --cores=3DN allow the use of up to N CPU cores for the b= uild" @@ -147,12 +187,18 @@ msgstr "" " -c, --cores=3DN legfeljebb N CPU-mag haszn=C3=A1lat=C3=A1nak= enged=C3=A9lyez=C3=A9se\n" " az =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1shoz" =20 -#: guix/scripts/build.scm:195 -#, scheme-format -msgid "~a: not a number~%" -msgstr "~a: nem sz=C3=A1m~%" +#: guix/scripts/build.scm:131 +msgid "" +"\n" +" -M, --max-jobs=3DN allow at most N build jobs" +msgstr "" + +#: guix/scripts/build.scm:209 guix/scripts/build.scm:216 +#, fuzzy, scheme-format +msgid "not a number: '~a' option argument: ~a~%" +msgstr "nem megfelel=C5=91 sz=C3=A1m=C3=BA argumentum~%" =20 -#: guix/scripts/build.scm:213 +#: guix/scripts/build.scm:235 msgid "" "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" @@ -161,7 +207,7 @@ msgstr "" "A megadott CSOMAG-VAGY-SZ=C3=81RMAZTATOTT =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1= sa, =C3=A9s a kimeneti el=C3=A9r=C3=A9si\n" "=C3=BAtjaik visszaad=C3=A1sa.\n" =20 -#: guix/scripts/build.scm:215 +#: guix/scripts/build.scm:237 msgid "" "\n" " -e, --expression=3DEXPR build the package or derivation EXPR evaluat= es to" @@ -170,7 +216,7 @@ msgstr "" " -e, --expression=3DKIF a csomag vagy a ki=C3=A9rt=C3=A9kelt sz=C3=A1= rmaztatott KIF\n" " =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sa" =20 -#: guix/scripts/build.scm:217 +#: guix/scripts/build.scm:239 msgid "" "\n" " -S, --source build the packages' source derivations" @@ -178,7 +224,15 @@ msgstr "" "\n" " -S, --source a csomagok forr=C3=A1ssz=C3=A1rmaz=C3=A9kainak= =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sa" =20 -#: guix/scripts/build.scm:219 +#: guix/scripts/build.scm:241 +msgid "" +"\n" +" --sources[=3DTYPE] build source derivations; TYPE may optionall= y be " +"one\n" +" of \"package\", \"all\" (default), or \"transi= tive\"" +msgstr "" + +#: guix/scripts/build.scm:244 msgid "" "\n" " -s, --system=3DSYSTEM attempt to build for SYSTEM--e.g., \"i686-li= nux\"" @@ -187,7 +241,7 @@ msgstr "" " -s, --system=3DRENDSZER k=C3=ADs=C3=A9rlet a RENDSZERRE t=C3=B6rt=C3= =A9n=C5=91 =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sra,\n" " p=C3=A9ld=C3=A1ul =E2=80=9Ei686-linux=E2=80=9D= " =20 -#: guix/scripts/build.scm:221 +#: guix/scripts/build.scm:246 msgid "" "\n" " --target=3DTRIPLET cross-build for TRIPLET--e.g., \"armel-linux= -gnu\"" @@ -196,7 +250,7 @@ msgstr "" " --target=3DH=C3=81RMAS kereszt =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1= s a H=C3=81RMASRA, p=C3=A9ld=C3=A1ul\n" " =E2=80=9Earmel-linux-gnu=E2=80=9D" =20 -#: guix/scripts/build.scm:223 +#: guix/scripts/build.scm:248 msgid "" "\n" " --with-source=3DSOURCE\n" @@ -204,9 +258,10 @@ msgid "" msgstr "" "\n" " --with-source=3DFORR=C3=81S\n" -" FORR=C3=81S haszn=C3=A1lata a megfelel=C5=91 c= somag =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sakor" +" FORR=C3=81S haszn=C3=A1lata a megfelel=C5=91 c= somag " +"=C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sakor" =20 -#: guix/scripts/build.scm:226 +#: guix/scripts/build.scm:251 msgid "" "\n" " --no-grafts do not graft packages" @@ -214,15 +269,16 @@ msgstr "" "\n" " --no-grafts ne oltsa be a csomagokat" =20 -#: guix/scripts/build.scm:228 +#: guix/scripts/build.scm:253 msgid "" "\n" " -d, --derivations return the derivation paths of the given packa= ges" msgstr "" "\n" -" -d, --derivations a megadott csomagok sz=C3=A1rmaz=C3=A9k-=C3=BA= tvonal=C3=A1nak visszaad=C3=A1sa" +" -d, --derivations a megadott csomagok sz=C3=A1rmaz=C3=A9k-=C3=BA= tvonal=C3=A1nak " +"visszaad=C3=A1sa" =20 -#: guix/scripts/build.scm:230 +#: guix/scripts/build.scm:255 msgid "" "\n" " -r, --root=3DFILE make FILE a symlink to the result, and regis= ter it\n" @@ -232,19 +288,21 @@ msgstr "" " -r, --root=3DF=C3=81JL a F=C3=81JL az eredm=C3=A9ny egy szimbo= likus linkje legyen,\n" " =C3=A9s regisztr=C3=A1lja gy=C3=B6k=C3=A9r sze= m=C3=A9tgy=C5=B1jt=C5=91k=C3=A9nt" =20 -#: guix/scripts/build.scm:233 +#: guix/scripts/build.scm:258 msgid "" "\n" " --log-file return the log file names for the given deriva= tions" msgstr "" "\n" -" --log-file a megadott sz=C3=A1rmaz=C3=A9kok napl=C3=B3f=C3= =A1jl-neveinek visszaad=C3=A1sa" +" --log-file a megadott sz=C3=A1rmaz=C3=A9kok napl=C3=B3f=C3= =A1jl-neveinek " +"visszaad=C3=A1sa" =20 -#: guix/scripts/build.scm:238 guix/scripts/download.scm:53 -#: guix/scripts/package.scm:451 guix/scripts/gc.scm:58 -#: guix/scripts/hash.scm:55 guix/scripts/pull.scm:81 -#: guix/scripts/substitute-binary.scm:560 guix/scripts/system.scm:371 -#: guix/scripts/lint.scm:262 +#: guix/scripts/build.scm:263 guix/scripts/download.scm:53 +#: guix/scripts/package.scm:478 guix/scripts/gc.scm:65 +#: guix/scripts/hash.scm:55 guix/scripts/import.scm:91 +#: guix/scripts/pull.scm:81 guix/scripts/substitute.scm:682 +#: guix/scripts/system.scm:407 guix/scripts/lint.scm:583 +#: guix/scripts/publish.scm:60 msgid "" "\n" " -h, --help display this help and exit" @@ -252,11 +310,12 @@ msgstr "" "\n" " -h, --help ezen s=C3=BAg=C3=B3 megjelen=C3=ADt=C3=A9se =C3= =A9s kil=C3=A9p=C3=A9s" =20 -#: guix/scripts/build.scm:240 guix/scripts/download.scm:55 -#: guix/scripts/package.scm:453 guix/scripts/gc.scm:60 -#: guix/scripts/hash.scm:57 guix/scripts/pull.scm:83 -#: guix/scripts/substitute-binary.scm:562 guix/scripts/system.scm:373 -#: guix/scripts/lint.scm:266 +#: guix/scripts/build.scm:265 guix/scripts/download.scm:55 +#: guix/scripts/package.scm:480 guix/scripts/gc.scm:67 +#: guix/scripts/hash.scm:57 guix/scripts/import.scm:93 +#: guix/scripts/pull.scm:83 guix/scripts/substitute.scm:684 +#: guix/scripts/system.scm:409 guix/scripts/lint.scm:587 +#: guix/scripts/publish.scm:62 msgid "" "\n" " -V, --version display version information and exit" @@ -264,20 +323,19 @@ msgstr "" "\n" " -V, --version verzi=C3=B3inform=C3=A1ci=C3=B3k megjelen=C3=AD= t=C3=A9se =C3=A9s kil=C3=A9p=C3=A9s" =20 -#: guix/scripts/build.scm:366 +#: guix/scripts/build.scm:292 #, scheme-format -msgid "sources do not match any package:~{ ~a~}~%" -msgstr "a forr=C3=A1sok nem illeszkednek semmilyen csomagra:~{ ~a~}~%" +msgid "" +"invalid argument: '~a' option argument: ~a, ~\n" +"must be one of 'package', 'all', or 'transitive'~%" +msgstr "" =20 -#: guix/scripts/build.scm:395 guix/scripts/download.scm:96 -#: guix/scripts/package.scm:673 guix/scripts/gc.scm:122 -#: guix/scripts/pull.scm:213 guix/scripts/system.scm:426 -#: guix/scripts/lint.scm:313 +#: guix/scripts/build.scm:415 #, scheme-format -msgid "~A: unrecognized option~%" -msgstr "~A: ismeretlen kapcsol=C3=B3~%" +msgid "sources do not match any package:~{ ~a~}~%" +msgstr "a forr=C3=A1sok nem illeszkednek semmilyen csomagra:~{ ~a~}~%" =20 -#: guix/scripts/build.scm:423 +#: guix/scripts/build.scm:464 #, scheme-format msgid "no build log for '~a'~%" msgstr "nincs =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1si napl=C3=B3 ehhez: =E2=80= =9E~a=E2=80=9D~%" @@ -311,6 +369,13 @@ msgstr "" msgid "unsupported hash format: ~a~%" msgstr "nem t=C3=A1mogatott hash-form=C3=A1tum: ~a~%" =20 +#: guix/scripts/download.scm:96 guix/scripts/gc.scm:144 +#: guix/scripts/pull.scm:217 guix/scripts/lint.scm:634 +#: guix/scripts/publish.scm:282 guix/ui.scm:946 +#, scheme-format +msgid "~A: unrecognized option~%" +msgstr "~A: ismeretlen kapcsol=C3=B3~%" + #: guix/scripts/download.scm:106 #, scheme-format msgid "~a: failed to parse URI~%" @@ -321,58 +386,76 @@ msgstr "~a: az URI feldolgoz=C3=A1sa sikertelen~%" msgid "~a: download failed~%" msgstr "~a: let=C3=B6lt=C3=A9s sikertelen~%" =20 -#: guix/scripts/package.scm:97 +#: guix/scripts/package.scm:109 #, scheme-format msgid "failed to build the empty profile~%" msgstr "az =C3=BCres profil =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sa sikertelen= ~%" =20 -#: guix/scripts/package.scm:113 +#: guix/scripts/package.scm:125 #, scheme-format msgid "switching from generation ~a to ~a~%" msgstr "=C3=A1tv=C3=A1lt=C3=A1s a(z) ~a gener=C3=A1ci=C3=B3r=C3=B3l erre= : ~a~%" =20 -#: guix/scripts/package.scm:132 +#: guix/scripts/package.scm:144 #, scheme-format msgid "nothing to do: already at the empty profile~%" msgstr "nincs mit tenni: m=C3=A1r az =C3=BCres profiln=C3=A1l van~%" =20 -#: guix/scripts/package.scm:144 +#: guix/scripts/package.scm:156 #, scheme-format msgid "deleting ~a~%" msgstr "~a t=C3=B6rl=C3=A9se~%" =20 -#: guix/scripts/package.scm:295 +#: guix/scripts/package.scm:269 +#, scheme-format +msgid "not removing generation ~a, which is current~%" +msgstr "" + +#: guix/scripts/package.scm:276 +#, fuzzy, scheme-format +msgid "no matching generation~%" +msgstr "nem siker=C3=BClt =C3=A1tv=C3=A1ltani erre a gener=C3=A1ci=C3=B3= ra: =E2=80=9E~a=E2=80=9D~%" + +#: guix/scripts/package.scm:279 guix/scripts/package.scm:959 +#, scheme-format +msgid "invalid syntax: ~a~%" +msgstr "=C3=A9rv=C3=A9nytelen szintaxis: ~a~%" + +#: guix/scripts/package.scm:341 #, scheme-format msgid "package `~a' lacks output `~a'~%" msgstr "a(z) =E2=80=9E~a=E2=80=9D csomag hi=C3=A1nyolja a kimenetet: =E2= =80=9E~a=E2=80=9D~%" =20 -#: guix/scripts/package.scm:312 +#: guix/scripts/package.scm:358 #, scheme-format msgid "~a: package not found~%" msgstr "~a: a csomag nem tal=C3=A1lhat=C3=B3~%" =20 -#: guix/scripts/package.scm:390 +#: guix/scripts/package.scm:409 #, scheme-format msgid "The following environment variable definitions may be needed:~%" msgstr "A k=C3=B6vetkez=C5=91 k=C3=B6rnyezeti v=C3=A1ltoz=C3=B3 meghat=C3= =A1roz=C3=A1sok lehetnek sz=C3=BCks=C3=A9gesek:~%" =20 -#: guix/scripts/package.scm:406 +#: guix/scripts/package.scm:425 +#, fuzzy msgid "" -"Usage: guix package [OPTION]... PACKAGES...\n" -"Install, remove, or upgrade PACKAGES in a single transaction.\n" +"Usage: guix package [OPTION]...\n" +"Install, remove, or upgrade packages in a single transaction.\n" msgstr "" "Haszn=C3=A1lat: guix package [KAPCSOL=C3=93]=E2=80=A6 CSOMAGOK=E2=80=A6= \n" "CSOMAGOK telep=C3=ADt=C3=A9se, elt=C3=A1vol=C3=ADt=C3=A1sa vagy friss=C3= =ADt=C3=A9se egyetlen tranzakci=C3=B3ban.\n" =20 -#: guix/scripts/package.scm:408 +#: guix/scripts/package.scm:427 +#, fuzzy msgid "" "\n" -" -i, --install=3DPACKAGE install PACKAGE" +" -i, --install PACKAGE ...\n" +" install PACKAGEs" msgstr "" "\n" " -i, --install=3DCSOMAG CSOMAG telep=C3=ADt=C3=A9se" =20 -#: guix/scripts/package.scm:410 +#: guix/scripts/package.scm:430 msgid "" "\n" " -e, --install-from-expression=3DEXP\n" @@ -382,15 +465,17 @@ msgstr "" " -e, --install-from-expression=3DKIF\n" " a ki=C3=A9rt=C3=A9kelt KIF csomag telep=C3=ADt= =C3=A9se" =20 -#: guix/scripts/package.scm:413 +#: guix/scripts/package.scm:433 +#, fuzzy msgid "" "\n" -" -r, --remove=3DPACKAGE remove PACKAGE" +" -r, --remove PACKAGE ...\n" +" remove PACKAGEs" msgstr "" "\n" " -r, --remove=3DCSOMAG CSOMAG elt=C3=A1vol=C3=ADt=C3=A1sa" =20 -#: guix/scripts/package.scm:415 +#: guix/scripts/package.scm:436 msgid "" "\n" " -u, --upgrade[=3DREGEXP] upgrade all the installed packages matching = REGEXP" @@ -399,7 +484,24 @@ msgstr "" " -u, --upgrade[=3DREGKIF] az =C3=B6sszes REGKIF-re illeszked=C5=91 tel= ep=C3=ADtett csomag\n" " friss=C3=ADt=C3=A9se" =20 -#: guix/scripts/package.scm:417 +#: guix/scripts/package.scm:438 +msgid "" +"\n" +" -m, --manifest=3DFILE create a new profile generation with the man= ifest\n" +" from FILE" +msgstr "" + +#: guix/scripts/package.scm:441 +#, fuzzy +msgid "" +"\n" +" --do-not-upgrade[=3DREGEXP] do not upgrade any packages matching = REGEXP" +msgstr "" +"\n" +" -u, --upgrade[=3DREGKIF] az =C3=B6sszes REGKIF-re illeszked=C5=91 tel= ep=C3=ADtett csomag\n" +" friss=C3=ADt=C3=A9se" + +#: guix/scripts/package.scm:443 msgid "" "\n" " --roll-back roll back to the previous generation" @@ -407,16 +509,18 @@ msgstr "" "\n" " --roll-back visszag=C3=B6rget=C3=A9s az el=C5=91z=C5=91 ge= ner=C3=A1ci=C3=B3ra" =20 -#: guix/scripts/package.scm:419 +#: guix/scripts/package.scm:445 +#, fuzzy msgid "" "\n" -" --search-paths display needed environment variable definition= s" +" --search-paths[=3DKIND]\n" +" display needed environment variable definition= s" msgstr "" "\n" " --search-paths a sz=C3=BCks=C3=A9ges k=C3=B6rnyezeti v=C3=A1l= toz=C3=B3 meghat=C3=A1roz=C3=A1sok\n" " megjelen=C3=ADt=C3=A9se" =20 -#: guix/scripts/package.scm:421 +#: guix/scripts/package.scm:448 msgid "" "\n" " -l, --list-generations[=3DPATTERN]\n" @@ -426,7 +530,7 @@ msgstr "" " -l, --list-generations[=3DMINTA]\n" " a MINT=C3=81RA illeszked=C5=91 gener=C3=A1ci=C3= =B3k list=C3=A1z=C3=A1sa" =20 -#: guix/scripts/package.scm:424 +#: guix/scripts/package.scm:451 msgid "" "\n" " -d, --delete-generations[=3DPATTERN]\n" @@ -436,7 +540,7 @@ msgstr "" " -d, --delete-generations[=3DMINTA]\n" " a MINT=C3=81RA illeszked=C5=91 gener=C3=A1ci=C3= =B3k t=C3=B6rl=C3=A9se" =20 -#: guix/scripts/package.scm:427 +#: guix/scripts/package.scm:454 msgid "" "\n" " -S, --switch-generation=3DPATTERN\n" @@ -446,7 +550,7 @@ msgstr "" " -S, --switch-generation=3DMINTA\n" " =C3=A1tv=C3=A1lt=C3=A1s a MINT=C3=81RA illeszk= ed=C5=91 gener=C3=A1ci=C3=B3ra" =20 -#: guix/scripts/package.scm:430 +#: guix/scripts/package.scm:457 msgid "" "\n" " -p, --profile=3DPROFILE use PROFILE instead of the user's default pr= ofile" @@ -455,7 +559,7 @@ msgstr "" " -p, --profile=3DPROFIL a PROFIL haszn=C3=A1lata a felhaszn=C3=A1l=C3= =B3 alap=C3=A9rtelmezett\n" " profilja helyett" =20 -#: guix/scripts/package.scm:433 +#: guix/scripts/package.scm:460 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the profile" @@ -464,7 +568,7 @@ msgstr "" " --bootstrap a Guile rendszert=C3=B6lt=C5=91 haszn=C3=A1lat= a a profil\n" " =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1s=C3=A1hoz" =20 -#: guix/scripts/package.scm:435 guix/scripts/pull.scm:74 +#: guix/scripts/package.scm:462 guix/scripts/pull.scm:74 msgid "" "\n" " --verbose produce verbose output" @@ -472,7 +576,7 @@ msgstr "" "\n" " --verbose b=C5=91besz=C3=A9d=C5=B1 kimenet el=C5=91=C3=A1= ll=C3=ADt=C3=A1sa" =20 -#: guix/scripts/package.scm:438 +#: guix/scripts/package.scm:465 msgid "" "\n" " -s, --search=3DREGEXP search in synopsis and description using REG= EXP" @@ -481,7 +585,7 @@ msgstr "" " -s, --search=3DREGKIF keres=C3=A9s az =C3=B6sszegz=C3=A9sben =C3=A9= s a le=C3=ADr=C3=A1sban REGKIF\n" " haszn=C3=A1lat=C3=A1val" =20 -#: guix/scripts/package.scm:440 +#: guix/scripts/package.scm:467 msgid "" "\n" " -I, --list-installed[=3DREGEXP]\n" @@ -491,7 +595,7 @@ msgstr "" " -I, --list-installed[=3DREGKIF]\n" " a REGKIF-re illeszked=C5=91 telep=C3=ADtett cs= omagok list=C3=A1z=C3=A1sa" =20 -#: guix/scripts/package.scm:443 +#: guix/scripts/package.scm:470 msgid "" "\n" " -A, --list-available[=3DREGEXP]\n" @@ -501,74 +605,85 @@ msgstr "" " -A, --list-available[=3DREGKIF]\n" " a REGKIF-re illeszked=C5=91 el=C3=A9rhet=C5=91= csomagok list=C3=A1z=C3=A1sa" =20 -#: guix/scripts/package.scm:446 +#: guix/scripts/package.scm:473 +#, fuzzy msgid "" "\n" -" --show=3DPACKAGE show details about PACKAGE" +" --show=3DPACKAGE show details about PACKAGE" msgstr "" "\n" " --show=3DCSOMAG a CSOMAG r=C3=A9szleteinek megjelen=C3=ADt=C3= =A9se" =20 -#: guix/scripts/package.scm:677 +#: guix/scripts/package.scm:560 +#, scheme-format +msgid "~a: unsupported kind of search path~%" +msgstr "" + +#: guix/scripts/package.scm:758 #, scheme-format msgid "~A: extraneous argument~%" msgstr "~A: nem odatartoz=C3=B3 argumentum~%" =20 -#: guix/scripts/package.scm:687 +#: guix/scripts/package.scm:766 #, scheme-format msgid "Try \"info '(guix) Invoking guix package'\" for more information.= ~%" msgstr "" "Tov=C3=A1bbi inform=C3=A1ci=C3=B3k=C3=A9rt pr=C3=B3b=C3=A1lja az =E2=80= =9Einfo '(guix) Invoking guix package'=E2=80=9D\n" "parancsot.~%" =20 -#: guix/scripts/package.scm:709 +#: guix/scripts/package.scm:788 #, scheme-format msgid "error: while creating directory `~a': ~a~%" msgstr "hiba: a(z) =E2=80=9E~a=E2=80=9D k=C3=B6nyvt=C3=A1r l=C3=A9trehoz= =C3=A1sa k=C3=B6zben: ~a~%" =20 -#: guix/scripts/package.scm:713 +#: guix/scripts/package.scm:792 #, scheme-format msgid "Please create the `~a' directory, with you as the owner.~%" msgstr "Hozza l=C3=A9tre a(z) =E2=80=9E~a=E2=80=9D k=C3=B6nyvt=C3=A1rat = az =C3=B6n nev=C3=A9ben, tulajdonosk=C3=A9nt.~%" =20 -#: guix/scripts/package.scm:720 +#: guix/scripts/package.scm:799 #, scheme-format msgid "error: directory `~a' is not owned by you~%" msgstr "hiba: a(z) =E2=80=9E~a=E2=80=9D k=C3=B6nyvt=C3=A1rnak nem =C3=B6= n a tulajdonosa~%" =20 -#: guix/scripts/package.scm:723 +#: guix/scripts/package.scm:802 #, scheme-format msgid "Please change the owner of `~a' to user ~s.~%" msgstr "V=C3=A1ltoztassa meg a(z) =E2=80=9E~a=E2=80=9D tulajdonos=C3=A1t= erre a felhaszn=C3=A1l=C3=B3ra: ~s.~%" =20 -#: guix/scripts/package.scm:756 -#, scheme-format -msgid "cannot switch to generation '~a'~%" -msgstr "nem siker=C3=BClt =C3=A1tv=C3=A1ltani erre a gener=C3=A1ci=C3=B3= ra: =E2=80=9E~a=E2=80=9D~%" - -#: guix/scripts/package.scm:788 guix/scripts/package.scm:889 -#, scheme-format -msgid "invalid syntax: ~a~%" -msgstr "=C3=A9rv=C3=A9nytelen szintaxis: ~a~%" - -#: guix/scripts/package.scm:825 +#: guix/scripts/package.scm:836 #, scheme-format msgid "nothing to be done~%" msgstr "nincs mit tenni~%" =20 -#: guix/scripts/package.scm:840 +#: guix/scripts/package.scm:852 #, scheme-format msgid "~a package in profile~%" msgid_plural "~a packages in profile~%" msgstr[0] "~a csomag a profilban~%" msgstr[1] "~a csomag a profilban~%" =20 -#: guix/scripts/package.scm:855 +#: guix/scripts/package.scm:876 +#, scheme-format +msgid "cannot switch to generation '~a'~%" +msgstr "nem siker=C3=BClt =C3=A1tv=C3=A1ltani erre a gener=C3=A1ci=C3=B3= ra: =E2=80=9E~a=E2=80=9D~%" + +#: guix/scripts/package.scm:898 +#, scheme-format +msgid "would install new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:900 +#, scheme-format +msgid "installing new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:925 #, scheme-format msgid "Generation ~a\t~a" msgstr "~a gener=C3=A1ci=C3=B3\t~a" =20 -#: guix/scripts/package.scm:862 +#: guix/scripts/package.scm:932 #, scheme-format msgid "~a\t(current)~%" msgstr "~a\t(jelenlegi)~%" @@ -602,12 +717,18 @@ msgstr "" #: guix/scripts/gc.scm:46 msgid "" "\n" +" --optimize optimize the store by deduplicating identical = files" +msgstr "" + +#: guix/scripts/gc.scm:48 +msgid "" +"\n" " --list-dead list dead paths" msgstr "" "\n" " --list-dead halott =C3=BAtvonalak list=C3=A1z=C3=A1sa" =20 -#: guix/scripts/gc.scm:48 +#: guix/scripts/gc.scm:50 msgid "" "\n" " --list-live list live paths" @@ -615,7 +736,7 @@ msgstr "" "\n" " --list-live =C3=A9l=C5=91 =C3=BAtvonalak list=C3=A1z=C3=A1= sa" =20 -#: guix/scripts/gc.scm:51 +#: guix/scripts/gc.scm:53 msgid "" "\n" " --references list the references of PATHS" @@ -623,7 +744,7 @@ msgstr "" "\n" " --references az =C3=9ATVONALAK hivatkoz=C3=A1sainak list=C3= =A1z=C3=A1sa" =20 -#: guix/scripts/gc.scm:53 +#: guix/scripts/gc.scm:55 msgid "" "\n" " -R, --requisites list the requisites of PATHS" @@ -631,7 +752,7 @@ msgstr "" "\n" " -R, --requisites az =C3=9ATVONALAK k=C3=B6vetelm=C3=A9nyeinek l= ist=C3=A1z=C3=A1sa" =20 -#: guix/scripts/gc.scm:55 +#: guix/scripts/gc.scm:57 msgid "" "\n" " --referrers list the referrers of PATHS" @@ -639,7 +760,15 @@ msgstr "" "\n" " --referrers az =C3=9ATVONALAK aj=C3=A1nl=C3=B3inak list=C3= =A1z=C3=A1sa" =20 -#: guix/scripts/gc.scm:84 +#: guix/scripts/gc.scm:60 +msgid "" +"\n" +" --verify[=3DOPTS] verify the integrity of the store; OPTS is a= \n" +" comma-separated combination of 'repair' and\n" +" 'contents'" +msgstr "" + +#: guix/scripts/gc.scm:91 #, scheme-format msgid "invalid amount of storage: ~a~%" msgstr "=C3=A9rv=C3=A9nytelen t=C3=A1rol=C3=B3mennyis=C3=A9g: ~a~%" @@ -671,7 +800,7 @@ msgstr "" msgid "unrecognized option: ~a~%" msgstr "ismeretlen kapcsol=C3=B3: ~a~%" =20 -#: guix/scripts/hash.scm:134 guix/ui.scm:252 +#: guix/scripts/hash.scm:134 guix/ui.scm:424 #, scheme-format msgid "~a~%" msgstr "~a~%" @@ -681,6 +810,31 @@ msgstr "~a~%" msgid "wrong number of arguments~%" msgstr "nem megfelel=C5=91 sz=C3=A1m=C3=BA argumentum~%" =20 +#: guix/scripts/import.scm:85 +#, fuzzy +msgid "" +"Usage: guix import IMPORTER ARGS ...\n" +"Run IMPORTER with ARGS.\n" +msgstr "" +"Haszn=C3=A1lat: guix PARANCS ARGUMENTUMOK=E2=80=A6\n" +"A PARANCS futtat=C3=A1sa ARGUMENTUMOKKAL.\n" + +#: guix/scripts/import.scm:88 +#, fuzzy +msgid "IMPORTER must be one of the importers listed below:\n" +msgstr "" +"A PARANCSNAK a lenti list=C3=A1ban l=C3=A9v=C5=91 alparancsok egyik=C3=A9= nek kell lennie:\n" + +#: guix/scripts/import.scm:102 +#, fuzzy, scheme-format +msgid "guix import: missing importer name~%" +msgstr "guix: hi=C3=A1nyz=C3=B3 parancsn=C3=A9v~%" + +#: guix/scripts/import.scm:113 +#, scheme-format +msgid "guix import: invalid importer~%" +msgstr "" + #: guix/scripts/pull.scm:72 msgid "" "Usage: guix pull [OPTION]...\n" @@ -719,119 +873,126 @@ msgstr "kibont=C3=A1s: =E2=80=9E~a=E2=80=9D...~%" msgid "failed to unpack source code" msgstr "nem siker=C3=BClt a forr=C3=A1sk=C3=B3d kibont=C3=A1sa" =20 -#: guix/scripts/pull.scm:200 +#: guix/scripts/pull.scm:202 +msgid "Guix already up to date\n" +msgstr "A Guix m=C3=A1r naprak=C3=A9sz\n" + +#: guix/scripts/pull.scm:207 #, scheme-format msgid "updated ~a successfully deployed under `~a'~%" msgstr "a(z) ~a friss=C3=ADt=C3=A9se sikeresen telep=C3=ADtve ez al=C3=A1= : =E2=80=9E~a=E2=80=9D~%" =20 -#: guix/scripts/pull.scm:203 +#: guix/scripts/pull.scm:210 #, scheme-format msgid "failed to update Guix, check the build log~%" msgstr "a Guix friss=C3=ADt=C3=A9se sikertelen, n=C3=A9zze meg az =C3=B6= ssze=C3=A1ll=C3=ADt=C3=A1si napl=C3=B3t~%" =20 -#: guix/scripts/pull.scm:205 -msgid "Guix already up to date\n" -msgstr "A Guix m=C3=A1r naprak=C3=A9sz\n" - -#: guix/scripts/pull.scm:215 +#: guix/scripts/pull.scm:219 #, scheme-format msgid "~A: unexpected argument~%" msgstr "~A: nem v=C3=A1rt argumentum~%" =20 -#: guix/scripts/pull.scm:224 +#: guix/scripts/pull.scm:228 msgid "failed to download up-to-date source, exiting\n" msgstr "a legfrissebb forr=C3=A1s let=C3=B6lt=C3=A9se sikertelen, kil=C3= =A9p=C3=A9s\n" =20 -#: guix/scripts/substitute-binary.scm:80 +#: guix/scripts/substitute.scm:81 #, scheme-format msgid "authentication and authorization of substitutes disabled!~%" msgstr "a helyettes=C3=ADt=C5=91k hiteles=C3=ADt=C3=A9se =C3=A9s felhata= lmaz=C3=A1sa letiltva!~%" =20 -#: guix/scripts/substitute-binary.scm:163 +#: guix/scripts/substitute.scm:157 #, scheme-format msgid "download from '~a' failed: ~a, ~s~%" msgstr "a let=C3=B6lt=C3=A9s sikertelen innen: =E2=80=9E~a=E2=80=9D: ~a,= ~s~%" =20 -#: guix/scripts/substitute-binary.scm:178 -#, scheme-format -msgid "while fetching ~a: server is unresponsive~%" +#: guix/scripts/substitute.scm:169 +#, fuzzy, scheme-format +msgid "while fetching ~a: server is somewhat slow~%" msgstr "~a lek=C3=A9r=C3=A9se k=C3=B6zben: a kiszolg=C3=A1l=C3=B3 nem v=C3= =A1laszol~%" =20 -#: guix/scripts/substitute-binary.scm:180 +#: guix/scripts/substitute.scm:171 #, scheme-format msgid "try `--no-substitutes' if the problem persists~%" -msgstr "pr=C3=B3b=C3=A1lja a =E2=80=9E--no-substitutes=E2=80=9D kapcsol=C3= =B3t, ha a probl=C3=A9ma tov=C3=A1bbra is fenn=C3=A1ll~%" +msgstr "" +"pr=C3=B3b=C3=A1lja a =E2=80=9E--no-substitutes=E2=80=9D kapcsol=C3=B3t,= ha a probl=C3=A9ma tov=C3=A1bbra is fenn=C3=A1ll~%" =20 -#: guix/scripts/substitute-binary.scm:244 +#: guix/scripts/substitute.scm:214 #, scheme-format -msgid "signature version must be a number: ~a~%" +msgid "updating list of substitutes from '~a'...\r" +msgstr "" + +#: guix/scripts/substitute.scm:246 +#, fuzzy, scheme-format +msgid "signature version must be a number: ~s~%" msgstr "az al=C3=A1=C3=ADr=C3=A1s verzi=C3=B3j=C3=A1nak sz=C3=A1mnak kel= l lennie: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:248 +#: guix/scripts/substitute.scm:250 #, scheme-format msgid "unsupported signature version: ~a~%" msgstr "nem t=C3=A1mogatott al=C3=A1=C3=ADr=C3=A1s verzi=C3=B3: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:256 +#: guix/scripts/substitute.scm:258 #, scheme-format msgid "signature is not a valid s-expression: ~s~%" msgstr "az al=C3=A1=C3=ADr=C3=A1s nem =C3=A9rv=C3=A9nyes s-kifejez=C3=A9= s: ~s~%" =20 -#: guix/scripts/substitute-binary.scm:260 +#: guix/scripts/substitute.scm:262 #, scheme-format msgid "invalid format of the signature field: ~a~%" msgstr "az al=C3=A1=C3=ADr=C3=A1smez=C5=91 form=C3=A1tuma =C3=A9rv=C3=A9= nytelen: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:295 +#: guix/scripts/substitute.scm:297 #, scheme-format msgid "invalid signature for '~a'~%" msgstr "=C3=A9rv=C3=A9nytelen al=C3=A1=C3=ADr=C3=A1s ehhez: =E2=80=9E~a=E2= =80=9D~%" =20 -#: guix/scripts/substitute-binary.scm:297 +#: guix/scripts/substitute.scm:299 #, scheme-format msgid "hash mismatch for '~a'~%" msgstr "hash elt=C3=A9r=C3=A9s enn=C3=A9l: =E2=80=9E~a=E2=80=9D~%" =20 -#: guix/scripts/substitute-binary.scm:299 +#: guix/scripts/substitute.scm:301 #, scheme-format msgid "'~a' is signed with an unauthorized key~%" msgstr "a(z) =E2=80=9E~a=E2=80=9D egy jogosulatlan kulccsal van al=C3=A1= =C3=ADrva~%" =20 -#: guix/scripts/substitute-binary.scm:301 +#: guix/scripts/substitute.scm:303 #, scheme-format msgid "signature on '~a' is corrupt~%" msgstr "a(z) =E2=80=9E~a=E2=80=9D al=C3=A1=C3=ADr=C3=A1sa s=C3=A9r=C3=BC= lt~%" =20 -#: guix/scripts/substitute-binary.scm:338 +#: guix/scripts/substitute.scm:341 #, scheme-format msgid "substitute at '~a' lacks a signature~%" msgstr "a helyettes=C3=ADt=C5=91 enn=C3=A9l: =E2=80=9E~a=E2=80=9D hi=C3=A1= nyol egy al=C3=A1=C3=ADr=C3=A1st~%" =20 -#: guix/scripts/substitute-binary.scm:526 +#: guix/scripts/substitute.scm:504 #, scheme-format -msgid "Downloading, please wait...~%" -msgstr "Let=C3=B6lt=C3=A9s, k=C3=A9rem v=C3=A1rjon=E2=80=A6~%" +msgid "updating list of substitutes from '~a'... ~5,1f%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:528 +#: guix/scripts/substitute.scm:552 #, scheme-format -msgid "(Please consider upgrading Guile to get proper progress report.)~= %" -msgstr "(Fontolja meg a Guile friss=C3=ADt=C3=A9s=C3=A9t a megfelel=C5=91= =C3=A1llapotjelent=C3=A9s beszerz=C3=A9s=C3=A9hez.)~%" +msgid "~s: unsupported server URI scheme~%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:541 +#: guix/scripts/substitute.scm:663 #, scheme-format msgid "host name lookup error: ~a~%" msgstr "g=C3=A9pn=C3=A9v keres=C3=A9si hiba: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:550 +#: guix/scripts/substitute.scm:672 +#, fuzzy msgid "" -"Usage: guix substitute-binary [OPTION]...\n" +"Usage: guix substitute [OPTION]...\n" "Internal tool to substitute a pre-built binary to a local build.\n" msgstr "" "Haszn=C3=A1lat: guix substitute-binary [KAPCSOL=C3=93]=E2=80=A6\n" "Bels=C5=91 eszk=C3=B6z egy el=C5=91re =C3=B6ssze=C3=A1ll=C3=ADtott bin=C3= =A1risnak egy helyi =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1ssal\n" "val=C3=B3 helyettes=C3=ADt=C3=A9s=C3=A9hez.\n" =20 -#: guix/scripts/substitute-binary.scm:552 +#: guix/scripts/substitute.scm:674 msgid "" "\n" " --query report on the availability of substitutes for = the\n" @@ -841,7 +1002,7 @@ msgstr "" " --query a helyettes=C3=ADt=C5=91k el=C3=A9rhet=C5=91s=C3= =A9g=C3=A9nek jelent=C3=A9se a\n" " szabv=C3=A1nyos bemeneten =C3=A1tadott t=C3=A1= rol=C3=B3 f=C3=A1jlnevekhez" =20 -#: guix/scripts/substitute-binary.scm:555 +#: guix/scripts/substitute.scm:677 msgid "" "\n" " --substitute STORE-FILE DESTINATION\n" @@ -850,26 +1011,29 @@ msgid "" msgstr "" "\n" " --substitute T=C3=81ROL=C3=93-F=C3=81JL C=C3=89L\n" -" T=C3=81ROL=C3=93-F=C3=81JL let=C3=B6lt=C3=A9se= =C3=A9s elt=C3=A1rol=C3=A1sa Nar form=C3=A1tumban\n" +" T=C3=81ROL=C3=93-F=C3=81JL let=C3=B6lt=C3=A9se= =C3=A9s elt=C3=A1rol=C3=A1sa Nar " +"form=C3=A1tumban\n" " a C=C3=89L f=C3=A1jlban" =20 -#: guix/scripts/substitute-binary.scm:600 -msgid "ACL for archive imports seems to be uninitialized, substitutes ma= y be unavailable\n" +#: guix/scripts/substitute.scm:712 +msgid "" +"ACL for archive imports seems to be uninitialized, substitutes may be " +"unavailable\n" msgstr "" "Az ACL el=C5=91k=C3=A9sz=C3=ADtetlennek t=C5=B1nik az arch=C3=ADvum imp= ortokhoz, a helyettes=C3=ADt=C5=91k\n" "el=C3=A9rhetetlenek lehetnek\n" =20 -#: guix/scripts/substitute-binary.scm:634 +#: guix/scripts/substitute.scm:750 #, scheme-format msgid "these substitute URLs will not be used:~{ ~a~}~%" msgstr "ezek a helyettes=C3=ADt=C5=91 URL-ek nem lesznek haszn=C3=A1lva:= ~{ ~a~}~%" =20 -#: guix/scripts/substitute-binary.scm:660 +#: guix/scripts/substitute.scm:776 #, scheme-format msgid "failed to look up host '~a' (~a), substituter disabled~%" msgstr "a(z) =E2=80=9E~a=E2=80=9D (~a) g=C3=A9p keres=C3=A9se sikertelen= , a helyettes=C3=ADt=C5=91 letiltva~%" =20 -#: guix/scripts/substitute-binary.scm:767 +#: guix/scripts/substitute.scm:883 #, scheme-format msgid "~a: unrecognized options~%" msgstr "~a: ismeretlen kapcsol=C3=B3k~%" @@ -894,7 +1058,7 @@ msgstr "hiba: jogosulatlan nyilv=C3=A1nos kulcs: ~a~= %" msgid "error: corrupt signature data: ~a~%" msgstr "hiba: s=C3=A9r=C3=BClt al=C3=A1=C3=ADr=C3=A1s adatok: ~a~%" =20 -#: guix/scripts/authenticate.scm:126 +#: guix/scripts/authenticate.scm:120 msgid "" "Usage: guix authenticate OPTION...\n" "Sign or verify the signature on the given file. This tool is meant to\= n" @@ -904,56 +1068,46 @@ msgstr "" "Al=C3=A1=C3=ADr=C3=A1s vagy a megadott f=C3=A1jl al=C3=A1=C3=ADr=C3=A1s= =C3=A1nak ellen=C5=91rz=C3=A9se. Az eszk=C3=B6z c=C3=A9lja, hogy\n" "a =E2=80=9Eguix-daemon=E2=80=9D bels=C5=91leg felhaszn=C3=A1lja.\n" =20 -#: guix/scripts/authenticate.scm:132 +#: guix/scripts/authenticate.scm:126 msgid "wrong arguments" msgstr "hib=C3=A1s argumentumok" =20 -#: guix/scripts/system.scm:74 -#, scheme-format -msgid "failed to open operating system file '~a': ~a~%" -msgstr "a(z) =E2=80=9E~a=E2=80=9D oper=C3=A1ci=C3=B3s rendszer f=C3=A1jl= megnyit=C3=A1sa sikertelen: ~a~%" - -#: guix/scripts/system.scm:78 guix/ui.scm:258 -#, scheme-format -msgid "~a: ~a~%" -msgstr "~a: ~a~%" - -#: guix/scripts/system.scm:81 -#, scheme-format -msgid "failed to load operating system file '~a': ~s~%" -msgstr "a(z) =E2=80=9E~a=E2=80=9D oper=C3=A1ci=C3=B3s rendszer f=C3=A1jl= bet=C3=B6lt=C3=A9se sikertelen: ~s~%" - -#: guix/scripts/system.scm:116 +#: guix/scripts/system.scm:97 #, scheme-format msgid "failed to register '~a' under '~a'~%" msgstr "a(z) =E2=80=9E~a=E2=80=9D regisztr=C3=A1l=C3=A1sa sikertelen ez = al=C3=A1: =E2=80=9E~a=E2=80=9D~%" =20 -#: guix/scripts/system.scm:144 +#: guix/scripts/system.scm:129 +#, scheme-format +msgid "failed to install GRUB on device '~a'~%" +msgstr "a GRUB telep=C3=ADt=C3=A9se sikertelen a(z) =E2=80=9E~a=E2=80=9D= eszk=C3=B6zre~%" + +#: guix/scripts/system.scm:147 #, scheme-format msgid "initializing the current root file system~%" msgstr "a jelenlegi gy=C3=B6k=C3=A9r f=C3=A1jlrendszer el=C5=91k=C3=A9sz= =C3=ADt=C3=A9se~%" =20 -#: guix/scripts/system.scm:162 guix/scripts/system.scm:325 +#: guix/scripts/system.scm:161 #, scheme-format -msgid "failed to install GRUB on device '~a'~%" -msgstr "a GRUB telep=C3=ADt=C3=A9se sikertelen a(z) =E2=80=9E~a=E2=80=9D= eszk=C3=B6zre~%" +msgid "not running as 'root', so the ownership of '~a' may be incorrect!= ~%" +msgstr "" =20 -#: guix/scripts/system.scm:197 +#: guix/scripts/system.scm:213 #, scheme-format msgid "activating system...~%" msgstr "a rendszer aktiv=C3=A1l=C3=A1sa=E2=80=A6~%" =20 -#: guix/scripts/system.scm:239 +#: guix/scripts/system.scm:263 #, scheme-format msgid "unrecognized boot parameters for '~a'~%" msgstr "azonos=C3=ADtatlan ind=C3=ADt=C3=A1si param=C3=A9terek ehhez: =E2= =80=9E~a=E2=80=9D~%" =20 -#: guix/scripts/system.scm:330 +#: guix/scripts/system.scm:358 #, scheme-format msgid "initializing operating system under '~a'...~%" msgstr "az oper=C3=A1ci=C3=B3s rendszer el=C5=91k=C3=A9sz=C3=ADt=C3=A9se= =E2=80=9E~a=E2=80=9D al=C3=A1=E2=80=A6~%" =20 -#: guix/scripts/system.scm:346 +#: guix/scripts/system.scm:374 msgid "" "Usage: guix system [OPTION] ACTION FILE\n" "Build the operating system declared in FILE according to ACTION.\n" @@ -961,37 +1115,62 @@ msgstr "" "Haszn=C3=A1lat: guix system [KAPCSOL=C3=93] M=C5=B0VELET F=C3=81JL\n" "A F=C3=81JLBAN meghat=C3=A1rozott oper=C3=A1ci=C3=B3s rendszer =C3=B6ss= ze=C3=A1ll=C3=ADt=C3=A1sa a M=C5=B0VELET szerint.\n" =20 -#: guix/scripts/system.scm:349 +#: guix/scripts/system.scm:377 msgid "The valid values for ACTION are:\n" msgstr "A M=C5=B0VELET =C3=A9rv=C3=A9nyes =C3=A9rt=C3=A9kei a k=C3=B6vet= kez=C5=91k:\n" =20 -#: guix/scripts/system.scm:350 -msgid " - 'reconfigure', switch to a new operating system configuration= \n" +#: guix/scripts/system.scm:379 +#, fuzzy +msgid " reconfigure switch to a new operating system configuratio= n\n" msgstr " - =E2=80=9Ereconfigure=E2=80=9D, =C3=A1tv=C3=A1lt=C3=A1s egy =C3= =BAj oper=C3=A1ci=C3=B3s rendszer be=C3=A1ll=C3=ADt=C3=A1sra\n" =20 -#: guix/scripts/system.scm:352 -msgid " - 'build', build the operating system without installing anythi= ng\n" -msgstr " - =E2=80=9Ebuild=E2=80=9D, az oper=C3=A1ci=C3=B3s rendszer =C3= =B6ssze=C3=A1ll=C3=ADt=C3=A1sa b=C3=A1rmi telep=C3=ADt=C3=A9se n=C3=A9lk=C3= =BCl\n" +#: guix/scripts/system.scm:381 +#, fuzzy +msgid "" +" build build the operating system without installing anyth= ing\n" +msgstr "" +" - =E2=80=9Ebuild=E2=80=9D, az oper=C3=A1ci=C3=B3s rendszer =C3=B6ssze= =C3=A1ll=C3=ADt=C3=A1sa b=C3=A1rmi telep=C3=ADt=C3=A9se n=C3=A9lk=C3=BCl\= n" =20 -#: guix/scripts/system.scm:354 -msgid " - 'vm', build a virtual machine image that shares the host's st= ore\n" +#: guix/scripts/system.scm:383 +#, fuzzy +msgid "" +" vm build a virtual machine image that shares the host'= s " +"store\n" msgstr "" " - =E2=80=9Evm=E2=80=9D, egy virtu=C3=A1lis g=C3=A9p lemezk=C3=A9p =C3= =B6ssze=C3=A1ll=C3=ADt=C3=A1sa, amely megosztja a gazda\n" " t=C3=A1rol=C3=B3j=C3=A1t\n" =20 -#: guix/scripts/system.scm:356 -msgid " - 'vm-image', build a freestanding virtual machine image\n" -msgstr " - =E2=80=9Evm-image=E2=80=9D, egy szabadon =C3=A1ll=C3=B3 virt= u=C3=A1lis g=C3=A9p lemezk=C3=A9p =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sa\n" +#: guix/scripts/system.scm:385 +#, fuzzy +msgid " vm-image build a freestanding virtual machine image\n" +msgstr "" +" - =E2=80=9Evm-image=E2=80=9D, egy szabadon =C3=A1ll=C3=B3 virtu=C3=A1= lis g=C3=A9p lemezk=C3=A9p =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sa\n" =20 -#: guix/scripts/system.scm:358 -msgid " - 'disk-image', build a disk image, suitable for a USB stick\n" -msgstr " - =E2=80=9Edisk-image=E2=80=9D, egy USB-meghajt=C3=B3hoz megfe= lel=C5=91 lemezk=C3=A9p =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sa\n" +#: guix/scripts/system.scm:387 +#, fuzzy +msgid " disk-image build a disk image, suitable for a USB stick\= n" +msgstr "" +" - =E2=80=9Edisk-image=E2=80=9D, egy USB-meghajt=C3=B3hoz megfelel=C5=91= lemezk=C3=A9p =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sa\n" =20 -#: guix/scripts/system.scm:360 -msgid " - 'init', initialize a root file system to run GNU.\n" +#: guix/scripts/system.scm:389 +#, fuzzy +msgid " init initialize a root file system to run GNU.\n" msgstr " - =E2=80=9Einit=E2=80=9D, a gy=C3=B6k=C3=A9r f=C3=A1jlrendszer= el=C5=91k=C3=A9sz=C3=ADt=C3=A9se a GNU futtat=C3=A1s=C3=A1hoz.\n" =20 -#: guix/scripts/system.scm:364 +#: guix/scripts/system.scm:393 +#, fuzzy +msgid "" +"\n" +" --on-error=3DSTRATEGY\n" +" apply STRATEGY when an error occurs while read= ing " +"FILE" +msgstr "" +"\n" +" --with-source=3DFORR=C3=81S\n" +" FORR=C3=81S haszn=C3=A1lata a megfelel=C5=91 c= somag " +"=C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sakor" + +#: guix/scripts/system.scm:396 msgid "" "\n" " --image-size=3DSIZE for 'vm-image', produce an image of SIZE" @@ -999,7 +1178,7 @@ msgstr "" "\n" " --image-size=3DM=C3=89RET a =E2=80=9Evm-image=E2=80=9D-hez, adot= t M=C3=89RET=C5=B0 lemezk=C3=A9p el=C5=91=C3=A1ll=C3=ADt=C3=A1sa" =20 -#: guix/scripts/system.scm:366 +#: guix/scripts/system.scm:398 msgid "" "\n" " --no-grub for 'init', do not install GRUB" @@ -1007,7 +1186,19 @@ msgstr "" "\n" " --no-grub az =E2=80=9Einit=E2=80=9D-hez, ne telep=C3=ADt= se a GRUB rendszerbet=C3=B6lt=C5=91t" =20 -#: guix/scripts/system.scm:368 +#: guix/scripts/system.scm:400 +msgid "" +"\n" +" --share=3DSPEC for 'vm', share host file system according t= o SPEC" +msgstr "" + +#: guix/scripts/system.scm:402 +msgid "" +"\n" +" --expose=3DSPEC for 'vm', expose host file system according = to SPEC" +msgstr "" + +#: guix/scripts/system.scm:404 msgid "" "\n" " --full-boot for 'vm', make a full boot sequence" @@ -1015,56 +1206,172 @@ msgstr "" "\n" " --full-boot =E2=80=9Evm=E2=80=9D eset=C3=A9n, teljes ind=C3= =ADt=C3=A1si sorozat k=C3=A9sz=C3=ADt=C3=A9se" =20 -#: guix/scripts/system.scm:434 +#: guix/scripts/system.scm:495 #, scheme-format msgid "~a: unknown action~%" msgstr "~a: ismeretlen m=C5=B1velet~%" =20 -#: guix/scripts/system.scm:451 +#: guix/scripts/system.scm:510 #, scheme-format msgid "wrong number of arguments for action '~a'~%" msgstr "nem megfelel=C5=91 sz=C3=A1m=C3=BA argumentum a(z) =E2=80=9E~a=E2= =80=9D m=C5=B1velethez~%" =20 -#: guix/scripts/system.scm:471 +#: guix/scripts/system.scm:534 #, scheme-format msgid "no configuration file specified~%" msgstr "nincs be=C3=A1ll=C3=ADt=C3=B3f=C3=A1jl megadva~%" =20 -#: guix/scripts/lint.scm:51 -#, scheme-format -msgid "~a: ~a: ~a~%" -msgstr "~a: ~a: ~a~%" - -#: guix/scripts/lint.scm:72 +#: guix/scripts/lint.scm:111 #, scheme-format msgid "Available checkers:~%" msgstr "El=C3=A9rhet=C5=91 ellen=C5=91rz=C5=91k:~%" =20 -#: guix/scripts/lint.scm:226 +#: guix/scripts/lint.scm:131 +msgid "description should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:138 +msgid "description should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:154 +#, scheme-format +msgid "" +"sentences in description should be followed ~\n" +"by two spaces; possible infraction~p at ~{~a~^, ~}" +msgstr "" + +#: guix/scripts/lint.scm:175 +msgid "pkg-config should probably be a native input" +msgstr "" + +#: guix/scripts/lint.scm:190 +msgid "synopsis should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:198 +msgid "no period allowed at the end of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:210 +msgid "no article allowed at the beginning of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:217 +msgid "synopsis should be less than 80 characters long" +msgstr "" + +#: guix/scripts/lint.scm:223 +msgid "synopsis should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:230 +msgid "synopsis should not start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:321 guix/scripts/lint.scm:333 +#, scheme-format +msgid "URI ~a not reachable: ~a (~s)" +msgstr "" + +#: guix/scripts/lint.scm:340 +#, fuzzy, scheme-format +msgid "URI ~a domain not found: ~a" +msgstr "guix: ~a: a parancs nem tal=C3=A1lhat=C3=B3~%" + +#: guix/scripts/lint.scm:348 +#, scheme-format +msgid "URI ~a unreachable: ~a" +msgstr "" + +#: guix/scripts/lint.scm:374 +#, fuzzy +msgid "invalid value for home page" +msgstr "A M=C5=B0VELET =C3=A9rv=C3=A9nyes =C3=A9rt=C3=A9kei a k=C3=B6vet= kez=C5=91k:\n" + +#: guix/scripts/lint.scm:377 +#, fuzzy, scheme-format +msgid "invalid home page URL: ~s" +msgstr "" +"\n" +"~a honlap: <~a>" + +#: guix/scripts/lint.scm:402 +msgid "file names of patches should start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:440 +#, scheme-format +msgid "~a: ~a: proposed synopsis: ~s~%" +msgstr "" + +#: guix/scripts/lint.scm:452 +#, scheme-format +msgid "~a: ~a: proposed description:~% \"~a\"~%" +msgstr "" + +#: guix/scripts/lint.scm:489 +msgid "all the source URIs are unreachable:" +msgstr "" + +#: guix/scripts/lint.scm:501 guix/scripts/lint.scm:505 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~a" +msgstr "nem siker=C3=BClt a GC gy=C3=B6k=C3=A9r l=C3=A9trehoz=C3=A1sa: =E2= =80=9E~a=E2=80=9D: ~a~%" + +#: guix/scripts/lint.scm:511 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~s~%" +msgstr "a(z) ~s kifejez=C3=A9s olvas=C3=A1sa sikertelen: ~s~%" + +#: guix/scripts/lint.scm:524 msgid "Validate package descriptions" msgstr "Csomagle=C3=ADr=C3=A1sok ellen=C5=91rz=C3=A9se" =20 -#: guix/scripts/lint.scm:230 +#: guix/scripts/lint.scm:528 +#, fuzzy +msgid "Validate synopsis & description of GNU packages" +msgstr "Csomagle=C3=ADr=C3=A1sok ellen=C5=91rz=C3=A9se" + +#: guix/scripts/lint.scm:532 msgid "Identify inputs that should be native inputs" msgstr "Bemenetek azonos=C3=ADt=C3=A1sa, amelyek nat=C3=ADv bemenetek le= hetnek" =20 -#: guix/scripts/lint.scm:234 -msgid "Validate filenames of patches" +#: guix/scripts/lint.scm:536 +#, fuzzy +msgid "Validate file names and availability of patches" msgstr "Jav=C3=ADt=C3=B3csomagok f=C3=A1jlneveinek ellen=C5=91rz=C3=A9se= " =20 -#: guix/scripts/lint.scm:238 -msgid "Validate package synopsis" +#: guix/scripts/lint.scm:540 +#, fuzzy +msgid "Validate home-page URLs" msgstr "Csomag=C3=A1ttekint=C3=A9s ellen=C5=91rz=C3=A9se" =20 -#: guix/scripts/lint.scm:257 +#: guix/scripts/lint.scm:544 +msgid "Validate source URLs" +msgstr "" + +#: guix/scripts/lint.scm:548 +msgid "Report failure to compile a package to a derivation" +msgstr "" + +#: guix/scripts/lint.scm:552 +#, fuzzy +msgid "Validate package synopses" +msgstr "Csomag=C3=A1ttekint=C3=A9s ellen=C5=91rz=C3=A9se" + +#: guix/scripts/lint.scm:577 +#, fuzzy msgid "" "Usage: guix lint [OPTION]... [PACKAGE]...\n" -"Run a set of checkers on the specified package; if none is specified, r= un the checkers on all packages.\n" +"Run a set of checkers on the specified package; if none is specified,\n= " +"run the checkers on all packages.\n" msgstr "" "Haszn=C3=A1lat: guix lint [KAPCSOL=C3=93]=E2=80=A6 [CSOMAG]=E2=80=A6\n" -"Sz=C3=A1mos ellen=C5=91rz=C5=91 futtat=C3=A1sa a megadott csomagon. Ha = semmi sincs megadva, az ellen=C5=91rz=C5=91k futtat=C3=A1sa minden csomag= on.\n" +"Sz=C3=A1mos ellen=C5=91rz=C5=91 futtat=C3=A1sa a megadott csomagon. Ha = semmi sincs megadva, az " +"ellen=C5=91rz=C5=91k futtat=C3=A1sa minden csomagon.\n" =20 -#: guix/scripts/lint.scm:259 +#: guix/scripts/lint.scm:580 msgid "" "\n" " -c, --checkers=3DCHECKER1,CHECKER2...\n" @@ -1074,7 +1381,7 @@ msgstr "" " -c, --checkers=3DELLEN=C5=90RZ=C5=901,ELLEN=C5=90RZ=C5=902=E2=80=A6\n= " " csak a megadott ellen=C5=91rz=C5=91k futtat=C3= =A1sa" =20 -#: guix/scripts/lint.scm:264 +#: guix/scripts/lint.scm:585 msgid "" "\n" " -l, --list-checkers display the list of available lint checkers" @@ -1082,50 +1389,151 @@ msgstr "" "\n" " -l, --list-checkers az el=C3=A9rhet=C5=91 lint ellen=C5=91rz=C5=91= k list=C3=A1j=C3=A1nak megjelen=C3=ADt=C3=A9se" =20 -#: guix/scripts/lint.scm:283 -#, scheme-format -msgid "~a: invalid checker" +#: guix/scripts/lint.scm:605 +#, fuzzy, scheme-format +msgid "~a: invalid checker~%" msgstr "~a: =C3=A9rv=C3=A9nytelen ellen=C5=91rz=C5=91" =20 -#: guix/gnu-maintenance.scm:373 +#: guix/scripts/publish.scm:49 +#, scheme-format +msgid "" +"Usage: guix publish [OPTION]...\n" +"Publish ~a over HTTP.\n" +msgstr "" + +#: guix/scripts/publish.scm:51 +msgid "" +"\n" +" -p, --port=3DPORT listen on PORT" +msgstr "" + +#: guix/scripts/publish.scm:53 +#, fuzzy +msgid "" +"\n" +" --listen=3DHOST listen on the network interface for HOST" +msgstr "" +"\n" +" --references az =C3=9ATVONALAK hivatkoz=C3=A1sainak list=C3= =A1z=C3=A1sa" + +#: guix/scripts/publish.scm:55 +msgid "" +"\n" +" -u, --user=3DUSER change privileges to USER as soon as possibl= e" +msgstr "" + +#: guix/scripts/publish.scm:57 +msgid "" +"\n" +" -r, --repl[=3DPORT] spawn REPL server on PORT" +msgstr "" + +#: guix/scripts/publish.scm:73 +#, fuzzy, scheme-format +msgid "lookup of host '~a' failed: ~a~%" +msgstr "a let=C3=B6lt=C3=A9s sikertelen innen: =E2=80=9E~a=E2=80=9D: ~a,= ~s~%" + +#: guix/scripts/publish.scm:97 +#, scheme-format +msgid "lookup of host '~a' returned nothing" +msgstr "" + +#: guix/scripts/publish.scm:270 +#, scheme-format +msgid "user '~a' not found: ~a~%" +msgstr "" + +#: guix/scripts/publish.scm:284 +#, fuzzy, scheme-format +msgid "~A: extraneuous argument~%" +msgstr "~A: nem odatartoz=C3=B3 argumentum~%" + +#: guix/scripts/publish.scm:305 +#, scheme-format +msgid "server running as root; consider using the '--user' option!~%" +msgstr "" + +#: guix/scripts/publish.scm:307 +#, scheme-format +msgid "publishing ~a on ~a, port ~d~%" +msgstr "" + +#: guix/gnu-maintenance.scm:461 #, scheme-format msgid "signature verification failed for `~a'~%" msgstr "az al=C3=A1=C3=ADr=C3=A1s-ellen=C5=91rz=C3=A9s sikertelen enn=C3= =A9l: =E2=80=9E~a=E2=80=9D~%" =20 -#: guix/gnu-maintenance.scm:375 +#: guix/gnu-maintenance.scm:463 #, scheme-format msgid "(could be because the public key is not in your keyring)~%" msgstr "(az=C3=A9rt lehet, mert a nyilv=C3=A1nos kulcs nincs a kulcstart= =C3=B3n)~%" =20 -#: guix/gnu-maintenance.scm:450 +#: guix/gnu-maintenance.scm:538 #, scheme-format msgid "~a: could not locate source file" msgstr "~a: nem tal=C3=A1lhat=C3=B3 a forr=C3=A1sf=C3=A1jl" =20 -#: guix/gnu-maintenance.scm:455 +#: guix/gnu-maintenance.scm:543 #, scheme-format msgid "~a: ~a: no `version' field in source; skipping~%" msgstr "~a: ~a: nincs =E2=80=9Eversion=E2=80=9D mez=C5=91 a forr=C3=A1sb= an; kihagy=C3=A1s~%" =20 -#: guix/ui.scm:135 +#: guix/ui.scm:210 +msgid "entering debugger; type ',bt' for a backtrace\n" +msgstr "" + +#: guix/ui.scm:226 guix/ui.scm:243 +#, fuzzy, scheme-format +msgid "failed to load '~a': ~a~%" +msgstr "sikertelen csatlakoz=C3=A1s ehhez: =E2=80=9E~a=E2=80=9D: ~a~%" + +#: guix/ui.scm:229 +#, fuzzy, scheme-format +msgid "~a: error: ~a~%" +msgstr "~a: ~a: ~a~%" + +#: guix/ui.scm:232 guix/ui.scm:460 +#, scheme-format +msgid "exception thrown: ~s~%" +msgstr "" + +#: guix/ui.scm:234 guix/ui.scm:252 +#, fuzzy, scheme-format +msgid "failed to load '~a':~%" +msgstr "a ter=C3=BCleti be=C3=A1ll=C3=ADt=C3=A1s telep=C3=ADt=C3=A9se si= kertelen: ~a~%" + +#: guix/ui.scm:246 +#, fuzzy, scheme-format +msgid "~a: warning: ~a~%" +msgstr "~a: ~a: ~a~%" + +#: guix/ui.scm:249 +#, fuzzy, scheme-format +msgid "failed to load '~a': exception thrown: ~s~%" +msgstr "a(z) ~s kifejez=C3=A9s olvas=C3=A1sa sikertelen: ~s~%" + +#: guix/ui.scm:261 #, scheme-format msgid "failed to install locale: ~a~%" msgstr "a ter=C3=BCleti be=C3=A1ll=C3=ADt=C3=A1s telep=C3=ADt=C3=A9se si= kertelen: ~a~%" =20 -#: guix/ui.scm:154 +#: guix/ui.scm:280 +#, fuzzy msgid "" -"Copyright (C) 2014 the Guix authors\n" -"License GPLv3+: GNU GPL version 3 or later \n" +"Copyright (C) 2015 the Guix authors\n" +"License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" "Copyright =C2=A9 2014 a Guix szerz=C5=91i\n" -"Licenc GPLv3+: GNU GPL 3. vagy =C3=BAjabb verzi=C3=B3 \n" +"Licenc GPLv3+: GNU GPL 3. vagy =C3=BAjabb verzi=C3=B3 \n" "\n" "Ez egy szabad szoftver, terjesztheti =C3=A9s/vagy m=C3=B3dos=C3=ADthatj= a.\n" "NINCS GARANCIA, a t=C3=B6rv=C3=A9ny =C3=A1ltal enged=C3=A9lyezett m=C3=A9= rt=C3=A9kig.\n" =20 -#: guix/ui.scm:162 +#: guix/ui.scm:288 #, scheme-format msgid "" "\n" @@ -1134,7 +1542,7 @@ msgstr "" "\n" "A hib=C3=A1kat ide jelentse: ~a." =20 -#: guix/ui.scm:164 +#: guix/ui.scm:290 #, scheme-format msgid "" "\n" @@ -1143,168 +1551,210 @@ msgstr "" "\n" "~a honlap: <~a>" =20 -#: guix/ui.scm:166 +#: guix/ui.scm:292 msgid "" "\n" "General help using GNU software: " msgstr "" "\n" -"=C3=81ltal=C3=A1nos seg=C3=ADts=C3=A9g a GNU szoftverek haszn=C3=A1lat=C3= =A1hoz: " +"=C3=81ltal=C3=A1nos seg=C3=ADts=C3=A9g a GNU szoftverek haszn=C3=A1lat=C3= =A1hoz: " =20 -#: guix/ui.scm:173 +#: guix/ui.scm:333 #, scheme-format msgid "~a: invalid number~%" msgstr "~a: =C3=A9rv=C3=A9nytelen sz=C3=A1m~%" =20 -#: guix/ui.scm:190 +#: guix/ui.scm:350 #, scheme-format msgid "invalid number: ~a~%" msgstr "=C3=A9rv=C3=A9nytelen sz=C3=A1m: ~a~%" =20 -#: guix/ui.scm:213 +#: guix/ui.scm:373 #, scheme-format msgid "unknown unit: ~a~%" msgstr "ismeretlen egys=C3=A9g: ~a~%" =20 -#: guix/ui.scm:224 +#: guix/ui.scm:384 #, scheme-format msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" msgstr "~a:~a:~a: a(z) =E2=80=9E~a=E2=80=9D csomagnak =C3=A9rv=C3=A9nyte= len bemenete van: ~s~%" =20 -#: guix/ui.scm:231 +#: guix/ui.scm:391 #, scheme-format msgid "~a: ~a: build system `~a' does not support cross builds~%" -msgstr "~a: ~a: a(z) =E2=80=9E~a=E2=80=9D =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1= si rendszer nem t=C3=A1mogatja a kereszt =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1s= okat~%" +msgstr "" +"~a: ~a: a(z) =E2=80=9E~a=E2=80=9D =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1si ren= dszer nem t=C3=A1mogatja a kereszt " +"=C3=B6ssze=C3=A1ll=C3=ADt=C3=A1sokat~%" =20 -#: guix/ui.scm:236 +#: guix/ui.scm:396 #, scheme-format msgid "profile '~a' does not exist~%" msgstr "a(z) =E2=80=9E~a=E2=80=9D profil nem l=C3=A9tezik~%" =20 -#: guix/ui.scm:239 +#: guix/ui.scm:399 #, scheme-format msgid "generation ~a of profile '~a' does not exist~%" msgstr "a(z) ~a gener=C3=A1ci=C3=B3 a(z) =E2=80=9E~a=E2=80=9D profilhoz = nem l=C3=A9tezik~%" =20 -#: guix/ui.scm:243 +#: guix/ui.scm:406 +#, scheme-format +msgid "corrupt input while restoring '~a' from ~s~%" +msgstr "" + +#: guix/ui.scm:408 +#, fuzzy, scheme-format +msgid "corrupt input while restoring archive from ~s~%" +msgstr "s=C3=A9r=C3=BClt f=C3=A1jlhalmaz arch=C3=ADvum" + +#: guix/ui.scm:411 #, scheme-format msgid "failed to connect to `~a': ~a~%" msgstr "sikertelen csatlakoz=C3=A1s ehhez: =E2=80=9E~a=E2=80=9D: ~a~%" =20 -#: guix/ui.scm:248 +#: guix/ui.scm:416 #, scheme-format msgid "build failed: ~a~%" msgstr "az =C3=B6ssze=C3=A1ll=C3=ADt=C3=A1s sikertelen: ~a~%" =20 -#: guix/ui.scm:277 +#: guix/ui.scm:419 +#, scheme-format +msgid "reference to invalid output '~a' of derivation '~a'~%" +msgstr "" + +#: guix/ui.scm:430 +#, scheme-format +msgid "~a: ~a~%" +msgstr "~a: ~a~%" + +#: guix/ui.scm:449 #, scheme-format msgid "failed to read expression ~s: ~s~%" msgstr "a(z) ~s kifejez=C3=A9s olvas=C3=A1sa sikertelen: ~s~%" =20 -#: guix/ui.scm:283 -#, scheme-format -msgid "failed to evaluate expression `~a': ~s~%" +#: guix/ui.scm:455 +#, fuzzy, scheme-format +msgid "failed to evaluate expression '~a':~%" msgstr "a(z) =E2=80=9E~a=E2=80=9D kifejez=C3=A9s ki=C3=A9rt=C3=A9kel=C3=A9= se sikertelen: ~s~%" =20 -#: guix/ui.scm:292 +#: guix/ui.scm:458 +#, fuzzy, scheme-format +msgid "syntax error: ~a~%" +msgstr "g=C3=A9pn=C3=A9v keres=C3=A9si hiba: ~a~%" + +#: guix/ui.scm:472 #, scheme-format msgid "expression ~s does not evaluate to a package~%" msgstr "a(z) ~s kifejez=C3=A9s nem =C3=A9rt=C3=A9kelhet=C5=91 ki a csoma= ghoz~%" =20 -#: guix/ui.scm:339 +#: guix/ui.scm:524 #, scheme-format msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~= ;~]" msgstr[0] "~:[A k=C3=B6vetkez=C5=91 sz=C3=A1rmaz=C3=A9kot kellene =C3=B6= ssze=C3=A1ll=C3=ADtani:~%~{ ~a~%~}~;~]" msgstr[1] "~:[A k=C3=B6vetkez=C5=91 sz=C3=A1rmaz=C3=A9kokat kellene =C3=B6= ssze=C3=A1ll=C3=ADtani:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:344 +#: guix/ui.scm:529 #, scheme-format msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;= ~]" msgstr[0] "~:[A k=C3=B6vetkez=C5=91 f=C3=A1jlt kellene let=C3=B6lteni:~%= ~{ ~a~%~}~;~]" msgstr[1] "~:[A k=C3=B6vetkez=C5=91 f=C3=A1jlokat kellene let=C3=B6lteni= :~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:350 +#: guix/ui.scm:535 #, scheme-format msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;= ~]" msgstr[0] "~:[A k=C3=B6vetkez=C5=91 sz=C3=A1rmaz=C3=A9k lesz =C3=B6ssze=C3= =A1ll=C3=ADtva:~%~{ ~a~%~}~;~]" msgstr[1] "~:[A k=C3=B6vetkez=C5=91 sz=C3=A1rmaz=C3=A9kok lesznek =C3=B6= ssze=C3=A1ll=C3=ADtva:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:355 +#: guix/ui.scm:540 #, scheme-format msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~= ]" msgstr[0] "~:[A k=C3=B6vetkez=C5=91 f=C3=A1jl lesz let=C3=B6ltve:~%~{ = ~a~%~}~;~]" msgstr[1] "~:[A k=C3=B6vetkez=C5=91 f=C3=A1jlok lesznek let=C3=B6ltve:~%= ~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:407 +#: guix/ui.scm:595 #, scheme-format msgid "The following package would be removed:~%~{~a~%~}~%" msgid_plural "The following packages would be removed:~%~{~a~%~}~%" msgstr[0] "A k=C3=B6vetkez=C5=91 csomagot el kellene t=C3=A1vol=C3=ADtan= i:~%~{~a~%~}~%" msgstr[1] "A k=C3=B6vetkez=C5=91 csomagokat el kellene t=C3=A1vol=C3=ADt= ani:~%~{~a~%~}~%" =20 -#: guix/ui.scm:412 +#: guix/ui.scm:600 #, scheme-format msgid "The following package will be removed:~%~{~a~%~}~%" msgid_plural "The following packages will be removed:~%~{~a~%~}~%" msgstr[0] "A k=C3=B6vetkez=C5=91 csomag el lesz t=C3=A1vol=C3=ADtva:~%~{= ~a~%~}~%" msgstr[1] "A k=C3=B6vetkez=C5=91 csomagok el lesznek t=C3=A1vol=C3=ADtva= :~%~{~a~%~}~%" =20 -#: guix/ui.scm:425 +#: guix/ui.scm:613 +#, fuzzy, scheme-format +msgid "The following package would be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" +msgstr[0] "A k=C3=B6vetkez=C5=91 csomagot kellene friss=C3=ADteni:~%~{~a= ~%~}~%" +msgstr[1] "A k=C3=B6vetkez=C5=91 csomagokat kellene friss=C3=ADteni:~%~{= ~a~%~}~%" + +#: guix/ui.scm:618 +#, fuzzy, scheme-format +msgid "The following package will be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" +msgstr[0] "A k=C3=B6vetkez=C5=91 csomag lesz friss=C3=ADtve:~%~{~a~%~}~%= " +msgstr[1] "A k=C3=B6vetkez=C5=91 csomagok lesznek friss=C3=ADtve:~%~{~a~= %~}~%" + +#: guix/ui.scm:631 #, scheme-format msgid "The following package would be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" msgstr[0] "A k=C3=B6vetkez=C5=91 csomagot kellene friss=C3=ADteni:~%~{~a= ~%~}~%" msgstr[1] "A k=C3=B6vetkez=C5=91 csomagokat kellene friss=C3=ADteni:~%~{= ~a~%~}~%" =20 -#: guix/ui.scm:430 +#: guix/ui.scm:636 #, scheme-format msgid "The following package will be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" msgstr[0] "A k=C3=B6vetkez=C5=91 csomag lesz friss=C3=ADtve:~%~{~a~%~}~%= " msgstr[1] "A k=C3=B6vetkez=C5=91 csomagok lesznek friss=C3=ADtve:~%~{~a~= %~}~%" =20 -#: guix/ui.scm:441 +#: guix/ui.scm:647 #, scheme-format msgid "The following package would be installed:~%~{~a~%~}~%" msgid_plural "The following packages would be installed:~%~{~a~%~}~%" msgstr[0] "A k=C3=B6vetkez=C5=91 csomagot kellene telep=C3=ADteni:~%~{~a= ~%~}~%" msgstr[1] "A k=C3=B6vetkez=C5=91 csomagokat kellene telep=C3=ADteni:~%~{= ~a~%~}~%" =20 -#: guix/ui.scm:446 +#: guix/ui.scm:652 #, scheme-format msgid "The following package will be installed:~%~{~a~%~}~%" msgid_plural "The following packages will be installed:~%~{~a~%~}~%" msgstr[0] "A k=C3=B6vetkez=C5=91 csomag lesz telep=C3=ADtve:~%~{~a~%~}~%= " msgstr[1] "A k=C3=B6vetkez=C5=91 csomagok lesznek telep=C3=ADtve:~%~{~a~= %~}~%" =20 -#: guix/ui.scm:463 +#: guix/ui.scm:669 msgid "" msgstr "" =20 -#: guix/ui.scm:489 +#: guix/ui.scm:695 #, scheme-format msgid "failed to create configuration directory `~a': ~a~%" msgstr "a(z) =E2=80=9E~a=E2=80=9D be=C3=A1ll=C3=ADt=C3=A1si k=C3=B6nyvt=C3= =A1r l=C3=A9trehoz=C3=A1sa sikertelen: ~a~%" =20 -#: guix/ui.scm:589 guix/ui.scm:603 +#: guix/ui.scm:797 guix/ui.scm:811 msgid "unknown" msgstr "ismeretlen" =20 -#: guix/ui.scm:712 +#: guix/ui.scm:920 #, scheme-format msgid "invalid argument: ~a~%" msgstr "=C3=A9rv=C3=A9nytelen argumentum: ~a~%" =20 -#: guix/ui.scm:717 +#: guix/ui.scm:959 #, scheme-format msgid "Try `guix --help' for more information.~%" msgstr "Tov=C3=A1bbi inform=C3=A1ci=C3=B3k=C3=A9rt pr=C3=B3b=C3=A1lja a = =E2=80=9Eguix --help=E2=80=9D parancsot.~%" =20 -#: guix/ui.scm:747 +#: guix/ui.scm:986 msgid "" "Usage: guix COMMAND ARGS...\n" "Run COMMAND with ARGS.\n" @@ -1312,41 +1762,32 @@ msgstr "" "Haszn=C3=A1lat: guix PARANCS ARGUMENTUMOK=E2=80=A6\n" "A PARANCS futtat=C3=A1sa ARGUMENTUMOKKAL.\n" =20 -#: guix/ui.scm:750 +#: guix/ui.scm:989 msgid "COMMAND must be one of the sub-commands listed below:\n" -msgstr "A PARANCSNAK a lenti list=C3=A1ban l=C3=A9v=C5=91 alparancsok eg= yik=C3=A9nek kell lennie:\n" +msgstr "" +"A PARANCSNAK a lenti list=C3=A1ban l=C3=A9v=C5=91 alparancsok egyik=C3=A9= nek kell lennie:\n" =20 -#: guix/ui.scm:770 +#: guix/ui.scm:1009 #, scheme-format msgid "guix: ~a: command not found~%" msgstr "guix: ~a: a parancs nem tal=C3=A1lhat=C3=B3~%" =20 -#: guix/ui.scm:788 +#: guix/ui.scm:1027 #, scheme-format msgid "guix: missing command name~%" msgstr "guix: hi=C3=A1nyz=C3=B3 parancsn=C3=A9v~%" =20 -#: guix/ui.scm:796 +#: guix/ui.scm:1035 #, scheme-format msgid "guix: unrecognized option '~a'~%" msgstr "guix: ismeretlen kapcsol=C3=B3: =E2=80=9E~a=E2=80=9D~%" =20 -#: guix/http-client.scm:217 -#, scheme-format -msgid "using Guile ~a, which does not support ~s encoding~%" -msgstr "a Guile ~a haszn=C3=A1lata, amely nem t=C3=A1mogatja a(z) ~s k=C3= =B3dol=C3=A1st~%" - -#: guix/http-client.scm:220 -#, scheme-format -msgid "download failed; use a newer Guile~%" -msgstr "let=C3=B6lt=C3=A9s sikertelen; haszn=C3=A1lja a Guile =C3=BAjabb= verzi=C3=B3j=C3=A1t~%" - -#: guix/http-client.scm:232 +#: guix/http-client.scm:211 #, scheme-format msgid "following redirection to `~a'...~%" msgstr "=C3=A1tir=C3=A1ny=C3=ADt=C3=A1s k=C3=B6vet=C3=A9se ide: =E2=80=9E= ~a=E2=80=9D=E2=80=A6~%" =20 -#: guix/http-client.scm:241 +#: guix/http-client.scm:220 msgid "download failed" msgstr "let=C3=B6lt=C3=A9s sikertelen" =20 @@ -1379,19 +1820,166 @@ msgstr "s=C3=A9r=C3=BClt f=C3=A1jlhalmaz arch=C3= =ADvum" msgid "importing file or directory '~a'...~%" msgstr "f=C3=A1jl vagy k=C3=B6nyvt=C3=A1r import=C3=A1l=C3=A1sa: =E2=80=9E= ~a=E2=80=9D=E2=80=A6~%" =20 -#: guix/nar.scm:220 +#: guix/nar.scm:222 #, scheme-format msgid "found valid signature for '~a'~%" msgstr "=C3=A9rv=C3=A9nyes al=C3=A1=C3=ADr=C3=A1s tal=C3=A1lhat=C3=B3 eh= hez: =E2=80=9E~a=E2=80=9D~%" =20 -#: guix/nar.scm:227 +#: guix/nar.scm:229 msgid "imported file lacks a signature" msgstr "az import=C3=A1lt f=C3=A1jl egy al=C3=A1=C3=ADr=C3=A1st hi=C3=A1= nyol" =20 -#: guix/nar.scm:266 +#: guix/nar.scm:268 msgid "invalid inter-file archive mark" msgstr "=C3=A9rv=C3=A9nytelen bels=C5=91-f=C3=A1jl arch=C3=ADvum jel=C3=B6= l=C5=91" =20 +#: nix/nix-daemon/guix-daemon.cc:61 +msgid "guix-daemon -- perform derivation builds and store accesses" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:63 +msgid "" +"This program is a daemon meant to run in the background. It serves req= uests " +"sent over a Unix-domain socket. It accesses the store, and builds " +"derivations on behalf of its clients." +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:86 +msgid "SYSTEM" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:87 +msgid "assume SYSTEM as the current system type" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:88 nix/nix-daemon/guix-daemon.cc:91 +msgid "N" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:89 +msgid "use N CPU cores to build each derivation; 0 means as many as avai= lable" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:92 +msgid "allow at most N build jobs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:94 +msgid "disable chroot builds" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:95 +msgid "DIR" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:96 +msgid "add DIR to the build chroot" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:97 +msgid "GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:98 +msgid "perform builds as a user of GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:100 +msgid "do not use substitutes" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:101 +msgid "URLS" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:102 +msgid "use URLS as the default list of substitute providers" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:104 +msgid "do not use the 'build hook'" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:106 +msgid "cache build failures" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:108 +msgid "do not keep build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:110 +msgid "disable compression of the build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:115 +msgid "disable automatic file \"deduplication\" in the store" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:125 +msgid "impersonate Linux 2.6" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:129 +msgid "tell whether the GC must keep outputs of live derivations" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:132 +msgid "tell whether the GC must keep derivations corresponding to live o= utputs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:135 +msgid "SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:136 +msgid "listen for connections on SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:138 +msgid "produce debugging output" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:205 nix/nix-daemon/guix-daemon.cc:381 +#, c-format +msgid "error: %s\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:266 +#, c-format +msgid "error: libgcrypt version mismatch\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:357 +#, c-format +msgid "" +"warning: daemon is running as root, so using `--build-users-group' is h= ighly " +"recommended\n" +msgstr "" + +#~ msgid "~a: not a number~%" +#~ msgstr "~a: nem sz=C3=A1m~%" + +#~ msgid "Downloading, please wait...~%" +#~ msgstr "Let=C3=B6lt=C3=A9s, k=C3=A9rem v=C3=A1rjon=E2=80=A6~%" + +#~ msgid "(Please consider upgrading Guile to get proper progress report= .)~%" +#~ msgstr "" +#~ "(Fontolja meg a Guile friss=C3=ADt=C3=A9s=C3=A9t a megfelel=C5=91 =C3= =A1llapotjelent=C3=A9s " +#~ "beszerz=C3=A9s=C3=A9hez.)~%" + +#~ msgid "failed to open operating system file '~a': ~a~%" +#~ msgstr "a(z) =E2=80=9E~a=E2=80=9D oper=C3=A1ci=C3=B3s rendszer f=C3=A1= jl megnyit=C3=A1sa sikertelen: ~a~%" + +#~ msgid "failed to load operating system file '~a': ~s~%" +#~ msgstr "a(z) =E2=80=9E~a=E2=80=9D oper=C3=A1ci=C3=B3s rendszer f=C3=A1= jl bet=C3=B6lt=C3=A9se sikertelen: ~s~%" + +#~ msgid "using Guile ~a, which does not support ~s encoding~%" +#~ msgstr "a Guile ~a haszn=C3=A1lata, amely nem t=C3=A1mogatja a(z) ~s = k=C3=B3dol=C3=A1st~%" + +#~ msgid "download failed; use a newer Guile~%" +#~ msgstr "let=C3=B6lt=C3=A9s sikertelen; haszn=C3=A1lja a Guile =C3=BAj= abb verzi=C3=B3j=C3=A1t~%" + #~ msgid "unexpected executable file marker" #~ msgstr "nem v=C3=A1rt v=C3=A9grehajthat=C3=B3 f=C3=A1jljel=C3=B6l=C5=91= " =20 diff --git a/po/guix/pt_BR.po b/po/guix/pt_BR.po index 664cf24..e954b89 100644 --- a/po/guix/pt_BR.po +++ b/po/guix/pt_BR.po @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: guix 0.4-pre2\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-07-25 00:55+0200\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2013-09-28 21:29-0300\n" "Last-Translator: Rafael Ferreira \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=3DUTF-8\n" @@ -19,37 +20,93 @@ msgstr "" "Plural-Forms: nplurals=3D2; plural=3D(n > 1);\n" "X-Generator: Poedit 1.5.7\n" =20 -#: gnu/packages.scm:102 +#: gnu/packages.scm:78 +#, fuzzy, scheme-format +msgid "~a: patch not found" +msgstr "~a: pacote n=C3=A3o encontrado~%" + +#: gnu/packages.scm:89 +#, scheme-format +msgid "could not find bootstrap binary '~a' for system '~a'" +msgstr "" + +#: gnu/packages.scm:141 #, scheme-format msgid "cannot access `~a': ~a~%" msgstr "n=C3=A3o foi poss=C3=ADvel acessar \"~a\": ~a~%" =20 -#: guix/scripts/build.scm:54 guix/scripts/package.scm:349 +#: gnu/packages.scm:382 +#, scheme-format +msgid "looking for the latest release of GNU ~a..." +msgstr "procurando pelo =C3=BAltimo lan=C3=A7amento do GNU ~a..." + +#: gnu/packages.scm:389 +#, scheme-format +msgid "~a: note: using ~a but ~a is available upstream~%" +msgstr "~a: nota: usando ~a, mas ~a est=C3=A1 dispon=C3=ADvel no upstrea= m~%" + +#: gnu/packages.scm:411 guix/scripts/package.scm:351 #, scheme-format msgid "ambiguous package specification `~a'~%" msgstr "especifica=C3=A7=C3=A3o amb=C3=ADgua de pacote \"~a\"~%" =20 -#: guix/scripts/build.scm:55 guix/scripts/package.scm:351 +#: gnu/packages.scm:412 guix/scripts/package.scm:353 #, scheme-format msgid "choosing ~a from ~a~%" msgstr "escolhendo ~a de ~a~%" =20 -#: guix/scripts/build.scm:61 +#: gnu/packages.scm:418 #, scheme-format msgid "~A: package not found for version ~a~%" msgstr "~A: pacote n=C3=A3o encontrado para vers=C3=A3o ~a~%" =20 -#: guix/scripts/build.scm:63 +#: gnu/packages.scm:420 #, scheme-format msgid "~A: unknown package~%" msgstr "~A: pacote desconhecido~%" =20 -#: guix/scripts/build.scm:86 +#: gnu/system.scm:582 +#, scheme-format +msgid "using a string for file '~a' is deprecated; use 'plain-file' inst= ead~%" +msgstr "" + +#: gnu/system.scm:598 +#, scheme-format +msgid "" +"using a monadic value for '~a' is deprecated; use 'plain-file' instead~= %" +msgstr "" + +#: gnu/system.scm:850 +msgid "system locale lacks a definition" +msgstr "" + +#: gnu/services/dmd.scm:51 +#, scheme-format +msgid "service '~a' provided more than once" +msgstr "" + +#: gnu/system/shadow.scm:204 +#, scheme-format +msgid "supplementary group '~a' of user '~a' is undeclared" +msgstr "" + +#: gnu/system/shadow.scm:214 +#, scheme-format +msgid "primary group '~a' of user '~a' is undeclared" +msgstr "" + +#: guix/scripts/build.scm:66 #, scheme-format msgid "failed to create GC root `~a': ~a~%" msgstr "falha ao criar raiz de GC \"~a\": ~a~%" =20 -#: guix/scripts/build.scm:123 +#: guix/scripts/build.scm:110 +msgid "" +"\n" +" -L, --load-path=3DDIR prepend DIR to the package module search pat= h" +msgstr "" + +#: guix/scripts/build.scm:112 msgid "" "\n" " -K, --keep-failed keep build tree of failed builds" @@ -57,7 +114,7 @@ msgstr "" "\n" " -K, --keep-failed mant=C3=A9m a =C3=A1rvore de compilado de paco= tes falhos" =20 -#: guix/scripts/build.scm:125 +#: guix/scripts/build.scm:114 msgid "" "\n" " -n, --dry-run do not build the derivations" @@ -65,7 +122,7 @@ msgstr "" "\n" " -n, --dry-run n=C3=A3o compila as deriva=C3=A7=C3=B5es" =20 -#: guix/scripts/build.scm:127 +#: guix/scripts/build.scm:116 msgid "" "\n" " --fallback fall back to building when the substituter fai= ls" @@ -73,7 +130,7 @@ msgstr "" "\n" " --fallback volta para compila=C3=A7=C3=A3o quando o subst= ituto falhar" =20 -#: guix/scripts/build.scm:129 +#: guix/scripts/build.scm:118 msgid "" "\n" " --no-substitutes build instead of resorting to pre-built substi= tutes" @@ -82,13 +139,13 @@ msgstr "" " --no-substitutes compila, em vez de recorrer a substitutos\n" " pr=C3=A9-constru=C3=ADdos" =20 -#: guix/scripts/build.scm:131 +#: guix/scripts/build.scm:120 msgid "" "\n" " --no-build-hook do not attempt to offload builds via the build= hook" msgstr "" =20 -#: guix/scripts/build.scm:133 +#: guix/scripts/build.scm:122 msgid "" "\n" " --max-silent-time=3DSECONDS\n" @@ -96,9 +153,10 @@ msgid "" msgstr "" "\n" " --max-silent-time=3DSEGUNDOS\n" -" marca compila=C3=A7=C3=A3o como falha ap=C3=B3= s SEGUNDOS de sil=C3=AAncio" +" marca compila=C3=A7=C3=A3o como falha ap=C3=B3= s SEGUNDOS de " +"sil=C3=AAncio" =20 -#: guix/scripts/build.scm:136 +#: guix/scripts/build.scm:125 #, fuzzy msgid "" "\n" @@ -106,9 +164,10 @@ msgid "" msgstr "" "\n" " --max-silent-time=3DSEGUNDOS\n" -" marca compila=C3=A7=C3=A3o como falha ap=C3=B3= s SEGUNDOS de sil=C3=AAncio" +" marca compila=C3=A7=C3=A3o como falha ap=C3=B3= s SEGUNDOS de " +"sil=C3=AAncio" =20 -#: guix/scripts/build.scm:138 +#: guix/scripts/build.scm:127 msgid "" "\n" " --verbosity=3DLEVEL use the given verbosity LEVEL" @@ -116,20 +175,27 @@ msgstr "" "\n" " --verbosity=3DN=C3=8DVEL usa o N=C3=8DVEL de detalhamento dado" =20 -#: guix/scripts/build.scm:140 +#: guix/scripts/build.scm:129 msgid "" "\n" " -c, --cores=3DN allow the use of up to N CPU cores for the b= uild" msgstr "" "\n" -" -c, --cores=3DN permite o uso de at=C3=A9 N n=C3=BAcleos de = CPU para compila=C3=A7=C3=A3o" +" -c, --cores=3DN permite o uso de at=C3=A9 N n=C3=BAcleos de = CPU para " +"compila=C3=A7=C3=A3o" =20 -#: guix/scripts/build.scm:206 -#, scheme-format -msgid "~a: not a number~%" -msgstr "~a: n=C3=A3o =C3=A9 um n=C3=BAmero~%" +#: guix/scripts/build.scm:131 +msgid "" +"\n" +" -M, --max-jobs=3DN allow at most N build jobs" +msgstr "" =20 -#: guix/scripts/build.scm:223 +#: guix/scripts/build.scm:209 guix/scripts/build.scm:216 +#, fuzzy, scheme-format +msgid "not a number: '~a' option argument: ~a~%" +msgstr "n=C3=BAmero errado de argumentos~%" + +#: guix/scripts/build.scm:235 msgid "" "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" @@ -137,7 +203,7 @@ msgstr "" "Uso: guix build [OP=C3=87=C3=83O]... PACOTE-OU-DERIVA=C3=87=C3=83O...\n= " "Compila o PACOTE-OU-DERIVA=C3=87=C3=83O dado e returna seus caminhos de= sa=C3=ADda.\n" =20 -#: guix/scripts/build.scm:225 +#: guix/scripts/build.scm:237 #, fuzzy msgid "" "\n" @@ -146,7 +212,7 @@ msgstr "" "\n" " -e, --expression=3DEXPR compila o pacote que EXPR corresponder" =20 -#: guix/scripts/build.scm:227 +#: guix/scripts/build.scm:239 msgid "" "\n" " -S, --source build the packages' source derivations" @@ -154,7 +220,15 @@ msgstr "" "\n" " -S, --source compila as deriva=C3=A7=C3=B5es de fontes do p= acote" =20 -#: guix/scripts/build.scm:229 +#: guix/scripts/build.scm:241 +msgid "" +"\n" +" --sources[=3DTYPE] build source derivations; TYPE may optionall= y be " +"one\n" +" of \"package\", \"all\" (default), or \"transi= tive\"" +msgstr "" + +#: guix/scripts/build.scm:244 msgid "" "\n" " -s, --system=3DSYSTEM attempt to build for SYSTEM--e.g., \"i686-li= nux\"" @@ -162,22 +236,29 @@ msgstr "" "\n" " -s, --system=3DSISTEMA tenta compilar para SISTEMA. ex.: \"i686-lin= ux\"" =20 -#: guix/scripts/build.scm:231 +#: guix/scripts/build.scm:246 msgid "" "\n" " --target=3DTRIPLET cross-build for TRIPLET--e.g., \"armel-linux= -gnu\"" msgstr "" "\n" -" --target=3DTRIO compila=C3=A7=C3=A3o cruzada para TRIO. ex.:= \"armel-linux-gnu\"" +" --target=3DTRIO compila=C3=A7=C3=A3o cruzada para TRIO. ex.:= \"armel-linux-gnu" +"\"" =20 -#: guix/scripts/build.scm:233 +#: guix/scripts/build.scm:248 msgid "" "\n" " --with-source=3DSOURCE\n" " use SOURCE when building the corresponding pac= kage" msgstr "" =20 -#: guix/scripts/build.scm:236 +#: guix/scripts/build.scm:251 +msgid "" +"\n" +" --no-grafts do not graft packages" +msgstr "" + +#: guix/scripts/build.scm:253 msgid "" "\n" " -d, --derivations return the derivation paths of the given packa= ges" @@ -185,26 +266,29 @@ msgstr "" "\n" " -d, --derivations retorna os caminhos de deriva=C3=A7=C3=A3o dos= pacotes dados" =20 -#: guix/scripts/build.scm:238 +#: guix/scripts/build.scm:255 msgid "" "\n" " -r, --root=3DFILE make FILE a symlink to the result, and regis= ter it\n" " as a garbage collector root" msgstr "" "\n" -" -r, --root=3DARQUIVO faz do ARQUIVO um link simb=C3=B3lico para o= resultado e\n" +" -r, --root=3DARQUIVO faz do ARQUIVO um link simb=C3=B3lico para o= resultado " +"e\n" " registra-o, como um coletor de lixo" =20 -#: guix/scripts/build.scm:241 +#: guix/scripts/build.scm:258 msgid "" "\n" " --log-file return the log file names for the given deriva= tions" msgstr "" =20 -#: guix/scripts/build.scm:246 guix/scripts/download.scm:53 -#: guix/scripts/package.scm:525 guix/scripts/gc.scm:58 -#: guix/scripts/hash.scm:55 guix/scripts/pull.scm:82 -#: guix/scripts/substitute-binary.scm:564 guix/scripts/system.scm:362 +#: guix/scripts/build.scm:263 guix/scripts/download.scm:53 +#: guix/scripts/package.scm:478 guix/scripts/gc.scm:65 +#: guix/scripts/hash.scm:55 guix/scripts/import.scm:91 +#: guix/scripts/pull.scm:81 guix/scripts/substitute.scm:682 +#: guix/scripts/system.scm:407 guix/scripts/lint.scm:583 +#: guix/scripts/publish.scm:60 msgid "" "\n" " -h, --help display this help and exit" @@ -212,10 +296,12 @@ msgstr "" "\n" " -h, --help exibe esta ajuda e sai" =20 -#: guix/scripts/build.scm:248 guix/scripts/download.scm:55 -#: guix/scripts/package.scm:527 guix/scripts/gc.scm:60 -#: guix/scripts/hash.scm:57 guix/scripts/pull.scm:84 -#: guix/scripts/substitute-binary.scm:566 guix/scripts/system.scm:364 +#: guix/scripts/build.scm:265 guix/scripts/download.scm:55 +#: guix/scripts/package.scm:480 guix/scripts/gc.scm:67 +#: guix/scripts/hash.scm:57 guix/scripts/import.scm:93 +#: guix/scripts/pull.scm:83 guix/scripts/substitute.scm:684 +#: guix/scripts/system.scm:409 guix/scripts/lint.scm:587 +#: guix/scripts/publish.scm:62 msgid "" "\n" " -V, --version display version information and exit" @@ -223,19 +309,19 @@ msgstr "" "\n" " -V, --version exibe informa=C3=A7=C3=B5es da vers=C3=A3o e s= ai" =20 -#: guix/scripts/build.scm:368 +#: guix/scripts/build.scm:292 #, scheme-format -msgid "sources do not match any package:~{ ~a~}~%" +msgid "" +"invalid argument: '~a' option argument: ~a, ~\n" +"must be one of 'package', 'all', or 'transitive'~%" msgstr "" =20 -#: guix/scripts/build.scm:397 guix/scripts/download.scm:96 -#: guix/scripts/package.scm:763 guix/scripts/gc.scm:122 -#: guix/scripts/pull.scm:115 guix/scripts/system.scm:414 +#: guix/scripts/build.scm:415 #, scheme-format -msgid "~A: unrecognized option~%" -msgstr "~A: op=C3=A7=C3=A3o desconhecida~%" +msgid "sources do not match any package:~{ ~a~}~%" +msgstr "" =20 -#: guix/scripts/build.scm:425 +#: guix/scripts/build.scm:464 #, scheme-format msgid "no build log for '~a'~%" msgstr "" @@ -269,6 +355,13 @@ msgstr "" msgid "unsupported hash format: ~a~%" msgstr "sem suporte ao formato de hash: ~a~%" =20 +#: guix/scripts/download.scm:96 guix/scripts/gc.scm:144 +#: guix/scripts/pull.scm:217 guix/scripts/lint.scm:634 +#: guix/scripts/publish.scm:282 guix/ui.scm:946 +#, scheme-format +msgid "~A: unrecognized option~%" +msgstr "~A: op=C3=A7=C3=A3o desconhecida~%" + #: guix/scripts/download.scm:106 #, scheme-format msgid "~a: failed to parse URI~%" @@ -279,90 +372,79 @@ msgstr "~a: falha ao analisar URI~%" msgid "~a: download failed~%" msgstr "~a: falha no download~%" =20 -#: guix/scripts/package.scm:88 +#: guix/scripts/package.scm:109 #, scheme-format msgid "failed to build the empty profile~%" msgstr "falha ao compilar o perfil vazio~%" =20 # gera=C3=A7=C3=A3o, cria=C3=A7=C3=A3o? -#: guix/scripts/package.scm:97 +#: guix/scripts/package.scm:125 #, scheme-format msgid "switching from generation ~a to ~a~%" msgstr "trocando para gera=C3=A7=C3=A3o de ~a para ~a~%" =20 -#: guix/scripts/package.scm:108 guix/scripts/package.scm:873 -#: guix/scripts/package.scm:985 -#, scheme-format -msgid "profile '~a' does not exist~%" -msgstr "perfil \"~a\" n=C3=A3o existe~%" - -#: guix/scripts/package.scm:112 +#: guix/scripts/package.scm:144 #, scheme-format msgid "nothing to do: already at the empty profile~%" msgstr "nada a ser feito: j=C3=A1 est=C3=A1 no perfil vazio~%" =20 -#: guix/scripts/package.scm:197 -#, fuzzy, scheme-format -msgid "The following package would be removed:~%~{~a~%~}~%" -msgstr "O seguinte pacote seria removido:~% ~{~a~%~}~%" - -#: guix/scripts/package.scm:202 +#: guix/scripts/package.scm:156 #, fuzzy, scheme-format -msgid "The following package will be removed:~%~{~a~%~}~%" -msgstr "O seguinte pacote ser=C3=A1 removido:~% ~{~a~%~}~%" +msgid "deleting ~a~%" +msgstr "Cria=C3=A7=C3=A3o ~a\t~a~%" =20 -#: guix/scripts/package.scm:214 +#: guix/scripts/package.scm:269 #, scheme-format -msgid "The following package would be installed:~%~{~a~%~}~%" -msgstr "O seguinte pacote seria instalado:~%~{~a~%~}~%" +msgid "not removing generation ~a, which is current~%" +msgstr "" + +# gera=C3=A7=C3=A3o, cria=C3=A7=C3=A3o? +#: guix/scripts/package.scm:276 +#, fuzzy, scheme-format +msgid "no matching generation~%" +msgstr "trocando para gera=C3=A7=C3=A3o de ~a para ~a~%" =20 -#: guix/scripts/package.scm:219 +#: guix/scripts/package.scm:279 guix/scripts/package.scm:959 #, scheme-format -msgid "The following package will be installed:~%~{~a~%~}~%" -msgstr "O seguinte pacote ser=C3=A1 instalado:~%~{~a~%~}~%" +msgid "invalid syntax: ~a~%" +msgstr "sintaxe inv=C3=A1lida: ~a~%" =20 -#: guix/scripts/package.scm:339 +#: guix/scripts/package.scm:341 #, scheme-format msgid "package `~a' lacks output `~a'~%" msgstr "pacote \"~a\" carece de mensagem de sa=C3=ADda \"~a\"~%" =20 -#: guix/scripts/package.scm:356 +#: guix/scripts/package.scm:358 #, scheme-format msgid "~a: package not found~%" msgstr "~a: pacote n=C3=A3o encontrado~%" =20 -#: guix/scripts/package.scm:391 -#, scheme-format -msgid "looking for the latest release of GNU ~a..." -msgstr "procurando pelo =C3=BAltimo lan=C3=A7amento do GNU ~a..." - -#: guix/scripts/package.scm:395 -#, scheme-format -msgid "~a: note: using ~a but ~a is available upstream~%" -msgstr "~a: nota: usando ~a, mas ~a est=C3=A1 dispon=C3=ADvel no upstrea= m~%" - -#: guix/scripts/package.scm:467 +#: guix/scripts/package.scm:409 #, scheme-format msgid "The following environment variable definitions may be needed:~%" -msgstr "As seguintes defini=C3=A7=C3=B5es de vari=C3=A1vel de ambiente p= odem ser necess=C3=A1rias:~%" +msgstr "" +"As seguintes defini=C3=A7=C3=B5es de vari=C3=A1vel de ambiente podem se= r necess=C3=A1rias:~%" =20 -#: guix/scripts/package.scm:483 +#: guix/scripts/package.scm:425 +#, fuzzy msgid "" -"Usage: guix package [OPTION]... PACKAGES...\n" -"Install, remove, or upgrade PACKAGES in a single transaction.\n" +"Usage: guix package [OPTION]...\n" +"Install, remove, or upgrade packages in a single transaction.\n" msgstr "" "Uso: guix package [OP=C3=87=C3=83O]... PACOTES...\n" "Instala, remove ou atualiza PACOTES em uma =C3=BAnica transa=C3=A7=C3=A3= o.\n" =20 -#: guix/scripts/package.scm:485 +#: guix/scripts/package.scm:427 +#, fuzzy msgid "" "\n" -" -i, --install=3DPACKAGE install PACKAGE" +" -i, --install PACKAGE ...\n" +" install PACKAGEs" msgstr "" "\n" " -i, --install=3DPACOTE instala PACOTE" =20 -#: guix/scripts/package.scm:487 +#: guix/scripts/package.scm:430 msgid "" "\n" " -e, --install-from-expression=3DEXP\n" @@ -372,24 +454,45 @@ msgstr "" " -e, --install-from-expression=3DEXP\n" " instala o pacote que EXPR corresponder" =20 -#: guix/scripts/package.scm:490 +#: guix/scripts/package.scm:433 +#, fuzzy msgid "" "\n" -" -r, --remove=3DPACKAGE remove PACKAGE" +" -r, --remove PACKAGE ...\n" +" remove PACKAGEs" msgstr "" "\n" " -r, --remove=3DPACOTE remove PACOTE" =20 -#: guix/scripts/package.scm:492 +#: guix/scripts/package.scm:436 msgid "" "\n" " -u, --upgrade[=3DREGEXP] upgrade all the installed packages matching = REGEXP" msgstr "" "\n" -" -u, --upgrade[=3DREGEXP] atualiza todos os pacotes instalados corresp= ondendo\n" +" -u, --upgrade[=3DREGEXP] atualiza todos os pacotes instalados " +"correspondendo\n" +" =C3=A0 REGEXP" + +#: guix/scripts/package.scm:438 +msgid "" +"\n" +" -m, --manifest=3DFILE create a new profile generation with the man= ifest\n" +" from FILE" +msgstr "" + +#: guix/scripts/package.scm:441 +#, fuzzy +msgid "" +"\n" +" --do-not-upgrade[=3DREGEXP] do not upgrade any packages matching = REGEXP" +msgstr "" +"\n" +" -u, --upgrade[=3DREGEXP] atualiza todos os pacotes instalados " +"correspondendo\n" " =C3=A0 REGEXP" =20 -#: guix/scripts/package.scm:494 +#: guix/scripts/package.scm:443 msgid "" "\n" " --roll-back roll back to the previous generation" @@ -397,15 +500,17 @@ msgstr "" "\n" " --roll-back Reverte para a gera=C3=A7=C3=A3o anterior" =20 -#: guix/scripts/package.scm:496 +#: guix/scripts/package.scm:445 +#, fuzzy msgid "" "\n" -" --search-paths display needed environment variable definition= s" +" --search-paths[=3DKIND]\n" +" display needed environment variable definition= s" msgstr "" "\n" " --search-paths exibe defini=C3=A7=C3=B5es necess=C3=A1rias de= vari=C3=A1vel de ambiente" =20 -#: guix/scripts/package.scm:498 +#: guix/scripts/package.scm:448 msgid "" "\n" " -l, --list-generations[=3DPATTERN]\n" @@ -415,7 +520,7 @@ msgstr "" " -I, --list-generations[=3DPADR=C3=83O]\n" " lista cria=C3=A7=C3=B5es correspondendo ao PAD= R=C3=83O" =20 -#: guix/scripts/package.scm:501 +#: guix/scripts/package.scm:451 #, fuzzy msgid "" "\n" @@ -426,7 +531,18 @@ msgstr "" " -I, --list-generations[=3DPADR=C3=83O]\n" " lista cria=C3=A7=C3=B5es correspondendo ao PAD= R=C3=83O" =20 -#: guix/scripts/package.scm:504 +#: guix/scripts/package.scm:454 +#, fuzzy +msgid "" +"\n" +" -S, --switch-generation=3DPATTERN\n" +" switch to a generation matching PATTERN" +msgstr "" +"\n" +" -I, --list-generations[=3DPADR=C3=83O]\n" +" lista cria=C3=A7=C3=B5es correspondendo ao PAD= R=C3=83O" + +#: guix/scripts/package.scm:457 msgid "" "\n" " -p, --profile=3DPROFILE use PROFILE instead of the user's default pr= ofile" @@ -434,7 +550,7 @@ msgstr "" "\n" " -p, --profile=3DPERFIL usa PERFIL em vez do perfil padr=C3=A3o do u= su=C3=A1rio" =20 -#: guix/scripts/package.scm:507 +#: guix/scripts/package.scm:460 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the profile" @@ -442,7 +558,7 @@ msgstr "" "\n" " --bootstrap usa a inicializa=C3=A7=C3=A3o do Guile para co= mpilar o perfil" =20 -#: guix/scripts/package.scm:509 guix/scripts/pull.scm:75 +#: guix/scripts/package.scm:462 guix/scripts/pull.scm:74 msgid "" "\n" " --verbose produce verbose output" @@ -450,7 +566,7 @@ msgstr "" "\n" " --verbose produz uma sa=C3=ADda mais detalhada" =20 -#: guix/scripts/package.scm:512 +#: guix/scripts/package.scm:465 msgid "" "\n" " -s, --search=3DREGEXP search in synopsis and description using REG= EXP" @@ -458,7 +574,7 @@ msgstr "" "\n" " -s, --search=3DREGEXP pesquisa na sinopse e descri=C3=A7=C3=A3o us= ando REGEXP" =20 -#: guix/scripts/package.scm:514 +#: guix/scripts/package.scm:467 msgid "" "\n" " -I, --list-installed[=3DREGEXP]\n" @@ -468,7 +584,7 @@ msgstr "" " -I, --list-installed[=3DREGEXP]\n" " lista pacotes instalados correspondentes a REG= EXP" =20 -#: guix/scripts/package.scm:517 +#: guix/scripts/package.scm:470 msgid "" "\n" " -A, --list-available[=3DREGEXP]\n" @@ -478,71 +594,84 @@ msgstr "" " -A, --list-available[=3DREGEXP]\n" " lista pacotes dispon=C3=ADveis correspondentes= a REGEXP" =20 -#: guix/scripts/package.scm:520 +#: guix/scripts/package.scm:473 #, fuzzy msgid "" "\n" -" --show=3DPACKAGE show details about PACKAGE" +" --show=3DPACKAGE show details about PACKAGE" msgstr "" "\n" " -i, --install=3DPACOTE instala PACOTE" =20 -#: guix/scripts/package.scm:767 +#: guix/scripts/package.scm:560 +#, scheme-format +msgid "~a: unsupported kind of search path~%" +msgstr "" + +#: guix/scripts/package.scm:758 #, scheme-format msgid "~A: extraneous argument~%" msgstr "~A: argumento estranho~%" =20 -#: guix/scripts/package.scm:782 +#: guix/scripts/package.scm:766 #, scheme-format msgid "Try \"info '(guix) Invoking guix package'\" for more information.= ~%" msgstr "Tente \"info '(guix) Invoking guix package'\" para mais informa=C3= =A7=C3=B5es.~%" =20 -#: guix/scripts/package.scm:804 +#: guix/scripts/package.scm:788 #, scheme-format msgid "error: while creating directory `~a': ~a~%" msgstr "erro: ao criar diret=C3=B3rio \"~a\": ~a~%" =20 -#: guix/scripts/package.scm:808 +#: guix/scripts/package.scm:792 #, scheme-format msgid "Please create the `~a' directory, with you as the owner.~%" msgstr "Por favor, crie o diret=C3=B3rio \"~a\", com voc=C3=AA sendo o p= ropriet=C3=A1rio.~%" =20 -#: guix/scripts/package.scm:815 +#: guix/scripts/package.scm:799 #, scheme-format msgid "error: directory `~a' is not owned by you~%" msgstr "erro: diret=C3=B3rio \"~a\" n=C3=A3o tem voc=C3=AA como propriet= =C3=A1rio~%" =20 -#: guix/scripts/package.scm:818 +#: guix/scripts/package.scm:802 #, scheme-format msgid "Please change the owner of `~a' to user ~s.~%" msgstr "Por favor, altere o propriet=C3=A1rio d \"~a\" para o usu=C3=A1r= io ~s.~%" =20 -#: guix/scripts/package.scm:843 +#: guix/scripts/package.scm:836 +#, scheme-format +msgid "nothing to be done~%" +msgstr "nada para ser feito~%" + +#: guix/scripts/package.scm:852 #, fuzzy, scheme-format -msgid "deleting ~a~%" -msgstr "Cria=C3=A7=C3=A3o ~a\t~a~%" +msgid "~a package in profile~%" +msgid_plural "~a packages in profile~%" +msgstr[0] "pacote ~a no perfil~%" +msgstr[1] "pacote ~a no perfil~%" =20 -#: guix/scripts/package.scm:896 guix/scripts/package.scm:1001 -#, scheme-format -msgid "invalid syntax: ~a~%" -msgstr "sintaxe inv=C3=A1lida: ~a~%" +# gera=C3=A7=C3=A3o, cria=C3=A7=C3=A3o? +#: guix/scripts/package.scm:876 +#, fuzzy, scheme-format +msgid "cannot switch to generation '~a'~%" +msgstr "trocando para gera=C3=A7=C3=A3o de ~a para ~a~%" =20 -#: guix/scripts/package.scm:925 +#: guix/scripts/package.scm:898 #, scheme-format -msgid "nothing to be done~%" -msgstr "nada para ser feito~%" +msgid "would install new manifest from '~a' with ~d entries~%" +msgstr "" =20 -#: guix/scripts/package.scm:948 +#: guix/scripts/package.scm:900 #, scheme-format -msgid "~a package in profile~%" -msgstr "pacote ~a no perfil~%" +msgid "installing new manifest from '~a' with ~d entries~%" +msgstr "" =20 -#: guix/scripts/package.scm:963 +#: guix/scripts/package.scm:925 #, fuzzy, scheme-format msgid "Generation ~a\t~a" msgstr "Cria=C3=A7=C3=A3o ~a\t~a~%" =20 -#: guix/scripts/package.scm:970 +#: guix/scripts/package.scm:932 #, scheme-format msgid "~a\t(current)~%" msgstr "" @@ -573,17 +702,23 @@ msgstr "" "\n" " -d, --delete tente excluir CAMINHOS" =20 -# s=C3=A3o "arquivos inalcan=C3=A7=C3=A1veis", segundo 'info guix', sobr= e o 'gc' #: guix/scripts/gc.scm:46 msgid "" "\n" +" --optimize optimize the store by deduplicating identical = files" +msgstr "" + +# s=C3=A3o "arquivos inalcan=C3=A7=C3=A1veis", segundo 'info guix', sobr= e o 'gc' +#: guix/scripts/gc.scm:48 +msgid "" +"\n" " --list-dead list dead paths" msgstr "" "\n" " --list-dead lista caminhos mortos (inalcan=C3=A7=C3=A1veis= )" =20 # s=C3=A3o arquivos no armazenamento alcan=C3=A7=C3=A1veis, segundo 'inf= o guix', sobre o 'gc' -#: guix/scripts/gc.scm:48 +#: guix/scripts/gc.scm:50 msgid "" "\n" " --list-live list live paths" @@ -591,7 +726,7 @@ msgstr "" "\n" " --list-live lista caminhos vivos (ativos)" =20 -#: guix/scripts/gc.scm:51 +#: guix/scripts/gc.scm:53 msgid "" "\n" " --references list the references of PATHS" @@ -599,7 +734,7 @@ msgstr "" "\n" " --references lista as refer=C3=AAncias de CAMINHOS" =20 -#: guix/scripts/gc.scm:53 +#: guix/scripts/gc.scm:55 msgid "" "\n" " -R, --requisites list the requisites of PATHS" @@ -607,7 +742,7 @@ msgstr "" "\n" " -R, --requisites lista os requisitos de CAMINHOS" =20 -#: guix/scripts/gc.scm:55 +#: guix/scripts/gc.scm:57 msgid "" "\n" " --referrers list the referrers of PATHS" @@ -615,7 +750,15 @@ msgstr "" "\n" " --referrers lista as refer=C3=AAncias de CAMINHOS" =20 -#: guix/scripts/gc.scm:84 +#: guix/scripts/gc.scm:60 +msgid "" +"\n" +" --verify[=3DOPTS] verify the integrity of the store; OPTS is a= \n" +" comma-separated combination of 'repair' and\n" +" 'contents'" +msgstr "" + +#: guix/scripts/gc.scm:91 #, scheme-format msgid "invalid amount of storage: ~a~%" msgstr "quantidade inv=C3=A1lida de armazenamento: ~a~%" @@ -646,7 +789,7 @@ msgstr "" msgid "unrecognized option: ~a~%" msgstr "op=C3=A7=C3=A3o desconhecida: ~a~%" =20 -#: guix/scripts/hash.scm:134 guix/ui.scm:233 +#: guix/scripts/hash.scm:134 guix/ui.scm:424 #, scheme-format msgid "~a~%" msgstr "~a~%" @@ -656,7 +799,31 @@ msgstr "~a~%" msgid "wrong number of arguments~%" msgstr "n=C3=BAmero errado de argumentos~%" =20 -#: guix/scripts/pull.scm:73 +#: guix/scripts/import.scm:85 +#, fuzzy +msgid "" +"Usage: guix import IMPORTER ARGS ...\n" +"Run IMPORTER with ARGS.\n" +msgstr "" +"Uso: guix COMANDO ARGUMENTOS...\n" +"Executa COMANDO com ARGUMENTOS.\n" + +#: guix/scripts/import.scm:88 +#, fuzzy +msgid "IMPORTER must be one of the importers listed below:\n" +msgstr "COMANDO deve ser um dos subcomandos listados abaixo:\n" + +#: guix/scripts/import.scm:102 +#, fuzzy, scheme-format +msgid "guix import: missing importer name~%" +msgstr "guix: faltando um nome de comando~%" + +#: guix/scripts/import.scm:113 +#, scheme-format +msgid "guix import: invalid importer~%" +msgstr "" + +#: guix/scripts/pull.scm:72 msgid "" "Usage: guix pull [OPTION]...\n" "Download and deploy the latest version of Guix.\n" @@ -664,143 +831,165 @@ msgstr "" "Uso: guix pull [OP=C3=87=C3=83O]...\n" "Baixa e implanta a =C3=BAltima vers=C3=A3o do Guix.\n" =20 -#: guix/scripts/pull.scm:77 +#: guix/scripts/pull.scm:76 msgid "" "\n" " --url=3DURL download the Guix tarball from URL" msgstr "" =20 -#: guix/scripts/pull.scm:79 +#: guix/scripts/pull.scm:78 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the new Guix" msgstr "" "\n" -" --bootstrap usa a inicializa=C3=A7=C3=A3o do Guile para co= mpilar o novo Guix" +" --bootstrap usa a inicializa=C3=A7=C3=A3o do Guile para co= mpilar o novo " +"Guix" + +#: guix/scripts/pull.scm:132 +msgid "tarball did not produce a single source directory" +msgstr "" =20 -#: guix/scripts/pull.scm:117 +#: guix/scripts/pull.scm:150 #, scheme-format -msgid "~A: unexpected argument~%" -msgstr "~A: argumento inesperado~%" +msgid "unpacking '~a'...~%" +msgstr "" =20 -#: guix/scripts/pull.scm:126 -msgid "failed to download up-to-date source, exiting\n" -msgstr "falha ao baixar fonte atualizada; saindo\n" +#: guix/scripts/pull.scm:159 +msgid "failed to unpack source code" +msgstr "" + +#: guix/scripts/pull.scm:202 +msgid "Guix already up to date\n" +msgstr "Guix j=C3=A1 est=C3=A1 atualizado\n" =20 -#: guix/scripts/pull.scm:145 +#: guix/scripts/pull.scm:207 #, scheme-format msgid "updated ~a successfully deployed under `~a'~%" msgstr "~a atualizado foi implantado com sucesso em \"~a\"~%" =20 -#: guix/scripts/pull.scm:148 +#: guix/scripts/pull.scm:210 #, scheme-format msgid "failed to update Guix, check the build log~%" msgstr "falha ao atualizar Guix; verifique o log de compila=C3=A7=C3=A3o= ~%" =20 -#: guix/scripts/pull.scm:150 -msgid "Guix already up to date\n" -msgstr "Guix j=C3=A1 est=C3=A1 atualizado\n" +#: guix/scripts/pull.scm:219 +#, scheme-format +msgid "~A: unexpected argument~%" +msgstr "~A: argumento inesperado~%" =20 -#: guix/scripts/substitute-binary.scm:80 +#: guix/scripts/pull.scm:228 +msgid "failed to download up-to-date source, exiting\n" +msgstr "falha ao baixar fonte atualizada; saindo\n" + +#: guix/scripts/substitute.scm:81 #, scheme-format msgid "authentication and authorization of substitutes disabled!~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:163 +#: guix/scripts/substitute.scm:157 #, fuzzy, scheme-format msgid "download from '~a' failed: ~a, ~s~%" msgstr "~a: falha no download~%" =20 -#: guix/scripts/substitute-binary.scm:178 -#, scheme-format -msgid "while fetching ~a: server is unresponsive~%" +#: guix/scripts/substitute.scm:169 +#, fuzzy, scheme-format +msgid "while fetching ~a: server is somewhat slow~%" msgstr "enquanto obtinha ~a: servidor n=C3=A3o est=C3=A1 respondendo~%" =20 -#: guix/scripts/substitute-binary.scm:180 +#: guix/scripts/substitute.scm:171 #, scheme-format msgid "try `--no-substitutes' if the problem persists~%" msgstr "Tente \"--no-substitutes\" se o problema persistir~%" =20 -#: guix/scripts/substitute-binary.scm:244 +#: guix/scripts/substitute.scm:214 +#, scheme-format +msgid "updating list of substitutes from '~a'...\r" +msgstr "" + +#: guix/scripts/substitute.scm:246 #, fuzzy, scheme-format -msgid "signature version must be a number: ~a~%" +msgid "signature version must be a number: ~s~%" msgstr "Falha na verifica=C3=A7=C3=A3o de assinatura de \"~a\"~%" =20 -#: guix/scripts/substitute-binary.scm:248 +#: guix/scripts/substitute.scm:250 #, fuzzy, scheme-format msgid "unsupported signature version: ~a~%" msgstr "sem suporte ao formato de hash: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:256 +#: guix/scripts/substitute.scm:258 #, fuzzy, scheme-format msgid "signature is not a valid s-expression: ~s~%" msgstr "falha ao ler a express=C3=A3o ~s: ~s~%" =20 -#: guix/scripts/substitute-binary.scm:260 +#: guix/scripts/substitute.scm:262 #, fuzzy, scheme-format msgid "invalid format of the signature field: ~a~%" msgstr "quantidade inv=C3=A1lida de armazenamento: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:295 +#: guix/scripts/substitute.scm:297 #, fuzzy, scheme-format msgid "invalid signature for '~a'~%" msgstr "n=C3=BAmero inv=C3=A1lido: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:297 +#: guix/scripts/substitute.scm:299 #, scheme-format msgid "hash mismatch for '~a'~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:299 +#: guix/scripts/substitute.scm:301 #, scheme-format msgid "'~a' is signed with an unauthorized key~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:301 +#: guix/scripts/substitute.scm:303 #, scheme-format msgid "signature on '~a' is corrupt~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:338 +#: guix/scripts/substitute.scm:341 #, scheme-format msgid "substitute at '~a' lacks a signature~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:526 +#: guix/scripts/substitute.scm:504 #, scheme-format -msgid "Downloading, please wait...~%" -msgstr "Baixando, por favor aguarde...~%" +msgid "updating list of substitutes from '~a'... ~5,1f%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:528 +#: guix/scripts/substitute.scm:552 #, scheme-format -msgid "(Please consider upgrading Guile to get proper progress report.)~= %" -msgstr "(Por favor, considere atualizar o Guile para obter o relat=C3=B3= rio adequado do progresso.)~%" +msgid "~s: unsupported server URI scheme~%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:545 +#: guix/scripts/substitute.scm:663 #, scheme-format msgid "host name lookup error: ~a~%" msgstr "erro na busca pelo nome da m=C3=A1quina: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:554 +#: guix/scripts/substitute.scm:672 +#, fuzzy msgid "" -"Usage: guix substitute-binary [OPTION]...\n" +"Usage: guix substitute [OPTION]...\n" "Internal tool to substitute a pre-built binary to a local build.\n" msgstr "" "Uso: guix substitute-binary [OP=C3=87=C3=83O]...\n" -"Ferramenta interna para substituir um bin=C3=A1rio pr=C3=A9-compilado p= ara uma compila=C3=A7=C3=A3o local.\n" +"Ferramenta interna para substituir um bin=C3=A1rio pr=C3=A9-compilado p= ara uma " +"compila=C3=A7=C3=A3o local.\n" =20 -#: guix/scripts/substitute-binary.scm:556 +#: guix/scripts/substitute.scm:674 msgid "" "\n" " --query report on the availability of substitutes for = the\n" " store file names passed on the standard input" msgstr "" "\n" -" --query relata a disponibilidade de substitutos para o= s nomes\n" +" --query relata a disponibilidade de substitutos para o= s " +"nomes\n" " de arquivos de armazenamento passados na entra= da\n" " padr=C3=A3o" =20 -#: guix/scripts/substitute-binary.scm:559 +#: guix/scripts/substitute.scm:677 msgid "" "\n" " --substitute STORE-FILE DESTINATION\n" @@ -809,19 +998,27 @@ msgid "" msgstr "" "\n" " --substitute ARQUIVO-ARMAZENAMENTO DESTINO\n" -" baixa ARQUIVO-ARMAZENAMENTO e armazena-o como = um Nar\n" +" baixa ARQUIVO-ARMAZENAMENTO e armazena-o como = um " +"Nar\n" " no arquivo DESTINO" =20 -#: guix/scripts/substitute-binary.scm:604 -msgid "ACL for archive imports seems to be uninitialized, substitutes ma= y be unavailable\n" +#: guix/scripts/substitute.scm:712 +msgid "" +"ACL for archive imports seems to be uninitialized, substitutes may be " +"unavailable\n" +msgstr "" + +#: guix/scripts/substitute.scm:750 +#, scheme-format +msgid "these substitute URLs will not be used:~{ ~a~}~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:625 +#: guix/scripts/substitute.scm:776 #, scheme-format msgid "failed to look up host '~a' (~a), substituter disabled~%" msgstr "" =20 -#: guix/scripts/substitute-binary.scm:732 +#: guix/scripts/substitute.scm:883 #, scheme-format msgid "~a: unrecognized options~%" msgstr "~a: op=C3=A7=C3=B5es desconhecidas~%" @@ -846,158 +1043,436 @@ msgstr "" msgid "error: corrupt signature data: ~a~%" msgstr "" =20 -#: guix/scripts/authenticate.scm:126 +#: guix/scripts/authenticate.scm:120 msgid "" "Usage: guix authenticate OPTION...\n" "Sign or verify the signature on the given file. This tool is meant to\= n" "be used internally by 'guix-daemon'.\n" msgstr "" =20 -#: guix/scripts/authenticate.scm:132 +#: guix/scripts/authenticate.scm:126 #, fuzzy msgid "wrong arguments" msgstr "n=C3=BAmero errado de argumentos~%" =20 -#: guix/scripts/system.scm:74 -#, fuzzy, scheme-format -msgid "failed to open operating system file '~a': ~a~%" -msgstr "falha ao conectar em \"~a\": ~a~%" - -#: guix/scripts/system.scm:78 guix/ui.scm:238 -#, fuzzy, scheme-format -msgid "~a: ~a~%" -msgstr "~a~%" - -#: guix/scripts/system.scm:81 -#, fuzzy, scheme-format -msgid "failed to load operating system file '~a': ~s~%" -msgstr "falha ao conectar em \"~a\": ~a~%" - -#: guix/scripts/system.scm:116 +#: guix/scripts/system.scm:97 #, fuzzy, scheme-format msgid "failed to register '~a' under '~a'~%" msgstr "falha ao criar raiz de GC \"~a\": ~a~%" =20 -#: guix/scripts/system.scm:144 +#: guix/scripts/system.scm:129 +#, fuzzy, scheme-format +msgid "failed to install GRUB on device '~a'~%" +msgstr "falha ao instalar local: ~a~%" + +#: guix/scripts/system.scm:147 #, scheme-format msgid "initializing the current root file system~%" msgstr "" =20 -#: guix/scripts/system.scm:162 guix/scripts/system.scm:318 -#, fuzzy, scheme-format -msgid "failed to install GRUB on device '~a'~%" -msgstr "falha ao instalar local: ~a~%" +#: guix/scripts/system.scm:161 +#, scheme-format +msgid "not running as 'root', so the ownership of '~a' may be incorrect!= ~%" +msgstr "" =20 -#: guix/scripts/system.scm:197 +#: guix/scripts/system.scm:213 #, scheme-format msgid "activating system...~%" msgstr "" =20 -#: guix/scripts/system.scm:236 +#: guix/scripts/system.scm:263 #, fuzzy, scheme-format msgid "unrecognized boot parameters for '~a'~%" msgstr "op=C3=A7=C3=A3o desconhecida: ~a~%" =20 -#: guix/scripts/system.scm:323 +#: guix/scripts/system.scm:358 #, fuzzy, scheme-format msgid "initializing operating system under '~a'...~%" msgstr "falha ao conectar em \"~a\": ~a~%" =20 -#: guix/scripts/system.scm:339 +#: guix/scripts/system.scm:374 msgid "" "Usage: guix system [OPTION] ACTION FILE\n" "Build the operating system declared in FILE according to ACTION.\n" msgstr "" =20 -#: guix/scripts/system.scm:342 +#: guix/scripts/system.scm:377 msgid "The valid values for ACTION are:\n" msgstr "" =20 -#: guix/scripts/system.scm:343 -msgid " - 'reconfigure', switch to a new operating system configuration= \n" +#: guix/scripts/system.scm:379 +msgid " reconfigure switch to a new operating system configuratio= n\n" msgstr "" =20 -#: guix/scripts/system.scm:345 -msgid " - 'build', build the operating system without installing anythi= ng\n" +#: guix/scripts/system.scm:381 +msgid "" +" build build the operating system without installing anyth= ing\n" +msgstr "" + +#: guix/scripts/system.scm:383 +msgid "" +" vm build a virtual machine image that shares the host'= s " +"store\n" msgstr "" =20 -#: guix/scripts/system.scm:347 -msgid " - 'vm', build a virtual machine image that shares the host's st= ore\n" +#: guix/scripts/system.scm:385 +msgid " vm-image build a freestanding virtual machine image\n" msgstr "" =20 -#: guix/scripts/system.scm:349 -msgid " - 'vm-image', build a freestanding virtual machine image\n" +#: guix/scripts/system.scm:387 +msgid " disk-image build a disk image, suitable for a USB stick\= n" msgstr "" =20 -#: guix/scripts/system.scm:351 -msgid " - 'disk-image', build a disk image, suitable for a USB stick\n" +#: guix/scripts/system.scm:389 +msgid " init initialize a root file system to run GNU.\n" msgstr "" =20 -#: guix/scripts/system.scm:353 -msgid " - 'init', initialize a root file system to run GNU.\n" +#: guix/scripts/system.scm:393 +msgid "" +"\n" +" --on-error=3DSTRATEGY\n" +" apply STRATEGY when an error occurs while read= ing " +"FILE" msgstr "" =20 -#: guix/scripts/system.scm:357 +#: guix/scripts/system.scm:396 msgid "" "\n" " --image-size=3DSIZE for 'vm-image', produce an image of SIZE" msgstr "" =20 -#: guix/scripts/system.scm:359 +#: guix/scripts/system.scm:398 msgid "" "\n" " --no-grub for 'init', do not install GRUB" msgstr "" =20 -#: guix/scripts/system.scm:422 +#: guix/scripts/system.scm:400 +msgid "" +"\n" +" --share=3DSPEC for 'vm', share host file system according t= o SPEC" +msgstr "" + +#: guix/scripts/system.scm:402 +msgid "" +"\n" +" --expose=3DSPEC for 'vm', expose host file system according = to SPEC" +msgstr "" + +#: guix/scripts/system.scm:404 +msgid "" +"\n" +" --full-boot for 'vm', make a full boot sequence" +msgstr "" + +#: guix/scripts/system.scm:495 #, fuzzy, scheme-format msgid "~a: unknown action~%" msgstr "~A: pacote desconhecido~%" =20 -#: guix/scripts/system.scm:439 +#: guix/scripts/system.scm:510 #, fuzzy, scheme-format msgid "wrong number of arguments for action '~a'~%" msgstr "n=C3=BAmero errado de argumentos~%" =20 -#: guix/scripts/system.scm:459 +#: guix/scripts/system.scm:534 #, scheme-format msgid "no configuration file specified~%" msgstr "" =20 -#: guix/gnu-maintenance.scm:373 +#: guix/scripts/lint.scm:111 #, scheme-format -msgid "signature verification failed for `~a'~%" -msgstr "Falha na verifica=C3=A7=C3=A3o de assinatura de \"~a\"~%" +msgid "Available checkers:~%" +msgstr "" =20 -#: guix/gnu-maintenance.scm:375 -#, scheme-format -msgid "(could be because the public key is not in your keyring)~%" -msgstr "(poderia ser porque a chave p=C3=BAblica n=C3=A3o est=C3=A1 no s= eu chaveiro)~%" +#: guix/scripts/lint.scm:131 +msgid "description should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:138 +msgid "description should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:154 +#, scheme-format +msgid "" +"sentences in description should be followed ~\n" +"by two spaces; possible infraction~p at ~{~a~^, ~}" +msgstr "" + +#: guix/scripts/lint.scm:175 +msgid "pkg-config should probably be a native input" +msgstr "" + +#: guix/scripts/lint.scm:190 +msgid "synopsis should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:198 +msgid "no period allowed at the end of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:210 +msgid "no article allowed at the beginning of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:217 +msgid "synopsis should be less than 80 characters long" +msgstr "" + +#: guix/scripts/lint.scm:223 +msgid "synopsis should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:230 +msgid "synopsis should not start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:321 guix/scripts/lint.scm:333 +#, scheme-format +msgid "URI ~a not reachable: ~a (~s)" +msgstr "" + +#: guix/scripts/lint.scm:340 +#, fuzzy, scheme-format +msgid "URI ~a domain not found: ~a" +msgstr "guix: ~a: comando n=C3=A3o encontrado~%" + +#: guix/scripts/lint.scm:348 +#, scheme-format +msgid "URI ~a unreachable: ~a" +msgstr "" + +#: guix/scripts/lint.scm:374 +#, fuzzy +msgid "invalid value for home page" +msgstr "n=C3=BAmero inv=C3=A1lido: ~a~%" + +#: guix/scripts/lint.scm:377 +#, fuzzy, scheme-format +msgid "invalid home page URL: ~s" +msgstr "" +"\n" +"Site do ~a: <~a>" + +#: guix/scripts/lint.scm:402 +msgid "file names of patches should start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:440 +#, scheme-format +msgid "~a: ~a: proposed synopsis: ~s~%" +msgstr "" + +#: guix/scripts/lint.scm:452 +#, scheme-format +msgid "~a: ~a: proposed description:~% \"~a\"~%" +msgstr "" + +#: guix/scripts/lint.scm:489 +msgid "all the source URIs are unreachable:" +msgstr "" + +#: guix/scripts/lint.scm:501 guix/scripts/lint.scm:505 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~a" +msgstr "falha ao criar raiz de GC \"~a\": ~a~%" + +#: guix/scripts/lint.scm:511 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~s~%" +msgstr "falha ao ler a express=C3=A3o ~s: ~s~%" + +#: guix/scripts/lint.scm:524 +msgid "Validate package descriptions" +msgstr "" + +#: guix/scripts/lint.scm:528 +msgid "Validate synopsis & description of GNU packages" +msgstr "" + +#: guix/scripts/lint.scm:532 +msgid "Identify inputs that should be native inputs" +msgstr "" + +#: guix/scripts/lint.scm:536 +msgid "Validate file names and availability of patches" +msgstr "" + +#: guix/scripts/lint.scm:540 +msgid "Validate home-page URLs" +msgstr "" + +#: guix/scripts/lint.scm:544 +msgid "Validate source URLs" +msgstr "" + +#: guix/scripts/lint.scm:548 +msgid "Report failure to compile a package to a derivation" +msgstr "" + +#: guix/scripts/lint.scm:552 +msgid "Validate package synopses" +msgstr "" + +#: guix/scripts/lint.scm:577 +msgid "" +"Usage: guix lint [OPTION]... [PACKAGE]...\n" +"Run a set of checkers on the specified package; if none is specified,\n= " +"run the checkers on all packages.\n" +msgstr "" + +#: guix/scripts/lint.scm:580 +msgid "" +"\n" +" -c, --checkers=3DCHECKER1,CHECKER2...\n" +" only run the specificed checkers" +msgstr "" + +#: guix/scripts/lint.scm:585 +msgid "" +"\n" +" -l, --list-checkers display the list of available lint checkers" +msgstr "" + +#: guix/scripts/lint.scm:605 +#, fuzzy, scheme-format +msgid "~a: invalid checker~%" +msgstr "~a: n=C3=BAmero inv=C3=A1lido~%" + +#: guix/scripts/publish.scm:49 +#, scheme-format +msgid "" +"Usage: guix publish [OPTION]...\n" +"Publish ~a over HTTP.\n" +msgstr "" + +#: guix/scripts/publish.scm:51 +msgid "" +"\n" +" -p, --port=3DPORT listen on PORT" +msgstr "" + +#: guix/scripts/publish.scm:53 +#, fuzzy +msgid "" +"\n" +" --listen=3DHOST listen on the network interface for HOST" +msgstr "" +"\n" +" --references lista as refer=C3=AAncias de CAMINHOS" + +#: guix/scripts/publish.scm:55 +msgid "" +"\n" +" -u, --user=3DUSER change privileges to USER as soon as possibl= e" +msgstr "" + +#: guix/scripts/publish.scm:57 +msgid "" +"\n" +" -r, --repl[=3DPORT] spawn REPL server on PORT" +msgstr "" + +#: guix/scripts/publish.scm:73 +#, fuzzy, scheme-format +msgid "lookup of host '~a' failed: ~a~%" +msgstr "~a: falha no download~%" + +#: guix/scripts/publish.scm:97 +#, scheme-format +msgid "lookup of host '~a' returned nothing" +msgstr "" =20 -#: guix/gnu-maintenance.scm:450 +#: guix/scripts/publish.scm:270 +#, scheme-format +msgid "user '~a' not found: ~a~%" +msgstr "" + +#: guix/scripts/publish.scm:284 +#, fuzzy, scheme-format +msgid "~A: extraneuous argument~%" +msgstr "~A: argumento estranho~%" + +#: guix/scripts/publish.scm:305 +#, scheme-format +msgid "server running as root; consider using the '--user' option!~%" +msgstr "" + +#: guix/scripts/publish.scm:307 +#, scheme-format +msgid "publishing ~a on ~a, port ~d~%" +msgstr "" + +#: guix/gnu-maintenance.scm:461 +#, scheme-format +msgid "signature verification failed for `~a'~%" +msgstr "Falha na verifica=C3=A7=C3=A3o de assinatura de \"~a\"~%" + +#: guix/gnu-maintenance.scm:463 +#, scheme-format +msgid "(could be because the public key is not in your keyring)~%" +msgstr "(poderia ser porque a chave p=C3=BAblica n=C3=A3o est=C3=A1 no s= eu chaveiro)~%" + +#: guix/gnu-maintenance.scm:538 #, scheme-format msgid "~a: could not locate source file" msgstr "~a: n=C3=A3o foi poss=C3=ADvel localizar um arquivo fonte" =20 -#: guix/gnu-maintenance.scm:455 +#: guix/gnu-maintenance.scm:543 #, scheme-format msgid "~a: ~a: no `version' field in source; skipping~%" msgstr "~a: ~a: sem o campo \"version\" no fonte; pulando~%" =20 -#: guix/ui.scm:131 +#: guix/ui.scm:210 +msgid "entering debugger; type ',bt' for a backtrace\n" +msgstr "" + +#: guix/ui.scm:226 guix/ui.scm:243 +#, fuzzy, scheme-format +msgid "failed to load '~a': ~a~%" +msgstr "falha ao conectar em \"~a\": ~a~%" + +#: guix/ui.scm:229 +#, fuzzy, scheme-format +msgid "~a: error: ~a~%" +msgstr "~a~%" + +#: guix/ui.scm:232 guix/ui.scm:460 +#, scheme-format +msgid "exception thrown: ~s~%" +msgstr "" + +#: guix/ui.scm:234 guix/ui.scm:252 +#, fuzzy, scheme-format +msgid "failed to load '~a':~%" +msgstr "falha ao conectar em \"~a\": ~a~%" + +#: guix/ui.scm:246 +#, fuzzy, scheme-format +msgid "~a: warning: ~a~%" +msgstr "~a~%" + +#: guix/ui.scm:249 +#, fuzzy, scheme-format +msgid "failed to load '~a': exception thrown: ~s~%" +msgstr "falha ao ler a express=C3=A3o ~s: ~s~%" + +#: guix/ui.scm:261 #, scheme-format msgid "failed to install locale: ~a~%" msgstr "falha ao instalar local: ~a~%" =20 -#: guix/ui.scm:150 +#: guix/ui.scm:280 msgid "" -"Copyright (C) 2014 the Guix authors\n" -"License GPLv3+: GNU GPL version 3 or later \n" +"Copyright (C) 2015 the Guix authors\n" +"License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" =20 -#: guix/ui.scm:158 +#: guix/ui.scm:288 #, scheme-format msgid "" "\n" @@ -1006,7 +1481,7 @@ msgstr "" "\n" "Relate erros para: ~a." =20 -#: guix/ui.scm:160 +#: guix/ui.scm:290 #, scheme-format msgid "" "\n" @@ -1015,7 +1490,7 @@ msgstr "" "\n" "Site do ~a: <~a>" =20 -#: guix/ui.scm:162 +#: guix/ui.scm:292 msgid "" "\n" "General help using GNU software: " @@ -1023,100 +1498,201 @@ msgstr "" "\n" "Ajuda em geral usando softwares GNU: " =20 -#: guix/ui.scm:169 +#: guix/ui.scm:333 #, scheme-format msgid "~a: invalid number~%" msgstr "~a: n=C3=BAmero inv=C3=A1lido~%" =20 -#: guix/ui.scm:186 +#: guix/ui.scm:350 #, scheme-format msgid "invalid number: ~a~%" msgstr "n=C3=BAmero inv=C3=A1lido: ~a~%" =20 -#: guix/ui.scm:201 +#: guix/ui.scm:373 #, scheme-format msgid "unknown unit: ~a~%" msgstr "unidade desconhecida: ~a~%" =20 -#: guix/ui.scm:212 +#: guix/ui.scm:384 #, scheme-format msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" msgstr "~a:~a:~a: pacote \"~a\" tem uma entrada inv=C3=A1lida: ~s~%" =20 -#: guix/ui.scm:219 +#: guix/ui.scm:391 #, scheme-format msgid "~a: ~a: build system `~a' does not support cross builds~%" -msgstr "~a: ~a: sistema de compila=C3=A7=C3=A3o de \"~a\" n=C3=A3o tem s= uporte a compila=C3=A7=C3=B5es cruzadas~%" +msgstr "" +"~a: ~a: sistema de compila=C3=A7=C3=A3o de \"~a\" n=C3=A3o tem suporte = a compila=C3=A7=C3=B5es " +"cruzadas~%" =20 -#: guix/ui.scm:224 +#: guix/ui.scm:396 +#, scheme-format +msgid "profile '~a' does not exist~%" +msgstr "perfil \"~a\" n=C3=A3o existe~%" + +#: guix/ui.scm:399 +#, fuzzy, scheme-format +msgid "generation ~a of profile '~a' does not exist~%" +msgstr "perfil \"~a\" n=C3=A3o existe~%" + +#: guix/ui.scm:406 +#, scheme-format +msgid "corrupt input while restoring '~a' from ~s~%" +msgstr "" + +#: guix/ui.scm:408 +#, scheme-format +msgid "corrupt input while restoring archive from ~s~%" +msgstr "" + +#: guix/ui.scm:411 #, scheme-format msgid "failed to connect to `~a': ~a~%" msgstr "falha ao conectar em \"~a\": ~a~%" =20 -#: guix/ui.scm:229 +#: guix/ui.scm:416 #, scheme-format msgid "build failed: ~a~%" msgstr "compila=C3=A7=C3=A3o falhou: ~a~%" =20 -#: guix/ui.scm:257 +#: guix/ui.scm:419 +#, scheme-format +msgid "reference to invalid output '~a' of derivation '~a'~%" +msgstr "" + +#: guix/ui.scm:430 +#, fuzzy, scheme-format +msgid "~a: ~a~%" +msgstr "~a~%" + +#: guix/ui.scm:449 #, scheme-format msgid "failed to read expression ~s: ~s~%" msgstr "falha ao ler a express=C3=A3o ~s: ~s~%" =20 -#: guix/ui.scm:263 -#, scheme-format -msgid "failed to evaluate expression `~a': ~s~%" +#: guix/ui.scm:455 +#, fuzzy, scheme-format +msgid "failed to evaluate expression '~a':~%" msgstr "falha ao avaliar a express=C3=A3o \"~a\": ~s~%" =20 -#: guix/ui.scm:272 +#: guix/ui.scm:458 +#, fuzzy, scheme-format +msgid "syntax error: ~a~%" +msgstr "erro na busca pelo nome da m=C3=A1quina: ~a~%" + +#: guix/ui.scm:472 #, fuzzy, scheme-format msgid "expression ~s does not evaluate to a package~%" msgstr "express=C3=A3o \"~s\" n=C3=A3o corresponde a um pacote~%" =20 -#: guix/ui.scm:319 -#, scheme-format +#: guix/ui.scm:524 +#, fuzzy, scheme-format msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" -msgstr "~:[A seguinte deriva=C3=A7=C3=A3o ser=C3=A1 compilada:~%~{ ~a~= %~}~;~]" +msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~= ;~]" +msgstr[0] "~:[A seguinte deriva=C3=A7=C3=A3o ser=C3=A1 compilada:~%~{ = ~a~%~}~;~]" +msgstr[1] "~:[A seguinte deriva=C3=A7=C3=A3o ser=C3=A1 compilada:~%~{ = ~a~%~}~;~]" =20 -#: guix/ui.scm:324 -#, scheme-format +#: guix/ui.scm:529 +#, fuzzy, scheme-format msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" -msgstr "~:[O seguinte arquivo ser=C3=A1 baixado:~%~{ ~a~%~}~;~]" +msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;= ~]" +msgstr[0] "~:[O seguinte arquivo ser=C3=A1 baixado:~%~{ ~a~%~}~;~]" +msgstr[1] "~:[O seguinte arquivo ser=C3=A1 baixado:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:330 -#, scheme-format +#: guix/ui.scm:535 +#, fuzzy, scheme-format msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" -msgstr "~:[A seguinte deriva=C3=A7=C3=A3o ser=C3=A1 compilada:~%~{ ~a~= %~}~;~]" +msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;= ~]" +msgstr[0] "~:[A seguinte deriva=C3=A7=C3=A3o ser=C3=A1 compilada:~%~{ = ~a~%~}~;~]" +msgstr[1] "~:[A seguinte deriva=C3=A7=C3=A3o ser=C3=A1 compilada:~%~{ = ~a~%~}~;~]" =20 -#: guix/ui.scm:335 -#, scheme-format +#: guix/ui.scm:540 +#, fuzzy, scheme-format msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" -msgstr "~:[O seguinte arquivo ser=C3=A1 baixado:~%~{ ~a~%~}~;~]" +msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~= ]" +msgstr[0] "~:[O seguinte arquivo ser=C3=A1 baixado:~%~{ ~a~%~}~;~]" +msgstr[1] "~:[O seguinte arquivo ser=C3=A1 baixado:~%~{ ~a~%~}~;~]" + +#: guix/ui.scm:595 +#, fuzzy, scheme-format +msgid "The following package would be removed:~%~{~a~%~}~%" +msgid_plural "The following packages would be removed:~%~{~a~%~}~%" +msgstr[0] "O seguinte pacote seria removido:~% ~{~a~%~}~%" +msgstr[1] "O seguinte pacote seria removido:~% ~{~a~%~}~%" + +#: guix/ui.scm:600 +#, fuzzy, scheme-format +msgid "The following package will be removed:~%~{~a~%~}~%" +msgid_plural "The following packages will be removed:~%~{~a~%~}~%" +msgstr[0] "O seguinte pacote ser=C3=A1 removido:~% ~{~a~%~}~%" +msgstr[1] "O seguinte pacote ser=C3=A1 removido:~% ~{~a~%~}~%" + +#: guix/ui.scm:613 +#, fuzzy, scheme-format +msgid "The following package would be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" +msgstr[0] "O seguinte pacote seria instalado:~%~{~a~%~}~%" +msgstr[1] "O seguinte pacote seria instalado:~%~{~a~%~}~%" + +#: guix/ui.scm:618 +#, fuzzy, scheme-format +msgid "The following package will be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" +msgstr[0] "O seguinte pacote ser=C3=A1 instalado:~%~{~a~%~}~%" +msgstr[1] "O seguinte pacote ser=C3=A1 instalado:~%~{~a~%~}~%" + +#: guix/ui.scm:631 +#, fuzzy, scheme-format +msgid "The following package would be upgraded:~%~{~a~%~}~%" +msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" +msgstr[0] "O seguinte pacote seria removido:~% ~{~a~%~}~%" +msgstr[1] "O seguinte pacote seria removido:~% ~{~a~%~}~%" + +#: guix/ui.scm:636 +#, fuzzy, scheme-format +msgid "The following package will be upgraded:~%~{~a~%~}~%" +msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" +msgstr[0] "O seguinte pacote ser=C3=A1 removido:~% ~{~a~%~}~%" +msgstr[1] "O seguinte pacote ser=C3=A1 removido:~% ~{~a~%~}~%" + +#: guix/ui.scm:647 +#, fuzzy, scheme-format +msgid "The following package would be installed:~%~{~a~%~}~%" +msgid_plural "The following packages would be installed:~%~{~a~%~}~%" +msgstr[0] "O seguinte pacote seria instalado:~%~{~a~%~}~%" +msgstr[1] "O seguinte pacote seria instalado:~%~{~a~%~}~%" =20 -#: guix/ui.scm:352 +#: guix/ui.scm:652 +#, fuzzy, scheme-format +msgid "The following package will be installed:~%~{~a~%~}~%" +msgid_plural "The following packages will be installed:~%~{~a~%~}~%" +msgstr[0] "O seguinte pacote ser=C3=A1 instalado:~%~{~a~%~}~%" +msgstr[1] "O seguinte pacote ser=C3=A1 instalado:~%~{~a~%~}~%" + +#: guix/ui.scm:669 msgid "" msgstr "" =20 -#: guix/ui.scm:380 +#: guix/ui.scm:695 #, scheme-format msgid "failed to create configuration directory `~a': ~a~%" msgstr "falha ao criar o diret=C3=B3rio de compila=C3=A7=C3=A3o \"~a\": = ~a~%" =20 -#: guix/ui.scm:475 guix/ui.scm:489 +#: guix/ui.scm:797 guix/ui.scm:811 msgid "unknown" msgstr "desconhecido" =20 -#: guix/ui.scm:598 +#: guix/ui.scm:920 #, scheme-format msgid "invalid argument: ~a~%" msgstr "argumento inv=C3=A1lido: ~a~%" =20 -#: guix/ui.scm:603 +#: guix/ui.scm:959 #, scheme-format msgid "Try `guix --help' for more information.~%" msgstr "Tente \"guix --help\" para mais informa=C3=A7=C3=B5es.~%" =20 -#: guix/ui.scm:633 +#: guix/ui.scm:986 msgid "" "Usage: guix COMMAND ARGS...\n" "Run COMMAND with ARGS.\n" @@ -1124,124 +1700,226 @@ msgstr "" "Uso: guix COMANDO ARGUMENTOS...\n" "Executa COMANDO com ARGUMENTOS.\n" =20 -#: guix/ui.scm:636 +#: guix/ui.scm:989 msgid "COMMAND must be one of the sub-commands listed below:\n" msgstr "COMANDO deve ser um dos subcomandos listados abaixo:\n" =20 -#: guix/ui.scm:656 +#: guix/ui.scm:1009 #, scheme-format msgid "guix: ~a: command not found~%" msgstr "guix: ~a: comando n=C3=A3o encontrado~%" =20 -#: guix/ui.scm:674 +#: guix/ui.scm:1027 #, scheme-format msgid "guix: missing command name~%" msgstr "guix: faltando um nome de comando~%" =20 -#: guix/ui.scm:682 +#: guix/ui.scm:1035 #, scheme-format msgid "guix: unrecognized option '~a'~%" msgstr "guix: op=C3=A7=C3=A3o \"~a\" desconhecida~%" =20 -#: guix/http-client.scm:217 -#, scheme-format -msgid "using Guile ~a, which does not support ~s encoding~%" -msgstr "usando Guile ~a, o qual n=C3=A3o oferece suporte codifica=C3=A7=C3= =A3o ~s~%" - -#: guix/http-client.scm:220 -#, scheme-format -msgid "download failed; use a newer Guile~%" -msgstr "download falhou; use um Guile mais novo~%" - -#: guix/http-client.scm:232 +#: guix/http-client.scm:211 #, scheme-format msgid "following redirection to `~a'...~%" msgstr "seguindo redirecionamento para \"~a\"...~%" =20 -#: guix/http-client.scm:241 +#: guix/http-client.scm:220 #, fuzzy msgid "download failed" msgstr "~a: falha no download~%" =20 -#: guix/nar.scm:134 -msgid "unexpected executable file marker" +#: guix/nar.scm:155 +msgid "signature is not a valid s-expression" msgstr "" =20 -#: guix/nar.scm:141 -msgid "unsupported nar file type" +#: guix/nar.scm:164 +msgid "invalid signature" msgstr "" =20 -#: guix/nar.scm:209 -msgid "unsupported file type" +#: guix/nar.scm:168 +msgid "invalid hash" msgstr "" =20 -#: guix/nar.scm:219 -#, fuzzy -msgid "invalid nar signature" -msgstr "argumento inv=C3=A1lido: ~a~%" +#: guix/nar.scm:176 +msgid "unauthorized public key" +msgstr "" + +#: guix/nar.scm:181 +msgid "corrupt signature data" +msgstr "" =20 -#: guix/nar.scm:230 -msgid "invalid nar end-of-file marker" +#: guix/nar.scm:201 +msgid "corrupt file set archive" msgstr "" =20 -#: guix/nar.scm:244 -msgid "invalid symlink tokens" +#: guix/nar.scm:211 +#, fuzzy, scheme-format +msgid "importing file or directory '~a'...~%" +msgstr "seguindo redirecionamento para \"~a\"...~%" + +#: guix/nar.scm:222 +#, fuzzy, scheme-format +msgid "found valid signature for '~a'~%" +msgstr "n=C3=BAmero inv=C3=A1lido: ~a~%" + +#: guix/nar.scm:229 +msgid "imported file lacks a signature" msgstr "" =20 -#: guix/nar.scm:263 -msgid "unexpected directory entry termination" +#: guix/nar.scm:268 +msgid "invalid inter-file archive mark" msgstr "" =20 -#: guix/nar.scm:272 -msgid "unexpected directory inter-entry marker" +#: nix/nix-daemon/guix-daemon.cc:61 +msgid "guix-daemon -- perform derivation builds and store accesses" msgstr "" =20 -#: guix/nar.scm:277 -msgid "unsupported nar entry type" +#: nix/nix-daemon/guix-daemon.cc:63 +msgid "" +"This program is a daemon meant to run in the background. It serves req= uests " +"sent over a Unix-domain socket. It accesses the store, and builds " +"derivations on behalf of its clients." msgstr "" =20 -#: guix/nar.scm:376 -msgid "signature is not a valid s-expression" +#: nix/nix-daemon/guix-daemon.cc:86 +msgid "SYSTEM" msgstr "" =20 -#: guix/nar.scm:385 -msgid "invalid signature" +#: nix/nix-daemon/guix-daemon.cc:87 +msgid "assume SYSTEM as the current system type" msgstr "" =20 -#: guix/nar.scm:389 -msgid "invalid hash" +#: nix/nix-daemon/guix-daemon.cc:88 nix/nix-daemon/guix-daemon.cc:91 +msgid "N" msgstr "" =20 -#: guix/nar.scm:397 -msgid "unauthorized public key" +#: nix/nix-daemon/guix-daemon.cc:89 +msgid "use N CPU cores to build each derivation; 0 means as many as avai= lable" msgstr "" =20 -#: guix/nar.scm:402 -msgid "corrupt signature data" +#: nix/nix-daemon/guix-daemon.cc:92 +msgid "allow at most N build jobs" msgstr "" =20 -#: guix/nar.scm:422 -msgid "corrupt file set archive" +#: nix/nix-daemon/guix-daemon.cc:94 +msgid "disable chroot builds" msgstr "" =20 -#: guix/nar.scm:432 -#, fuzzy, scheme-format -msgid "importing file or directory '~a'...~%" -msgstr "seguindo redirecionamento para \"~a\"...~%" +#: nix/nix-daemon/guix-daemon.cc:95 +msgid "DIR" +msgstr "" =20 -#: guix/nar.scm:441 -#, fuzzy, scheme-format -msgid "found valid signature for '~a'~%" -msgstr "n=C3=BAmero inv=C3=A1lido: ~a~%" +#: nix/nix-daemon/guix-daemon.cc:96 +msgid "add DIR to the build chroot" +msgstr "" =20 -#: guix/nar.scm:448 -msgid "imported file lacks a signature" +#: nix/nix-daemon/guix-daemon.cc:97 +msgid "GROUP" msgstr "" =20 -#: guix/nar.scm:487 -msgid "invalid inter-file archive mark" +#: nix/nix-daemon/guix-daemon.cc:98 +msgid "perform builds as a user of GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:100 +msgid "do not use substitutes" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:101 +msgid "URLS" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:102 +msgid "use URLS as the default list of substitute providers" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:104 +msgid "do not use the 'build hook'" msgstr "" =20 +#: nix/nix-daemon/guix-daemon.cc:106 +msgid "cache build failures" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:108 +msgid "do not keep build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:110 +msgid "disable compression of the build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:115 +msgid "disable automatic file \"deduplication\" in the store" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:125 +msgid "impersonate Linux 2.6" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:129 +msgid "tell whether the GC must keep outputs of live derivations" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:132 +msgid "tell whether the GC must keep derivations corresponding to live o= utputs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:135 +msgid "SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:136 +msgid "listen for connections on SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:138 +msgid "produce debugging output" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:205 nix/nix-daemon/guix-daemon.cc:381 +#, c-format +msgid "error: %s\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:266 +#, c-format +msgid "error: libgcrypt version mismatch\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:357 +#, c-format +msgid "" +"warning: daemon is running as root, so using `--build-users-group' is h= ighly " +"recommended\n" +msgstr "" + +#~ msgid "~a: not a number~%" +#~ msgstr "~a: n=C3=A3o =C3=A9 um n=C3=BAmero~%" + +#~ msgid "Downloading, please wait...~%" +#~ msgstr "Baixando, por favor aguarde...~%" + +#~ msgid "(Please consider upgrading Guile to get proper progress report= .)~%" +#~ msgstr "" +#~ "(Por favor, considere atualizar o Guile para obter o relat=C3=B3rio = adequado " +#~ "do progresso.)~%" + +#, fuzzy +#~ msgid "failed to open operating system file '~a': ~a~%" +#~ msgstr "falha ao conectar em \"~a\": ~a~%" + #, fuzzy -#~ msgid "failed to load machine file '~a': ~s~%" +#~ msgid "failed to load operating system file '~a': ~s~%" #~ msgstr "falha ao conectar em \"~a\": ~a~%" + +#~ msgid "using Guile ~a, which does not support ~s encoding~%" +#~ msgstr "usando Guile ~a, o qual n=C3=A3o oferece suporte codifica=C3=A7= =C3=A3o ~s~%" + +#~ msgid "download failed; use a newer Guile~%" +#~ msgstr "download falhou; use um Guile mais novo~%" + +#, fuzzy +#~ msgid "invalid nar signature" +#~ msgstr "argumento inv=C3=A1lido: ~a~%" diff --git a/po/guix/sr.po b/po/guix/sr.po index 1404a44..7278582 100644 --- a/po/guix/sr.po +++ b/po/guix/sr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: guix-0.7-pre1\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-07-13 17:06+0200\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2014-09-13 11:19+0200\n" "Last-Translator: =D0=9C=D0=B8=D1=80=D0=BE=D1=81=D0=BB=D0=B0=D0=B2 =D0=9D= =D0=B8=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B \n" "Language-Team: Serbian <(nothing)>\n" @@ -14,39 +14,96 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=3DUTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3D3; plural=3D(n%10=3D=3D1 && n%100!=3D11 ? 0 : = n%10>=3D2 && n%10<=3D4 && (n%100<10 || n%100>=3D20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3D3; plural=3D(n%10=3D=3D1 && n%100!=3D11 ? 0 : = n%10>=3D2 && n" +"%10<=3D4 && (n%100<10 || n%100>=3D20) ? 1 : 2);\n" =20 -#: gnu/packages.scm:95 +#: gnu/packages.scm:78 +#, fuzzy, scheme-format +msgid "~a: patch not found" +msgstr "~a: =D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D0=BF=D1=80=D0=BE=D0=BD=D0=B0= =D1=88=D0=B0=D0=BE =D0=BF=D0=B0=D0=BA=D0=B5=D1=82~%" + +#: gnu/packages.scm:89 +#, scheme-format +msgid "could not find bootstrap binary '~a' for system '~a'" +msgstr "" + +#: gnu/packages.scm:141 #, scheme-format msgid "cannot access `~a': ~a~%" msgstr "=D0=BD=D0=B5 =D0=BC=D0=BE=D0=B3=D1=83 =D0=B4=D0=B0 =D0=BF=D1=80=D0= =B8=D1=81=D1=82=D1=83=D0=BF=D0=B8=D0=BC =E2=80=9E~a=E2=80=9C: ~a~%" =20 -#: guix/scripts/build.scm:54 guix/scripts/package.scm:349 +#: gnu/packages.scm:382 +#, scheme-format +msgid "looking for the latest release of GNU ~a..." +msgstr "=D1=82=D1=80=D0=B0=D0=B6=D0=B8=D0=BC =D0=BF=D0=BE=D1=81=D0=BB=D0= =B5=D0=B4=D1=9A=D0=B5 =D0=B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B5 =D0=93=D0=BD=D1= =83=D0=B0 ~a..." + +#: gnu/packages.scm:389 +#, scheme-format +msgid "~a: note: using ~a but ~a is available upstream~%" +msgstr "~a: =D0=BD=D0=B0=D0=BF=D0=BE=D0=BC=D0=B5=D0=BD=D0=B0: =D0=BA=D0=BE= =D1=80=D0=B8=D1=81=D1=82=D0=B8=D0=BC ~a =D0=B0=D0=BB=D0=B8 ~a =D1=98=D0=B5= =D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=BD=D0=BE =D1=83=D0=B7=D0=B2=D0=BE= =D0=B4=D0=BD=D0=BE~%" + +#: gnu/packages.scm:411 guix/scripts/package.scm:351 #, scheme-format msgid "ambiguous package specification `~a'~%" msgstr "=D0=BD=D0=B5=D1=98=D0=B0=D1=81=D0=BD=D0=B0 =D0=BE=D0=B4=D1=80=D0= =B5=D0=B4=D0=BD=D0=B8=D1=86=D0=B0 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=B0 =E2= =80=9E~a=E2=80=9C~%" =20 -#: guix/scripts/build.scm:55 guix/scripts/package.scm:351 +#: gnu/packages.scm:412 guix/scripts/package.scm:353 #, scheme-format msgid "choosing ~a from ~a~%" msgstr "=D0=B1=D0=B8=D1=80=D0=B0=D0=BC ~a =D0=B8=D0=B7 ~a~%" =20 -#: guix/scripts/build.scm:61 +#: gnu/packages.scm:418 #, scheme-format msgid "~A: package not found for version ~a~%" msgstr "~A: =D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D0=BF=D1=80=D0=BE=D0=BD=D0=B0= =D1=88=D0=B0=D0=BE =D0=BF=D0=B0=D0=BA=D0=B5=D1=82 =D0=B7=D0=B0 =D0=B8=D0=B7= =D0=B4=D0=B0=D1=9A=D0=B5 ~a~%" =20 -#: guix/scripts/build.scm:63 +#: gnu/packages.scm:420 #, scheme-format msgid "~A: unknown package~%" msgstr "~A: =D0=BD=D0=B5=D0=BF=D0=BE=D0=B7=D0=BD=D0=B0=D1=82 =D0=BF=D0=B0= =D0=BA=D0=B5=D1=82~%" =20 -#: guix/scripts/build.scm:86 +#: gnu/system.scm:582 +#, scheme-format +msgid "using a string for file '~a' is deprecated; use 'plain-file' inst= ead~%" +msgstr "" + +#: gnu/system.scm:598 +#, scheme-format +msgid "" +"using a monadic value for '~a' is deprecated; use 'plain-file' instead~= %" +msgstr "" + +#: gnu/system.scm:850 +msgid "system locale lacks a definition" +msgstr "" + +#: gnu/services/dmd.scm:51 +#, scheme-format +msgid "service '~a' provided more than once" +msgstr "" + +#: gnu/system/shadow.scm:204 +#, scheme-format +msgid "supplementary group '~a' of user '~a' is undeclared" +msgstr "" + +#: gnu/system/shadow.scm:214 +#, scheme-format +msgid "primary group '~a' of user '~a' is undeclared" +msgstr "" + +#: guix/scripts/build.scm:66 #, scheme-format msgid "failed to create GC root `~a': ~a~%" msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=BD=D0=B0=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BC =D0=93=D0=A6 =D0= =BA=D0=BE=D1=80=D0=B5=D0=BD =E2=80=9E~a=E2=80=9C: ~a~%" =20 -#: guix/scripts/build.scm:123 +#: guix/scripts/build.scm:110 +msgid "" +"\n" +" -L, --load-path=3DDIR prepend DIR to the package module search pat= h" +msgstr "" + +#: guix/scripts/build.scm:112 msgid "" "\n" " -K, --keep-failed keep build tree of failed builds" @@ -54,7 +111,7 @@ msgstr "" "\n" " -K, --keep-failed =D0=B7=D0=B0=D0=B4=D1=80=D0=B6=D0=B0=D0=B2=D0=B0= =D1=81=D1=82=D0=B0=D0=B1=D0=BB=D0=BE =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4= =D1=9A=D0=B5 =D0=BD=D0=B5=D1=83=D1=81=D0=BF=D0=B5=D0=BB=D0=B8=D1=85 =D0=B8= =D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B8" =20 -#: guix/scripts/build.scm:125 +#: guix/scripts/build.scm:114 msgid "" "\n" " -n, --dry-run do not build the derivations" @@ -62,7 +119,7 @@ msgstr "" "\n" " -n, --dry-run =D0=BD=D0=B5 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D1= =92=D1=83=D1=98=D0=B5 =D0=B8=D0=B7=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1= =86=D0=B5" =20 -#: guix/scripts/build.scm:127 +#: guix/scripts/build.scm:116 msgid "" "\n" " --fallback fall back to building when the substituter fai= ls" @@ -70,23 +127,25 @@ msgstr "" "\n" " --fallback =D0=B2=D1=80=D0=B0=D1=9B=D0=B0 =D1=81=D0=B5 =D0= =BD=D0=B0 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D0=BA=D0=B0=D0= =B4=D0=B0 =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B8=D0=BA =D0=BD=D0=B5 =D1=83=D1= =81=D0=BF=D0=B5" =20 -#: guix/scripts/build.scm:129 +#: guix/scripts/build.scm:118 msgid "" "\n" " --no-substitutes build instead of resorting to pre-built substi= tutes" msgstr "" "\n" -" --no-substitutes =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D1=83=D1=98= =D0=B5 =D1=83=D0=BC=D0=B5=D1=81=D1=82=D0=BE =D0=B4=D0=B0 =D0=BF=D0=BE=D0=BD= =D0=BE=D0=B2=D0=BE =D1=80=D0=B5=D1=92=D0=B0 =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD= =D0=B8=D0=BA=D0=B5 =D0=BF=D1=80=D0=B5=D0=B4=D0=B8=D0=B7=D0=B3=D1=80=D0=B0= =D0=B4=D1=9A=D0=B5" +" --no-substitutes =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D1=83=D1=98= =D0=B5 =D1=83=D0=BC=D0=B5=D1=81=D1=82=D0=BE =D0=B4=D0=B0 =D0=BF=D0=BE=D0=BD= =D0=BE=D0=B2=D0=BE =D1=80=D0=B5=D1=92=D0=B0 =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD= =D0=B8=D0=BA=D0=B5 " +"=D0=BF=D1=80=D0=B5=D0=B4=D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B5= " =20 -#: guix/scripts/build.scm:131 +#: guix/scripts/build.scm:120 msgid "" "\n" " --no-build-hook do not attempt to offload builds via the build= hook" msgstr "" "\n" -" --no-build-hook =D0=BD=D0=B5 =D0=BF=D0=BE=D0=BA=D1=83=D1=88=D0= =B0=D0=B2=D0=B0 =D0=B4=D0=B0 =D1=80=D0=B0=D1=81=D1=82=D0=B5=D1=80=D0=B5=D1= =82=D0=B8 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D0=BF=D1=83=D1= =82=D0=B5=D0=BC =D0=BF=D1=80=D0=B5=D0=B4=D0=B2=D0=BE=D1=80=D1=98=D0=B0 =D0= =B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B5" +" --no-build-hook =D0=BD=D0=B5 =D0=BF=D0=BE=D0=BA=D1=83=D1=88=D0= =B0=D0=B2=D0=B0 =D0=B4=D0=B0 =D1=80=D0=B0=D1=81=D1=82=D0=B5=D1=80=D0=B5=D1= =82=D0=B8 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D0=BF=D1=83=D1= =82=D0=B5=D0=BC =D0=BF=D1=80=D0=B5=D0=B4=D0=B2=D0=BE=D1=80=D1=98=D0=B0 " +"=D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B5" =20 -#: guix/scripts/build.scm:133 +#: guix/scripts/build.scm:122 msgid "" "\n" " --max-silent-time=3DSECONDS\n" @@ -96,7 +155,7 @@ msgstr "" " --max-silent-time=3D=D0=A1=D0=95=D0=9A=D0=A3=D0=9D=D0=94=D0=95\n" " =D0=BE=D0=B7=D0=BD=D0=B0=D1=87=D0=B0=D0=B2=D0=B0= =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D0=BD=D0=B5=D1=83=D0=BF= =D0=B5=D0=BB=D0=BE=D0=BC =D0=BD=D0=B0=D0=BA=D0=BE=D0=BD =D0=A1=D0=95=D0=9A= =D0=A3=D0=9D=D0=94=D0=95 =D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D1=9A=D0=B0= " =20 -#: guix/scripts/build.scm:136 +#: guix/scripts/build.scm:125 msgid "" "\n" " --timeout=3DSECONDS mark the build as failed after SECONDS of ac= tivity" @@ -105,7 +164,7 @@ msgstr "" " --timeout=3D=D0=A1=D0=95=D0=9A=D0=A3=D0=9D=D0=94=D0=95\n" " =D0=BE=D0=B7=D0=BD=D0=B0=D1=87=D0=B0=D0=B2=D0=B0= =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D0=BD=D0=B5=D1=83=D1=81= =D0=BF=D0=B5=D0=BB=D0=BE=D0=BC =D0=BD=D0=B0=D0=BA=D0=BE=D0=BD =D0=A1=D0=95= =D0=9A=D0=A3=D0=9D=D0=94=D0=95 =D1=80=D0=B0=D0=B4=D0=B0" =20 -#: guix/scripts/build.scm:138 +#: guix/scripts/build.scm:127 msgid "" "\n" " --verbosity=3DLEVEL use the given verbosity LEVEL" @@ -113,20 +172,27 @@ msgstr "" "\n" " --verbosity=3D=D0=9D=D0=98=D0=92=D0=9E =D0=BA=D0=BE=D1=80=D0=B8=D1= =81=D1=82=D0=B8 =D0=B4=D0=B0=D1=82=D0=B8 =D0=9D=D0=98=D0=92=D0=9E =D0=BE=D0= =BF=D1=88=D0=B8=D1=80=D0=BD=D0=BE=D1=81=D1=82=D0=B8" =20 -#: guix/scripts/build.scm:140 +#: guix/scripts/build.scm:129 msgid "" "\n" " -c, --cores=3DN allow the use of up to N CPU cores for the b= uild" msgstr "" "\n" -" -c, --cores=3DN =D0=BE=D0=BC=D0=BE=D0=B3=D1=83=D1=9B=D0=B0=D0= =B2=D0=B0 =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5=D1=9A=D0=B5 =D0=B4=D0= =BE N =D1=98=D0=B5=D0=B7=D0=B3=D1=80=D0=B0 =D0=BF=D1=80=D0=BE=D1=86=D0=B5= =D1=81=D0=BE=D1=80=D0=B0 =D0=B7=D0=B0 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4= =D1=9A=D1=83" +" -c, --cores=3DN =D0=BE=D0=BC=D0=BE=D0=B3=D1=83=D1=9B=D0=B0=D0= =B2=D0=B0 =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5=D1=9A=D0=B5 =D0=B4=D0= =BE N =D1=98=D0=B5=D0=B7=D0=B3=D1=80=D0=B0 =D0=BF=D1=80=D0=BE=D1=86=D0=B5= =D1=81=D0=BE=D1=80=D0=B0 =D0=B7=D0=B0 " +"=D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83" =20 -#: guix/scripts/build.scm:206 -#, scheme-format -msgid "~a: not a number~%" -msgstr "~a: =D0=BD=D0=B8=D1=98=D0=B5 =D0=B1=D1=80=D0=BE=D1=98~%" +#: guix/scripts/build.scm:131 +msgid "" +"\n" +" -M, --max-jobs=3DN allow at most N build jobs" +msgstr "" =20 -#: guix/scripts/build.scm:223 +#: guix/scripts/build.scm:209 guix/scripts/build.scm:216 +#, fuzzy, scheme-format +msgid "not a number: '~a' option argument: ~a~%" +msgstr "=D0=BF=D0=BE=D0=B3=D1=80=D0=B5=D1=88=D0=B0=D0=BD =D0=B1=D1=80=D0= =BE=D1=98 =D0=B0=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D0=B0=D1=82=D0=B0~%" + +#: guix/scripts/build.scm:235 msgid "" "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" @@ -134,7 +200,7 @@ msgstr "" "=D0=A3=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=B0: guix build [=D0=9E=D0= =9F=D0=A6=D0=98=D0=88=D0=90]... =D0=9F=D0=90=D0=9A=D0=95=D0=A2-=D0=98=D0=9B= =D0=98-=D0=98=D0=97=D0=92=D0=95=D0=94=D0=9D=D0=98=D0=A6=D0=90...\n" "=D0=98=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D1=83=D1=98=D0=B5 =D0=B4=D0=B0=D1=82= =D0=B8 =D0=9F=D0=90=D0=9A=D0=95=D0=A2-=D0=98=D0=9B=D0=98-=D0=98=D0=97=D0=92= =D0=95=D0=94=D0=9D=D0=98=D0=A6=D0=A3 =D0=B8 =D0=B8=D1=81=D0=BF=D0=B8=D1=81= =D1=83=D1=98=D0=B5 =D1=9A=D0=B8=D1=85=D0=BE=D0=B2=D0=B5 =D0=BF=D1=83=D1=82= =D0=B0=D1=9A=D0=B5 =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7=D0=B0.\n" =20 -#: guix/scripts/build.scm:225 +#: guix/scripts/build.scm:237 msgid "" "\n" " -e, --expression=3DEXPR build the package or derivation EXPR evaluat= es to" @@ -142,7 +208,7 @@ msgstr "" "\n" " -e, --expression=3D=D0=98=D0=97=D0=A0=D0=90=D0=97 =D0=B8=D0=B7=D0=B3= =D1=80=D0=B0=D1=92=D1=83=D1=98=D0=B5 =D0=BF=D1=80=D0=BE=D1=86=D0=B5=D0=BD= =D0=B5 =D0=98=D0=97=D0=A0=D0=90=D0=97=D0=90 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82= =D0=B0 =D0=B8=D0=BB=D0=B8 =D0=B8=D0=B7=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8= =D1=86=D0=B5 =D0=BD=D0=B0" =20 -#: guix/scripts/build.scm:227 +#: guix/scripts/build.scm:239 msgid "" "\n" " -S, --source build the packages' source derivations" @@ -150,7 +216,15 @@ msgstr "" "\n" " -S, --source =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D1=83=D1=98= =D0=B5 =D0=B8=D0=B7=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=86=D0=B5 =D0=B8= =D0=B7=D0=B2=D0=BE=D1=80=D0=B0 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=B0" =20 -#: guix/scripts/build.scm:229 +#: guix/scripts/build.scm:241 +msgid "" +"\n" +" --sources[=3DTYPE] build source derivations; TYPE may optionall= y be " +"one\n" +" of \"package\", \"all\" (default), or \"transi= tive\"" +msgstr "" + +#: guix/scripts/build.scm:244 msgid "" "\n" " -s, --system=3DSYSTEM attempt to build for SYSTEM--e.g., \"i686-li= nux\"" @@ -158,7 +232,7 @@ msgstr "" "\n" " -s, --system=3D=D0=A1=D0=98=D0=A1=D0=A2=D0=95=D0=9C =D0=BF=D0=BE=D0= =BA=D1=83=D1=88=D0=B0=D0=B2=D0=B0 =D0=B4=D0=B0 =D0=B8=D0=B7=D0=B3=D1=80=D0= =B0=D0=B4=D0=B8 =D0=B7=D0=B0 =D0=A1=D0=98=D0=A1=D0=A2=D0=95=D0=9C--e.g., = =E2=80=9Ei686-linux=E2=80=9C" =20 -#: guix/scripts/build.scm:231 +#: guix/scripts/build.scm:246 msgid "" "\n" " --target=3DTRIPLET cross-build for TRIPLET--e.g., \"armel-linux= -gnu\"" @@ -166,7 +240,7 @@ msgstr "" "\n" " --target=3D=D0=A2=D0=A0=D0=9E=D0=88=D0=9A=D0=90 =D1=83=D0=BD=D0= =B0=D0=BA=D1=80=D1=81=D0=BD=D0=BE =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D1= =83=D1=98=D0=B5 =D0=B7=D0=B0 =D0=A2=D0=A0=D0=9E=D0=88=D0=9A=D0=A3--e.g., = =E2=80=9Earmel-linux-gnu=E2=80=9C" =20 -#: guix/scripts/build.scm:233 +#: guix/scripts/build.scm:248 msgid "" "\n" " --with-source=3DSOURCE\n" @@ -176,7 +250,13 @@ msgstr "" " --with-source=3D=D0=98=D0=97=D0=92=D0=9E=D0=A0\n" " =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D0= =98=D0=97=D0=92=D0=9E=D0=A0 =D0=BF=D1=80=D0=B8=D0=BB=D0=B8=D0=BA=D0=BE=D0= =BC =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B5 =D0=BE=D0=B4=D0=B3=D0= =BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83=D1=9B=D0=B5=D0=B3 =D0=BF=D0=B0=D0= =BA=D0=B5=D1=82=D0=B0" =20 -#: guix/scripts/build.scm:236 +#: guix/scripts/build.scm:251 +msgid "" +"\n" +" --no-grafts do not graft packages" +msgstr "" + +#: guix/scripts/build.scm:253 msgid "" "\n" " -d, --derivations return the derivation paths of the given packa= ges" @@ -184,17 +264,18 @@ msgstr "" "\n" " -d, --derivations =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=BF=D1=83=D1=82=D0=B0=D1=9A=D0=B5 =D0=B8=D0=B7=D0=B2=D0=B5=D0=B4=D0=B5= =D0=BD=D0=B8=D1=86=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D0=B3 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B0" =20 -#: guix/scripts/build.scm:238 +#: guix/scripts/build.scm:255 msgid "" "\n" " -r, --root=3DFILE make FILE a symlink to the result, and regis= ter it\n" " as a garbage collector root" msgstr "" "\n" -" -r, --root=3D=D0=94=D0=90=D0=A2=D0=9E=D0=A2=D0=95=D0=9A=D0=90 =D1= =87=D0=B8=D0=BD=D0=B8 =D0=94=D0=90=D0=A2=D0=9E=D0=A2=D0=95=D0=9A=D0=A3 =D1= =81=D0=B8=D0=BC=D0=B1=D0=BE=D0=BB=D0=B8=D1=87=D0=BA=D0=BE=D0=BC =D0=B2=D0= =B5=D0=B7=D0=BE=D0=BC =D0=BA=D0=B0 =D1=80=D0=B5=D0=B7=D1=83=D0=BB=D1=82=D0= =B0=D1=82=D1=83, =D0=B8 =D0=B1=D0=B5=D0=BB=D0=B5=D0=B6=D0=B8 =D1=98=D0=B5= \n" +" -r, --root=3D=D0=94=D0=90=D0=A2=D0=9E=D0=A2=D0=95=D0=9A=D0=90 =D1= =87=D0=B8=D0=BD=D0=B8 =D0=94=D0=90=D0=A2=D0=9E=D0=A2=D0=95=D0=9A=D0=A3 =D1= =81=D0=B8=D0=BC=D0=B1=D0=BE=D0=BB=D0=B8=D1=87=D0=BA=D0=BE=D0=BC =D0=B2=D0= =B5=D0=B7=D0=BE=D0=BC =D0=BA=D0=B0 =D1=80=D0=B5=D0=B7=D1=83=D0=BB=D1=82=D0= =B0=D1=82=D1=83, =D0=B8 " +"=D0=B1=D0=B5=D0=BB=D0=B5=D0=B6=D0=B8 =D1=98=D0=B5\n" " =D0=BA=D0=B0=D0=BE =D0=BA=D0=BE=D1=80=D0=B5=D0= =BD =D1=81=D0=BA=D1=83=D0=BF=D1=99=D0=B0=D1=87=D0=B0 =D1=92=D1=83=D0=B1=D1= =80=D0=B0" =20 -#: guix/scripts/build.scm:241 +#: guix/scripts/build.scm:258 msgid "" "\n" " --log-file return the log file names for the given deriva= tions" @@ -202,10 +283,12 @@ msgstr "" "\n" " --log-file =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5= =D0=BA=D0=B5 =D0=B4=D0=BD=D0=B5=D0=B2=D0=BD=D0=B8=D0=BA=D0=B0 =D0=B7=D0=B0= =D0=B4=D0=B0=D1=82=D0=B5 =D0=B8=D0=B7=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8= =D1=86=D0=B5" =20 -#: guix/scripts/build.scm:246 guix/scripts/download.scm:53 -#: guix/scripts/package.scm:523 guix/scripts/gc.scm:58 -#: guix/scripts/hash.scm:55 guix/scripts/pull.scm:82 -#: guix/scripts/substitute-binary.scm:564 guix/scripts/system.scm:334 +#: guix/scripts/build.scm:263 guix/scripts/download.scm:53 +#: guix/scripts/package.scm:478 guix/scripts/gc.scm:65 +#: guix/scripts/hash.scm:55 guix/scripts/import.scm:91 +#: guix/scripts/pull.scm:81 guix/scripts/substitute.scm:682 +#: guix/scripts/system.scm:407 guix/scripts/lint.scm:583 +#: guix/scripts/publish.scm:60 msgid "" "\n" " -h, --help display this help and exit" @@ -213,10 +296,12 @@ msgstr "" "\n" " -h, --help =D0=BF=D1=80=D0=B8=D0=BA=D0=B0=D0=B7=D1=83= =D1=98=D0=B5 =D0=BE=D0=B2=D1=83 =D0=BF=D0=BE=D0=BC=D0=BE=D1=9B =D0=B8 =D0= =B8=D0=B7=D0=BB=D0=B0=D0=B7=D0=B8" =20 -#: guix/scripts/build.scm:248 guix/scripts/download.scm:55 -#: guix/scripts/package.scm:525 guix/scripts/gc.scm:60 -#: guix/scripts/hash.scm:57 guix/scripts/pull.scm:84 -#: guix/scripts/substitute-binary.scm:566 guix/scripts/system.scm:336 +#: guix/scripts/build.scm:265 guix/scripts/download.scm:55 +#: guix/scripts/package.scm:480 guix/scripts/gc.scm:67 +#: guix/scripts/hash.scm:57 guix/scripts/import.scm:93 +#: guix/scripts/pull.scm:83 guix/scripts/substitute.scm:684 +#: guix/scripts/system.scm:409 guix/scripts/lint.scm:587 +#: guix/scripts/publish.scm:62 msgid "" "\n" " -V, --version display version information and exit" @@ -224,19 +309,19 @@ msgstr "" "\n" " -V, --version =D0=BF=D1=80=D0=B8=D0=BA=D0=B0=D0=B7=D1=83= =D1=98=D0=B5 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=BA=D0=B5 =D0=BE =D0=B8=D0=B7= =D0=B4=D0=B0=D1=9A=D1=83 =D0=B8 =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7=D0=B8" =20 -#: guix/scripts/build.scm:368 +#: guix/scripts/build.scm:292 #, scheme-format -msgid "sources do not match any package:~{ ~a~}~%" -msgstr "=D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=B8 =D0=BD=D0=B5 =D0=BE=D0=B4=D0= =B3=D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83 =D0=BD=D0=B8=D1=98=D0=B5=D0= =B4=D0=BD=D0=BE=D0=BC =D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D1=83:~{ ~a~}~%" +msgid "" +"invalid argument: '~a' option argument: ~a, ~\n" +"must be one of 'package', 'all', or 'transitive'~%" +msgstr "" =20 -#: guix/scripts/build.scm:397 guix/scripts/download.scm:96 -#: guix/scripts/package.scm:756 guix/scripts/gc.scm:122 -#: guix/scripts/pull.scm:115 guix/scripts/system.scm:386 +#: guix/scripts/build.scm:415 #, scheme-format -msgid "~A: unrecognized option~%" -msgstr "~A: =D0=BD=D0=B5=D0=BF=D0=BE=D0=B7=D0=BD=D0=B0=D1=82=D0=B0 =D0=BE= =D0=BF=D1=86=D0=B8=D1=98=D0=B0~%" +msgid "sources do not match any package:~{ ~a~}~%" +msgstr "=D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=B8 =D0=BD=D0=B5 =D0=BE=D0=B4=D0= =B3=D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83 =D0=BD=D0=B8=D1=98=D0=B5=D0= =B4=D0=BD=D0=BE=D0=BC =D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D1=83:~{ ~a~}~%" =20 -#: guix/scripts/build.scm:425 +#: guix/scripts/build.scm:464 #, scheme-format msgid "no build log for '~a'~%" msgstr "=D0=BD=D0=B5=D0=BC=D0=B0 =D0=B4=D0=BD=D0=B5=D0=B2=D0=BD=D0=B8=D0= =BA=D0=B0 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B5 =D0=B7=D0=B0 =E2= =80=9E~a=E2=80=9C~%" @@ -270,6 +355,13 @@ msgstr "" msgid "unsupported hash format: ~a~%" msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD=D0=B8 =D0= =B7=D0=B0=D0=BF=D0=B8=D1=81 =D1=85=D0=B5=D1=88=D0=B0: ~a~%" =20 +#: guix/scripts/download.scm:96 guix/scripts/gc.scm:144 +#: guix/scripts/pull.scm:217 guix/scripts/lint.scm:634 +#: guix/scripts/publish.scm:282 guix/ui.scm:946 +#, scheme-format +msgid "~A: unrecognized option~%" +msgstr "~A: =D0=BD=D0=B5=D0=BF=D0=BE=D0=B7=D0=BD=D0=B0=D1=82=D0=B0 =D0=BE= =D0=BF=D1=86=D0=B8=D1=98=D0=B0~%" + #: guix/scripts/download.scm:106 #, scheme-format msgid "~a: failed to parse URI~%" @@ -280,89 +372,76 @@ msgstr "~a: =D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1= =81=D0=BF=D0=B5=D0=BE =D0=B4=D0=B0 =D0=BE=D0=B1=D1=80=D0=B0=D0=B4=D0=B8=D0= =BC =D0=BF=D1=83=D1=82=D0=B0=D1=9A=D1=83~%" msgid "~a: download failed~%" msgstr "~a: =D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0=D1=9A=D0=B5= =D0=BD=D0=B8=D1=98=D0=B5 =D1=83=D1=81=D0=BF=D0=B5=D0=BB=D0=BE~%" =20 -#: guix/scripts/package.scm:88 +#: guix/scripts/package.scm:109 #, scheme-format msgid "failed to build the empty profile~%" msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D0=B8=D0=BC =D0=BF=D1=80=D0= =B0=D0=B7=D0=B0=D0=BD =D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB~%" =20 -#: guix/scripts/package.scm:97 +#: guix/scripts/package.scm:125 #, scheme-format msgid "switching from generation ~a to ~a~%" msgstr "=D0=BF=D1=80=D0=B5=D0=B1=D0=B0=D1=86=D1=83=D1=98=D0=B5=D0=BC =D1= =81=D0=B5 =D1=81=D0=B0 =D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1= =98=D0=B5 ~a =D0=BD=D0=B0 ~a~%" =20 -#: guix/scripts/package.scm:108 guix/scripts/package.scm:866 -#: guix/scripts/package.scm:978 -#, scheme-format -msgid "profile '~a' does not exist~%" -msgstr "=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB =E2=80=9E~a=E2=80=9C =D0=BD= =D0=B5 =D0=BF=D0=BE=D1=81=D1=82=D0=BE=D1=98=D0=B8~%" - -#: guix/scripts/package.scm:112 +#: guix/scripts/package.scm:144 #, scheme-format msgid "nothing to do: already at the empty profile~%" msgstr "=D0=BD=D0=B8=D1=88=D1=82=D0=B0 =D0=B7=D0=B0 =D1=83=D1=80=D0=B0=D0= =B4=D0=B8=D1=82=D0=B8: =D0=B2=D0=B5=D1=9B =D1=81=D0=B0=D0=BC =D1=83 =D0=BF= =D1=80=D0=B0=D0=B7=D0=BD=D0=BE=D0=BC =D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB= =D1=83~%" =20 -#: guix/scripts/package.scm:197 +#: guix/scripts/package.scm:156 #, scheme-format -msgid "The following package would be removed:~%~{~a~%~}~%" -msgstr "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA=D0= =B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8 =D0= =B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB=D0=BE=D1=9A=D0=B5=D0=BD=D0=B8:~%= ~{~a~%~}~%" +msgid "deleting ~a~%" +msgstr "=D0=B1=D1=80=D0=B8=D1=88=D0=B5=D0=BC ~a~%" =20 -#: guix/scripts/package.scm:202 +#: guix/scripts/package.scm:269 #, scheme-format -msgid "The following package will be removed:~%~{~a~%~}~%" -msgstr "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA=D0= =B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB=D0= =BE=D1=9A=D0=B5=D0=BD=D0=B8:~%~{~a~%~}~%" +msgid "not removing generation ~a, which is current~%" +msgstr "" =20 -#: guix/scripts/package.scm:214 -#, scheme-format -msgid "The following package would be installed:~%~{~a~%~}~%" -msgstr "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA=D0= =B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8 =D0= =B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0= =B0=D0=BD=D0=B8:~%~{~a~%~}~%" +#: guix/scripts/package.scm:276 +#, fuzzy, scheme-format +msgid "no matching generation~%" +msgstr "=D0=BF=D1=80=D0=B5=D0=B1=D0=B0=D1=86=D1=83=D1=98=D0=B5=D0=BC =D1= =81=D0=B5 =D1=81=D0=B0 =D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1= =98=D0=B5 ~a =D0=BD=D0=B0 ~a~%" =20 -#: guix/scripts/package.scm:219 +#: guix/scripts/package.scm:279 guix/scripts/package.scm:959 #, scheme-format -msgid "The following package will be installed:~%~{~a~%~}~%" -msgstr "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA=D0= =B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81=D1= =82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" +msgid "invalid syntax: ~a~%" +msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BD=D0=B0 =D1= =81=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81=D0=B0: ~a~%" =20 -#: guix/scripts/package.scm:339 +#: guix/scripts/package.scm:341 #, scheme-format msgid "package `~a' lacks output `~a'~%" msgstr "=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D1=83 =E2=80=9E~a=E2=80=9C =D0=BD= =D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D1=98=D0=B5 =D0=B8=D0=B7=D0=BB=D0=B0= =D0=B7 =E2=80=9E~a=E2=80=9C~%" =20 -#: guix/scripts/package.scm:356 +#: guix/scripts/package.scm:358 #, scheme-format msgid "~a: package not found~%" msgstr "~a: =D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D0=BF=D1=80=D0=BE=D0=BD=D0=B0= =D1=88=D0=B0=D0=BE =D0=BF=D0=B0=D0=BA=D0=B5=D1=82~%" =20 -#: guix/scripts/package.scm:391 -#, scheme-format -msgid "looking for the latest release of GNU ~a..." -msgstr "=D1=82=D1=80=D0=B0=D0=B6=D0=B8=D0=BC =D0=BF=D0=BE=D1=81=D0=BB=D0= =B5=D0=B4=D1=9A=D0=B5 =D0=B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B5 =D0=93=D0=BD=D1= =83=D0=B0 ~a..." - -#: guix/scripts/package.scm:395 -#, scheme-format -msgid "~a: note: using ~a but ~a is available upstream~%" -msgstr "~a: =D0=BD=D0=B0=D0=BF=D0=BE=D0=BC=D0=B5=D0=BD=D0=B0: =D0=BA=D0=BE= =D1=80=D0=B8=D1=81=D1=82=D0=B8=D0=BC ~a =D0=B0=D0=BB=D0=B8 ~a =D1=98=D0=B5= =D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=BD=D0=BE =D1=83=D0=B7=D0=B2=D0=BE= =D0=B4=D0=BD=D0=BE~%" - -#: guix/scripts/package.scm:467 +#: guix/scripts/package.scm:409 #, scheme-format msgid "The following environment variable definitions may be needed:~%" msgstr "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B5 =D0=BE=D0=B4=D1=80=D0= =B5=D0=B4=D0=BD=D0=B8=D1=86=D0=B5 =D0=BF=D1=80=D0=BE=D0=BC=D0=B5=D0=BD=D1= =99=D0=B8=D0=B2=D0=B5 =D0=BE=D0=BA=D1=80=D1=83=D0=B6=D0=B5=D1=9A=D0=B0 =D0= =BC=D0=BE=D0=B3=D1=83 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BF=D0=BE=D1=82=D1=80=D0= =B5=D0=B1=D0=BD=D0=B5:~%" =20 -#: guix/scripts/package.scm:483 +#: guix/scripts/package.scm:425 +#, fuzzy msgid "" -"Usage: guix package [OPTION]... PACKAGES...\n" -"Install, remove, or upgrade PACKAGES in a single transaction.\n" +"Usage: guix package [OPTION]...\n" +"Install, remove, or upgrade packages in a single transaction.\n" msgstr "" "=D0=A3=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=B0: guix package [=D0=9E=D0= =9F=D0=A6=D0=98=D0=88=D0=90]... =D0=9F=D0=90=D0=9A=D0=95=D0=A2=D0=98...\n= " "=D0=98=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D1=98=D1=82=D0=B5= , =D1=83=D0=BA=D0=BB=D0=BE=D0=BD=D0=B8=D1=82=D0=B5, =D0=B8=D0=BB=D0=B8 =D0= =B4=D0=BE=D0=B3=D1=80=D0=B0=D0=B4=D0=B8=D1=82=D0=B5 =D0=9F=D0=90=D0=9A=D0= =95=D0=A2=D0=95 =D1=83 =D1=98=D0=B5=D0=B4=D0=BD=D0=BE=D0=BC =D0=BF=D1=80=D0= =B5=D0=BB=D0=B0=D0=B7=D1=83.\n" =20 -#: guix/scripts/package.scm:485 +#: guix/scripts/package.scm:427 +#, fuzzy msgid "" "\n" -" -i, --install=3DPACKAGE install PACKAGE" +" -i, --install PACKAGE ...\n" +" install PACKAGEs" msgstr "" "\n" " -i, --install=3D=D0=9F=D0=90=D0=9A=D0=95=D0=A2 =D0=B8=D0=BD=D1=81=D1= =82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0 =D0=9F=D0=90=D0=9A=D0=95=D0=A2" =20 -#: guix/scripts/package.scm:487 +#: guix/scripts/package.scm:430 msgid "" "\n" " -e, --install-from-expression=3DEXP\n" @@ -372,23 +451,43 @@ msgstr "" " -e, --install-from-expression=3D=D0=98=D0=97=D0=A0\n" " =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80= =D0=B0 =D0=BF=D1=80=D0=BE=D1=86=D0=B5=D0=BD=D0=B5 =D0=98=D0=97=D0=A0 =D0=BF= =D0=B0=D0=BA=D0=B5=D1=82=D0=B0 =D1=83" =20 -#: guix/scripts/package.scm:490 +#: guix/scripts/package.scm:433 +#, fuzzy msgid "" "\n" -" -r, --remove=3DPACKAGE remove PACKAGE" +" -r, --remove PACKAGE ...\n" +" remove PACKAGEs" msgstr "" "\n" " -r, --remove=3D=D0=9F=D0=90=D0=9A=D0=95=D0=A2 =D1=83=D0=BA=D0=BB=D0= =B0=D1=9A=D0=B0 =D0=9F=D0=90=D0=9A=D0=95=D0=A2" =20 -#: guix/scripts/package.scm:492 +#: guix/scripts/package.scm:436 msgid "" "\n" " -u, --upgrade[=3DREGEXP] upgrade all the installed packages matching = REGEXP" msgstr "" "\n" -" -u, --upgrade[=3D=D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0] =D0=B4=D0=BE=D0= =B3=D1=80=D0=B0=D1=92=D1=83=D1=98=D0=B5 =D1=81=D0=B2=D0=B5 =D0=B8=D0=BD=D1= =81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B5 =D0=BF=D0=B0=D0=BA=D0= =B5=D1=82=D0=B5 =D0=BA=D0=BE=D1=98=D0=B8 =D0=BE=D0=B4=D0=B3=D0=BE=D0=B2=D0= =B0=D1=80=D0=B0=D1=98=D1=83 =D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0=D0=90=D0= =97=D0=A3" +" -u, --upgrade[=3D=D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0] =D0=B4=D0=BE=D0= =B3=D1=80=D0=B0=D1=92=D1=83=D1=98=D0=B5 =D1=81=D0=B2=D0=B5 =D0=B8=D0=BD=D1= =81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B5 =D0=BF=D0=B0=D0=BA=D0= =B5=D1=82=D0=B5 =D0=BA=D0=BE=D1=98=D0=B8 =D0=BE=D0=B4=D0=B3=D0=BE=D0=B2=D0= =B0=D1=80=D0=B0=D1=98=D1=83 " +"=D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0=D0=90=D0=97=D0=A3" + +#: guix/scripts/package.scm:438 +msgid "" +"\n" +" -m, --manifest=3DFILE create a new profile generation with the man= ifest\n" +" from FILE" +msgstr "" =20 -#: guix/scripts/package.scm:494 +#: guix/scripts/package.scm:441 +#, fuzzy +msgid "" +"\n" +" --do-not-upgrade[=3DREGEXP] do not upgrade any packages matching = REGEXP" +msgstr "" +"\n" +" -u, --upgrade[=3D=D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0] =D0=B4=D0=BE=D0= =B3=D1=80=D0=B0=D1=92=D1=83=D1=98=D0=B5 =D1=81=D0=B2=D0=B5 =D0=B8=D0=BD=D1= =81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B5 =D0=BF=D0=B0=D0=BA=D0= =B5=D1=82=D0=B5 =D0=BA=D0=BE=D1=98=D0=B8 =D0=BE=D0=B4=D0=B3=D0=BE=D0=B2=D0= =B0=D1=80=D0=B0=D1=98=D1=83 " +"=D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0=D0=90=D0=97=D0=A3" + +#: guix/scripts/package.scm:443 msgid "" "\n" " --roll-back roll back to the previous generation" @@ -396,15 +495,17 @@ msgstr "" "\n" " --roll-back =D0=B2=D1=80=D0=B0=D1=9B=D0=B0 =D1=81=D0=B5 =D0= =BD=D0=B0 =D0=BF=D1=80=D0=B5=D1=82=D1=85=D0=BE=D0=B4=D0=BD=D1=83 =D0=B3=D0= =B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1=98=D1=83" =20 -#: guix/scripts/package.scm:496 +#: guix/scripts/package.scm:445 +#, fuzzy msgid "" "\n" -" --search-paths display needed environment variable definition= s" +" --search-paths[=3DKIND]\n" +" display needed environment variable definition= s" msgstr "" "\n" " --search-paths =D0=BF=D1=80=D0=B8=D0=BA=D0=B0=D0=B7=D1=83=D1=98= =D0=B5 =D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=BD=D0=B5 =D0=BE=D0=B4=D1=80= =D0=B5=D0=B4=D0=BD=D0=B8=D1=86=D0=B5 =D0=BF=D1=80=D0=BE=D0=BC=D0=B5=D0=BD= =D1=99=D0=B8=D0=B2=D0=B5 =D0=BE=D0=BA=D1=80=D1=83=D0=B6=D0=B5=D1=9A=D0=B0= " =20 -#: guix/scripts/package.scm:498 +#: guix/scripts/package.scm:448 msgid "" "\n" " -l, --list-generations[=3DPATTERN]\n" @@ -414,7 +515,7 @@ msgstr "" " -l, --list-generations[=3D=D0=A8=D0=90=D0=91=D0=9B=D0=9E=D0=9D]\n" " =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1=98=D0=B5 =D0=BA=D0=BE= =D1=98=D0=B5 =D0=BE=D0=B4=D0=B3=D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83= =D0=A8=D0=90=D0=91=D0=9B=D0=9E=D0=9D=D0=A3" =20 -#: guix/scripts/package.scm:501 +#: guix/scripts/package.scm:451 msgid "" "\n" " -d, --delete-generations[=3DPATTERN]\n" @@ -424,7 +525,18 @@ msgstr "" " -d, --delete-generations[=3D=D0=A8=D0=90=D0=91=D0=9B=D0=9E=D0=9D]\n" " =D0=B1=D1=80=D0=B8=D1=88=D0=B5 =D0=B3=D0=B5=D0= =BD=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1=98=D0=B5 =D0=BA=D0=BE=D1=98=D0=B5 =D0= =BE=D0=B4=D0=B3=D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83 =D0=A8=D0=90=D0= =91=D0=9B=D0=9E=D0=9D=D0=A3" =20 -#: guix/scripts/package.scm:504 +#: guix/scripts/package.scm:454 +#, fuzzy +msgid "" +"\n" +" -S, --switch-generation=3DPATTERN\n" +" switch to a generation matching PATTERN" +msgstr "" +"\n" +" -l, --list-generations[=3D=D0=A8=D0=90=D0=91=D0=9B=D0=9E=D0=9D]\n" +" =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1=98=D0=B5 =D0=BA=D0=BE= =D1=98=D0=B5 =D0=BE=D0=B4=D0=B3=D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83= =D0=A8=D0=90=D0=91=D0=9B=D0=9E=D0=9D=D0=A3" + +#: guix/scripts/package.scm:457 msgid "" "\n" " -p, --profile=3DPROFILE use PROFILE instead of the user's default pr= ofile" @@ -432,7 +544,7 @@ msgstr "" "\n" " -p, --profile=3D=D0=9F=D0=A0=D0=9E=D0=A4=D0=98=D0=9B =D0=BA=D0=BE=D1= =80=D0=B8=D1=81=D1=82=D0=B8 =D0=9F=D0=A0=D0=9E=D0=A4=D0=98=D0=9B =D1=83=D0= =BC=D0=B5=D1=81=D1=82=D0=BE =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D0=BD=D0=B8=D1= =87=D0=BA=D0=BE=D0=B3 =D0=BF=D0=BE=D0=B4=D1=80=D0=B0=D0=B7=D1=83=D0=BC=D0= =B5=D0=B2=D0=B0=D0=BD=D0=BE=D0=B3" =20 -#: guix/scripts/package.scm:507 +#: guix/scripts/package.scm:460 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the profile" @@ -440,7 +552,7 @@ msgstr "" "\n" " --bootstrap =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D0= =93=D1=83=D0=B8=D0=BB=D0=B5 =D0=BF=D0=BE=D1=87=D0=B5=D1=82=D0=BD=D0=BE=D0= =B3 =D1=83=D1=87=D0=B8=D1=82=D0=B0=D0=B2=D0=B0=D1=9A=D0=B0 =D0=B4=D0=B0 =D0= =B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D0=B8 =D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0= =BB" =20 -#: guix/scripts/package.scm:509 guix/scripts/pull.scm:75 +#: guix/scripts/package.scm:462 guix/scripts/pull.scm:74 msgid "" "\n" " --verbose produce verbose output" @@ -448,7 +560,7 @@ msgstr "" "\n" " --verbose =D1=81=D1=82=D0=B2=D0=B0=D1=80=D0=B0 =D0=BE=D0= =BF=D1=88=D0=B8=D1=80=D0=B0=D0=BD =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7" =20 -#: guix/scripts/package.scm:512 +#: guix/scripts/package.scm:465 msgid "" "\n" " -s, --search=3DREGEXP search in synopsis and description using REG= EXP" @@ -456,7 +568,7 @@ msgstr "" "\n" " -s, --search=3D=D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0 =D1=82=D1=80=D0= =B0=D0=B6=D0=B8 =D1=83 =D1=81=D0=BA=D0=B8=D1=86=D0=B8 =D0=B8 =D0=BE=D0=BF= =D0=B8=D1=81=D1=83 =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B5=D1=9B=D0=B8= =D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0" =20 -#: guix/scripts/package.scm:514 +#: guix/scripts/package.scm:467 msgid "" "\n" " -I, --list-installed[=3DREGEXP]\n" @@ -464,9 +576,10 @@ msgid "" msgstr "" "\n" " -I, --list-installed[=3D=D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0]\n" -" =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B5 =D0=BF= =D0=B0=D0=BA=D0=B5=D1=82=D0=B5 =D0=BA=D0=BE=D1=98=D0=B8 =D0=BE=D0=B4=D0=B3= =D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83 =D0=A0=D0=95=D0=93=D0=98=D0=97= =D0=A0=D0=90=D0=97=D0=A3" +" =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B5 =D0=BF= =D0=B0=D0=BA=D0=B5=D1=82=D0=B5 =D0=BA=D0=BE=D1=98=D0=B8 =D0=BE=D0=B4=D0=B3= =D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83 " +"=D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0=D0=90=D0=97=D0=A3" =20 -#: guix/scripts/package.scm:517 +#: guix/scripts/package.scm:470 msgid "" "\n" " -A, --list-available[=3DREGEXP]\n" @@ -476,62 +589,84 @@ msgstr "" " -A, --list-available[=3D=D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0]\n" " =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=BD=D0=B5 =D0=BF=D0=B0=D0=BA=D0=B5= =D1=82=D0=B5 =D0=BA=D0=BE=D1=98=D0=B8 =D0=BE=D0=B4=D0=B3=D0=BE=D0=B2=D0=B0= =D1=80=D0=B0=D1=98=D1=83 =D0=A0=D0=95=D0=93=D0=98=D0=97=D0=A0=D0=90=D0=97= =D0=A3" =20 -#: guix/scripts/package.scm:760 +#: guix/scripts/package.scm:473 +#, fuzzy +msgid "" +"\n" +" --show=3DPACKAGE show details about PACKAGE" +msgstr "" +"\n" +" -i, --install=3D=D0=9F=D0=90=D0=9A=D0=95=D0=A2 =D0=B8=D0=BD=D1=81=D1= =82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0 =D0=9F=D0=90=D0=9A=D0=95=D0=A2" + +#: guix/scripts/package.scm:560 +#, scheme-format +msgid "~a: unsupported kind of search path~%" +msgstr "" + +#: guix/scripts/package.scm:758 #, scheme-format msgid "~A: extraneous argument~%" msgstr "~A: =D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8 =D0=B0=D1=80=D0=B3=D1=83= =D0=BC=D0=B5=D0=BD=D1=82~%" =20 -#: guix/scripts/package.scm:775 +#: guix/scripts/package.scm:766 #, scheme-format msgid "Try \"info '(guix) Invoking guix package'\" for more information.= ~%" msgstr "=D0=9F=D0=BE=D0=BA=D1=83=D1=88=D0=B0=D1=98=D1=82=D0=B5 =E2=80=9E= info '(guix) Invoking guix package'=E2=80=9C =D0=B7=D0=B0 =D0=B2=D0=B8=D1= =88=D0=B5 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0.~%" =20 -#: guix/scripts/package.scm:797 +#: guix/scripts/package.scm:788 #, scheme-format msgid "error: while creating directory `~a': ~a~%" msgstr "=D0=B3=D1=80=D0=B5=D1=88=D0=BA=D0=B0: =D0=BF=D1=80=D0=B8=D0=BB=D0= =B8=D0=BA=D0=BE=D0=BC =D1=81=D1=82=D0=B2=D0=B0=D1=80=D0=B0=D1=9A=D0=B0 =D0= =B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=98=D1=83=D0=BC=D0=B0= =E2=80=9E~a=E2=80=9C: ~a~%" =20 -#: guix/scripts/package.scm:801 +#: guix/scripts/package.scm:792 #, scheme-format msgid "Please create the `~a' directory, with you as the owner.~%" msgstr "=D0=9D=D0=B0=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D1=82=D0=B5 =D0=B4=D0= =B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=98=D1=83=D0=BC =E2=80=9E= ~a=E2=80=9C, =D1=83 =D0=B2=D0=B0=D1=88=D0=B5=D0=BC =D0=B2=D0=BB=D0=B0=D1=81= =D0=BD=D0=B8=D1=88=D1=82=D0=B2=D1=83.~%" =20 -#: guix/scripts/package.scm:808 +#: guix/scripts/package.scm:799 #, scheme-format msgid "error: directory `~a' is not owned by you~%" msgstr "=D0=B3=D1=80=D0=B5=D1=88=D0=BA=D0=B0: =D0=B4=D0=B8=D1=80=D0=B5=D0= =BA=D1=82=D0=BE=D1=80=D0=B8=D1=98=D1=83=D0=BC =E2=80=9E~a=E2=80=9C =D0=BD= =D0=B8=D1=98=D0=B5 =D1=83 =D0=B2=D0=B0=D1=88=D0=B5=D0=BC =D0=B2=D0=BB=D0=B0= =D1=81=D0=BD=D0=B8=D1=88=D1=82=D0=B2=D1=83~%" =20 -#: guix/scripts/package.scm:811 +#: guix/scripts/package.scm:802 #, scheme-format msgid "Please change the owner of `~a' to user ~s.~%" msgstr "=D0=9F=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B8=D1=82=D0=B5 =D0=BA=D0= =B0=D0=BE =D0=B2=D0=BB=D0=B0=D1=81=D0=BD=D0=B8=D0=BA=D0=B0 ~s =D0=BD=D0=B0= =D0=B4 =E2=80=9E~a=E2=80=9C.~%" =20 #: guix/scripts/package.scm:836 #, scheme-format -msgid "deleting ~a~%" -msgstr "=D0=B1=D1=80=D0=B8=D1=88=D0=B5=D0=BC ~a~%" +msgid "nothing to be done~%" +msgstr "=D0=BD=D0=B8=D1=88=D1=82=D0=B0 =D0=BD=D0=B5=D1=9B=D0=B5 =D0=B1=D0= =B8=D1=82=D0=B8 =D1=83=D1=80=D0=B0=D1=92=D0=B5=D0=BD=D0=BE~%" =20 -#: guix/scripts/package.scm:889 guix/scripts/package.scm:994 -#, scheme-format -msgid "invalid syntax: ~a~%" -msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BD=D0=B0 =D1= =81=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81=D0=B0: ~a~%" +#: guix/scripts/package.scm:852 +#, fuzzy, scheme-format +msgid "~a package in profile~%" +msgid_plural "~a packages in profile~%" +msgstr[0] "~a =D0=BF=D0=B0=D0=BA=D0=B5=D1=82 =D1=83 =D0=BF=D1=80=D0=BE=D1= =84=D0=B8=D0=BB=D1=83~%" +msgstr[1] "~a =D0=BF=D0=B0=D0=BA=D0=B5=D1=82 =D1=83 =D0=BF=D1=80=D0=BE=D1= =84=D0=B8=D0=BB=D1=83~%" +msgstr[2] "~a =D0=BF=D0=B0=D0=BA=D0=B5=D1=82 =D1=83 =D0=BF=D1=80=D0=BE=D1= =84=D0=B8=D0=BB=D1=83~%" + +#: guix/scripts/package.scm:876 +#, fuzzy, scheme-format +msgid "cannot switch to generation '~a'~%" +msgstr "=D0=BF=D1=80=D0=B5=D0=B1=D0=B0=D1=86=D1=83=D1=98=D0=B5=D0=BC =D1= =81=D0=B5 =D1=81=D0=B0 =D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1= =98=D0=B5 ~a =D0=BD=D0=B0 ~a~%" =20 -#: guix/scripts/package.scm:918 +#: guix/scripts/package.scm:898 #, scheme-format -msgid "nothing to be done~%" -msgstr "=D0=BD=D0=B8=D1=88=D1=82=D0=B0 =D0=BD=D0=B5=D1=9B=D0=B5 =D0=B1=D0= =B8=D1=82=D0=B8 =D1=83=D1=80=D0=B0=D1=92=D0=B5=D0=BD=D0=BE~%" +msgid "would install new manifest from '~a' with ~d entries~%" +msgstr "" =20 -#: guix/scripts/package.scm:941 +#: guix/scripts/package.scm:900 #, scheme-format -msgid "~a package in profile~%" -msgstr "~a =D0=BF=D0=B0=D0=BA=D0=B5=D1=82 =D1=83 =D0=BF=D1=80=D0=BE=D1=84= =D0=B8=D0=BB=D1=83~%" +msgid "installing new manifest from '~a' with ~d entries~%" +msgstr "" =20 -#: guix/scripts/package.scm:956 +#: guix/scripts/package.scm:925 #, scheme-format msgid "Generation ~a\t~a" msgstr "=D0=93=D0=B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1=98=D0=B0 ~a\= t~a" =20 -#: guix/scripts/package.scm:963 +#: guix/scripts/package.scm:932 #, scheme-format msgid "~a\t(current)~%" msgstr "~a\t(=D1=82=D0=B5=D0=BA=D1=83=D1=9B=D0=B5)~%" @@ -565,12 +700,18 @@ msgstr "" #: guix/scripts/gc.scm:46 msgid "" "\n" +" --optimize optimize the store by deduplicating identical = files" +msgstr "" + +#: guix/scripts/gc.scm:48 +msgid "" +"\n" " --list-dead list dead paths" msgstr "" "\n" " --list-dead =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=BC=D1=80=D1=82=D0=B2=D0=B5 =D0=BF=D1=83=D1=82=D0=B0=D1=9A=D0=B5" =20 -#: guix/scripts/gc.scm:48 +#: guix/scripts/gc.scm:50 msgid "" "\n" " --list-live list live paths" @@ -578,7 +719,7 @@ msgstr "" "\n" " --list-dead =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=B6=D0=B8=D0=B2=D0=B5 =D0=BF=D1=83=D1=82=D0=B0=D1=9A=D0=B5" =20 -#: guix/scripts/gc.scm:51 +#: guix/scripts/gc.scm:53 msgid "" "\n" " --references list the references of PATHS" @@ -586,7 +727,7 @@ msgstr "" "\n" " --references =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D1=83=D0=BF=D1=83=D1=82=D0=B5 =D0=9F=D0=A3=D0=A2=D0=90=D0=8A=D0=90" =20 -#: guix/scripts/gc.scm:53 +#: guix/scripts/gc.scm:55 msgid "" "\n" " -R, --requisites list the requisites of PATHS" @@ -594,7 +735,7 @@ msgstr "" "\n" " --references =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=B7=D0=B0=D1=85=D1=82=D0=B5=D0=B2=D0=B5 =D0=9F=D0=A3=D0=A2=D0=90=D0=8A= =D0=90" =20 -#: guix/scripts/gc.scm:55 +#: guix/scripts/gc.scm:57 msgid "" "\n" " --referrers list the referrers of PATHS" @@ -602,7 +743,15 @@ msgstr "" "\n" " --referrers =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D1=83=D0=B1=D1=80=D0=B0=D1=98=D0=B0=D1=87=D0=B5 =D0=9F=D0=A3=D0=A2=D0=90= =D0=8A=D0=90" =20 -#: guix/scripts/gc.scm:84 +#: guix/scripts/gc.scm:60 +msgid "" +"\n" +" --verify[=3DOPTS] verify the integrity of the store; OPTS is a= \n" +" comma-separated combination of 'repair' and\n" +" 'contents'" +msgstr "" + +#: guix/scripts/gc.scm:91 #, scheme-format msgid "invalid amount of storage: ~a~%" msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D0= =B8=D0=B7=D0=BD=D0=BE=D1=81 =D1=81=D0=BA=D0=BB=D0=B0=D0=B4=D0=B8=D1=88=D1= =82=D0=B0: ~a~%" @@ -634,7 +783,7 @@ msgstr "" msgid "unrecognized option: ~a~%" msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B7=D0=BD=D0=B0=D1=82=D0=B0 =D0=BE=D0= =BF=D1=86=D0=B8=D1=98=D0=B0: ~a~%" =20 -#: guix/scripts/hash.scm:134 guix/ui.scm:233 +#: guix/scripts/hash.scm:134 guix/ui.scm:424 #, scheme-format msgid "~a~%" msgstr "~a~%" @@ -644,7 +793,31 @@ msgstr "~a~%" msgid "wrong number of arguments~%" msgstr "=D0=BF=D0=BE=D0=B3=D1=80=D0=B5=D1=88=D0=B0=D0=BD =D0=B1=D1=80=D0= =BE=D1=98 =D0=B0=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D0=B0=D1=82=D0=B0~%" =20 -#: guix/scripts/pull.scm:73 +#: guix/scripts/import.scm:85 +#, fuzzy +msgid "" +"Usage: guix import IMPORTER ARGS ...\n" +"Run IMPORTER with ARGS.\n" +msgstr "" +"=D0=A3=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=B0: guix =D0=9D=D0=90=D0=A0= =D0=95=D0=94=D0=91=D0=90 =D0=90=D0=A0=D0=93=D0=A3=D0=9C=D0=95=D0=9D=D0=A2= =D0=98...\n" +"=D0=9F=D0=BE=D0=BA=D1=80=D0=B5=D0=BD=D0=B8=D1=82=D0=B5 =D0=9D=D0=90=D0=A0= =D0=95=D0=94=D0=91=D0=A3 =D1=81=D0=B0 =D0=90=D0=A0=D0=93=D0=A3=D0=9C=D0=95= =D0=9D=D0=A2=D0=98=D0=9C=D0=90.\n" + +#: guix/scripts/import.scm:88 +#, fuzzy +msgid "IMPORTER must be one of the importers listed below:\n" +msgstr "=D0=9D=D0=90=D0=A0=D0=95=D0=94=D0=91=D0=90 =D0=BC=D0=BE=D1=80=D0= =B0 =D0=B1=D0=B8=D1=82=D0=B8 =D1=98=D0=B5=D0=B4=D0=BD=D0=B0 =D0=BE=D0=B4 = =D0=BF=D0=BE=D0=B4=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D0=B8 =D0=BD=D0=B0= =D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=85 =D0=B8=D1=81=D0=BF=D0=BE=D0=B4= :\n" + +#: guix/scripts/import.scm:102 +#, fuzzy, scheme-format +msgid "guix import: missing importer name~%" +msgstr "guix: =D0=BD=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D1=98=D0=B5 =D0= =BD=D0=B0=D0=B7=D0=B8=D0=B2 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D0=B5~%" + +#: guix/scripts/import.scm:113 +#, scheme-format +msgid "guix import: invalid importer~%" +msgstr "" + +#: guix/scripts/pull.scm:72 msgid "" "Usage: guix pull [OPTION]...\n" "Download and deploy the latest version of Guix.\n" @@ -652,7 +825,7 @@ msgstr "" "=D0=A3=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=B0: guix pull [=D0=9E=D0=9F= =D0=A6=D0=98=D0=88=D0=90]...\n" "=D0=9F=D1=80=D0=B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0 =D0=B8 =D1=80=D0=B0=D0= =B7=D0=B2=D0=B8=D1=98=D0=B0 =D0=BD=D0=B0=D1=98=D0=BD=D0=BE=D0=B2=D0=B8=D1= =98=D0=B5 =D0=B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B5 =D0=93=D1=83=D0=B8=D0=BA=D1= =81=D0=B0.\n" =20 -#: guix/scripts/pull.scm:77 +#: guix/scripts/pull.scm:76 msgid "" "\n" " --url=3DURL download the Guix tarball from URL" @@ -660,136 +833,157 @@ msgstr "" "\n" " --url=3D=D0=90=D0=94=D0=A0=D0=95=D0=A1=D0=90 =D0=BF=D1=80=D0= =B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0 =D1=82=D0=B0=D1=80=D0=B1=D0=B0=D0=BB =D0= =93=D1=83=D0=B8=D0=BA=D1=81=D0=B0 =D1=81=D0=B0 =D0=90=D0=94=D0=A0=D0=95=D0= =A1=D0=95" =20 -#: guix/scripts/pull.scm:79 +#: guix/scripts/pull.scm:78 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the new Guix" msgstr "" "\n" -" --bootstrap =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D0= =93=D1=83=D0=B8=D0=BB=D0=B5 =D0=BF=D0=BE=D1=87=D0=B5=D1=82=D0=BD=D0=BE=D0= =B3 =D1=83=D1=87=D0=B8=D1=82=D0=B0=D0=B2=D0=B0=D1=9A=D0=B0 =D0=B4=D0=B0 =D0= =B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D0=B8 =D0=BD=D0=BE=D0=B2=D0=B8 =D0=93=D1= =83=D0=B8=D0=BA=D1=81" +" --bootstrap =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D0= =93=D1=83=D0=B8=D0=BB=D0=B5 =D0=BF=D0=BE=D1=87=D0=B5=D1=82=D0=BD=D0=BE=D0= =B3 =D1=83=D1=87=D0=B8=D1=82=D0=B0=D0=B2=D0=B0=D1=9A=D0=B0 =D0=B4=D0=B0 =D0= =B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D0=B8 =D0=BD=D0=BE=D0=B2=D0=B8 " +"=D0=93=D1=83=D0=B8=D0=BA=D1=81" + +#: guix/scripts/pull.scm:132 +msgid "tarball did not produce a single source directory" +msgstr "" =20 -#: guix/scripts/pull.scm:117 +#: guix/scripts/pull.scm:150 #, scheme-format -msgid "~A: unexpected argument~%" -msgstr "~A: =D0=BD=D0=B5=D0=BE=D1=87=D0=B5=D0=BA=D0=B8=D0=B2=D0=B0=D0=BD= =D0=B8 =D0=B0=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D1=82~%" +msgid "unpacking '~a'...~%" +msgstr "" =20 -#: guix/scripts/pull.scm:126 -msgid "failed to download up-to-date source, exiting\n" -msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0=BC=D0=B5=D0=BC =D0=BD=D0=B0=D1= =98=D1=81=D0=B2=D0=B5=D0=B6=D0=B8=D1=98=D0=B8 =D0=B8=D0=B7=D0=B2=D0=BE=D1= =80, =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7=D0=B8=D0=BC\n" +#: guix/scripts/pull.scm:159 +msgid "failed to unpack source code" +msgstr "" =20 -#: guix/scripts/pull.scm:145 +#: guix/scripts/pull.scm:202 +msgid "Guix already up to date\n" +msgstr "=D0=93=D1=83=D0=B8=D0=BA=D1=81 =D1=98=D0=B5 =D0=B2=D0=B5=D1=9B =D0= =B0=D0=B6=D1=83=D1=80=D0=B8=D1=80=D0=B0=D0=BD\n" + +#: guix/scripts/pull.scm:207 #, scheme-format msgid "updated ~a successfully deployed under `~a'~%" msgstr "=D0=B0=D0=B6=D1=83=D1=80=D0=B8=D1=80=D0=B0=D0=BD=D0=B8 ~a =D1=98= =D0=B5 =D1=83=D1=81=D0=BF=D0=B5=D1=88=D0=BD=D0=BE =D1=80=D0=B0=D0=B7=D0=B2= =D0=B8=D1=98=D0=B5=D0=BD =D0=BF=D0=BE=D0=B4 =E2=80=9E~a=E2=80=9C~%" =20 -#: guix/scripts/pull.scm:148 +#: guix/scripts/pull.scm:210 #, scheme-format msgid "failed to update Guix, check the build log~%" msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=B0=D0=B6=D1=83=D1=80=D0=B8=D1=80=D0=B0=D0=BC =D0=93=D1=83=D0= =B8=D0=BA=D1=81, =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=B8=D1=82=D0=B5 =D0= =B4=D0=BD=D0=B5=D0=B2=D0=BD=D0=B8=D0=BA =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0= =B4=D1=9A=D0=B5~%" =20 -#: guix/scripts/pull.scm:150 -msgid "Guix already up to date\n" -msgstr "=D0=93=D1=83=D0=B8=D0=BA=D1=81 =D1=98=D0=B5 =D0=B2=D0=B5=D1=9B =D0= =B0=D0=B6=D1=83=D1=80=D0=B8=D1=80=D0=B0=D0=BD\n" +#: guix/scripts/pull.scm:219 +#, scheme-format +msgid "~A: unexpected argument~%" +msgstr "~A: =D0=BD=D0=B5=D0=BE=D1=87=D0=B5=D0=BA=D0=B8=D0=B2=D0=B0=D0=BD= =D0=B8 =D0=B0=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D1=82~%" + +#: guix/scripts/pull.scm:228 +msgid "failed to download up-to-date source, exiting\n" +msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0=BC=D0=B5=D0=BC =D0=BD=D0=B0=D1= =98=D1=81=D0=B2=D0=B5=D0=B6=D0=B8=D1=98=D0=B8 =D0=B8=D0=B7=D0=B2=D0=BE=D1= =80, =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7=D0=B8=D0=BC\n" =20 -#: guix/scripts/substitute-binary.scm:80 +#: guix/scripts/substitute.scm:81 #, scheme-format msgid "authentication and authorization of substitutes disabled!~%" msgstr "=D0=BF=D0=BE=D1=82=D0=B2=D1=80=D1=92=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5= =D0=B8=D0=B4=D0=B5=D0=BD=D1=82=D0=B8=D1=82=D0=B5=D1=82=D0=B0 =D0=B8 =D0=BE= =D0=B2=D0=BB=D0=B0=D1=88=D1=9B=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 =D0=B7=D0=B0= =D0=BC=D0=B5=D0=BD=D0=B0 =D1=98=D0=B5 =D0=B8=D1=81=D0=BA=D1=99=D1=83=D1=87= =D0=B5=D0=BD=D0=BE!~%" =20 -#: guix/scripts/substitute-binary.scm:163 +#: guix/scripts/substitute.scm:157 #, scheme-format msgid "download from '~a' failed: ~a, ~s~%" msgstr "=D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0=D1=9A=D0=B5 =D1= =81=D0=B0 =E2=80=9E~a=E2=80=9C =D0=BD=D0=B8=D1=98=D0=B5 =D1=83=D1=81=D0=BF= =D0=B5=D0=BB=D0=BE: ~a, ~s~%" =20 -#: guix/scripts/substitute-binary.scm:178 -#, scheme-format -msgid "while fetching ~a: server is unresponsive~%" +#: guix/scripts/substitute.scm:169 +#, fuzzy, scheme-format +msgid "while fetching ~a: server is somewhat slow~%" msgstr "=D0=BF=D1=80=D0=B8=D0=BB=D0=B8=D0=BA=D0=BE=D0=BC =D0=B4=D0=BE=D0= =B2=D0=BB=D0=B0=D1=87=D0=B5=D1=9A=D0=B0 ~a: =D1=81=D0=B5=D1=80=D0=B2=D0=B5= =D1=80 =D0=BD=D0=B5 =D0=BE=D0=B4=D0=B3=D0=BE=D0=B2=D0=B0=D1=80=D0=B0~%" =20 -#: guix/scripts/substitute-binary.scm:180 +#: guix/scripts/substitute.scm:171 #, scheme-format msgid "try `--no-substitutes' if the problem persists~%" msgstr "=D0=BF=D0=BE=D0=BA=D1=83=D1=88=D0=B0=D1=98=D1=82=D0=B5 =E2=80=9E= --no-substitutes=E2=80=9C =D0=B0=D0=BA=D0=BE =D1=81=D0=B5 =D0=BD=D0=B5=D0= =BF=D1=80=D0=B8=D0=BB=D0=B8=D0=BA=D0=B5 =D0=BD=D0=B0=D1=81=D1=82=D0=B0=D0= =B2=D0=B5~%" =20 -#: guix/scripts/substitute-binary.scm:244 +#: guix/scripts/substitute.scm:214 #, scheme-format -msgid "signature version must be a number: ~a~%" +msgid "updating list of substitutes from '~a'...\r" +msgstr "" + +#: guix/scripts/substitute.scm:246 +#, fuzzy, scheme-format +msgid "signature version must be a number: ~s~%" msgstr "=D0=B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B5 =D0=BF=D0=BE=D1=82=D0=BF=D0= =B8=D1=81=D0=B0 =D0=BC=D0=BE=D1=80=D0=B0 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B1=D1= =80=D0=BE=D1=98: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:248 +#: guix/scripts/substitute.scm:250 #, scheme-format msgid "unsupported signature version: ~a~%" msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD=D0=BE =D0= =B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B5 =D0=BF=D0=BE=D1=82=D0=BF=D0=B8=D1=81=D0= =B0: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:256 +#: guix/scripts/substitute.scm:258 #, scheme-format msgid "signature is not a valid s-expression: ~s~%" msgstr "=D0=BF=D0=BE=D1=82=D0=BF=D0=B8=D1=81 =D0=BD=D0=B8=D1=98=D0=B5 =D0= =B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D1=81-=D0=B8=D0=B7=D1=80=D0= =B0=D0=B7: ~s~%" =20 -#: guix/scripts/substitute-binary.scm:260 +#: guix/scripts/substitute.scm:262 #, scheme-format msgid "invalid format of the signature field: ~a~%" msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D0= =B7=D0=B0=D0=BF=D0=B8=D1=81 =D0=BF=D0=BE=D1=99=D0=B0 =D0=BF=D0=BE=D1=82=D0= =BF=D0=B8=D1=81=D0=B0: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:295 +#: guix/scripts/substitute.scm:297 #, scheme-format msgid "invalid signature for '~a'~%" msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D0= =BF=D0=BE=D1=82=D0=BF=D0=B8=D1=81 =D0=B7=D0=B0 =E2=80=9E~a=E2=80=9C~%" =20 -#: guix/scripts/substitute-binary.scm:297 +#: guix/scripts/substitute.scm:299 #, scheme-format msgid "hash mismatch for '~a'~%" msgstr "=D1=85=D0=B5=D1=88 =D0=BD=D0=B5 =D0=BE=D0=B4=D0=B3=D0=BE=D0=B2=D0= =B0=D1=80=D0=B0 =D0=B7=D0=B0 =E2=80=9E~a=E2=80=9C~%" =20 -#: guix/scripts/substitute-binary.scm:299 +#: guix/scripts/substitute.scm:301 #, scheme-format msgid "'~a' is signed with an unauthorized key~%" msgstr "=E2=80=9E~a=E2=80=9C =D1=98=D0=B5 =D0=BF=D0=BE=D1=82=D0=BF=D0=B8= =D1=81=D0=B0=D0=BD=D0=BE =D0=BD=D0=B5=D0=BE=D0=B2=D0=BB=D0=B0=D1=88=D1=9B= =D0=B5=D0=BD=D0=B8=D0=BC =D0=BA=D1=99=D1=83=D1=87=D0=B5=D0=BC~%" =20 -#: guix/scripts/substitute-binary.scm:301 +#: guix/scripts/substitute.scm:303 #, scheme-format msgid "signature on '~a' is corrupt~%" msgstr "=D0=BF=D0=BE=D1=82=D0=BF=D0=B8=D1=81 =D0=BD=D0=B0 =E2=80=9E~a=E2= =80=9C =D1=98=D0=B5 =D0=BE=D1=88=D1=82=D0=B5=D1=9B=D0=B5=D0=BD~%" =20 -#: guix/scripts/substitute-binary.scm:338 +#: guix/scripts/substitute.scm:341 #, scheme-format msgid "substitute at '~a' lacks a signature~%" msgstr "=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B8 =D0=BD=D0=B0 =E2=80=9E~a=E2= =80=9C =D0=BD=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D1=98=D0=B5 =D0=BF=D0=BE= =D1=82=D0=BF=D0=B8=D1=81~%" =20 -#: guix/scripts/substitute-binary.scm:526 +#: guix/scripts/substitute.scm:504 #, scheme-format -msgid "Downloading, please wait...~%" -msgstr "=D0=9F=D1=80=D0=B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0, =D0=BC=D0=BE=D0= =BB=D0=B8=D0=BC =D1=81=D0=B0=D1=87=D0=B5=D0=BA=D0=B0=D1=98=D1=82=D0=B5...= ~%" +msgid "updating list of substitutes from '~a'... ~5,1f%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:528 +#: guix/scripts/substitute.scm:552 #, scheme-format -msgid "(Please consider upgrading Guile to get proper progress report.)~= %" -msgstr "(=D0=A0=D0=B0=D0=B7=D0=BC=D0=BE=D1=82=D1=80=D0=B8=D1=82=D0=B5 =D0= =BD=D0=B0=D0=B4=D0=BE=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D0=93=D1=83=D0= =B8=D0=BB=D0=B0 =D0=B4=D0=B0 =D0=B4=D0=BE=D0=B1=D0=B8=D1=98=D0=B5=D1=82=D0= =B5 =D0=B8=D0=B7=D0=B2=D0=B5=D1=88=D1=82=D0=B0=D1=98 =D0=BE =D1=9A=D0=B5=D0= =B3=D0=BE=D0=B2=D0=BE=D0=BC =D0=BD=D0=B0=D0=BF=D1=80=D0=B5=D0=B4=D0=BE=D0= =B2=D0=B0=D1=9A=D1=83.)~%" +msgid "~s: unsupported server URI scheme~%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:545 +#: guix/scripts/substitute.scm:663 #, scheme-format msgid "host name lookup error: ~a~%" msgstr "=D0=B3=D1=80=D0=B5=D1=88=D0=BA=D0=B0 =D1=82=D1=80=D0=B0=D0=B6=D0= =B5=D1=9A=D0=B0 =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2=D0=B0 =D0=B4=D0=BE=D0=BC=D0= =B0=D1=9B=D0=B8=D0=BD=D0=B0: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:554 +#: guix/scripts/substitute.scm:672 +#, fuzzy msgid "" -"Usage: guix substitute-binary [OPTION]...\n" +"Usage: guix substitute [OPTION]...\n" "Internal tool to substitute a pre-built binary to a local build.\n" msgstr "" "=D0=A3=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=B0: guix substitute-binar= y [=D0=9E=D0=9F=D0=A6=D0=98=D0=88=D0=90]...\n" "=D0=A3=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B8 =D0=B0=D0=BB=D0=B0= =D1=82 =D0=B7=D0=B0 =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D1=83 =D0=BF=D1=80=D0=B5= -=D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D0=B5=D0=BD=D0=BE=D0=B3 =D0=B8=D0=B7= =D0=B2=D1=80=D1=88=D0=BD=D0=BE=D0=B3 =D1=83 =D0=BC=D0=B5=D1=81=D0=BD=D1=83= =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83.\n" =20 -#: guix/scripts/substitute-binary.scm:556 +#: guix/scripts/substitute.scm:674 msgid "" "\n" " --query report on the availability of substitutes for = the\n" " store file names passed on the standard input" msgstr "" "\n" -" --query =D0=B8=D0=B7=D0=B2=D0=B5=D1=88=D1=82=D0=B0=D0=B2= =D0=B0 =D0=BE =D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=BD=D0=BE=D1=81=D1=82= =D0=B8 =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B8=D0=BA=D0=B0 =D0=B7=D0=B0 =D0=BD= =D0=B0=D0=B7=D0=B8=D0=B2=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA= =D0=B0\n" +" --query =D0=B8=D0=B7=D0=B2=D0=B5=D1=88=D1=82=D0=B0=D0=B2= =D0=B0 =D0=BE =D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=BD=D0=BE=D1=81=D1=82= =D0=B8 =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B8=D0=BA=D0=B0 =D0=B7=D0=B0 =D0=BD= =D0=B0=D0=B7=D0=B8=D0=B2=D0=B5 " +"=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0\n" " =D1=81=D0=BA=D0=BB=D0=B0=D0=B4=D0=B8=D1=88=D1=82= =D0=B0 =D0=BF=D1=80=D0=BE=D1=81=D0=BB=D0=B5=D1=92=D0=B5=D0=BD=D0=B8=D1=85= =D0=BD=D0=B0 =D1=81=D1=82=D0=B0=D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=BE= =D0=BC =D1=83=D0=BB=D0=B0=D0=B7=D1=83" =20 -#: guix/scripts/substitute-binary.scm:559 +#: guix/scripts/substitute.scm:677 msgid "" "\n" " --substitute STORE-FILE DESTINATION\n" @@ -798,19 +992,28 @@ msgid "" msgstr "" "\n" " --substitute =D0=9E=D0=94=D0=A0=D0=95=D0=94=D0=98=D0=A8=D0=A2=D0=95= =D0=A1=D0=9A=D0=9B=D0=90=D0=94=D0=98=D0=A8=D0=9D=D0=95-=D0=94=D0=90=D0=A2= =D0=9E=D0=A2=D0=95=D0=9A=D0=95\n" -" =D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0= =D0=A1=D0=9A=D0=9B=D0=90=D0=94=D0=98=D0=A8=D0=9D=D0=A3-=D0=94=D0=90=D0=A2= =D0=9E=D0=A2=D0=95=D0=9A=D0=A3 =D0=B8 =D1=81=D0=BC=D0=B5=D1=88=D1=82=D0=B0= =D1=98=D0=B5 =D0=BA=D0=B0=D0=BE =D0=9D=D0=B0=D1=80 =D1=83=D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D1=86=D0=B8\n" +" =D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0= =D0=A1=D0=9A=D0=9B=D0=90=D0=94=D0=98=D0=A8=D0=9D=D0=A3-=D0=94=D0=90=D0=A2= =D0=9E=D0=A2=D0=95=D0=9A=D0=A3 =D0=B8 =D1=81=D0=BC=D0=B5=D1=88=D1=82=D0=B0= =D1=98=D0=B5 =D0=BA=D0=B0=D0=BE =D0=9D=D0=B0=D1=80 " +"=D1=83=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D1=86=D0=B8\n" " =D0=9E=D0=94=D0=A0=D0=95=D0=94=D0=98=D0=A8=D0=A2= =D0=95" =20 -#: guix/scripts/substitute-binary.scm:604 -msgid "ACL for archive imports seems to be uninitialized, substitutes ma= y be unavailable\n" -msgstr "=D0=90=D0=A6=D0=9B =D0=B7=D0=B0 =D1=83=D0=B2=D0=BE=D0=B7 =D0=B0=D1= =80=D1=85=D0=B8=D0=B2=D0=B5 =D0=B8=D0=B7=D0=B3=D0=BB=D0=B5=D0=B4=D0=B0 =D0= =B4=D0=B0 =D1=98=D0=B5 =D0=BD=D0=B5=D1=83=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0= =B1=D1=99=D0=B8=D0=B2, =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B5 =D0=BC=D0=BE=D0= =B3=D1=83 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BD=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D1= =83=D0=BF=D0=BD=D0=B5\n" +#: guix/scripts/substitute.scm:712 +msgid "" +"ACL for archive imports seems to be uninitialized, substitutes may be " +"unavailable\n" +msgstr "" +"=D0=90=D0=A6=D0=9B =D0=B7=D0=B0 =D1=83=D0=B2=D0=BE=D0=B7 =D0=B0=D1=80=D1= =85=D0=B8=D0=B2=D0=B5 =D0=B8=D0=B7=D0=B3=D0=BB=D0=B5=D0=B4=D0=B0 =D0=B4=D0= =B0 =D1=98=D0=B5 =D0=BD=D0=B5=D1=83=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D1= =99=D0=B8=D0=B2, =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B5 =D0=BC=D0=BE=D0=B3=D1= =83 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BD=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D1=83=D0= =BF=D0=BD=D0=B5\n" + +#: guix/scripts/substitute.scm:750 +#, scheme-format +msgid "these substitute URLs will not be used:~{ ~a~}~%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:625 +#: guix/scripts/substitute.scm:776 #, scheme-format msgid "failed to look up host '~a' (~a), substituter disabled~%" msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=BF=D0=BE=D1=82=D1=80=D0=B0=D0=B6=D0=B8=D0=BC =D0=B4=D0=BE=D0= =BC=D0=B0=D1=9B=D0=B8=D0=BD=D0=B0 =E2=80=9E~a=E2=80=9C (~a), =D0=B7=D0=B0= =D0=BC=D0=B5=D1=9A=D0=B8=D0=B2=D0=B0=D1=87 =D1=98=D0=B5 =D0=B8=D1=81=D0=BA= =D1=99=D1=83=D1=87=D0=B5=D0=BD~%" =20 -#: guix/scripts/substitute-binary.scm:732 +#: guix/scripts/substitute.scm:883 #, scheme-format msgid "~a: unrecognized options~%" msgstr "~a: =D0=BD=D0=B5=D0=BF=D0=BE=D0=B7=D0=BD=D0=B0=D1=82=D0=B0 =D0=BE= =D0=BF=D1=86=D0=B8=D1=98=D0=B0~%" @@ -835,7 +1038,7 @@ msgstr "=D0=B3=D1=80=D0=B5=D1=88=D0=BA=D0=B0: =D0=BD= =D0=B5=D0=BE=D0=B2=D0=BB=D0=B0=D1=88=D1=9B=D0=B5=D0=BD=D0=B8 =D1=98=D0=B0= =D0=B2=D0=BD=D0=B8 =D0=BA=D1=99=D1=83=D1=87: ~a~%" msgid "error: corrupt signature data: ~a~%" msgstr "=D0=B3=D1=80=D0=B5=D1=88=D0=BA=D0=B0: =D0=BE=D1=88=D1=82=D0=B5=D1= =9B=D0=B5=D0=BD=D0=B8 =D0=BF=D0=BE=D0=B4=D0=B0=D1=86=D0=B8 =D0=BF=D0=BE=D1= =82=D0=BF=D0=B8=D1=81=D0=B0: ~a~%" =20 -#: guix/scripts/authenticate.scm:126 +#: guix/scripts/authenticate.scm:120 msgid "" "Usage: guix authenticate OPTION...\n" "Sign or verify the signature on the given file. This tool is meant to\= n" @@ -845,56 +1048,46 @@ msgstr "" "=D0=9F=D0=BE=D1=82=D0=BF=D0=B8=D1=88=D0=B8=D1=82=D0=B5 =D0=B8=D0=BB=D0=B8= =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=B8=D1=82=D0=B5 =D0=BF=D0=BE=D1=82= =D0=BF=D0=B8=D1=81 =D0=BD=D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=98 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82=D0=B5=D1=86=D0=B8. =D0=9E=D0=B2=D0=B0=D1=98 =D0=B0=D0= =BB=D0=B0=D1=82 =D1=98=D0=B5 =D0=B7=D0=B0=D0=BC=D0=B8=D1=88=D1=99=D0=B5=D0= =BD\n" "=D0=B7=D0=B0 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D1=83 =D1= =83=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D1=83 =D0=B3=D1=83=D0=B8=D1=85-=D0= =B4=D0=B5=D0=BC=D0=BE=D0=BD=D0=BE=D0=BC.\n" =20 -#: guix/scripts/authenticate.scm:132 +#: guix/scripts/authenticate.scm:126 msgid "wrong arguments" msgstr "=D0=BF=D0=BE=D0=B3=D1=80=D0=B5=D1=88=D0=BD=D0=B8 =D0=B0=D1=80=D0= =B3=D1=83=D0=BC=D0=B5=D0=BD=D0=B0=D1=82=D0=B8" =20 -#: guix/scripts/system.scm:74 -#, scheme-format -msgid "failed to open operating system file '~a': ~a~%" -msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=BE=D1=82=D0=B2=D0=BE=D1=80=D0=B8=D0=BC =D0=B4=D0=B0=D1=82=D0= =BE=D1=82=D0=B5=D0=BA=D1=83 =D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=82=D0=B8=D0= =B2=D0=BD=D0=BE=D0=B3 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0 =E2=80=9E= ~a=E2=80=9C: ~a~%" - -#: guix/scripts/system.scm:78 guix/ui.scm:238 -#, scheme-format -msgid "~a: ~a~%" -msgstr "~a: ~a~%" - -#: guix/scripts/system.scm:81 -#, scheme-format -msgid "failed to load operating system file '~a': ~s~%" -msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D1=83=D1=87=D0=B8=D1=82=D0=B0=D0=BC =D0=B4=D0=B0=D1=82=D0=BE=D1= =82=D0=B5=D0=BA=D1=83 =D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=82=D0=B8=D0=B2=D0= =BD=D0=BE=D0=B3 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0 =E2=80=9E~a=E2= =80=9C: ~s~%" - -#: guix/scripts/system.scm:111 +#: guix/scripts/system.scm:97 #, scheme-format msgid "failed to register '~a' under '~a'~%" msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D1=83=D0=B1=D0=B5=D0=BB=D0=B5=D0=B6=D0=B8=D0=BC =E2=80=9E~a=E2= =80=9C =D0=BF=D0=BE=D0=B4 =E2=80=9E~a=E2=80=9C~%" =20 -#: guix/scripts/system.scm:127 +#: guix/scripts/system.scm:129 +#, scheme-format +msgid "failed to install GRUB on device '~a'~%" +msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BC =D0= =93=D0=A0=D0=A3=D0=91 =D0=BD=D0=B0 =D1=83=D1=80=D0=B5=D1=92=D0=B0=D1=98=D1= =83 =E2=80=9E~a=E2=80=9C~%" + +#: guix/scripts/system.scm:147 #, scheme-format msgid "initializing the current root file system~%" msgstr "=D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D1=9B=D0=B5=D0=BC =D1=82=D0=B5=D0= =BA=D1=83=D1=9B=D0=B8 =D0=BA=D0=BE=D1=80=D0=B5=D0=BD=D0=B8 =D1=81=D0=B8=D1= =81=D1=82=D0=B5=D0=BC =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0~%" =20 -#: guix/scripts/system.scm:151 guix/scripts/system.scm:291 +#: guix/scripts/system.scm:161 #, scheme-format -msgid "failed to install GRUB on device '~a'~%" -msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BC =D0= =93=D0=A0=D0=A3=D0=91 =D0=BD=D0=B0 =D1=83=D1=80=D0=B5=D1=92=D0=B0=D1=98=D1= =83 =E2=80=9E~a=E2=80=9C~%" +msgid "not running as 'root', so the ownership of '~a' may be incorrect!= ~%" +msgstr "" =20 -#: guix/scripts/system.scm:176 +#: guix/scripts/system.scm:213 #, scheme-format msgid "activating system...~%" msgstr "=D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D1=9B=D0=B5=D0=BC =D1=81=D0=B8=D1= =81=D1=82=D0=B5=D0=BC...~%" =20 -#: guix/scripts/system.scm:211 +#: guix/scripts/system.scm:263 #, scheme-format msgid "unrecognized boot parameters for '~a'~%" msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B7=D0=BD=D0=B0=D1=82=D0=B8 =D0=BF=D0= =BE=D0=B4=D0=B8=D0=B7=D0=BD=D0=B8 =D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1= =82=D1=80=D0=B8 =D0=B7=D0=B0 =E2=80=9E~a=E2=80=9C~%" =20 -#: guix/scripts/system.scm:295 +#: guix/scripts/system.scm:358 #, scheme-format msgid "initializing operating system under '~a'...~%" msgstr "=D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D1=9B=D0=B5=D0=BC =D0=BE=D0=BF=D0= =B5=D1=80=D0=B0=D1=82=D0=B8=D0=B2=D0=BD=D0=B8 =D1=81=D0=B8=D1=81=D1=82=D0= =B5=D0=BC =D0=BF=D0=BE=D0=B4 =E2=80=9E~a=E2=80=9C...~%" =20 -#: guix/scripts/system.scm:311 +#: guix/scripts/system.scm:374 msgid "" "Usage: guix system [OPTION] ACTION FILE\n" "Build the operating system declared in FILE according to ACTION.\n" @@ -902,35 +1095,57 @@ msgstr "" "=D0=A3=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=B0: guix system [=D0=9E=D0= =9F=D0=A6=D0=98=D0=88=D0=90] =D0=A0=D0=90=D0=94=D0=8A=D0=90 =D0=94=D0=90=D0= =A2=D0=9E=D0=A2=D0=95=D0=9A=D0=90\n" "=D0=98=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D1=83=D1=98=D0=B5 =D0=BE=D0=BF=D0=B5= =D1=80=D0=B0=D1=82=D0=B8=D0=B2=D0=BD=D0=B8 =D1=81=D0=B8=D1=81=D1=82=D0=B5= =D0=BC =D0=BE=D0=B1=D1=98=D0=B0=D0=B2=D1=99=D0=B5=D0=BD =D1=83 =D0=94=D0=90= =D0=A2=D0=9E=D0=A2=D0=95=D0=A6=D0=98 =D1=83 =D1=81=D0=BA=D0=BB=D0=B0=D0=B4= =D1=83 =D1=81=D0=B0 =D0=A0=D0=90=D0=94=D0=8A=D0=9E=D0=9C.\n" =20 -#: guix/scripts/system.scm:314 +#: guix/scripts/system.scm:377 msgid "The valid values for ACTION are:\n" msgstr "=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BD=D0=B5 =D0=B2=D1=80=D0= =B5=D0=B4=D0=BD=D0=BE=D1=81=D1=82=D0=B8 =D0=B7=D0=B0 =D0=A0=D0=90=D0=94=D0= =8A=D0=A3 =D1=81=D1=83:\n" =20 -#: guix/scripts/system.scm:315 -msgid " - 'reconfigure', switch to a new operating system configuration= \n" +#: guix/scripts/system.scm:379 +#, fuzzy +msgid " reconfigure switch to a new operating system configuratio= n\n" msgstr " =E2=80=94 =E2=80=9Ereconfigure=E2=80=9C, =D0=BF=D1=80=D0=B5=D0= =B1=D0=B0=D1=86=D1=83=D1=98=D0=B5 =D0=BD=D0=B0 =D0=BF=D0=BE=D0=B4=D0=B5=D1= =88=D0=B0=D0=B2=D0=B0=D1=9A=D0=B5 =D0=BD=D0=BE=D0=B2=D0=BE=D0=B3 =D0=BE=D0= =BF=D0=B5=D1=80=D0=B0=D1=82=D0=B8=D0=B2=D0=BD=D0=BE=D0=B3 =D1=81=D0=B8=D1= =81=D1=82=D0=B5=D0=BC=D0=B0\n" =20 -#: guix/scripts/system.scm:317 -msgid " - 'build', build the operating system without installing anythi= ng\n" +#: guix/scripts/system.scm:381 +#, fuzzy +msgid "" +" build build the operating system without installing anyth= ing\n" msgstr " =E2=80=94 =E2=80=9Ebuild=E2=80=9C, =D0=B8=D0=B7=D0=B3=D1=80=D0= =B0=D1=92=D1=83=D1=98=D0=B5 =D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=82=D0=B8=D0= =B2=D0=BD=D0=B8 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC =D0=B0 =D0=BD=D0=B5 = =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0 =D0=BD=D0=B8=D1=88= =D1=82=D0=B0\n" =20 -#: guix/scripts/system.scm:319 -msgid " - 'vm', build a virtual machine image that shares the host's st= ore\n" -msgstr " =E2=80=94 =E2=80=9Evm=E2=80=9C, =D0=B8=D0=B7=D0=B3=D1=80=D0=B0= =D1=92=D1=83=D1=98=D0=B5 =D1=81=D0=BB=D0=B8=D0=BA=D1=83 =D0=B2=D0=B8=D1=80= =D1=82=D1=83=D0=B5=D0=BB=D0=BD=D0=B5 =D0=BC=D0=B0=D1=88=D0=B8=D0=BD=D0=B5= =D0=BA=D0=BE=D1=98=D0=B0 =D0=B4=D0=B5=D0=BB=D0=B8 =D1=81=D0=BA=D0=BB=D0=B0= =D0=B4=D0=B8=D1=88=D1=82=D0=B5 =D0=B4=D0=BE=D0=BC=D0=B0=D1=9B=D0=B8=D0=BD= =D0=B0\n" +#: guix/scripts/system.scm:383 +#, fuzzy +msgid "" +" vm build a virtual machine image that shares the host'= s " +"store\n" +msgstr "" +" =E2=80=94 =E2=80=9Evm=E2=80=9C, =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D1= =83=D1=98=D0=B5 =D1=81=D0=BB=D0=B8=D0=BA=D1=83 =D0=B2=D0=B8=D1=80=D1=82=D1= =83=D0=B5=D0=BB=D0=BD=D0=B5 =D0=BC=D0=B0=D1=88=D0=B8=D0=BD=D0=B5 =D0=BA=D0= =BE=D1=98=D0=B0 =D0=B4=D0=B5=D0=BB=D0=B8 =D1=81=D0=BA=D0=BB=D0=B0=D0=B4=D0= =B8=D1=88=D1=82=D0=B5 =D0=B4=D0=BE=D0=BC=D0=B0=D1=9B=D0=B8=D0=BD=D0=B0\n" =20 -#: guix/scripts/system.scm:321 -msgid " - 'vm-image', build a freestanding virtual machine image\n" +#: guix/scripts/system.scm:385 +#, fuzzy +msgid " vm-image build a freestanding virtual machine image\n" msgstr " =E2=80=94 =E2=80=9Evm-image=E2=80=9C, =D0=B8=D0=B7=D0=B3=D1=80= =D0=B0=D1=92=D1=83=D1=98=D0=B5 =D1=81=D0=B0=D0=BC=D0=BE=D1=81=D1=82=D0=BE= =D1=98=D0=B5=D1=9B=D1=83 =D1=81=D0=BB=D0=B8=D0=BA=D1=83 =D0=B2=D0=B8=D1=80= =D1=82=D1=83=D0=B5=D0=BB=D0=BD=D0=B5 =D0=BC=D0=B0=D1=88=D0=B8=D0=BD=D0=B5= \n" =20 -#: guix/scripts/system.scm:323 -msgid " - 'disk-image', build a disk image, suitable for a USB stick\n" +#: guix/scripts/system.scm:387 +#, fuzzy +msgid " disk-image build a disk image, suitable for a USB stick\= n" msgstr " =E2=80=94 =E2=80=9Edisk-image=E2=80=9C, =D0=B8=D0=B7=D0=B3=D1=80= =D0=B0=D1=92=D1=83=D1=98=D0=B5 =D1=81=D0=BB=D0=B8=D0=BA=D1=83 =D0=B4=D0=B8= =D1=81=D0=BA=D0=B0, =D0=BF=D0=BE=D0=B3=D0=BE=D0=B4=D0=BD=D1=83 =D0=B7=D0=B0= =D0=A3=D0=A1=D0=91 =D1=88=D1=82=D0=B0=D0=BF=D0=B8=D1=9B=D0=B5\n" =20 -#: guix/scripts/system.scm:325 -msgid " - 'init', initialize a root file system to run GNU.\n" +#: guix/scripts/system.scm:389 +#, fuzzy +msgid " init initialize a root file system to run GNU.\n" msgstr " =E2=80=94 =E2=80=9Einit=E2=80=9C, =D0=BF=D0=BE=D0=BA=D1=80=D0=B5= =D1=9B=D0=B5 =D0=BA=D0=BE=D1=80=D0=B5=D0=BD=D0=B8 =D1=81=D0=B8=D1=81=D1=82= =D0=B5=D0=BC =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=B7=D0=B0= =D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D1=82=D0=B0=D1=9A=D0=B5 =D0=93=D0=BD=D1=83= =D0=B0.\n" =20 -#: guix/scripts/system.scm:329 +#: guix/scripts/system.scm:393 +#, fuzzy +msgid "" +"\n" +" --on-error=3DSTRATEGY\n" +" apply STRATEGY when an error occurs while read= ing " +"FILE" +msgstr "" +"\n" +" --with-source=3D=D0=98=D0=97=D0=92=D0=9E=D0=A0\n" +" =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D0= =98=D0=97=D0=92=D0=9E=D0=A0 =D0=BF=D1=80=D0=B8=D0=BB=D0=B8=D0=BA=D0=BE=D0= =BC =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B5 =D0=BE=D0=B4=D0=B3=D0= =BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83=D1=9B=D0=B5=D0=B3 =D0=BF=D0=B0=D0= =BA=D0=B5=D1=82=D0=B0" + +#: guix/scripts/system.scm:396 msgid "" "\n" " --image-size=3DSIZE for 'vm-image', produce an image of SIZE" @@ -938,7 +1153,7 @@ msgstr "" "\n" " --image-size=3D=D0=92=D0=95=D0=9B=D0=98=D0=A7=D0=98=D0=9D=D0=90 =D0= =B7=D0=B0 =E2=80=9Evm-image=E2=80=9C, =D0=B4=D0=B0=D1=98=D0=B5 =D1=81=D0=BB= =D0=B8=D0=BA=D1=83 =D0=92=D0=95=D0=9B=D0=98=D0=A7=D0=98=D0=9D=D0=95" =20 -#: guix/scripts/system.scm:331 +#: guix/scripts/system.scm:398 msgid "" "\n" " --no-grub for 'init', do not install GRUB" @@ -946,59 +1161,338 @@ msgstr "" "\n" " --no-grub =D0=B7=D0=B0 =E2=80=9Einit=E2=80=9C, =D0=BD= =D0=B5 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0 =D0=93=D0=A0= =D0=A3=D0=91" =20 -#: guix/scripts/system.scm:394 +#: guix/scripts/system.scm:400 +msgid "" +"\n" +" --share=3DSPEC for 'vm', share host file system according t= o SPEC" +msgstr "" + +#: guix/scripts/system.scm:402 +msgid "" +"\n" +" --expose=3DSPEC for 'vm', expose host file system according = to SPEC" +msgstr "" + +#: guix/scripts/system.scm:404 +msgid "" +"\n" +" --full-boot for 'vm', make a full boot sequence" +msgstr "" + +#: guix/scripts/system.scm:495 #, scheme-format msgid "~a: unknown action~%" msgstr "~a: =D0=BD=D0=B5=D0=BF=D0=BE=D0=B7=D0=BD=D0=B0=D1=82=D0=B0 =D1=80= =D0=B0=D0=B4=D1=9A=D0=B0~%" =20 -#: guix/scripts/system.scm:411 +#: guix/scripts/system.scm:510 #, scheme-format msgid "wrong number of arguments for action '~a'~%" msgstr "=D0=BF=D0=BE=D0=B3=D1=80=D0=B5=D1=88=D0=B0=D0=BD =D0=B1=D1=80=D0= =BE=D1=98 =D0=B0=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D0=B0=D1=82=D0=B0 =D0= =B7=D0=B0 =D1=80=D0=B0=D0=B4=D1=9A=D1=83 =E2=80=9E~a=E2=80=9C~%" =20 -#: guix/scripts/system.scm:431 +#: guix/scripts/system.scm:534 #, scheme-format msgid "no configuration file specified~%" msgstr "=D0=BD=D0=B8=D1=98=D0=B5 =D0=BD=D0=B0=D0=B2=D0=B5=D0=B4=D0=B5=D0= =BD=D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=BF=D0=BE=D0= =B4=D0=B5=D1=88=D0=B0=D0=B2=D0=B0=D1=9A=D0=B0~%" =20 -#: guix/gnu-maintenance.scm:373 +#: guix/scripts/lint.scm:111 +#, scheme-format +msgid "Available checkers:~%" +msgstr "" + +#: guix/scripts/lint.scm:131 +msgid "description should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:138 +msgid "description should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:154 +#, scheme-format +msgid "" +"sentences in description should be followed ~\n" +"by two spaces; possible infraction~p at ~{~a~^, ~}" +msgstr "" + +#: guix/scripts/lint.scm:175 +msgid "pkg-config should probably be a native input" +msgstr "" + +#: guix/scripts/lint.scm:190 +msgid "synopsis should not be empty" +msgstr "" + +#: guix/scripts/lint.scm:198 +msgid "no period allowed at the end of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:210 +msgid "no article allowed at the beginning of the synopsis" +msgstr "" + +#: guix/scripts/lint.scm:217 +msgid "synopsis should be less than 80 characters long" +msgstr "" + +#: guix/scripts/lint.scm:223 +msgid "synopsis should start with an upper-case letter or digit" +msgstr "" + +#: guix/scripts/lint.scm:230 +msgid "synopsis should not start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:321 guix/scripts/lint.scm:333 +#, scheme-format +msgid "URI ~a not reachable: ~a (~s)" +msgstr "" + +#: guix/scripts/lint.scm:340 +#, fuzzy, scheme-format +msgid "URI ~a domain not found: ~a" +msgstr "guix: ~a: =D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D0=BF=D1=80=D0=BE=D0=BD= =D0=B0=D1=88=D0=B0=D0=BE =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D1=83~%" + +#: guix/scripts/lint.scm:348 +#, scheme-format +msgid "URI ~a unreachable: ~a" +msgstr "" + +#: guix/scripts/lint.scm:374 +#, fuzzy +msgid "invalid value for home page" +msgstr "=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BD=D0=B5 =D0=B2=D1=80=D0= =B5=D0=B4=D0=BD=D0=BE=D1=81=D1=82=D0=B8 =D0=B7=D0=B0 =D0=A0=D0=90=D0=94=D0= =8A=D0=A3 =D1=81=D1=83:\n" + +#: guix/scripts/lint.scm:377 +#, fuzzy, scheme-format +msgid "invalid home page URL: ~s" +msgstr "" +"\n" +"~a =D0=BC=D0=B0=D1=82=D0=B8=D1=87=D0=BD=D0=B0 =D1=81=D1=82=D1=80=D0=B0=D0= =BD=D0=B8=D1=86=D0=B0: <~a>" + +#: guix/scripts/lint.scm:402 +msgid "file names of patches should start with the package name" +msgstr "" + +#: guix/scripts/lint.scm:440 +#, scheme-format +msgid "~a: ~a: proposed synopsis: ~s~%" +msgstr "" + +#: guix/scripts/lint.scm:452 +#, scheme-format +msgid "~a: ~a: proposed description:~% \"~a\"~%" +msgstr "" + +#: guix/scripts/lint.scm:489 +msgid "all the source URIs are unreachable:" +msgstr "" + +#: guix/scripts/lint.scm:501 guix/scripts/lint.scm:505 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~a" +msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=BD=D0=B0=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BC =D0=93=D0=A6 =D0= =BA=D0=BE=D1=80=D0=B5=D0=BD =E2=80=9E~a=E2=80=9C: ~a~%" + +#: guix/scripts/lint.scm:511 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~s~%" +msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=BF=D1=80=D0=BE=D1=87=D0=B8=D1=82=D0=B0=D0=BC =D0=B8=D0=B7=D1= =80=D0=B0=D0=B7 ~s: ~s~%" + +#: guix/scripts/lint.scm:524 +msgid "Validate package descriptions" +msgstr "" + +#: guix/scripts/lint.scm:528 +msgid "Validate synopsis & description of GNU packages" +msgstr "" + +#: guix/scripts/lint.scm:532 +msgid "Identify inputs that should be native inputs" +msgstr "" + +#: guix/scripts/lint.scm:536 +msgid "Validate file names and availability of patches" +msgstr "" + +#: guix/scripts/lint.scm:540 +msgid "Validate home-page URLs" +msgstr "" + +#: guix/scripts/lint.scm:544 +msgid "Validate source URLs" +msgstr "" + +#: guix/scripts/lint.scm:548 +msgid "Report failure to compile a package to a derivation" +msgstr "" + +#: guix/scripts/lint.scm:552 +msgid "Validate package synopses" +msgstr "" + +#: guix/scripts/lint.scm:577 +msgid "" +"Usage: guix lint [OPTION]... [PACKAGE]...\n" +"Run a set of checkers on the specified package; if none is specified,\n= " +"run the checkers on all packages.\n" +msgstr "" + +#: guix/scripts/lint.scm:580 +msgid "" +"\n" +" -c, --checkers=3DCHECKER1,CHECKER2...\n" +" only run the specificed checkers" +msgstr "" + +#: guix/scripts/lint.scm:585 +msgid "" +"\n" +" -l, --list-checkers display the list of available lint checkers" +msgstr "" + +#: guix/scripts/lint.scm:605 +#, fuzzy, scheme-format +msgid "~a: invalid checker~%" +msgstr "~a: =D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD= =D0=B1=D1=80=D0=BE=D1=98~%" + +#: guix/scripts/publish.scm:49 +#, scheme-format +msgid "" +"Usage: guix publish [OPTION]...\n" +"Publish ~a over HTTP.\n" +msgstr "" + +#: guix/scripts/publish.scm:51 +msgid "" +"\n" +" -p, --port=3DPORT listen on PORT" +msgstr "" + +#: guix/scripts/publish.scm:53 +#, fuzzy +msgid "" +"\n" +" --listen=3DHOST listen on the network interface for HOST" +msgstr "" +"\n" +" --references =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D1=83=D0=BF=D1=83=D1=82=D0=B5 =D0=9F=D0=A3=D0=A2=D0=90=D0=8A=D0=90" + +#: guix/scripts/publish.scm:55 +msgid "" +"\n" +" -u, --user=3DUSER change privileges to USER as soon as possibl= e" +msgstr "" + +#: guix/scripts/publish.scm:57 +msgid "" +"\n" +" -r, --repl[=3DPORT] spawn REPL server on PORT" +msgstr "" + +#: guix/scripts/publish.scm:73 +#, fuzzy, scheme-format +msgid "lookup of host '~a' failed: ~a~%" +msgstr "=D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0=D1=9A=D0=B5 =D1= =81=D0=B0 =E2=80=9E~a=E2=80=9C =D0=BD=D0=B8=D1=98=D0=B5 =D1=83=D1=81=D0=BF= =D0=B5=D0=BB=D0=BE: ~a, ~s~%" + +#: guix/scripts/publish.scm:97 +#, scheme-format +msgid "lookup of host '~a' returned nothing" +msgstr "" + +#: guix/scripts/publish.scm:270 +#, scheme-format +msgid "user '~a' not found: ~a~%" +msgstr "" + +#: guix/scripts/publish.scm:284 +#, fuzzy, scheme-format +msgid "~A: extraneuous argument~%" +msgstr "~A: =D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8 =D0=B0=D1=80=D0=B3=D1=83= =D0=BC=D0=B5=D0=BD=D1=82~%" + +#: guix/scripts/publish.scm:305 +#, scheme-format +msgid "server running as root; consider using the '--user' option!~%" +msgstr "" + +#: guix/scripts/publish.scm:307 +#, scheme-format +msgid "publishing ~a on ~a, port ~d~%" +msgstr "" + +#: guix/gnu-maintenance.scm:461 #, scheme-format msgid "signature verification failed for `~a'~%" msgstr "=D0=BD=D0=B8=D1=98=D0=B5 =D1=83=D1=81=D0=BF=D0=B5=D0=BB=D0=B0 =D0= =BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=B0 =D0=BF=D0=BE=D1=82=D0=BF=D0=B8=D1= =81=D0=B0 =D0=B7=D0=B0 =E2=80=9E~a=E2=80=9C~%" =20 -#: guix/gnu-maintenance.scm:375 +#: guix/gnu-maintenance.scm:463 #, scheme-format msgid "(could be because the public key is not in your keyring)~%" msgstr "(=D0=BC=D0=BE=D0=B6=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B7=D0=B0=D1= =82=D0=BE =D1=88=D1=82=D0=BE =D1=98=D0=B0=D0=B2=D0=BD=D0=B8 =D0=BA=D1=99=D1= =83=D1=87 =D0=BD=D0=B8=D1=98=D0=B5 =D1=83 =D0=B2=D0=B0=D1=88=D0=B5=D0=BC = =D0=BF=D1=80=D0=B8=D0=B2=D0=B5=D1=81=D0=BA=D1=83)~%" =20 -#: guix/gnu-maintenance.scm:450 +#: guix/gnu-maintenance.scm:538 #, scheme-format msgid "~a: could not locate source file" msgstr "~a: =D0=BD=D0=B5 =D0=BC=D0=BE=D0=B3=D1=83 =D0=B4=D0=B0 =D0=BF=D1= =80=D0=BE=D0=BD=D0=B0=D1=92=D0=B5=D0=BC =D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0= =BD=D1=83 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D1=83" =20 -#: guix/gnu-maintenance.scm:455 +#: guix/gnu-maintenance.scm:543 #, scheme-format msgid "~a: ~a: no `version' field in source; skipping~%" msgstr "~a: ~a: =D0=BD=D0=B5=D0=BC=D0=B0 =D0=BF=D0=BE=D1=99=D0=B0 =E2=80= =9Eversion=E2=80=9C =D1=83 =D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D1=83; =D0=BF=D1= =80=D0=B5=D1=81=D0=BA=D0=B0=D1=87=D0=B5=D0=BC~%" =20 -#: guix/ui.scm:131 +#: guix/ui.scm:210 +msgid "entering debugger; type ',bt' for a backtrace\n" +msgstr "" + +#: guix/ui.scm:226 guix/ui.scm:243 +#, fuzzy, scheme-format +msgid "failed to load '~a': ~a~%" +msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D1=83=D1=87=D0=B8=D1=82=D0=B0=D0=BC =D0=B4=D0=B0=D1=82=D0=BE=D1= =82=D0=B5=D0=BA=D1=83 =D0=BC=D0=B0=D1=88=D0=B8=D0=BD=D0=B5 =E2=80=9E~a=E2= =80=9C: ~s~%" + +#: guix/ui.scm:229 +#, fuzzy, scheme-format +msgid "~a: error: ~a~%" +msgstr "~a: ~a~%" + +#: guix/ui.scm:232 guix/ui.scm:460 +#, scheme-format +msgid "exception thrown: ~s~%" +msgstr "" + +#: guix/ui.scm:234 guix/ui.scm:252 +#, fuzzy, scheme-format +msgid "failed to load '~a':~%" +msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D1=83=D1=87=D0=B8=D1=82=D0=B0=D0=BC =D0=B4=D0=B0=D1=82=D0=BE=D1= =82=D0=B5=D0=BA=D1=83 =D0=BC=D0=B0=D1=88=D0=B8=D0=BD=D0=B5 =E2=80=9E~a=E2= =80=9C: ~s~%" + +#: guix/ui.scm:246 +#, fuzzy, scheme-format +msgid "~a: warning: ~a~%" +msgstr "~a: ~a~%" + +#: guix/ui.scm:249 +#, fuzzy, scheme-format +msgid "failed to load '~a': exception thrown: ~s~%" +msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=BF=D1=80=D0=BE=D1=87=D0=B8=D1=82=D0=B0=D0=BC =D0=B8=D0=B7=D1= =80=D0=B0=D0=B7 ~s: ~s~%" + +#: guix/ui.scm:261 #, scheme-format msgid "failed to install locale: ~a~%" msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BC =D0= =BB=D0=BE=D0=BA=D0=B0=D0=BB=D0=B8=D1=82=D0=B5=D1=82: ~a~%" =20 -#: guix/ui.scm:150 +#: guix/ui.scm:280 +#, fuzzy msgid "" -"Copyright (C) 2014 the Guix authors\n" -"License GPLv3+: GNU GPL version 3 or later \n" +"Copyright (C) 2015 the Guix authors\n" +"License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" "=D0=90=D1=83=D1=82=D0=BE=D1=80=D1=81=D0=BA=D0=B0 =D0=BF=D1=80=D0=B0=D0=B2= =D0=B0 (C) 2014 =D0=B0=D1=83=D1=82=D0=BE=D1=80=D0=B8 =D0=93=D1=83=D0=B8=D0= =BA=D1=81=D0=B0\n" -"=D0=9B=D0=B8=D1=86=D0=B5=D0=BD=D1=86=D0=B0 =D0=9E=D0=88=D0=9B=D0=B23+: = =D0=93=D0=9D=D0=A3 =D0=9E=D0=88=D0=9B =D0=B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B5= 3 =D0=B8=D0=BB=D0=B8 =D0=BA=D0=B0=D1=81=D0=BD=D0=B8=D1=98=D0=B5 \n" +"=D0=9B=D0=B8=D1=86=D0=B5=D0=BD=D1=86=D0=B0 =D0=9E=D0=88=D0=9B=D0=B23+: = =D0=93=D0=9D=D0=A3 =D0=9E=D0=88=D0=9B =D0=B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B5= 3 =D0=B8=D0=BB=D0=B8 =D0=BA=D0=B0=D1=81=D0=BD=D0=B8=D1=98=D0=B5 \n" "=D0=9E=D0=B2=D0=BE =D1=98=D0=B5 =D1=81=D0=BB=D0=BE=D0=B1=D0=BE=D0=B4=D0= =B0=D0=BD =D1=81=D0=BE=D1=84=D1=82=D0=B2=D0=B5=D1=80: =D1=81=D0=BB=D0=BE=D0= =B1=D0=BE=D0=B4=D0=BD=D0=B8 =D1=81=D1=82=D0=B5 =D0=B4=D0=B0 =D0=B3=D0=B0 = =D0=BC=D0=B5=D1=9A=D0=B0=D1=82=D0=B5 =D0=B8 =D1=80=D0=B0=D1=81=D0=BF=D0=BE= =D0=B4=D0=B5=D1=99=D1=83=D1=98=D0=B5=D1=82=D0=B5.\n" "=D0=9D=D0=B5 =D0=BF=D0=BE=D1=81=D1=82=D0=BE=D1=98=D0=B8 =D0=9D=D0=98=D0= =9A=D0=90=D0=9A=D0=92=D0=90 =D0=93=D0=90=D0=A0=D0=90=D0=9D=D0=A6=D0=98=D0= =88=D0=90, =D1=83 =D0=BE=D0=BA=D0=B2=D0=B8=D1=80=D0=B8=D0=BC=D0=B0 =D0=B4= =D0=BE=D0=B7=D0=B2=D0=BE=D1=99=D0=B5=D0=BD=D0=B8=D0=BC =D0=B7=D0=B0=D0=BA= =D0=BE=D0=BD=D0=BE=D0=BC.\n" =20 -#: guix/ui.scm:158 +#: guix/ui.scm:288 #, scheme-format msgid "" "\n" @@ -1007,7 +1501,7 @@ msgstr "" "\n" "=D0=93=D1=80=D0=B5=D1=88=D0=BA=D0=B5 =D0=BF=D1=80=D0=B8=D1=98=D0=B0=D0=B2= =D0=B8=D1=82=D0=B5 =D0=BD=D0=B0: ~a." =20 -#: guix/ui.scm:160 +#: guix/ui.scm:290 #, scheme-format msgid "" "\n" @@ -1016,7 +1510,7 @@ msgstr "" "\n" "~a =D0=BC=D0=B0=D1=82=D0=B8=D1=87=D0=BD=D0=B0 =D1=81=D1=82=D1=80=D0=B0=D0= =BD=D0=B8=D1=86=D0=B0: <~a>" =20 -#: guix/ui.scm:162 +#: guix/ui.scm:292 msgid "" "\n" "General help using GNU software: " @@ -1024,100 +1518,211 @@ msgstr "" "\n" "=D0=9E=D0=BF=D1=88=D1=82=D0=B0 =D0=BF=D0=BE=D0=BC=D0=BE=D1=9B =D0=BA=D0= =BE=D1=80=D0=B8=D1=81=D1=82=D0=B5=D1=9B=D0=B8 =D0=93=D0=9D=D0=A3 =D1=81=D0= =BE=D1=84=D1=82=D0=B2=D0=B5=D1=80: " =20 -#: guix/ui.scm:169 +#: guix/ui.scm:333 #, scheme-format msgid "~a: invalid number~%" msgstr "~a: =D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD= =D0=B1=D1=80=D0=BE=D1=98~%" =20 -#: guix/ui.scm:186 +#: guix/ui.scm:350 #, scheme-format msgid "invalid number: ~a~%" msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D0= =B1=D1=80=D0=BE=D1=98: ~a~%" =20 -#: guix/ui.scm:201 +#: guix/ui.scm:373 #, scheme-format msgid "unknown unit: ~a~%" msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B7=D0=BD=D0=B0=D1=82=D0=B0 =D1=98=D0= =B5=D0=B4=D0=B8=D0=BD=D0=B8=D1=86=D0=B0: ~a~%" =20 -#: guix/ui.scm:212 +#: guix/ui.scm:384 #, scheme-format msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" msgstr "~a:~a:~a: =D0=BF=D0=B0=D0=BA=D0=B5=D1=82 =E2=80=9E~a=E2=80=9C =D1= =81=D0=B0=D0=B4=D1=80=D0=B6=D0=B8 =D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0= =B0=D0=B2=D0=B0=D0=BD =D1=83=D0=BB=D0=B0=D0=B7: ~s~%" =20 -#: guix/ui.scm:219 +#: guix/ui.scm:391 #, scheme-format msgid "~a: ~a: build system `~a' does not support cross builds~%" msgstr "~a: ~a: =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC =D0=B8=D0=B7=D0=B3=D1= =80=D0=B0=D0=B4=D1=9A=D0=B5 =E2=80=9E~a=E2=80=9C =D0=BD=D0=B5 =D1=81=D0=B0= =D0=B4=D1=80=D0=B6=D0=B8 =D1=83=D0=BD=D0=B0=D0=BA=D1=80=D1=81=D0=BD=D0=B5= =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B5~%" =20 -#: guix/ui.scm:224 +#: guix/ui.scm:396 +#, scheme-format +msgid "profile '~a' does not exist~%" +msgstr "=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB =E2=80=9E~a=E2=80=9C =D0=BD= =D0=B5 =D0=BF=D0=BE=D1=81=D1=82=D0=BE=D1=98=D0=B8~%" + +#: guix/ui.scm:399 +#, fuzzy, scheme-format +msgid "generation ~a of profile '~a' does not exist~%" +msgstr "=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB =E2=80=9E~a=E2=80=9C =D0=BD= =D0=B5 =D0=BF=D0=BE=D1=81=D1=82=D0=BE=D1=98=D0=B8~%" + +#: guix/ui.scm:406 +#, scheme-format +msgid "corrupt input while restoring '~a' from ~s~%" +msgstr "" + +#: guix/ui.scm:408 +#, fuzzy, scheme-format +msgid "corrupt input while restoring archive from ~s~%" +msgstr "=D0=BE=D1=88=D1=82=D0=B5=D1=9B=D0=B5=D0=BD=D0=B0 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=81=D0=BA=D1=83=D0=BF=D0=B0 =D0=B0=D1= =80=D1=85=D0=B8=D0=B2=D0=B5" + +#: guix/ui.scm:411 #, scheme-format msgid "failed to connect to `~a': ~a~%" msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D1=81=D0=B5 =D0=BF=D0=BE=D0=B2=D0=B5=D0=B6=D0=B5=D0=BC =D0=BD=D0= =B0 =E2=80=9E~a=E2=80=9C: ~a~%" =20 -#: guix/ui.scm:229 +#: guix/ui.scm:416 #, scheme-format msgid "build failed: ~a~%" msgstr "=D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B0 =D0=BD=D0=B8=D1= =98=D0=B5 =D1=83=D1=81=D0=BF=D0=B5=D0=BB=D0=B0: ~a~%" =20 -#: guix/ui.scm:257 +#: guix/ui.scm:419 +#, scheme-format +msgid "reference to invalid output '~a' of derivation '~a'~%" +msgstr "" + +#: guix/ui.scm:430 +#, scheme-format +msgid "~a: ~a~%" +msgstr "~a: ~a~%" + +#: guix/ui.scm:449 #, scheme-format msgid "failed to read expression ~s: ~s~%" msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=BF=D1=80=D0=BE=D1=87=D0=B8=D1=82=D0=B0=D0=BC =D0=B8=D0=B7=D1= =80=D0=B0=D0=B7 ~s: ~s~%" =20 -#: guix/ui.scm:263 -#, scheme-format -msgid "failed to evaluate expression `~a': ~s~%" +#: guix/ui.scm:455 +#, fuzzy, scheme-format +msgid "failed to evaluate expression '~a':~%" msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=BF=D1=80=D0=BE=D1=86=D0=B5=D0=BD=D0=B8=D0=BC =D0=B8=D0=B7=D1= =80=D0=B0=D0=B7 =E2=80=9E~a=E2=80=9C: ~s~%" =20 -#: guix/ui.scm:272 +#: guix/ui.scm:458 +#, fuzzy, scheme-format +msgid "syntax error: ~a~%" +msgstr "=D0=B3=D1=80=D0=B5=D1=88=D0=BA=D0=B0 =D1=82=D1=80=D0=B0=D0=B6=D0= =B5=D1=9A=D0=B0 =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2=D0=B0 =D0=B4=D0=BE=D0=BC=D0= =B0=D1=9B=D0=B8=D0=BD=D0=B0: ~a~%" + +#: guix/ui.scm:472 #, scheme-format msgid "expression ~s does not evaluate to a package~%" msgstr "=D0=B8=D0=B7=D1=80=D0=B0=D0=B7 =E2=80=9E~s=E2=80=9C =D1=81=D0=B5= =D0=BD=D0=B5 =D0=BF=D1=80=D0=BE=D1=86=D0=B5=D1=9A=D1=83=D1=98=D0=B5 =D0=BD= =D0=B0 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82~%" =20 -#: guix/ui.scm:319 -#, scheme-format +#: guix/ui.scm:524 +#, fuzzy, scheme-format msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" -msgstr "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B8=D0=B7=D0=B2= =D0=BE=D0=B4=D0=BD=D0=B8=D1=86=D0=B0 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1= =D0=B0=D0=BB=D0=B0 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0= =D1=92=D0=B5=D0=BD=D0=B0:~%~{ ~a~%~}~;~]" +msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~= ;~]" +msgstr[0] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B8=D0=B7=D0= =B2=D0=BE=D0=B4=D0=BD=D0=B8=D1=86=D0=B0 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0= =B1=D0=B0=D0=BB=D0=B0 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=B7=D0=B3=D1=80=D0= =B0=D1=92=D0=B5=D0=BD=D0=B0:~%~{ ~a~%~}~;~]" +msgstr[1] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B8=D0=B7=D0= =B2=D0=BE=D0=B4=D0=BD=D0=B8=D1=86=D0=B0 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0= =B1=D0=B0=D0=BB=D0=B0 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=B7=D0=B3=D1=80=D0= =B0=D1=92=D0=B5=D0=BD=D0=B0:~%~{ ~a~%~}~;~]" +msgstr[2] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B8=D0=B7=D0= =B2=D0=BE=D0=B4=D0=BD=D0=B8=D1=86=D0=B0 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0= =B1=D0=B0=D0=BB=D0=B0 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=B7=D0=B3=D1=80=D0= =B0=D1=92=D0=B5=D0=BD=D0=B0:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:324 -#, scheme-format +#: guix/ui.scm:529 +#, fuzzy, scheme-format msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" -msgstr "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0= =D0=BB=D0=B0 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0=B5= =D1=82=D0=B0:~%~{ ~a~%~}~;~]" +msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;= ~]" +msgstr[0] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0= =B0=D0=BB=D0=B0 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0= =B5=D1=82=D0=B0:~%~{ ~a~%~}~;~]" +msgstr[1] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0= =B0=D0=BB=D0=B0 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0= =B5=D1=82=D0=B0:~%~{ ~a~%~}~;~]" +msgstr[2] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0= =B0=D0=BB=D0=B0 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0= =B5=D1=82=D0=B0:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:330 -#, scheme-format +#: guix/ui.scm:535 +#, fuzzy, scheme-format msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" -msgstr "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B8=D0=B7=D0=B2= =D0=BE=D0=B4=D0=BD=D0=B8=D1=86=D0=B0 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8= =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D0=B5=D0=BD=D0=B0:~%~{ ~a~%~}~;~]= " +msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;= ~]" +msgstr[0] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B8=D0=B7=D0= =B2=D0=BE=D0=B4=D0=BD=D0=B8=D1=86=D0=B0 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0= =B8 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D0=B5=D0=BD=D0=B0:~%~{ ~a~%~}~= ;~]" +msgstr[1] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B8=D0=B7=D0= =B2=D0=BE=D0=B4=D0=BD=D0=B8=D1=86=D0=B0 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0= =B8 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D0=B5=D0=BD=D0=B0:~%~{ ~a~%~}~= ;~]" +msgstr[2] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B8=D0=B7=D0= =B2=D0=BE=D0=B4=D0=BD=D0=B8=D1=86=D0=B0 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0= =B8 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D1=92=D0=B5=D0=BD=D0=B0:~%~{ ~a~%~}~= ;~]" =20 -#: guix/ui.scm:335 -#, scheme-format +#: guix/ui.scm:540 +#, fuzzy, scheme-format msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" -msgstr "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BF= =D1=80=D0=B5=D1=83=D0=B7=D0=B5=D1=82=D0=B0:~%~{ ~a~%~}~;~]" +msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~= ]" +msgstr[0] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0= =BF=D1=80=D0=B5=D1=83=D0=B7=D0=B5=D1=82=D0=B0:~%~{ ~a~%~}~;~]" +msgstr[1] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0= =BF=D1=80=D0=B5=D1=83=D0=B7=D0=B5=D1=82=D0=B0:~%~{ ~a~%~}~;~]" +msgstr[2] "~:[=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B0 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0= =BF=D1=80=D0=B5=D1=83=D0=B7=D0=B5=D1=82=D0=B0:~%~{ ~a~%~}~;~]" + +#: guix/ui.scm:595 +#, fuzzy, scheme-format +msgid "The following package would be removed:~%~{~a~%~}~%" +msgid_plural "The following packages would be removed:~%~{~a~%~}~%" +msgstr[0] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB=D0=BE=D1=9A=D0=B5=D0=BD=D0=B8= :~%~{~a~%~}~%" +msgstr[1] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB=D0=BE=D1=9A=D0=B5=D0=BD=D0=B8= :~%~{~a~%~}~%" +msgstr[2] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB=D0=BE=D1=9A=D0=B5=D0=BD=D0=B8= :~%~{~a~%~}~%" =20 -#: guix/ui.scm:352 +#: guix/ui.scm:600 +#, fuzzy, scheme-format +msgid "The following package will be removed:~%~{~a~%~}~%" +msgid_plural "The following packages will be removed:~%~{~a~%~}~%" +msgstr[0] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB= =D0=BE=D1=9A=D0=B5=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[1] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB= =D0=BE=D1=9A=D0=B5=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[2] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB= =D0=BE=D1=9A=D0=B5=D0=BD=D0=B8:~%~{~a~%~}~%" + +#: guix/ui.scm:613 +#, fuzzy, scheme-format +msgid "The following package would be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" +msgstr[0] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80= =D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[1] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80= =D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[2] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80= =D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" + +#: guix/ui.scm:618 +#, fuzzy, scheme-format +msgid "The following package will be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" +msgstr[0] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81= =D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[1] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81= =D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[2] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81= =D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" + +#: guix/ui.scm:631 +#, fuzzy, scheme-format +msgid "The following package would be upgraded:~%~{~a~%~}~%" +msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" +msgstr[0] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB=D0=BE=D1=9A=D0=B5=D0=BD=D0=B8= :~%~{~a~%~}~%" +msgstr[1] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB=D0=BE=D1=9A=D0=B5=D0=BD=D0=B8= :~%~{~a~%~}~%" +msgstr[2] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB=D0=BE=D1=9A=D0=B5=D0=BD=D0=B8= :~%~{~a~%~}~%" + +#: guix/ui.scm:636 +#, fuzzy, scheme-format +msgid "The following package will be upgraded:~%~{~a~%~}~%" +msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" +msgstr[0] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB= =D0=BE=D1=9A=D0=B5=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[1] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB= =D0=BE=D1=9A=D0=B5=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[2] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=BA=D0=BB= =D0=BE=D1=9A=D0=B5=D0=BD=D0=B8:~%~{~a~%~}~%" + +#: guix/ui.scm:647 +#, fuzzy, scheme-format +msgid "The following package would be installed:~%~{~a~%~}~%" +msgid_plural "The following packages would be installed:~%~{~a~%~}~%" +msgstr[0] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80= =D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[1] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80= =D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[2] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0=B8= =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80= =D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" + +#: guix/ui.scm:652 +#, fuzzy, scheme-format +msgid "The following package will be installed:~%~{~a~%~}~%" +msgid_plural "The following packages will be installed:~%~{~a~%~}~%" +msgstr[0] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81= =D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[1] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81= =D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" +msgstr[2] "=D0=A1=D0=BB=D0=B5=D0=B4=D0=B5=D1=9B=D0=B8 =D0=BF=D0=B0=D0=BA= =D0=B5=D1=82=D0=B8 =D1=9B=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=B8=D0=BD=D1=81= =D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D0=BD=D0=B8:~%~{~a~%~}~%" + +#: guix/ui.scm:669 msgid "" msgstr "<=D0=BD=D0=B5=D0=BF=D0=BE=D0=B7=D0=BD=D0=B0=D1=82=D0=BE =D0=BC=D0= =B5=D1=81=D1=82=D0=BE>" =20 -#: guix/ui.scm:380 +#: guix/ui.scm:695 #, scheme-format msgid "failed to create configuration directory `~a': ~a~%" msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE =D0= =B4=D0=B0 =D0=BD=D0=B0=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BC =D0=B4=D0=B8=D1= =80=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=98=D1=83=D0=BC =D0=BF=D0=BE=D0= =B4=D0=B5=D1=88=D0=B0=D0=B2=D0=B0=D1=9A=D0=B0 =E2=80=9E~a=E2=80=9C: ~a~%" =20 -#: guix/ui.scm:461 guix/ui.scm:475 +#: guix/ui.scm:797 guix/ui.scm:811 msgid "unknown" msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B7=D0=BD=D0=B0=D1=82=D0=BE" =20 -#: guix/ui.scm:584 +#: guix/ui.scm:920 #, scheme-format msgid "invalid argument: ~a~%" msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D0= =B0=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D1=82: ~a~%" =20 -#: guix/ui.scm:589 +#: guix/ui.scm:959 #, scheme-format msgid "Try `guix --help' for more information.~%" msgstr "=D0=9F=D1=80=D0=BE=D0=B1=D0=B0=D1=98=D1=82=D0=B5 =E2=80=9Eguix -= -help=E2=80=9C =D0=B7=D0=B0 =D0=B2=D0=B8=D1=88=D0=B5 =D0=BF=D0=BE=D0=B4=D0= =B0=D1=82=D0=B0=D0=BA=D0=B0.~%" =20 -#: guix/ui.scm:619 +#: guix/ui.scm:986 msgid "" "Usage: guix COMMAND ARGS...\n" "Run COMMAND with ARGS.\n" @@ -1125,128 +1730,257 @@ msgstr "" "=D0=A3=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=B0: guix =D0=9D=D0=90=D0=A0= =D0=95=D0=94=D0=91=D0=90 =D0=90=D0=A0=D0=93=D0=A3=D0=9C=D0=95=D0=9D=D0=A2= =D0=98...\n" "=D0=9F=D0=BE=D0=BA=D1=80=D0=B5=D0=BD=D0=B8=D1=82=D0=B5 =D0=9D=D0=90=D0=A0= =D0=95=D0=94=D0=91=D0=A3 =D1=81=D0=B0 =D0=90=D0=A0=D0=93=D0=A3=D0=9C=D0=95= =D0=9D=D0=A2=D0=98=D0=9C=D0=90.\n" =20 -#: guix/ui.scm:622 +#: guix/ui.scm:989 msgid "COMMAND must be one of the sub-commands listed below:\n" msgstr "=D0=9D=D0=90=D0=A0=D0=95=D0=94=D0=91=D0=90 =D0=BC=D0=BE=D1=80=D0= =B0 =D0=B1=D0=B8=D1=82=D0=B8 =D1=98=D0=B5=D0=B4=D0=BD=D0=B0 =D0=BE=D0=B4 = =D0=BF=D0=BE=D0=B4=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D0=B8 =D0=BD=D0=B0= =D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D1=85 =D0=B8=D1=81=D0=BF=D0=BE=D0=B4= :\n" =20 -#: guix/ui.scm:642 +#: guix/ui.scm:1009 #, scheme-format msgid "guix: ~a: command not found~%" msgstr "guix: ~a: =D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D0=BF=D1=80=D0=BE=D0=BD= =D0=B0=D1=88=D0=B0=D0=BE =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D1=83~%" =20 -#: guix/ui.scm:660 +#: guix/ui.scm:1027 #, scheme-format msgid "guix: missing command name~%" msgstr "guix: =D0=BD=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D1=98=D0=B5 =D0= =BD=D0=B0=D0=B7=D0=B8=D0=B2 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D0=B5~%" =20 -#: guix/ui.scm:668 +#: guix/ui.scm:1035 #, scheme-format msgid "guix: unrecognized option '~a'~%" msgstr "guix: =D0=BD=D0=B5=D0=BF=D0=BE=D0=B7=D0=BD=D0=B0=D1=82=D0=B0 =D0= =BE=D0=BF=D1=86=D0=B8=D1=98=D0=B0 =E2=80=9E~a=E2=80=9C~%" =20 -#: guix/http-client.scm:217 -#, scheme-format -msgid "using Guile ~a, which does not support ~s encoding~%" -msgstr "=D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8=D0=BC =D0=93=D1=83=D0= =B8=D0=BB=D0=B5 ~a, =D0=BA=D0=BE=D1=98=D0=B8 =D0=BD=D0=B5 =D0=BF=D0=BE=D0= =B4=D1=80=D0=B6=D0=B0=D0=B2=D0=B0 ~s =D0=BA=D0=BE=D0=B4=D0=B8=D1=80=D0=B0= =D1=9A=D0=B5~%" - -#: guix/http-client.scm:220 -#, scheme-format -msgid "download failed; use a newer Guile~%" -msgstr "=D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0=D1=9A=D0=B5 =D0= =BD=D0=B8=D1=98=D0=B5 =D1=83=D1=81=D0=BF=D0=B5=D0=BB=D0=BE; =D0=BA=D0=BE=D1= =80=D0=B8=D1=81=D1=82=D0=B8=D1=82=D0=B5 =D0=BD=D0=BE=D0=B2=D0=B8=D1=98=D0= =B8 =D0=93=D1=83=D0=B8=D0=BB=D0=B5~%" - -#: guix/http-client.scm:232 +#: guix/http-client.scm:211 #, scheme-format msgid "following redirection to `~a'...~%" msgstr "=D0=BF=D1=80=D0=B0=D1=82=D0=B8=D0=BC =D0=BF=D1=80=D0=B5=D1=83=D1= =81=D0=BC=D0=B5=D1=80=D0=B0=D0=B2=D0=B0=D1=9A=D0=B5 =D0=BD=D0=B0 =E2=80=9E= ~a=E2=80=9C...~%" =20 -#: guix/http-client.scm:241 +#: guix/http-client.scm:220 msgid "download failed" msgstr "=D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0=D1=9A=D0=B5 =D0= =BD=D0=B8=D1=98=D0=B5 =D1=83=D1=81=D0=BF=D0=B5=D0=BB=D0=BE" =20 -#: guix/nar.scm:134 -msgid "unexpected executable file marker" -msgstr "=D0=BD=D0=B5=D0=BE=D1=87=D0=B5=D0=BA=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8= =D0=BE=D0=B7=D0=BD=D0=B0=D1=87=D0=B0=D0=B2=D0=B0=D1=87 =D0=B8=D0=B7=D0=B2= =D1=80=D1=88=D0=BD=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5= " - -#: guix/nar.scm:141 -msgid "unsupported nar file type" -msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD=D0=B0 =D0= =B2=D1=80=D1=81=D1=82=D0=B0 =D0=BD=D0=B0=D1=80 =D0=B4=D0=B0=D1=82=D0=BE=D1= =82=D0=B5=D0=BA=D0=B5" - -#: guix/nar.scm:209 -msgid "unsupported file type" -msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD=D0=B0 =D0= =B2=D1=80=D1=81=D1=82=D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0= =B5" - -#: guix/nar.scm:219 -msgid "invalid nar signature" -msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D0= =BD=D0=B0=D1=80 =D0=BF=D0=BE=D1=82=D0=BF=D0=B8=D1=81" - -#: guix/nar.scm:230 -msgid "invalid nar end-of-file marker" -msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D0= =BD=D0=B0=D1=80 =D0=BE=D0=B7=D0=BD=D0=B0=D1=87=D0=B0=D0=B2=D0=B0=D1=87 =D0= =BA=D1=80=D0=B0=D1=98=D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0= =B5" - -#: guix/nar.scm:244 -msgid "invalid symlink tokens" -msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BD=D0=B0 =D0= =BE=D0=B1=D0=B5=D0=BB=D0=B5=D0=B6=D1=98=D0=B0 =D1=81=D0=B8=D0=BC=D0=B1=D0= =BE=D0=BB=D0=B8=D1=87=D0=BA=D0=B5 =D0=B2=D0=B5=D0=B7=D0=B5" - -#: guix/nar.scm:263 -msgid "unexpected directory entry termination" -msgstr "=D0=BD=D0=B5=D0=BE=D1=87=D0=B5=D0=BA=D0=B8=D0=B2=D0=B0=D0=BD=D0=BE= =D0=BE=D0=BA=D0=BE=D0=BD=D1=87=D0=B0=D1=9A=D0=B5 =D1=83=D0=BD=D0=BE=D1=81= =D0=B0 =D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=98=D1=83= =D0=BC=D0=B0" - -#: guix/nar.scm:272 -msgid "unexpected directory inter-entry marker" -msgstr "=D0=BD=D0=B5=D0=BE=D1=87=D0=B5=D0=BA=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8= =D0=BE=D0=B7=D0=BD=D0=B0=D1=87=D0=B0=D0=B2=D0=B0=D1=87 =D1=83=D0=BD=D1=83= =D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5=D0=B3 =D1=83=D0=BD=D0=BE=D1=81=D0=B0= =D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=98=D1=83=D0=BC= =D0=B0 " - -#: guix/nar.scm:277 -msgid "unsupported nar entry type" -msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD=D0=B0 =D0= =B2=D1=80=D1=81=D1=82=D0=B0 =D0=BD=D0=B0=D1=80 =D1=83=D0=BD=D0=BE=D1=81=D0= =B0" - -#: guix/nar.scm:376 +#: guix/nar.scm:155 msgid "signature is not a valid s-expression" msgstr "=D0=BF=D0=BE=D1=82=D0=BF=D0=B8=D1=81 =D0=BD=D0=B8=D1=98=D0=B5 =D0= =B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D1=81-=D0=B8=D0=B7=D1=80=D0= =B0=D0=B7" =20 -#: guix/nar.scm:385 +#: guix/nar.scm:164 msgid "invalid signature" msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D0= =BF=D0=BE=D1=82=D0=BF=D0=B8=D1=81" =20 -#: guix/nar.scm:389 +#: guix/nar.scm:168 msgid "invalid hash" msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D1= =85=D0=B5=D1=88" =20 -#: guix/nar.scm:397 +#: guix/nar.scm:176 msgid "unauthorized public key" msgstr "=D0=BD=D0=B5=D0=BE=D0=B2=D0=BB=D0=B0=D1=88=D1=9B=D0=B5=D0=BD=D0=B8= =D1=98=D0=B0=D0=B2=D0=BD=D0=B8 =D0=BA=D1=99=D1=83=D1=87" =20 -#: guix/nar.scm:402 +#: guix/nar.scm:181 msgid "corrupt signature data" msgstr "=D0=BE=D1=88=D1=82=D0=B5=D1=9B=D0=B5=D0=BD=D0=B8 =D0=BF=D0=BE=D0= =B4=D0=B0=D1=86=D0=B8 =D0=BF=D0=BE=D1=82=D0=BF=D0=B8=D1=81=D0=B0" =20 -#: guix/nar.scm:422 +#: guix/nar.scm:201 msgid "corrupt file set archive" msgstr "=D0=BE=D1=88=D1=82=D0=B5=D1=9B=D0=B5=D0=BD=D0=B0 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=81=D0=BA=D1=83=D0=BF=D0=B0 =D0=B0=D1= =80=D1=85=D0=B8=D0=B2=D0=B5" =20 -#: guix/nar.scm:432 +#: guix/nar.scm:211 #, scheme-format msgid "importing file or directory '~a'...~%" msgstr "=D1=83=D0=B2=D0=BE=D0=B7=D0=B8=D0=BC =D0=B4=D0=B0=D1=82=D0=BE=D1= =82=D0=B5=D0=BA=D1=83 =D0=B8=D0=BB=D0=B8 =D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1= =82=D0=BE=D1=80=D0=B8=D1=98=D1=83=D0=BC =E2=80=9E~a=E2=80=9C...~%" =20 -#: guix/nar.scm:441 +#: guix/nar.scm:222 #, scheme-format msgid "found valid signature for '~a'~%" msgstr "=D0=BD=D0=B0=D1=92=D0=BE=D1=85 =D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0= =B2=D0=B0=D0=BD =D0=BF=D0=BE=D1=82=D0=BF=D0=B8=D1=81 =D0=B7=D0=B0 =E2=80=9E= ~a=E2=80=9C~%" =20 -#: guix/nar.scm:448 +#: guix/nar.scm:229 msgid "imported file lacks a signature" msgstr "=D1=83=D0=B2=D0=B5=D0=B7=D0=B5=D0=BD=D0=BE=D1=98 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D1=86=D0=B8 =D0=BD=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0= =B0=D1=98=D0=B5 =D0=BF=D0=BE=D1=82=D0=BF=D0=B8=D1=81" =20 -#: guix/nar.scm:487 +#: guix/nar.scm:268 msgid "invalid inter-file archive mark" msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD =D0= =B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0=B5 =D1=83=D0=BD=D1= =83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0= =B5=D0=BA=D0=B5" =20 +#: nix/nix-daemon/guix-daemon.cc:61 +msgid "guix-daemon -- perform derivation builds and store accesses" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:63 +msgid "" +"This program is a daemon meant to run in the background. It serves req= uests " +"sent over a Unix-domain socket. It accesses the store, and builds " +"derivations on behalf of its clients." +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:86 +msgid "SYSTEM" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:87 +msgid "assume SYSTEM as the current system type" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:88 nix/nix-daemon/guix-daemon.cc:91 +msgid "N" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:89 +msgid "use N CPU cores to build each derivation; 0 means as many as avai= lable" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:92 +msgid "allow at most N build jobs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:94 +msgid "disable chroot builds" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:95 +msgid "DIR" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:96 +msgid "add DIR to the build chroot" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:97 +msgid "GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:98 +msgid "perform builds as a user of GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:100 +msgid "do not use substitutes" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:101 +msgid "URLS" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:102 +msgid "use URLS as the default list of substitute providers" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:104 +msgid "do not use the 'build hook'" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:106 +msgid "cache build failures" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:108 +msgid "do not keep build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:110 +msgid "disable compression of the build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:115 +msgid "disable automatic file \"deduplication\" in the store" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:125 +msgid "impersonate Linux 2.6" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:129 +msgid "tell whether the GC must keep outputs of live derivations" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:132 +msgid "tell whether the GC must keep derivations corresponding to live o= utputs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:135 +msgid "SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:136 +msgid "listen for connections on SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:138 +msgid "produce debugging output" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:205 nix/nix-daemon/guix-daemon.cc:381 +#, c-format +msgid "error: %s\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:266 +#, c-format +msgid "error: libgcrypt version mismatch\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:357 +#, c-format +msgid "" +"warning: daemon is running as root, so using `--build-users-group' is h= ighly " +"recommended\n" +msgstr "" + +#~ msgid "~a: not a number~%" +#~ msgstr "~a: =D0=BD=D0=B8=D1=98=D0=B5 =D0=B1=D1=80=D0=BE=D1=98~%" + +#~ msgid "Downloading, please wait...~%" +#~ msgstr "=D0=9F=D1=80=D0=B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0, =D0=BC=D0=BE= =D0=BB=D0=B8=D0=BC =D1=81=D0=B0=D1=87=D0=B5=D0=BA=D0=B0=D1=98=D1=82=D0=B5= ...~%" + +#~ msgid "(Please consider upgrading Guile to get proper progress report= .)~%" +#~ msgstr "" +#~ "(=D0=A0=D0=B0=D0=B7=D0=BC=D0=BE=D1=82=D1=80=D0=B8=D1=82=D0=B5 =D0=BD= =D0=B0=D0=B4=D0=BE=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D0=93=D1=83=D0=B8= =D0=BB=D0=B0 =D0=B4=D0=B0 =D0=B4=D0=BE=D0=B1=D0=B8=D1=98=D0=B5=D1=82=D0=B5= =D0=B8=D0=B7=D0=B2=D0=B5=D1=88=D1=82=D0=B0=D1=98 =D0=BE =D1=9A=D0=B5=D0=B3= =D0=BE=D0=B2=D0=BE=D0=BC " +#~ "=D0=BD=D0=B0=D0=BF=D1=80=D0=B5=D0=B4=D0=BE=D0=B2=D0=B0=D1=9A=D1=83.)= ~%" + +#~ msgid "failed to open operating system file '~a': ~a~%" +#~ msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE= =D0=B4=D0=B0 =D0=BE=D1=82=D0=B2=D0=BE=D1=80=D0=B8=D0=BC =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D1=83 =D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=82=D0=B8= =D0=B2=D0=BD=D0=BE=D0=B3 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0 =E2=80= =9E~a=E2=80=9C: ~a~%" + +#~ msgid "failed to load operating system file '~a': ~s~%" +#~ msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE= =D0=B4=D0=B0 =D1=83=D1=87=D0=B8=D1=82=D0=B0=D0=BC =D0=B4=D0=B0=D1=82=D0=BE= =D1=82=D0=B5=D0=BA=D1=83 =D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=82=D0=B8=D0=B2= =D0=BD=D0=BE=D0=B3 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0 =E2=80=9E~a= =E2=80=9C: ~s~%" + +#~ msgid "using Guile ~a, which does not support ~s encoding~%" +#~ msgstr "=D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8=D0=BC =D0=93=D1=83= =D0=B8=D0=BB=D0=B5 ~a, =D0=BA=D0=BE=D1=98=D0=B8 =D0=BD=D0=B5 =D0=BF=D0=BE= =D0=B4=D1=80=D0=B6=D0=B0=D0=B2=D0=B0 ~s =D0=BA=D0=BE=D0=B4=D0=B8=D1=80=D0= =B0=D1=9A=D0=B5~%" + +#~ msgid "download failed; use a newer Guile~%" +#~ msgstr "=D0=BF=D1=80=D0=B5=D1=83=D0=B7=D0=B8=D0=BC=D0=B0=D1=9A=D0=B5 = =D0=BD=D0=B8=D1=98=D0=B5 =D1=83=D1=81=D0=BF=D0=B5=D0=BB=D0=BE; =D0=BA=D0=BE= =D1=80=D0=B8=D1=81=D1=82=D0=B8=D1=82=D0=B5 =D0=BD=D0=BE=D0=B2=D0=B8=D1=98= =D0=B8 =D0=93=D1=83=D0=B8=D0=BB=D0=B5~%" + +#~ msgid "unexpected executable file marker" +#~ msgstr "=D0=BD=D0=B5=D0=BE=D1=87=D0=B5=D0=BA=D0=B8=D0=B2=D0=B0=D0=BD=D0= =B8 =D0=BE=D0=B7=D0=BD=D0=B0=D1=87=D0=B0=D0=B2=D0=B0=D1=87 =D0=B8=D0=B7=D0= =B2=D1=80=D1=88=D0=BD=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0= =B5" + +#~ msgid "unsupported nar file type" +#~ msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD=D0=B0 = =D0=B2=D1=80=D1=81=D1=82=D0=B0 =D0=BD=D0=B0=D1=80 =D0=B4=D0=B0=D1=82=D0=BE= =D1=82=D0=B5=D0=BA=D0=B5" + +#~ msgid "unsupported file type" +#~ msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD=D0=B0 = =D0=B2=D1=80=D1=81=D1=82=D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA= =D0=B5" + +#~ msgid "invalid nar signature" +#~ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD = =D0=BD=D0=B0=D1=80 =D0=BF=D0=BE=D1=82=D0=BF=D0=B8=D1=81" + +#~ msgid "invalid nar end-of-file marker" +#~ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BD = =D0=BD=D0=B0=D1=80 =D0=BE=D0=B7=D0=BD=D0=B0=D1=87=D0=B0=D0=B2=D0=B0=D1=87= =D0=BA=D1=80=D0=B0=D1=98=D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA= =D0=B5" + +#~ msgid "invalid symlink tokens" +#~ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BD=D0=B0 = =D0=BE=D0=B1=D0=B5=D0=BB=D0=B5=D0=B6=D1=98=D0=B0 =D1=81=D0=B8=D0=BC=D0=B1= =D0=BE=D0=BB=D0=B8=D1=87=D0=BA=D0=B5 =D0=B2=D0=B5=D0=B7=D0=B5" + +#~ msgid "unexpected directory entry termination" +#~ msgstr "=D0=BD=D0=B5=D0=BE=D1=87=D0=B5=D0=BA=D0=B8=D0=B2=D0=B0=D0=BD=D0= =BE =D0=BE=D0=BA=D0=BE=D0=BD=D1=87=D0=B0=D1=9A=D0=B5 =D1=83=D0=BD=D0=BE=D1= =81=D0=B0 =D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=98=D1= =83=D0=BC=D0=B0" + +#~ msgid "unexpected directory inter-entry marker" +#~ msgstr "=D0=BD=D0=B5=D0=BE=D1=87=D0=B5=D0=BA=D0=B8=D0=B2=D0=B0=D0=BD=D0= =B8 =D0=BE=D0=B7=D0=BD=D0=B0=D1=87=D0=B0=D0=B2=D0=B0=D1=87 =D1=83=D0=BD=D1= =83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5=D0=B3 =D1=83=D0=BD=D0=BE=D1=81=D0= =B0 =D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=98=D1=83=D0= =BC=D0=B0 " + +#~ msgid "unsupported nar entry type" +#~ msgstr "=D0=BD=D0=B5=D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD=D0=B0 = =D0=B2=D1=80=D1=81=D1=82=D0=B0 =D0=BD=D0=B0=D1=80 =D1=83=D0=BD=D0=BE=D1=81= =D0=B0" + #~ msgid "Hello, GNU world: An example GNU package" #~ msgstr "=D0=9F=D0=BE=D0=B7=D0=B4=D1=80=D0=B0=D0=B2, =D0=93=D0=BD=D1=83= =D0=BD=D0=B0=D1=80=D0=BE=D0=B4=D0=B5: =D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D1=80= =D0=93=D0=BD=D1=83 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=B0" =20 #~ msgid "" #~ "GNU Hello prints the message \"Hello, world!\" and then exits. It\n= " -#~ "serves as an example of standard GNU coding practices. As such, it = supports\n" +#~ "serves as an example of standard GNU coding practices. As such, it = " +#~ "supports\n" #~ "command-line arguments, multiple languages, and so on." #~ msgstr "" #~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2 =D0=9F=D0=BE=D0=B7=D0=B4=D1=80=D0=B0=D0= =B2=D0=BD=D0=B8=D0=BA =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 =D0= =BF=D0=BE=D1=80=D1=83=D0=BA=D1=83 =E2=80=9E=D0=9F=D0=BE=D0=B7=D0=B4=D1=80= =D0=B0=D0=B2, =D0=BD=D0=B0=D1=80=D0=BE=D0=B4=D0=B5!=E2=80=9C =D0=B8 =D0=B8= =D0=B7=D0=BB=D0=B0=D0=B7=D0=B8. =D0=A1=D0=BB=D1=83=D0=B6=D0=B8\n" @@ -1258,16 +1992,20 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 =20 #~ msgid "" #~ "grep is a tool for finding text inside files. Text is found by\n" -#~ "matching a pattern provided by the user in one or many files. The p= attern\n" +#~ "matching a pattern provided by the user in one or many files. The " +#~ "pattern\n" #~ "may be provided as a basic or extended regular expression, or as fix= ed\n" #~ "strings. By default, the matching text is simply printed to the scr= een,\n" -#~ "however the output can be greatly customized to include, for example= , line\n" +#~ "however the output can be greatly customized to include, for example= , " +#~ "line\n" #~ "numbers. GNU grep offers many extensions over the standard utility,= \n" #~ "including, for example, recursive directory searching." #~ msgstr "" #~ "=D0=B3=D1=80=D0=B5=D0=BF =D1=98=D0=B5 =D0=B0=D0=BB=D0=B0=D1=82 =D0=B7= =D0=B0 =D0=BF=D1=80=D0=BE=D0=BD=D0=B0=D0=BB=D0=B0=D0=B6=D0=B5=D1=9A=D0=B5= =D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0 =D1=83=D0=BD=D1=83=D1=82=D0=B0=D1=80= =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0. =D0=A2=D0=B5=D0=BA=D1= =81=D1=82 =D1=81=D0=B5 =D0=BF=D1=80=D0=BE=D0=BD=D0=B0=D0=BB=D0=B0=D0=B7=D0= =B8\n" -#~ "=D1=83=D0=BF=D0=BE=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5=D0= =BC =D1=81=D0=B0 =D0=BE=D0=B1=D1=80=D0=B0=D1=81=D1=86=D0=B5=D0=BC =D0=BA=D0= =BE=D1=98=D0=B8 =D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B8 =D0=BA=D0=BE=D1= =80=D0=B8=D1=81=D0=BD=D0=B8=D0=BA =D1=83 =D1=98=D0=B5=D0=B4=D0=BD=D0=BE=D1= =98 =D0=B8=D0=BB=D0=B8 =D0=B2=D0=B8=D1=88=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1= =82=D0=B5=D0=BA=D0=B0.\n" -#~ "=D0=9E=D0=B1=D1=80=D0=B0=D0=B7=D0=B0=D1=86 =D0=BC=D0=BE=D0=B6=D0=B5 = =D0=B1=D0=B8=D1=82=D0=B8 =D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D1=99=D0=B5= =D0=BD =D0=BA=D0=B0=D0=BE =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=B8 =D0=B8= =D0=BB=D0=B8 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D0=BD=D0=B8 =D1=80= =D0=B5=D0=B3=D1=83=D0=BB=D0=B0=D1=80=D0=BD=D0=B8 =D0=B8=D0=B7=D1=80=D0=B0= =D0=B7, =D0=B8=D0=BB=D0=B8\n" +#~ "=D1=83=D0=BF=D0=BE=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5=D0= =BC =D1=81=D0=B0 =D0=BE=D0=B1=D1=80=D0=B0=D1=81=D1=86=D0=B5=D0=BC =D0=BA=D0= =BE=D1=98=D0=B8 =D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B8 =D0=BA=D0=BE=D1= =80=D0=B8=D1=81=D0=BD=D0=B8=D0=BA =D1=83 =D1=98=D0=B5=D0=B4=D0=BD=D0=BE=D1= =98 =D0=B8=D0=BB=D0=B8 =D0=B2=D0=B8=D1=88=D0=B5 " +#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0.\n" +#~ "=D0=9E=D0=B1=D1=80=D0=B0=D0=B7=D0=B0=D1=86 =D0=BC=D0=BE=D0=B6=D0=B5 = =D0=B1=D0=B8=D1=82=D0=B8 =D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D1=99=D0=B5= =D0=BD =D0=BA=D0=B0=D0=BE =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=B8 =D0=B8= =D0=BB=D0=B8 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D0=BD=D0=B8 =D1=80= =D0=B5=D0=B3=D1=83=D0=BB=D0=B0=D1=80=D0=BD=D0=B8 =D0=B8=D0=B7=D1=80=D0=B0= =D0=B7, " +#~ "=D0=B8=D0=BB=D0=B8\n" #~ "=D0=BA=D0=B0=D0=BE =D1=81=D1=82=D0=B0=D0=BB=D0=BD=D0=B0 =D0=BD=D0=B8= =D1=81=D0=BA=D0=B0. =D0=9F=D0=BE =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=B8, =D0= =BE=D0=B4=D0=B3=D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83=D1=9B=D0=B8 =D1= =82=D0=B5=D0=BA=D1=81=D1=82 =D1=81=D0=B5 =D1=98=D0=B5=D0=B4=D0=BD=D0=BE=D1= =81=D1=82=D0=B0=D0=B2=D0=BD=D0=BE =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1= =98=D0=B5\n" #~ "=D0=BD=D0=B0 =D0=B5=D0=BA=D1=80=D0=B0=D0=BD=D1=83, =D0=BC=D0=B5=D1=92= =D1=83=D1=82=D0=B8=D0=BC =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7 =D0=BC=D0=BE=D0=B6= =D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BF=D1=80=D0=B8=D0=BB=D0=B0=D0=B3=D0=BE= =D1=92=D0=B5=D0=BD =D0=B4=D0=B0 =D1=81=D0=B0=D0=B4=D1=80=D0=B6=D0=B8, =D1= =80=D0=B5=D1=86=D0=B8=D0=BC=D0=BE =D0=B1=D1=80=D0=BE=D1=98=D0=B5=D0=B2=D0= =B5\n" #~ "=D1=80=D0=B5=D0=B4=D0=BE=D0=B2=D0=B0. =D0=93=D0=BD=D1=83=D0=BE=D0=B2= =D0=B3=D1=80=D0=B5=D0=BF =D0=BD=D1=83=D0=B4=D0=B8 =D0=BC=D0=BD=D0=BE=D0=B3= =D0=B0 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D1=9A=D0=B0 =D0=BF=D1=80= =D0=B5=D0=BA=D0=BE =D1=83=D0=BE=D0=B1=D0=B8=D1=87=D0=B0=D1=98=D0=B5=D0=BD= =D0=BE=D0=B3 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0,\n" @@ -1278,14 +2016,17 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 =20 #~ msgid "" #~ "Sed is a non-interactive, text stream editor. It receives a text\n" -#~ "input from a file or from standard input and it then applies a serie= s of text\n" -#~ "editing commands to the stream and prints its output to standard out= put. It\n" +#~ "input from a file or from standard input and it then applies a serie= s of " +#~ "text\n" +#~ "editing commands to the stream and prints its output to standard out= put. " +#~ "It\n" #~ "is often used for substituting text patterns in a stream. The GNU\n= " #~ "implementation offers several extensions over the standard utility." #~ msgstr "" #~ "=D0=A1=D0=B5=D0=B4 =D1=98=D0=B5 =D0=BD=D0=B5-=D0=BC=D0=B5=D1=92=D1=83= =D0=B4=D0=B5=D1=98=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0=B8, =D1=83=D1=80=D0=B5= =D1=92=D0=B8=D0=B2=D0=B0=D1=87 =D1=82=D0=BE=D0=BA=D0=B0 =D1=82=D0=B5=D0=BA= =D1=81=D1=82=D0=B0. =D0=9E=D0=BD =D0=BF=D1=80=D0=B8=D1=85=D0=B2=D0=B0=D1= =82=D0=B0 =D1=82=D0=B5=D0=BA=D1=81=D1=82=D1=83=D0=B0=D0=BB=D0=BD=D0=B8\n" #~ "=D1=83=D0=BB=D0=B0=D0=B7 =D0=B8=D0=B7 =D0=B4=D0=B0=D1=82=D0=BE=D1=82= =D0=B5=D0=BA=D0=B5 =D0=B8=D0=BB=D0=B8 =D1=81=D0=B0 =D1=81=D1=82=D0=B0=D0=BD= =D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=BE=D0=B3 =D1=83=D0=BB=D0=B0=D0=B7=D0=B0= =D0=B8 =D0=B7=D0=B0=D1=82=D0=B8=D0=BC =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=9A= =D1=83=D1=98=D0=B5 =D0=BD=D0=B8=D0=B7 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1= =D0=B8\n" -#~ "=D0=B7=D0=B0 =D1=83=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 = =D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0 =D0=BD=D0=B0=D0=B4 =D1=82=D0=BE=D0=BA= =D0=B8=D0=BC =D0=B8 =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 =D1=9A= =D0=B5=D0=B3=D0=BE=D0=B2 =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7 =D0=BD=D0=B0 =D1=81= =D1=82=D0=B0=D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=B8 =D0=B8=D0=B7=D0=BB= =D0=B0=D0=B7.\n" +#~ "=D0=B7=D0=B0 =D1=83=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 = =D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0 =D0=BD=D0=B0=D0=B4 =D1=82=D0=BE=D0=BA= =D0=B8=D0=BC =D0=B8 =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 =D1=9A= =D0=B5=D0=B3=D0=BE=D0=B2 =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7 =D0=BD=D0=B0 =D1=81= =D1=82=D0=B0=D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=B8 " +#~ "=D0=B8=D0=B7=D0=BB=D0=B0=D0=B7.\n" #~ "=D0=A7=D0=B5=D1=81=D1=82=D0=BE =D1=81=D0=B5 =D0=BA=D0=BE=D1=80=D0=B8= =D1=81=D1=82=D0=B8 =D0=B7=D0=B0 =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D1=83 =D1=82= =D0=B5=D0=BA=D1=81=D1=82=D1=83=D0=B0=D0=BB=D0=BD=D0=B8=D1=85 =D0=BE=D0=B1= =D1=80=D0=B0=D0=B7=D0=B0=D1=86=D0=B0 =D1=83 =D1=82=D0=BE=D0=BA=D1=83. =D0= =93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0= =B0\n" #~ "=D0=BD=D1=83=D0=B4=D0=B8 =D0=BD=D0=B5=D0=BA=D0=BE=D0=BB=D0=B8=D0=BA=D0= =BE =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D1=9A=D0=B0 =D0=BF=D0=BE=D1= =80=D0=B5=D0=B4 =D1=83=D0=BE=D0=B1=D0=B8=D1=87=D0=B0=D1=98=D0=B5=D0=BD=D0= =BE=D0=B3 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0." =20 @@ -1312,27 +2053,36 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 =20 #~ msgid "" #~ "Patch is a program that applies changes to files based on difference= s\n" -#~ "laid out as by the program \"diff\". The changes may be applied to = one or more\n" +#~ "laid out as by the program \"diff\". The changes may be applied to = one " +#~ "or more\n" #~ "files depending on the contents of the diff file. It accepts severa= l\n" -#~ "different diff formats. It may also be used to revert previously ap= plied\n" +#~ "different diff formats. It may also be used to revert previously " +#~ "applied\n" #~ "differences." #~ msgstr "" -#~ "=D0=97=D0=B0=D0=BA=D1=80=D0=BF=D0=BA=D0=BE =D1=98=D0=B5 =D0=BF=D1=80= =D0=BE=D0=B3=D1=80=D0=B0=D0=BC =D0=BA=D0=BE=D1=98=D0=B8 =D0=BF=D1=80=D0=B8= =D0=BC=D0=B5=D1=9A=D1=83=D1=98=D0=B5 =D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5= =D0=BD=D0=B0=D0=B4 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0=D0=BC= =D0=B0 =D0=BD=D0=B0 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D1=83 =D1=80=D0=B0=D0=B7= =D0=BB=D0=B8=D0=BA=D0=B0\n" -#~ "=D0=B8=D0=B7=D0=BD=D0=B5=D1=81=D0=B5=D0=BD=D0=B8=D1=85 =D0=BF=D1=80=D0= =BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BE=D0=BC =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1= =87=D0=BD=D0=B8=D0=BA. =D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5 =D0=BC=D0=BE= =D0=B3=D1=83 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=9A= =D0=B5=D0=BD=D0=B5 =D0=BD=D0=B0=D0=B4 =D1=98=D0=B5=D0=B4=D0=BD=D0=BE=D0=BC= =D0=B8=D0=BB=D0=B8\n" +#~ "=D0=97=D0=B0=D0=BA=D1=80=D0=BF=D0=BA=D0=BE =D1=98=D0=B5 =D0=BF=D1=80= =D0=BE=D0=B3=D1=80=D0=B0=D0=BC =D0=BA=D0=BE=D1=98=D0=B8 =D0=BF=D1=80=D0=B8= =D0=BC=D0=B5=D1=9A=D1=83=D1=98=D0=B5 =D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5= =D0=BD=D0=B0=D0=B4 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0=D0=BC= =D0=B0 =D0=BD=D0=B0 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D1=83 " +#~ "=D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0\n" +#~ "=D0=B8=D0=B7=D0=BD=D0=B5=D1=81=D0=B5=D0=BD=D0=B8=D1=85 =D0=BF=D1=80=D0= =BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BE=D0=BC =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1= =87=D0=BD=D0=B8=D0=BA. =D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5 =D0=BC=D0=BE= =D0=B3=D1=83 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=9A= =D0=B5=D0=BD=D0=B5 =D0=BD=D0=B0=D0=B4 =D1=98=D0=B5=D0=B4=D0=BD=D0=BE=D0=BC= " +#~ "=D0=B8=D0=BB=D0=B8\n" #~ "=D0=B2=D0=B8=D1=88=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0= =B0 =D1=83 =D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=BD=D0=BE=D1=81=D1=82=D0=B8 =D0= =BE=D0=B4 =D1=81=D0=B0=D0=B4=D1=80=D0=B6=D0=B0=D1=98=D0=B0 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0= =B0. =D0=9F=D1=80=D0=B8=D1=85=D0=B2=D0=B0=D1=82=D0=B0 =D0=B2=D0=B8=D1=88= =D0=B5\n" -#~ "=D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87=D0=B8=D1=82=D0=B8=D1=85 =D0=B7=D0= =B0=D0=BF=D0=B8=D1=81=D0=B0 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87=D0=BD=D0= =B8=D0=BA=D0=B0. =D0=A2=D0=B0=D0=BA=D0=BE=D1=92=D0=B5 =D0=BC=D0=BE=D0=B6= =D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5= =D0=BD =D0=B7=D0=B0 =D0=B2=D1=80=D0=B0=D1=9B=D0=B0=D1=9A=D0=B5 =D0=BF=D1=80= =D0=B5=D1=82=D1=85=D0=BE=D0=B4=D0=BD=D0=BE =D0=BF=D1=80=D0=B8=D0=BC=D0=B5= =D1=9A=D0=B5=D0=BD=D0=B8=D1=85 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0= ." +#~ "=D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87=D0=B8=D1=82=D0=B8=D1=85 =D0=B7=D0= =B0=D0=BF=D0=B8=D1=81=D0=B0 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87=D0=BD=D0= =B8=D0=BA=D0=B0. =D0=A2=D0=B0=D0=BA=D0=BE=D1=92=D0=B5 =D0=BC=D0=BE=D0=B6= =D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5= =D0=BD =D0=B7=D0=B0 =D0=B2=D1=80=D0=B0=D1=9B=D0=B0=D1=9A=D0=B5 " +#~ "=D0=BF=D1=80=D0=B5=D1=82=D1=85=D0=BE=D0=B4=D0=BD=D0=BE =D0=BF=D1=80=D0= =B8=D0=BC=D0=B5=D1=9A=D0=B5=D0=BD=D0=B8=D1=85 =D1=80=D0=B0=D0=B7=D0=BB=D0= =B8=D0=BA=D0=B0." =20 #~ msgid "Comparing and merging files" #~ msgstr "=D0=A3=D0=BF=D0=BE=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=9A=D0= =B5 =D0=B8 =D1=81=D1=82=D0=B0=D0=BF=D0=B0=D1=9A=D0=B5 =D0=B4=D0=B0=D1=82=D0= =BE=D1=82=D0=B5=D0=BA=D0=B0" =20 #~ msgid "" #~ "GNU Diffutils is a package containing tools for finding the\n" -#~ "differences between files. The \"diff\" command is used to show how= two files\n" -#~ "differ, while \"cmp\" shows the offsets and line numbers where they = differ. \n" -#~ "\"diff3\" allows you to compare three files. Finally, \"sdiff\" off= ers an\n" +#~ "differences between files. The \"diff\" command is used to show how= two " +#~ "files\n" +#~ "differ, while \"cmp\" shows the offsets and line numbers where they = " +#~ "differ. \n" +#~ "\"diff3\" allows you to compare three files. Finally, \"sdiff\" off= ers " +#~ "an\n" #~ "interactive means to merge two files." #~ msgstr "" -#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0= =B0=D0=BB=D0=B0 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0 =D1=98=D0=B5 =D0= =BF=D0=B0=D0=BA=D0=B5=D1=82 =D0=BA=D0=BE=D1=98=D0=B8 =D1=81=D0=B0=D0=B4=D1= =80=D0=B6=D0=B8 =D0=B0=D0=BB=D0=B0=D1=82=D0=B5 =D0=B7=D0=B0 =D0=BF=D1=80=D0= =BE=D0=BD=D0=B0=D0=BB=D0=B0=D0=B6=D0=B5=D1=9A=D0=B5 =D1=80=D0=B0=D0=B7=D0= =BB=D0=B8=D0=BA=D0=B0\n" +#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0= =B0=D0=BB=D0=B0 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0 =D1=98=D0=B5 =D0= =BF=D0=B0=D0=BA=D0=B5=D1=82 =D0=BA=D0=BE=D1=98=D0=B8 =D1=81=D0=B0=D0=B4=D1= =80=D0=B6=D0=B8 =D0=B0=D0=BB=D0=B0=D1=82=D0=B5 =D0=B7=D0=B0 =D0=BF=D1=80=D0= =BE=D0=BD=D0=B0=D0=BB=D0=B0=D0=B6=D0=B5=D1=9A=D0=B5 " +#~ "=D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0\n" #~ "=D0=B8=D0=B7=D0=BC=D0=B5=D1=92=D1=83 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0= =B5=D0=BA=D0=B0. =D0=9D=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D0=B0 =E2=80=9Edif= f=E2=80=9C =D1=81=D0=B5 =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D0=B7= =D0=B0 =D0=BF=D1=80=D0=B8=D0=BA=D0=B0=D0=B7=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5= =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0 =D0=B4=D0=B2=D0=B5=D1=98=D1=83= \n" #~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0, =D0=B4=D0=BE=D0=BA= =E2=80=9Ecmp=E2=80=9C =D0=BF=D1=80=D0=B8=D0=BA=D0=B0=D0=B7=D1=83=D1=98=D0= =B5 =D0=BF=D0=BE=D0=BC=D0=B5=D1=80=D0=B0=D1=98=D0=B5 =D0=B8 =D0=B1=D1=80=D0= =BE=D1=98=D0=B5=D0=B2=D0=B5 =D1=80=D0=B5=D0=B4=D0=BE=D0=B2=D0=B0 =D0=BD=D0= =B0 =D0=BA=D0=BE=D1=98=D0=B8=D0=BC=D0=B0 =D1=81=D0=B5\n" #~ "=D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D1=83=D1=98=D1=83. =E2=80=9Edi= ff3=E2=80=9C =D0=B2=D0=B0=D0=BC =D0=BE=D0=BC=D0=BE=D0=B3=D1=83=D1=9B=D0=B0= =D0=B2=D0=B0 =D1=83=D0=BF=D0=BE=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=9A= =D0=B5 =D1=82=D1=80=D0=B8 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5= . =D0=9D=D0=B0 =D0=BA=D1=80=D0=B0=D1=98=D1=83,\n" @@ -1344,16 +2094,23 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ msgid "" #~ "Findutils supplies the basic file directory searching utilities of t= he\n" #~ "GNU system. It consists of two primary searching utilities: \"find\= "\n" -#~ "recursively searches for files in a directory according to given cri= teria and\n" -#~ "\"locate\" lists files in a database that match a query. Two auxili= ary tools\n" -#~ "are included: \"updatedb\" updates the file name database and \"xarg= s\" may be\n" +#~ "recursively searches for files in a directory according to given cri= teria " +#~ "and\n" +#~ "\"locate\" lists files in a database that match a query. Two auxili= ary " +#~ "tools\n" +#~ "are included: \"updatedb\" updates the file name database and \"xarg= s\" " +#~ "may be\n" #~ "used to apply commands with arbitrarily long arguments." #~ msgstr "" -#~ "=D0=9F=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D0=BF=D1=80=D0=BE=D0= =BD=D0=B0=D0=BB=D0=B0=D0=B6=D0=B5=D1=9A=D0=B0 =D0=B4=D0=BE=D1=81=D1=82=D0= =B0=D0=B2=D1=99=D0=B0=D1=98=D1=83 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0= =B0 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D0=B7=D0=B0 =D0=BF=D1= =80=D0=B5=D1=82=D1=80=D0=B0=D0=B6=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 =D0=B4=D0= =B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5\n" -#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=BE=D0=B3 =D1=81=D0=B8=D1=81=D1=82=D0= =B5=D0=BC=D0=B0. =D0=A1=D0=B0=D1=81=D1=82=D0=BE=D1=98=D0=B8 =D1=81=D0=B5= =D0=BE=D0=B4 =D0=B4=D0=B2=D0=B0 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=B0= =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D0=BF=D1=80=D0=B5=D1=82= =D1=80=D0=B0=D0=B6=D0=B8=D0=B2=D0=B0=D1=9A=D0=B0: =E2=80=9Efind=E2=80=9C\= n" +#~ "=D0=9F=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D0=BF=D1=80=D0=BE=D0= =BD=D0=B0=D0=BB=D0=B0=D0=B6=D0=B5=D1=9A=D0=B0 =D0=B4=D0=BE=D1=81=D1=82=D0= =B0=D0=B2=D1=99=D0=B0=D1=98=D1=83 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0= =B0 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D0=B7=D0=B0 =D0=BF=D1= =80=D0=B5=D1=82=D1=80=D0=B0=D0=B6=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 " +#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5\n" +#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=BE=D0=B3 =D1=81=D0=B8=D1=81=D1=82=D0= =B5=D0=BC=D0=B0. =D0=A1=D0=B0=D1=81=D1=82=D0=BE=D1=98=D0=B8 =D1=81=D0=B5= =D0=BE=D0=B4 =D0=B4=D0=B2=D0=B0 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=B0= =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D0=BF=D1=80=D0=B5=D1=82= =D1=80=D0=B0=D0=B6=D0=B8=D0=B2=D0=B0=D1=9A=D0=B0: " +#~ "=E2=80=9Efind=E2=80=9C\n" #~ "=D0=B4=D1=83=D0=B1=D0=B8=D0=BD=D1=81=D0=BA=D0=B8 =D1=82=D1=80=D0=B0=D0= =B6=D0=B8 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D1=83 =D0=B4=D0= =B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=98=D1=83=D0=BC=D1=83 =D0= =BF=D1=80=D0=B5=D0=BC=D0=B0 =D0=B7=D0=B0=D0=B4=D0=B0=D1=82=D0=BE=D0=BC =D0= =BC=D0=B5=D1=80=D0=B8=D0=BB=D1=83 =D0=B0 =E2=80=9Elocate=E2=80=9C\n" -#~ "=D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 =D0=B4=D0=B0=D1=82=D0= =BE=D1=82=D0=B5=D0=BA=D0=B5 =D1=83 =D0=B1=D0=B0=D0=B7=D0=B8 =D0=BF=D0=BE=D0= =B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 =D0=BA=D0=BE=D1=98=D0=B5 =D0=BE=D0=B4=D0= =B3=D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83 =D1=83=D0=BF=D0=B8=D1=82=D1= =83. =D0=A3=D0=BA=D1=99=D1=83=D1=87=D0=B5=D0=BD=D0=B0 =D1=81=D1=83 =D0=B4= =D0=B2=D0=B0\n" -#~ "=D0=BF=D0=BE=D0=BC=D0=BE=D1=9B=D0=BD=D0=B0 =D0=B0=D0=BB=D0=B0=D1=82=D0= =B0: =E2=80=9Eupdatedb=E2=80=9C =D0=BE=D1=81=D0=B2=D0=B5=D0=B6=D0=B0=D0=B2= =D0=B0 =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5= =D0=BA=D0=B5 =D0=B1=D0=B0=D0=B7=D0=B5 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0= =D0=BA=D0=B0 =D0=B0 =E2=80=9Exargs=E2=80=9C\n" +#~ "=D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 =D0=B4=D0=B0=D1=82=D0= =BE=D1=82=D0=B5=D0=BA=D0=B5 =D1=83 =D0=B1=D0=B0=D0=B7=D0=B8 =D0=BF=D0=BE=D0= =B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 =D0=BA=D0=BE=D1=98=D0=B5 =D0=BE=D0=B4=D0= =B3=D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83 =D1=83=D0=BF=D0=B8=D1=82=D1= =83. =D0=A3=D0=BA=D1=99=D1=83=D1=87=D0=B5=D0=BD=D0=B0 =D1=81=D1=83 " +#~ "=D0=B4=D0=B2=D0=B0\n" +#~ "=D0=BF=D0=BE=D0=BC=D0=BE=D1=9B=D0=BD=D0=B0 =D0=B0=D0=BB=D0=B0=D1=82=D0= =B0: =E2=80=9Eupdatedb=E2=80=9C =D0=BE=D1=81=D0=B2=D0=B5=D0=B6=D0=B0=D0=B2= =D0=B0 =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5= =D0=BA=D0=B5 =D0=B1=D0=B0=D0=B7=D0=B5 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0= =D0=BA=D0=B0 =D0=B0 " +#~ "=E2=80=9Exargs=E2=80=9C\n" #~ "=D1=81=D0=B5 =D0=BC=D0=BE=D0=B6=D0=B5 =D0=BA=D0=BE=D1=80=D0=B8=D1=81= =D1=82=D0=B8=D1=82=D0=B8 =D0=B7=D0=B0 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=9A= =D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D0=B8= =D1=81=D0=B0 =D0=BF=D1=80=D0=BE=D0=B8=D0=B7=D0=B2=D0=BE=D1=99=D0=BD=D0=BE= =D0=B4=D1=83=D0=B3=D0=B8=D0=BC =D0=B0=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD= =D1=82=D0=B8=D0=BC=D0=B0." =20 #~ msgid "Core GNU utilities (file, text, shell)" @@ -1361,12 +2118,15 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 =20 #~ msgid "" #~ "GNU Coreutils includes all of the basic command-line tools that are\= n" -#~ "expected in a POSIX system. These provide the basic file, shell and= text\n" -#~ "manipulation functions of the GNU system. Most of these tools offer= extended\n" +#~ "expected in a POSIX system. These provide the basic file, shell and= " +#~ "text\n" +#~ "manipulation functions of the GNU system. Most of these tools offer= " +#~ "extended\n" #~ "functionality beyond that which is outlined in the POSIX standard." #~ msgstr "" #~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=BA=D1=99=D1=83=D1=87=D0=BD=D0= =B0 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D1=83=D0=BA=D1=99=D1= =83=D1=87=D1=83=D1=98=D1=83 =D1=81=D0=B2=D0=B5 =D0=BE=D1=81=D0=BD=D0=BE=D0= =B2=D0=BD=D0=B5 =D0=B0=D0=BB=D0=B0=D1=82=D0=B5 =D0=BB=D0=B8=D0=BD=D0=B8=D1= =98=D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D0=B8 =D0=BA=D0=BE=D1=98=D0= =B8 =D1=81=D0=B5\n" -#~ "=D0=BE=D1=87=D0=B5=D0=BA=D1=83=D1=98=D1=83 =D1=83 =D0=9F=D0=9E=D0=A1= =D0=98=D0=9A=D0=A1 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=83. =D0=9E=D0= =B1=D0=B5=D0=B7=D0=B1=D0=B5=D1=92=D1=83=D1=98=D1=83 =D0=BE=D1=81=D0=BD=D0= =BE=D0=B2=D0=BD=D0=B5 =D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=98=D0=B5 =D1= =83=D0=BF=D1=80=D0=B0=D0=B2=D1=99=D0=B0=D1=9A=D0=B0 =D0=B4=D0=B0=D1=82=D0= =BE=D1=82=D0=B5=D0=BA=D0=BE=D0=BC,\n" +#~ "=D0=BE=D1=87=D0=B5=D0=BA=D1=83=D1=98=D1=83 =D1=83 =D0=9F=D0=9E=D0=A1= =D0=98=D0=9A=D0=A1 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=83. =D0=9E=D0= =B1=D0=B5=D0=B7=D0=B1=D0=B5=D1=92=D1=83=D1=98=D1=83 =D0=BE=D1=81=D0=BD=D0= =BE=D0=B2=D0=BD=D0=B5 =D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=98=D0=B5 =D1= =83=D0=BF=D1=80=D0=B0=D0=B2=D1=99=D0=B0=D1=9A=D0=B0 " +#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=BE=D0=BC,\n" #~ "=D1=88=D0=BA=D0=BE=D1=99=D0=BA=D0=BE=D0=BC =D0=B8 =D1=82=D0=B5=D0=BA= =D1=81=D1=82=D0=BE=D0=BC =D0=BD=D0=B0 =D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=BE= =D0=BC =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=83. =D0=92=D0=B5=D1=9B=D0= =B8=D0=BD=D0=B0 =D0=BE=D0=B2=D0=B8=D1=85 =D0=B0=D0=BB=D0=B0=D1=82=D0=B0 =D0= =BD=D1=83=D0=B4=D0=B8 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D0=BD=D0= =B5\n" #~ "=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0=D0=BB=D0=BD=D0= =BE=D1=81=D1=82=D0=B8 =D0=B8=D0=B7=D0=B2=D0=B0=D0=BD =D0=BE=D0=BD=D0=B8=D1= =85 =D0=BA=D0=BE=D1=98=D0=B5 =D1=81=D1=83 =D0=BD=D0=B0=D0=B2=D0=B5=D0=B4=D0= =B5=D0=BD=D0=B5 =D1=83 =D0=9F=D0=9E=D0=A1=D0=98=D0=9A=D0=A1 =D1=81=D1=82=D0= =B0=D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D1=83." =20 @@ -1376,14 +2136,21 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ msgid "" #~ "Make is a program that is used to control the production of\n" #~ "executables or other files from their source files. The process is\= n" -#~ "controlled from a Makefile, in which the developer specifies how eac= h file is\n" -#~ "generated from its source. It has powerful dependency resolution an= d the\n" -#~ "ability to determine when files have to be regenerated after their s= ources\n" -#~ "change. GNU make offers many powerful extensions over the standard = utility." +#~ "controlled from a Makefile, in which the developer specifies how eac= h " +#~ "file is\n" +#~ "generated from its source. It has powerful dependency resolution an= d " +#~ "the\n" +#~ "ability to determine when files have to be regenerated after their " +#~ "sources\n" +#~ "change. GNU make offers many powerful extensions over the standard = " +#~ "utility." #~ msgstr "" -#~ "=D0=9C=D0=B5=D1=98=D0=BA =D1=98=D0=B5 =D0=BF=D1=80=D0=BE=D0=B3=D1=80= =D0=B0=D0=BC =D0=BA=D0=BE=D1=98=D0=B8 =D1=81=D0=B5 =D0=BA=D0=BE=D1=80=D0=B8= =D1=81=D1=82=D0=B8 =D0=B7=D0=B0 =D1=83=D0=BF=D1=80=D0=B0=D0=B2=D1=99=D0=B0= =D1=9A=D0=B5 =D1=81=D1=82=D0=B2=D0=B0=D1=80=D0=B0=D1=9A=D0=B5=D0=BC =D0=B8= =D0=B7=D0=B2=D1=80=D1=88=D0=BD=D0=B8=D1=85 =D0=B8=D0=BB=D0=B8 =D0=B4=D1=80= =D1=83=D0=B3=D0=B8=D1=85\n" -#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=B8=D0=B7 =D1=9A= =D0=B8=D1=85=D0=BE=D0=B2=D0=B8=D1=85 =D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=BD= =D0=B8=D1=85. =D0=9F=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=BA=D0=BE=D0=BC =D1= =81=D0=B5 =D1=83=D0=BF=D1=80=D0=B0=D0=B2=D1=99=D0=B0 =D0=B8=D0=B7 =E2=80=9E= Makefile=E2=80=9C-=D0=B0, =D1=83 =D0=BA=D0=BE=D0=BC=D0=B5\n" -#~ "=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=B5=D1=80=D0=B8 =D0=BD=D0= =B0=D0=B2=D0=BE=D0=B4=D0=B5 =D0=BA=D0=B0=D0=BA=D0=BE =D1=81=D0=B5 =D1=81=D0= =B2=D0=B0=D0=BA=D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1= =81=D1=82=D0=B2=D0=B0=D1=80=D0=B0 =D0=B8=D0=B7 =D1=81=D0=B2=D0=BE=D0=B3 =D0= =B8=D0=B7=D0=B2=D0=BE=D1=80=D0=B0. =D0=9F=D0=BE=D1=81=D0=B5=D0=B4=D1=83=D1= =98=D0=B5\n" +#~ "=D0=9C=D0=B5=D1=98=D0=BA =D1=98=D0=B5 =D0=BF=D1=80=D0=BE=D0=B3=D1=80= =D0=B0=D0=BC =D0=BA=D0=BE=D1=98=D0=B8 =D1=81=D0=B5 =D0=BA=D0=BE=D1=80=D0=B8= =D1=81=D1=82=D0=B8 =D0=B7=D0=B0 =D1=83=D0=BF=D1=80=D0=B0=D0=B2=D1=99=D0=B0= =D1=9A=D0=B5 =D1=81=D1=82=D0=B2=D0=B0=D1=80=D0=B0=D1=9A=D0=B5=D0=BC =D0=B8= =D0=B7=D0=B2=D1=80=D1=88=D0=BD=D0=B8=D1=85 =D0=B8=D0=BB=D0=B8 " +#~ "=D0=B4=D1=80=D1=83=D0=B3=D0=B8=D1=85\n" +#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=B8=D0=B7 =D1=9A= =D0=B8=D1=85=D0=BE=D0=B2=D0=B8=D1=85 =D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=BD= =D0=B8=D1=85. =D0=9F=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=BA=D0=BE=D0=BC =D1= =81=D0=B5 =D1=83=D0=BF=D1=80=D0=B0=D0=B2=D1=99=D0=B0 =D0=B8=D0=B7 =E2=80=9E= Makefile=E2=80=9C-=D0=B0, =D1=83 " +#~ "=D0=BA=D0=BE=D0=BC=D0=B5\n" +#~ "=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=B5=D1=80=D0=B8 =D0=BD=D0= =B0=D0=B2=D0=BE=D0=B4=D0=B5 =D0=BA=D0=B0=D0=BA=D0=BE =D1=81=D0=B5 =D1=81=D0= =B2=D0=B0=D0=BA=D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1= =81=D1=82=D0=B2=D0=B0=D1=80=D0=B0 =D0=B8=D0=B7 =D1=81=D0=B2=D0=BE=D0=B3 =D0= =B8=D0=B7=D0=B2=D0=BE=D1=80=D0=B0. " +#~ "=D0=9F=D0=BE=D1=81=D0=B5=D0=B4=D1=83=D1=98=D0=B5\n" #~ "=D0=BC=D0=BE=D1=9B=D0=BD=D0=BE =D1=80=D0=B5=D1=88=D0=B0=D0=B2=D0=B0=D1= =9A=D0=B5 =D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=BD=D0=BE=D1=81=D1=82=D0=B8 =D0= =B8 =D1=81=D0=BF=D0=BE=D1=81=D0=BE=D0=B1=D0=BD=D0=BE=D1=81=D1=82 =D0=BE=D0= =B4=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=9A=D0=B0 =D0=BA=D0=B0=D0=B4=D0= =B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D1=82=D1=80=D0=B5=D0= =B1=D0=B0 =D0=B4=D0=B0\n" #~ "=D0=B1=D1=83=D0=B4=D1=83 =D0=BF=D0=BE=D0=BD=D0=BE=D0=B2=D0=BE =D1=81= =D1=82=D0=B2=D0=BE=D1=80=D0=B5=D0=BD=D0=B5 =D0=BD=D0=B0=D0=BA=D0=BE=D0=BD= =D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B0 =D1=9A=D0=B8=D1=85=D0=BE=D0=B2=D0=B8= =D1=85 =D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=B0. =D0=93=D0=BD=D1=83=D0=BE=D0= =B2 =D0=BC=D0=B5=D1=98=D0=BA =D0=BD=D1=83=D0=B4=D0=B8 =D0=BC=D0=BD=D0=BE=D0= =B3=D0=BE\n" #~ "=D0=BC=D0=BE=D1=9B=D0=BD=D0=B8=D1=85 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1= =80=D0=B5=D1=9A=D0=B0 =D0=BF=D0=BE=D1=80=D0=B5=D0=B4 =D1=81=D1=82=D0=B0=D0= =BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=BE=D0=B3 =D0=BF=D0=BE=D0=BC=D0=B0=D0= =B3=D0=B0=D0=BB=D0=B0." @@ -1393,15 +2160,19 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 =20 #~ msgid "" #~ "GNU Binutils is a collection of tools for working with binary files.= \n" -#~ "Perhaps the most notable are \"ld\", a linker, and \"as\", an assemb= ler. Other\n" +#~ "Perhaps the most notable are \"ld\", a linker, and \"as\", an assemb= ler. " +#~ "Other\n" #~ "tools include programs to display binary profiling information, list= the\n" -#~ "strings in a binary file, and utilities for working with archives. = The \"bfd\"\n" +#~ "strings in a binary file, and utilities for working with archives. = The " +#~ "\"bfd\"\n" #~ "library for working with executable and object formats is also inclu= ded." #~ msgstr "" -#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=B1=D0=B8=D0=BD=D0=B0=D1=80=D0= =BD=D0=B0 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D1=98=D0=B5=D1= =81=D1=82=D0=B5 =D0=B7=D0=B1=D0=B8=D1=80=D0=BA=D0=B0 =D0=B0=D0=BB=D0=B0=D1= =82=D0=B0 =D0=B7=D0=B0 =D1=80=D0=B0=D0=B4 =D1=81=D0=B0 =D0=B8=D0=B7=D0=B2= =D1=80=D1=88=D0=BD=D0=B8=D0=BC =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA= =D0=B0=D0=BC=D0=B0.\n" +#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=B1=D0=B8=D0=BD=D0=B0=D1=80=D0= =BD=D0=B0 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D1=98=D0=B5=D1= =81=D1=82=D0=B5 =D0=B7=D0=B1=D0=B8=D1=80=D0=BA=D0=B0 =D0=B0=D0=BB=D0=B0=D1= =82=D0=B0 =D0=B7=D0=B0 =D1=80=D0=B0=D0=B4 =D1=81=D0=B0 =D0=B8=D0=B7=D0=B2= =D1=80=D1=88=D0=BD=D0=B8=D0=BC " +#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0=D0=BC=D0=B0.\n" #~ "=D0=9C=D0=BE=D0=B6=D0=B4=D0=B0 =D1=98=D0=B5 =D0=BD=D0=B0=D1=98=D0=BF= =D0=BE=D0=B7=D0=BD=D0=B0=D1=82=D0=B8=D1=98=D0=B8 =E2=80=9Eld=E2=80=9C, =D0= =BF=D0=BE=D0=B2=D0=B5=D0=B7=D0=B8=D0=B2=D0=B0=D1=87, =D0=B8 =E2=80=9Eas=E2= =80=9C, =D1=81=D0=B0=D1=81=D1=82=D0=B0=D0=B2=D0=BD=D0=B8=D0=BA. =D0=9E=D1= =81=D1=82=D0=B0=D0=BB=D0=B8 =D0=B0=D0=BB=D0=B0=D1=82=D0=B8\n" #~ "=D1=81=D0=B0=D0=B4=D1=80=D0=B6=D0=B5 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0= =B0=D0=BC=D0=B5 =D0=B7=D0=B0 =D0=BF=D1=80=D0=B8=D0=BA=D0=B0=D0=B7=D0=B8=D0= =B2=D0=B0=D1=9A=D0=B5 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 =D0= =B1=D0=B8=D0=BD=D0=B0=D1=80=D0=BD=D0=BE=D0=B3 =D0=BF=D1=80=D0=BE=D1=84=D0= =B8=D0=BB=D0=B8=D1=81=D0=B0=D1=9A=D0=B0, =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D0= =B8=D0=B2=D0=B0=D1=9A=D0=B5\n" -#~ "=D0=BD=D0=B8=D1=81=D0=BA=D0=B8 =D1=83 =D0=B8=D0=B7=D0=B2=D1=80=D1=88= =D0=BD=D0=BE=D1=98 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D1=86=D0=B8, =D0=B8= =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D0=B7=D0=B0 =D1=80=D0=B0= =D0=B4 =D1=81=D0=B0 =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0=B0=D0=BC=D0=B0. =D0= =A2=D1=83 =D1=98=D0=B5 =D1=82=D0=B0=D0=BA=D0=BE=D1=92=D0=B5 =D0=B8 \n" +#~ "=D0=BD=D0=B8=D1=81=D0=BA=D0=B8 =D1=83 =D0=B8=D0=B7=D0=B2=D1=80=D1=88= =D0=BD=D0=BE=D1=98 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D1=86=D0=B8, =D0=B8= =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D0=B7=D0=B0 =D1=80=D0=B0= =D0=B4 =D1=81=D0=B0 =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0=B0=D0=BC=D0=B0. =D0= =A2=D1=83 =D1=98=D0=B5 =D1=82=D0=B0=D0=BA=D0=BE=D1=92=D0=B5 " +#~ "=D0=B8 \n" #~ "=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =E2=80=9E= bfd=E2=80=9C =D0=B7=D0=B0 =D1=80=D0=B0=D0=B4 =D1=81=D0=B0 =D0=B8=D0=B7=D0= =B2=D1=80=D1=88=D0=BD=D0=B8=D0=BC =D0=B8 =D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0= =B8=D0=BC=D0=B0 =D0=BE=D0=B1=D1=98=D0=B5=D0=BA=D0=B0=D1=82=D0=B0." =20 #~ msgid "The GNU C Library" @@ -1409,17 +2180,21 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 =20 #~ msgid "" #~ "Any Unix-like operating system needs a C library: the library which\= n" -#~ "defines the \"system calls\" and other basic facilities such as open= , malloc,\n" +#~ "defines the \"system calls\" and other basic facilities such as open= , " +#~ "malloc,\n" #~ "printf, exit...\n" #~ "\n" -#~ "The GNU C library is used as the C library in the GNU system and mos= t systems\n" +#~ "The GNU C library is used as the C library in the GNU system and mos= t " +#~ "systems\n" #~ "with the Linux kernel." #~ msgstr "" -#~ "=D0=A1=D0=B2=D0=B0=D0=BA=D0=BE=D0=BC =D0=88=D1=83=D0=BD=D0=B8=D0=BA=D1= =81=D0=BE=D0=BB=D0=B8=D0=BA=D0=BE=D0=BC =D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1= =82=D0=B8=D0=B2=D0=BD=D0=BE=D0=BC =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1= =83 =D1=98=D0=B5 =D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=BD=D0=B0 =D0=A6 = =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0: =D0=B1=D0=B8= =D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0\n" +#~ "=D0=A1=D0=B2=D0=B0=D0=BA=D0=BE=D0=BC =D0=88=D1=83=D0=BD=D0=B8=D0=BA=D1= =81=D0=BE=D0=BB=D0=B8=D0=BA=D0=BE=D0=BC =D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1= =82=D0=B8=D0=B2=D0=BD=D0=BE=D0=BC =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1= =83 =D1=98=D0=B5 =D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=BD=D0=B0 =D0=A6 = =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0: " +#~ "=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0\n" #~ "=D0=BA=D0=BE=D1=98=D0=B0 =D0=BE=D0=B4=D1=80=D0=B5=D1=92=D1=83=D1=98=D0= =B5 =E2=80=9E=D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=81=D0=BA=D0=B5 =D0=BF= =D0=BE=D0=B7=D0=B8=D0=B2=D0=B5=E2=80=9C =D0=B8 =D0=BE=D1=81=D1=82=D0=B0=D0= =BB=D0=B5 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=B5 =D0=BE=D0=BB=D0=B0=D0= =BA=D1=88=D0=B8=D1=86=D0=B5 =D0=BA=D0=B0=D0=BE =D1=88=D1=82=D0=BE =D1=81=D1= =83\n" #~ "=E2=80=9Eopen, malloc, printf, exit...=E2=80=9C\n" #~ "\n" -#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=A6 =D0=B1=D0=B8=D0=B1=D0=BB= =D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=81=D0=B5 =D0=BA=D0=BE=D1=80=D0=B8= =D1=81=D1=82=D0=B8 =D0=BA=D0=B0=D0=BE =D0=A6 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8= =D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=83 =D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=BE= =D0=BC =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=83 =D0=B8 =D0=B2=D0=B5=D1=9B= =D0=B8=D0=BD=D0=B8\n" +#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=A6 =D0=B1=D0=B8=D0=B1=D0=BB= =D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=81=D0=B5 =D0=BA=D0=BE=D1=80=D0=B8= =D1=81=D1=82=D0=B8 =D0=BA=D0=B0=D0=BE =D0=A6 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8= =D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=83 =D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=BE= =D0=BC =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=83 =D0=B8 " +#~ "=D0=B2=D0=B5=D1=9B=D0=B8=D0=BD=D0=B8\n" #~ "=D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0 =D1=81=D0=B0 =D0=9B=D0=B8= =D0=BD=D1=83=D0=BA=D1=81 =D1=98=D0=B5=D0=B7=D0=B3=D1=80=D0=BE=D0=BC." =20 #~ msgid "Database of current and historical time zones" @@ -1429,7 +2204,8 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0= =B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0= =B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82 #~ "The Time Zone Database (often called tz or zoneinfo)\n" #~ "contains code and data that represent the history of local time for = many\n" #~ "representative locations around the globe. It is updated periodicall= y to\n" -#~ "reflect changes made by political bodies to time zone boundaries, UT= C offsets,\n" +#~ "reflect changes made by political bodies to time zone boundaries, UT= C " +#~ "offsets,\n" #~ "and daylight-saving rules." #~ msgstr "" #~ "=D0=91=D0=B0=D0=B7=D0=B0 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0= =B0 =D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D1=81=D0=BA=D0=B5 =D0=B7=D0=BE=D0= =BD=D0=B5 (=D1=87=D0=B5=D1=81=D1=82=D0=BE =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2=D0= =B0=D0=BD=D0=B0 =E2=80=9Etz=E2=80=9C =D0=B8=D0=BB=D0=B8 =E2=80=9Ezoneinfo= =E2=80=9C)\n" @@ -1446,7 +2222,8 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0= =B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0= =B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82 =20 #~ msgid "" #~ "The linker wrapper (or `ld-wrapper') wraps the linker to add any\n" -#~ "missing `-rpath' flags, and to detect any misuse of libraries outsid= e of the\n" +#~ "missing `-rpath' flags, and to detect any misuse of libraries outsid= e of " +#~ "the\n" #~ "store." #~ msgstr "" #~ "=D0=9E=D0=BC=D0=BE=D1=82=D0=B0=D1=87 =D0=BF=D0=BE=D0=B2=D0=B5=D0=B7=D0= =B8=D0=B2=D0=B0=D1=87=D0=B0 (=D0=B8=D0=BB=D0=B8 =E2=80=9Eld-wrapper=E2=80= =9C) =D0=BE=D0=B1=D0=BC=D0=BE=D1=82=D0=B0=D0=B2=D0=B0 =D0=BF=D0=BE=D0=B2=D0= =B5=D0=B7=D0=B8=D0=B2=D0=B0=D1=87=D0=B0 =D0=B4=D0=B0 =D0=B1=D0=B8 =D0=B4=D0= =BE=D0=B4=D0=B0=D0=BE\n" @@ -1458,14 +2235,18 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 =20 #~ msgid "" #~ "Guile is the GNU Ubiquitous Intelligent Language for Extensions, the= \n" -#~ "official extension language of the GNU system. It is an implementat= ion of\n" -#~ "the Scheme language which can be easily embedded in other applicatio= ns to\n" -#~ "provide a convenient means of extending the functionality of the app= lication\n" +#~ "official extension language of the GNU system. It is an implementat= ion " +#~ "of\n" +#~ "the Scheme language which can be easily embedded in other applicatio= ns " +#~ "to\n" +#~ "provide a convenient means of extending the functionality of the " +#~ "application\n" #~ "without requiring the source code to be rewritten." #~ msgstr "" #~ "=D0=93=D1=83=D0=B8=D0=BB=D0=B5 =D1=98=D0=B5 =D0=93=D0=BD=D1=83=D0=BE= =D0=B2 =D1=81=D0=B2=D0=B5=D0=BF=D1=80=D0=B8=D1=81=D1=83=D1=82=D0=B0=D0=BD= =D0=BF=D0=B0=D0=BC=D0=B5=D1=82=D0=B0=D0=BD =D1=98=D0=B5=D0=B7=D0=B8=D0=BA= =D0=B7=D0=B0 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D1=9A=D0=B0, =D0= =B7=D0=B2=D0=B0=D0=BD=D0=B8=D1=87=D0=BD=D0=B8 =D1=98=D0=B5=D0=B7=D0=B8=D0= =BA\n" #~ "=D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D1=9A=D0=B0 =D0=B7=D0=B0 = =D0=93=D0=BD=D1=83=D0=BE=D0=B2 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC. =D0= =A2=D0=BE =D1=98=D0=B5 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0 =D0=A8=D0= =B5=D0=BC=D0=B5 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA=D0=B0 =D0=BA=D0=BE=D1=98=D0= =B8 =D0=BC=D0=BE=D0=B6=D0=B5 =D0=BB=D0=B0=D0=BA=D0=BE\n" -#~ "=D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=B3=D1=80=D0=B0=D1=92=D0=B5=D0=BD = =D1=83 =D0=B4=D1=80=D1=83=D0=B3=D0=B5 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0= =D0=BC=D0=B5 =D0=BA=D0=B0=D0=BA=D0=BE =D0=B1=D0=B8 =D0=BE=D0=B1=D0=B5=D0=B7= =D0=B1=D0=B5=D0=B4=D0=B8=D0=BE =D0=B8=D1=81=D0=BF=D0=BB=D0=B0=D1=82=D0=B8= =D0=B2 =D0=BD=D0=B0=D1=87=D0=B8=D0=BD =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80= =D0=B8=D0=B2=D0=B0=D1=9A=D0=B0\n" +#~ "=D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=B3=D1=80=D0=B0=D1=92=D0=B5=D0=BD = =D1=83 =D0=B4=D1=80=D1=83=D0=B3=D0=B5 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0= =D0=BC=D0=B5 =D0=BA=D0=B0=D0=BA=D0=BE =D0=B1=D0=B8 =D0=BE=D0=B1=D0=B5=D0=B7= =D0=B1=D0=B5=D0=B4=D0=B8=D0=BE =D0=B8=D1=81=D0=BF=D0=BB=D0=B0=D1=82=D0=B8= =D0=B2 =D0=BD=D0=B0=D1=87=D0=B8=D0=BD " +#~ "=D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B8=D0=B2=D0=B0=D1=9A=D0=B0\n= " #~ "=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0=D0=BB=D0=BD=D0= =BE=D1=81=D1=82=D0=B8 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=B0 =D0= =B1=D0=B5=D0=B7 =D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=B5 =D0=BF=D0=BE=D0= =BD=D0=BE=D0=B2=D0=BD=D0=BE=D0=B3 =D0=BF=D0=B8=D1=81=D0=B0=D1=9A=D0=B0 =D0= =B8=D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D0=BE=D0=B3 =D0=BA=D0=BE=D0=B4=D0=B0." =20 #~ msgid "Framework for building readers for GNU Guile" @@ -1475,13 +2256,15 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ "Guile-Reader is a simple framework for building readers for GNU Guil= e.\n" #~ "\n" #~ "The idea is to make it easy to build procedures that extend Guile=E2= =80=99s read\n" -#~ "procedure. Readers supporting various syntax variants can easily be = written,\n" +#~ "procedure. Readers supporting various syntax variants can easily be = " +#~ "written,\n" #~ "possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a s= tandard Scheme\n" #~ "readers. For example, it is used to implement Skribilo=E2=80=99s R5R= S-derived\n" #~ "document syntax.\n" #~ "\n" #~ "Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s = =E2=80=9Cread table=E2=80=9D, but\n" -#~ "hopefully more powerful and flexible (for instance, one may instanti= ate as\n" +#~ "hopefully more powerful and flexible (for instance, one may instanti= ate " +#~ "as\n" #~ "many readers as needed)." #~ msgstr "" #~ "=D0=93=D1=83=D0=B8=D0=BB=D0=B5-=D1=87=D0=B8=D1=82=D0=B0=D1=87 =D1=98= =D0=B5 =D1=98=D0=B5=D0=B4=D0=BD=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B0=D0=BD= =D1=80=D0=B0=D0=B4=D0=BD=D0=B8 =D1=81=D0=BA=D0=BB=D0=BE=D0=BF =D0=B7=D0=B0= =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D1=87=D0=B8=D1=82=D0=B0= =D1=87=D0=B0 =D0=B7=D0=B0 =D0=93=D0=BD=D1=83 =D0=93=D1=83=D0=B8=D0=BB=D0=B0= .\n" @@ -1489,9 +2272,11 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ "=D0=97=D0=B0=D0=BC=D0=B8=D1=81=D0=B0=D0=BE =D1=98=D0=B5 =D0=BE=D0=BB= =D0=B0=D0=BA=D1=88=D0=B0=D1=82=D0=B8 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4= =D1=9A=D1=83 =D0=BF=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=B0=D0=BA=D0=B0 =D0=BA= =D0=BE=D1=98=D0=B8 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D1=83=D1=98=D1=83= =D0=93=D1=83=D0=B8=D0=BB=D0=BE=D0=B2 =D0=BF=D0=BE=D1=81=D1=82=D1=83=D0=BF= =D0=B0=D0=BA\n" #~ "=D1=87=D0=B8=D1=82=D0=B0=D1=9A=D0=B0. =D0=A7=D0=B8=D1=82=D0=B0=D1=87= =D0=B8 =D0=BA=D0=BE=D1=98=D0=B8 =D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=B2= =D0=B0=D1=98=D1=83 =D1=80=D0=B0=D0=B7=D0=BD=D0=B5 =D0=B2=D0=B0=D1=80=D0=B8= =D1=98=D0=B0=D0=BD=D1=82=D0=B5 =D1=81=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81= =D0=B5 =D0=BC=D0=BE=D0=B3=D1=83 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BB=D0=B0=D0=BA= =D0=BE\n" #~ "=D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8, =D0=BF=D0=BE =D0=BC= =D0=BE=D0=B3=D1=83=D1=9B=D1=81=D1=82=D0=B2=D1=83 =D0=BF=D0=BE=D0=BD=D0=BE= =D0=B2=D0=BD=D0=B8=D0=BC =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5=D1=9A= =D0=B5=D0=BC =D0=BF=D0=BE=D1=81=D1=82=D0=BE=D1=98=D0=B5=D1=9B=D0=B8=D1=85= =E2=80=9E=D1=87=D0=B8=D1=82=D0=B0=D1=87=D0=B0 =E2=80=9C =D1=87=D0=B8=D1=82= =D0=B0=D1=87=D0=B0\n" -#~ "=D1=81=D1=82=D0=B0=D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=B5 =D0=A8=D0= =B5=D0=BC=D0=B5. =D0=9D=D0=B0 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80, =D0=BA= =D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D1=81=D0=B5 =D0=B7=D0=B0 =D0=BF=D1=80= =D0=B8=D0=BC=D0=B5=D0=BD=D1=83 =D1=81=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81= =D0=B5 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0 =D0=BA=D0=BE= =D1=98=D0=B0 =D0=BF=D1=80=D0=BE=D0=B8=D0=B7=D0=B8=D0=BB=D0=B0=D0=B7=D0=B8= =D0=B8=D0=B7 =D0=A05=D0=A0=D0=A1 =D0=A1=D0=BA=D1=80=D0=B8=D0=B1=D0=B8=D0= =BB=D0=BE=D0=B0.\n" +#~ "=D1=81=D1=82=D0=B0=D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=B5 =D0=A8=D0= =B5=D0=BC=D0=B5. =D0=9D=D0=B0 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80, =D0=BA= =D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D1=81=D0=B5 =D0=B7=D0=B0 =D0=BF=D1=80= =D0=B8=D0=BC=D0=B5=D0=BD=D1=83 =D1=81=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81= =D0=B5 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0 =D0=BA=D0=BE= =D1=98=D0=B0 " +#~ "=D0=BF=D1=80=D0=BE=D0=B8=D0=B7=D0=B8=D0=BB=D0=B0=D0=B7=D0=B8 =D0=B8=D0= =B7 =D0=A05=D0=A0=D0=A1 =D0=A1=D0=BA=D1=80=D0=B8=D0=B1=D0=B8=D0=BB=D0=BE=D0= =B0.\n" #~ "\n" -#~ "=D0=9F=D1=80=D0=B8=D1=81=D1=82=D1=83=D0=BF =D0=93=D1=83=D0=B8=D0=BB=D0= =B5-=D1=87=D0=B8=D1=82=D0=B0=D1=87=D0=B0 =D1=98=D0=B5 =D1=81=D0=BB=D0=B8=D1= =87=D0=B0=D0=BD =D0=9E=D0=BF=D1=88=D1=82=D0=B5=D0=BC =D0=9B=D0=B8=D1=81=D0= =BF=D0=BE=D0=B2=D0=BE=D0=BC =E2=80=9E=D1=87=D0=B8=D1=82=D0=B0=D1=9A=D1=83= =D1=82=D0=B0=D0=B1=D0=B5=D0=BB=D0=B5=E2=80=9C, =D0=B0=D0=BB=D0=B8 =D1=98= =D0=B5 =D0=BD=D0=B0\n" +#~ "=D0=9F=D1=80=D0=B8=D1=81=D1=82=D1=83=D0=BF =D0=93=D1=83=D0=B8=D0=BB=D0= =B5-=D1=87=D0=B8=D1=82=D0=B0=D1=87=D0=B0 =D1=98=D0=B5 =D1=81=D0=BB=D0=B8=D1= =87=D0=B0=D0=BD =D0=9E=D0=BF=D1=88=D1=82=D0=B5=D0=BC =D0=9B=D0=B8=D1=81=D0= =BF=D0=BE=D0=B2=D0=BE=D0=BC =E2=80=9E=D1=87=D0=B8=D1=82=D0=B0=D1=9A=D1=83= =D1=82=D0=B0=D0=B1=D0=B5=D0=BB=D0=B5=E2=80=9C, =D0=B0=D0=BB=D0=B8 =D1=98= =D0=B5 " +#~ "=D0=BD=D0=B0\n" #~ "=D1=81=D1=80=D0=B5=D1=9B=D1=83 =D0=BC=D0=BD=D0=BE=D0=B3=D0=BE =D0=BC= =D0=BE=D1=9B=D0=BD=D0=B8=D1=98=D0=B8 =D0=B8 =D0=BF=D1=80=D0=B8=D0=BB=D0=B0= =D0=B3=D0=BE=D0=B4=D1=99=D0=B8=D0=B2=D0=B8=D1=98=D0=B8 (=D0=BD=D0=B0 =D0=BF= =D1=80=D0=B8=D0=BC=D0=B5=D1=80, =D0=BD=D0=B5=D0=BA=D0=BE =D0=BC=D0=BE=D0=B6= =D0=B5 =D0=B4=D0=B0 =D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D0=BD=D0=B5\n" #~ "=D0=BE=D0=BD=D0=BE=D0=BB=D0=B8=D0=BA=D0=BE =D1=87=D0=B8=D1=82=D0=B0=D1= =87=D0=B0 =D0=BA=D0=BE=D0=BB=D0=B8=D0=BA=D0=BE =D0=BC=D1=83 =D1=98=D0=B5 = =D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=BD=D0=BE)." =20 @@ -1510,13 +2295,15 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 =20 #~ msgid "" #~ "GNU Mcron is a complete replacement for Vixie cron. It is used to r= un\n" -#~ "tasks on a schedule, such as every hour or every Monday. Mcron is w= ritten in\n" +#~ "tasks on a schedule, such as every hour or every Monday. Mcron is " +#~ "written in\n" #~ "Guile, so its configuration can be written in Scheme; the original c= ron\n" #~ "format is also supported." #~ msgstr "" #~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2 =D0=9C=D0=BA=D1=80=D0=BE=D0=BD =D1=98= =D0=B5 =D0=BF=D0=BE=D1=82=D0=BF=D1=83=D0=BD=D0=B0 =D0=B7=D0=B0=D0=BC=D0=B5= =D0=BD=D0=B0 =D0=B7=D0=B0 =D0=92=D0=B8=D0=BA=D1=81=D0=B8 =D0=BA=D1=80=D0=BE= =D0=BD. =D0=9A=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D1=81=D0=B5 =D0=B7=D0= =B0 =D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D1=82=D0=B0=D1=9A=D0=B5\n" #~ "=D0=B7=D0=B0=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 =D0=BD=D0=B0 =D0=B7= =D0=B0=D0=BA=D0=B0=D0=B7=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5, =D1=80=D0=B5=D1=86= =D0=B8=D0=BC=D0=BE =D1=81=D0=B2=D0=B0=D0=BA=D0=BE=D0=B3 =D1=81=D0=B0=D1=82= =D0=B0 =D0=B8=D0=BB=D0=B8 =D1=81=D0=B2=D0=B0=D0=BA=D0=BE=D0=B3 =D0=BF=D0=BE= =D0=BD=D0=B5=D0=B4=D0=B5=D1=99=D0=BA=D0=B0. =D0=9C=D0=BA=D1=80=D0=BE=D0=BD= \n" -#~ "=D1=98=D0=B5 =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD =D1=83 =D0=93= =D1=83=D0=B8=D0=BB=D0=B5=D1=83, =D1=82=D0=B0=D0=BA=D0=BE =D0=B4=D0=B0 =D1= =9A=D0=B5=D0=B3=D0=BE=D0=B2=D0=BE =D0=BF=D0=BE=D0=B4=D0=B5=D1=88=D0=B0=D0= =B2=D0=B0=D1=9A=D0=B5 =D0=BC=D0=BE=D0=B6=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0= =BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE =D1=83 =D0=A8=D0=B5=D0=BC=D0= =B8;\n" +#~ "=D1=98=D0=B5 =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD =D1=83 =D0=93= =D1=83=D0=B8=D0=BB=D0=B5=D1=83, =D1=82=D0=B0=D0=BA=D0=BE =D0=B4=D0=B0 =D1= =9A=D0=B5=D0=B3=D0=BE=D0=B2=D0=BE =D0=BF=D0=BE=D0=B4=D0=B5=D1=88=D0=B0=D0= =B2=D0=B0=D1=9A=D0=B5 =D0=BC=D0=BE=D0=B6=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0= =BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE =D1=83 " +#~ "=D0=A8=D0=B5=D0=BC=D0=B8;\n" #~ "=D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D0=B8 =D0=BA=D1=80=D0=BE=D0=BD=D0= =BE=D0=B2 =D0=B7=D0=B0=D0=BF=D0=B8=D1=81 =D1=98=D0=B5 =D1=82=D0=B0=D0=BA=D0= =BE=D1=92=D0=B5 =D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD." =20 #~ msgid "Collection of useful Guile Scheme modules" @@ -1524,8 +2311,10 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 =20 #~ msgid "" #~ "guile-lib is intended as an accumulation place for pure-scheme Guile= \n" -#~ "modules, allowing for people to cooperate integrating their generic = Guile\n" -#~ "modules into a coherent library. Think \"a down-scaled, limited-sco= pe CPAN\n" +#~ "modules, allowing for people to cooperate integrating their generic = " +#~ "Guile\n" +#~ "modules into a coherent library. Think \"a down-scaled, limited-sco= pe " +#~ "CPAN\n" #~ "for Guile\"." #~ msgstr "" #~ "=D0=B3=D1=83=D0=B8=D0=BB=D0=B5-=D0=B1=D0=B8=D0=B1=D0=BB =D1=98=D0=B5= =D0=B7=D0=B0=D0=BC=D0=B8=D1=88=D1=99=D0=B5=D0=BD=D0=B0 =D0=BA=D0=B0=D0=BE= =D0=BC=D0=B5=D1=81=D1=82=D0=BE =D1=81=D0=BA=D1=83=D0=BF=D1=99=D0=B0=D1=9A= =D0=B0 =D0=B7=D0=B0 =D0=93=D1=83=D0=B8=D0=BB=D0=B5 =D0=BC=D0=BE=D0=B4=D1=83= =D0=BB=D0=B5 =D1=87=D0=B8=D1=81=D1=82=D0=B5-=D1=88=D0=B5=D0=BC=D0=B5,\n" @@ -1555,18 +2344,25 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ msgstr "=D0=9B=D0=BE=D1=83=D1=82, =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC= =D0=B8=D0=B7=D0=B3=D0=BB=D0=B5=D0=B4=D0=B0 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC= =D0=B5=D0=BD=D1=82=D0=B0 =D1=81=D0=BB=D0=B8=D1=87=D0=B0=D0=BD =D1=83 =D1=81= =D1=82=D0=B8=D0=BB=D1=83 =D0=9B=D0=B0=D0=A2=D0=B5=D0=A5-=D1=83" =20 #~ msgid "" -#~ "The Lout document formatting system is now reads a high-level descri= ption of\n" -#~ "a document similar in style to LaTeX and produces a PostScript or pl= ain text\n" +#~ "The Lout document formatting system is now reads a high-level descri= ption " +#~ "of\n" +#~ "a document similar in style to LaTeX and produces a PostScript or pl= ain " +#~ "text\n" #~ "output file.\n" #~ "\n" -#~ "Lout offers an unprecedented range of advanced features, including o= ptimal\n" +#~ "Lout offers an unprecedented range of advanced features, including " +#~ "optimal\n" #~ "paragraph and page breaking, automatic hyphenation, PostScript EPS f= ile\n" -#~ "inclusion and generation, equation formatting, tables, diagrams, rot= ation and\n" +#~ "inclusion and generation, equation formatting, tables, diagrams, rot= ation " +#~ "and\n" #~ "scaling, sorted indexes, bibliographic databases, running headers an= d\n" -#~ "odd-even pages, automatic cross referencing, multilingual documents = including\n" -#~ "hyphenation (most European languages are supported), formatting of c= omputer\n" +#~ "odd-even pages, automatic cross referencing, multilingual documents = " +#~ "including\n" +#~ "hyphenation (most European languages are supported), formatting of " +#~ "computer\n" #~ "programs, and much more, all ready to use. Furthermore, Lout is eas= ily\n" -#~ "extended with definitions which are very much easier to write than t= roff of\n" +#~ "extended with definitions which are very much easier to write than t= roff " +#~ "of\n" #~ "TeX macros because Lout is a high-level, purely functional language,= the\n" #~ "outcome of an eight-year research project that went back to the\n" #~ "beginning." @@ -1592,19 +2388,20 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 =20 #~ msgid "" #~ "GNU Recutils is a set of tools and libraries for creating and\n" -#~ "manipulating text-based, human-editable databases. Despite being te= xt-based,\n" -#~ "databases created with Recutils carry all of the expected features s= uch as\n" -#~ "unique fields, primary keys, time stamps and more. Many different fi= eld types\n" +#~ "manipulating text-based, human-editable databases. Despite being te= xt-" +#~ "based,\n" +#~ "databases created with Recutils carry all of the expected features s= uch " +#~ "as\n" +#~ "unique fields, primary keys, time stamps and more. Many different fi= eld " +#~ "types\n" #~ "are supported, as is encryption." #~ msgstr "" #~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=BE =D0=A0=D0=B5=D0=BA=D0=BF=D0=BE=D0= =BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=BE =D1=98=D0=B5 =D1=81=D0=BA=D1=83=D0=BF =D0= =B0=D0=BB=D0=B0=D1=82=D0=B0 =D0=B8 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1= =82=D0=B5=D0=BA=D0=B0 =D0=B7=D0=B0 =D1=81=D1=82=D0=B2=D0=B0=D1=80=D0=B0=D1= =9A=D0=B5 =D0=B8 =D1=80=D1=83=D0=BA=D0=BE=D0=B2=D0=B0=D1=9A=D0=B5\n" #~ "=D0=B1=D0=B0=D0=B7=D0=B0=D0=BC=D0=B0 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0= =B0=D0=BA=D0=B0 =D0=B7=D0=B0=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0= =BC =D0=BD=D0=B0 =D1=82=D0=B5=D0=BA=D1=81=D1=82=D1=83 =D0=BA=D0=BE=D1=98=D0= =B5 =D1=81=D0=B5 =D0=BC=D0=BE=D0=B3=D1=83 =D1=83=D1=80=D0=B5=D1=92=D0=B8=D0= =B2=D0=B0=D1=82=D0=B8. =D0=98=D0=B0=D0=BA=D0=BE =D1=81=D1=83\n" #~ "=D0=B7=D0=B0=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B5 =D0=BD=D0=B0 = =D1=82=D0=B5=D0=BA=D1=81=D1=82=D1=83, =D0=B1=D0=B0=D0=B7=D0=B5 =D0=BF=D0=BE= =D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 =D1=81=D1=82=D0=B2=D0=BE=D1=80=D0=B5= =D0=BD=D0=B5 =D0=A0=D0=B5=D0=BA=D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB= =D0=BE=D0=BC =D1=81=D0=B0=D0=B4=D1=80=D0=B6=D0=B5 =D1=81=D0=B2=D0=B5\n" #~ "=D0=BE=D1=87=D0=B5=D0=BA=D0=B8=D0=B2=D0=B0=D0=BD=D0=B5 =D1=84=D1=83=D0= =BD=D0=BA=D1=86=D0=B8=D1=98=D0=B5 =D0=BA=D0=B0=D0=BE =D1=88=D1=82=D0=BE =D1= =81=D1=83 =D1=98=D0=B5=D0=B4=D0=B8=D0=BD=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0= =B0 =D0=BF=D0=BE=D1=99=D0=B0, =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=B8 = =D0=BA=D1=99=D1=83=D1=87=D0=B5=D0=B2=D0=B8, =D0=BE=D0=B7=D0=BD=D0=B0=D0=BA= =D0=B5\n" -#~ "=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=B0 =D0=B8 =D1=98=D0=BE=D1=88= =D0=BD=D0=B5=D0=BA=D0=B5. =D0=9C=D0=BD=D0=BE=D0=B3=D0=B5 =D1=80=D0=B0=D0= =B7=D0=BB=D0=B8=D1=87=D0=B8=D1=82=D0=B5 =D0=B2=D1=80=D1=81=D1=82=D0=B5 =D0= =BF=D0=BE=D1=99=D0=B0 =D1=81=D1=83 =D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0= =BD=D0=B5, =D0=BA=D0=B0=D0=BE =D1=83 =D1=88=D0=B8=D1=84=D1=80=D0=BE=D0=B2= =D0=B0=D1=9A=D1=83." - -#~ msgid "failed to load machine file '~a': ~s~%" -#~ msgstr "=D0=BD=D0=B8=D1=81=D0=B0=D0=BC =D1=83=D1=81=D0=BF=D0=B5=D0=BE= =D0=B4=D0=B0 =D1=83=D1=87=D0=B8=D1=82=D0=B0=D0=BC =D0=B4=D0=B0=D1=82=D0=BE= =D1=82=D0=B5=D0=BA=D1=83 =D0=BC=D0=B0=D1=88=D0=B8=D0=BD=D0=B5 =E2=80=9E~a= =E2=80=9C: ~s~%" +#~ "=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=B0 =D0=B8 =D1=98=D0=BE=D1=88= =D0=BD=D0=B5=D0=BA=D0=B5. =D0=9C=D0=BD=D0=BE=D0=B3=D0=B5 =D1=80=D0=B0=D0= =B7=D0=BB=D0=B8=D1=87=D0=B8=D1=82=D0=B5 =D0=B2=D1=80=D1=81=D1=82=D0=B5 =D0= =BF=D0=BE=D1=99=D0=B0 =D1=81=D1=83 =D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0= =BD=D0=B5, =D0=BA=D0=B0=D0=BE =D1=83 " +#~ "=D1=88=D0=B8=D1=84=D1=80=D0=BE=D0=B2=D0=B0=D1=9A=D1=83." =20 #~ msgid "" #~ "Currently the only valid value for ACTION is 'vm', which builds\n" @@ -1621,7 +2418,8 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0= =B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0= =B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82 =20 #~ msgid "" #~ "Guile-SSH is a library that provides access to the SSH protocol for\= n" -#~ "programs written in GNU Guile interpreter. It is a wrapper to the u= nderlying\n" +#~ "programs written in GNU Guile interpreter. It is a wrapper to the " +#~ "underlying\n" #~ "libssh library." #~ msgstr "" #~ "=D0=93=D1=83=D0=B8=D0=BB=D0=B5-=D0=91=D0=A8 =D1=98=D0=B5 =D0=B1=D0=B8= =D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=BA=D0=BE=D1=98=D0=B0= =D0=BE=D0=B1=D0=B5=D0=B7=D0=B1=D0=B5=D1=92=D1=83=D1=98=D0=B5 =D0=BF=D1=80= =D0=B8=D1=81=D1=82=D1=83=D0=BF =D0=BF=D1=80=D0=BE=D1=82=D0=BE=D0=BA=D0=BE= =D0=BB=D1=83 =D0=B1=D0=B5=D0=B7=D0=B1=D0=B5=D0=B4=D0=BD=D0=B5 =D1=88=D0=BA= =D0=BE=D1=99=D0=BA=D0=B5\n" @@ -1636,7 +2434,8 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0= =B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0= =B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82 #~ " -n, --dry-run show what would be done without actually do= ing it" #~ msgstr "" #~ "\n" -#~ " -n, --dry-run =D0=BF=D0=BE=D0=BA=D0=B0=D0=B7=D1=83=D1=98=D0= =B5 =D1=88=D1=82=D0=B0 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0= =BE =D0=B4=D0=B0 =D1=81=D0=B5 =D1=83=D1=80=D0=B0=D0=B4=D0=B8 =D0=B0 =D0=B4= =D0=B0 =D0=B7=D0=B0=D0=BF=D1=80=D0=B0=D0=B2=D0=BE =D0=BD=D0=B8=D1=88=D1=82= =D0=B0 =D0=BD=D0=B5 =D1=80=D0=B0=D0=B4=D0=B8" +#~ " -n, --dry-run =D0=BF=D0=BE=D0=BA=D0=B0=D0=B7=D1=83=D1=98=D0= =B5 =D1=88=D1=82=D0=B0 =D0=B1=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0=B0=D0=BB=D0= =BE =D0=B4=D0=B0 =D1=81=D0=B5 =D1=83=D1=80=D0=B0=D0=B4=D0=B8 =D0=B0 =D0=B4= =D0=B0 =D0=B7=D0=B0=D0=BF=D1=80=D0=B0=D0=B2=D0=BE " +#~ "=D0=BD=D0=B8=D1=88=D1=82=D0=B0 =D0=BD=D0=B5 =D1=80=D0=B0=D0=B4=D0=B8= " =20 #~ msgid "Yeah..." #~ msgstr "=D0=94=D0=B0..." @@ -1646,15 +2445,20 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ "match to a specified pattern. By default, grep prints the matching\= n" #~ "lines." #~ msgstr "" -#~ "=D0=9D=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D0=B0 =D0=B3=D1=80=D0=B5=D0=BF = =D0=BF=D1=80=D0=B5=D1=82=D1=80=D0=B0=D0=B6=D1=83=D1=98=D0=B5 =D1=98=D0=B5= =D0=B4=D0=BD=D1=83 =D0=B8=D0=BB=D0=B8 =D0=B2=D0=B8=D1=88=D0=B5 =D1=83=D0=BB= =D0=B0=D0=B7=D0=BD=D0=B8=D1=85 =D0=B4=D0=B0=D1=82=D0=BE=D0=BE=D1=82=D0=B5= =D0=BA=D0=B0 =D0=B7=D0=B0 =D1=80=D0=B5=D0=B4=D0=BE=D0=B2=D0=B8=D0=BC=D0=B0= =D0=BA=D0=BE=D1=98=D0=B8\n" -#~ "=D1=81=D0=B0=D0=B4=D1=80=D0=B6=D0=B5 =D0=BF=D0=BE=D0=BA=D0=BB=D0=B0=D0= =BF=D0=B0=D1=9A=D0=B5 =D1=81=D0=B0 =D0=BD=D0=B0=D0=B2=D0=B5=D0=B4=D0=B5=D0= =BD=D0=B8=D0=BC =D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D0=BE=D0=BC. =D0=9F= =D0=BE =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=B8, =D0=B3=D1=80=D0=B5=D0=BF =D0= =B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 =D0=BF=D0=BE=D0=BA=D0=BB=D0= =BE=D0=BF=D1=99=D0=B5=D0=BD=D0=B5\n" +#~ "=D0=9D=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D0=B0 =D0=B3=D1=80=D0=B5=D0=BF = =D0=BF=D1=80=D0=B5=D1=82=D1=80=D0=B0=D0=B6=D1=83=D1=98=D0=B5 =D1=98=D0=B5= =D0=B4=D0=BD=D1=83 =D0=B8=D0=BB=D0=B8 =D0=B2=D0=B8=D1=88=D0=B5 =D1=83=D0=BB= =D0=B0=D0=B7=D0=BD=D0=B8=D1=85 =D0=B4=D0=B0=D1=82=D0=BE=D0=BE=D1=82=D0=B5= =D0=BA=D0=B0 =D0=B7=D0=B0 =D1=80=D0=B5=D0=B4=D0=BE=D0=B2=D0=B8=D0=BC=D0=B0= " +#~ "=D0=BA=D0=BE=D1=98=D0=B8\n" +#~ "=D1=81=D0=B0=D0=B4=D1=80=D0=B6=D0=B5 =D0=BF=D0=BE=D0=BA=D0=BB=D0=B0=D0= =BF=D0=B0=D1=9A=D0=B5 =D1=81=D0=B0 =D0=BD=D0=B0=D0=B2=D0=B5=D0=B4=D0=B5=D0= =BD=D0=B8=D0=BC =D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D0=BE=D0=BC. =D0=9F= =D0=BE =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=B8, =D0=B3=D1=80=D0=B5=D0=BF =D0= =B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 " +#~ "=D0=BF=D0=BE=D0=BA=D0=BB=D0=BE=D0=BF=D1=99=D0=B5=D0=BD=D0=B5\n" #~ "=D1=80=D0=B5=D0=B4=D0=BE=D0=B2=D0=B5." =20 #~ msgid "" #~ "Sed (stream editor) isn't really a true text editor or text processo= r.\n" -#~ "Instead, it is used to filter text, i.e., it takes text input and pe= rforms\n" -#~ "some operation (or set of operations) on it and outputs the modified= text.\n" -#~ "Sed is typically used for extracting part of a file using pattern ma= tching or\n" +#~ "Instead, it is used to filter text, i.e., it takes text input and " +#~ "performs\n" +#~ "some operation (or set of operations) on it and outputs the modified= " +#~ "text.\n" +#~ "Sed is typically used for extracting part of a file using pattern " +#~ "matching or\n" #~ "substituting multiple occurrences of a string within a file." #~ msgstr "" #~ "=D0=A1=D0=B5=D0=B4 (=D1=83=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=87= =D0=BF=D1=80=D0=BE=D1=82=D0=BE=D0=BA=D0=B0) =D0=BD=D0=B8=D1=98=D0=B5 =D1= =81=D1=82=D0=B2=D0=B0=D1=80=D0=BD=D0=BE =D0=BF=D1=80=D0=B0=D0=B2=D0=B8 =D1= =83=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=87 =D0=B8=D0=BB=D0=B8 =D0=BE=D0= =B1=D1=80=D0=B0=D1=92=D0=B8=D0=B2=D0=B0=D1=87 =D1=82=D0=B5=D0=BA=D1=81=D1= =82=D0=B0.\n" @@ -1666,13 +2470,18 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ msgid "" #~ "The Tar program provides the ability to create tar archives, as well= as\n" #~ "various other kinds of manipulation. For example, you can use Tar o= n\n" -#~ "previously created archives to extract files, to store additional fi= les, or\n" +#~ "previously created archives to extract files, to store additional fi= les, " +#~ "or\n" #~ "to update or list files which were already stored.\n" #~ "\n" -#~ "Initially, tar archives were used to store files conveniently on mag= netic\n" -#~ "tape. The name \"Tar\" comes from this use; it stands for tape arch= iver.\n" -#~ "Despite the utility's name, Tar can direct its output to available d= evices,\n" -#~ "files, or other programs (using pipes), it can even access remote de= vices or\n" +#~ "Initially, tar archives were used to store files conveniently on " +#~ "magnetic\n" +#~ "tape. The name \"Tar\" comes from this use; it stands for tape " +#~ "archiver.\n" +#~ "Despite the utility's name, Tar can direct its output to available " +#~ "devices,\n" +#~ "files, or other programs (using pipes), it can even access remote de= vices " +#~ "or\n" #~ "files (as archives)." #~ msgstr "" #~ "=D0=9F=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC =D0=A2=D0=B0=D1=80 =D0=BE= =D0=B1=D0=B5=D0=B7=D0=B1=D0=B5=D1=92=D1=83=D1=98=D0=B5 =D1=81=D0=BF=D0=BE= =D1=81=D0=BE=D0=B1=D0=BD=D0=BE=D1=81=D1=82 =D1=81=D1=82=D0=B2=D0=B0=D1=80= =D0=B0=D1=9A=D0=B0 =D1=82=D0=B0=D1=80 =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0=B0= , =D0=BA=D0=B0=D0=BE =D0=B8 =D1=80=D0=B0=D0=B7=D0=BD=D0=B5 =D0=B4=D1=80=D1= =83=D0=B3=D0=B5\n" @@ -1682,16 +2491,20 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ "\n" #~ "=D0=9D=D0=B0 =D0=BF=D0=BE=D1=87=D0=B5=D1=82=D0=BA=D1=83, =D1=82=D0=B0= =D1=80 =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0=B5 =D1=81=D1=83 =D0=B1=D0=B8=D0=BB= =D0=B5 =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5=D0=BD=D0=B5 =D0=B7=D0=B0= =D0=BF=D1=80=D0=B8=D0=B3=D0=BE=D0=B4=D0=BD=D0=BE =D1=87=D1=83=D0=B2=D0=B0= =D1=9A=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=BD=D0=B0= \n" #~ "=D0=BC=D0=B0=D0=B3=D0=BD=D0=B5=D1=82=D1=81=D0=BA=D0=B8=D0=BC =D1=82=D1= =80=D0=B0=D0=BA=D0=B0=D0=BC=D0=B0. =D0=9D=D0=B0=D0=B7=D0=B8=D0=B2 =E2=80=9E= =D0=A2=D0=B0=D1=80=E2=80=9C =D1=98=D0=B5 =D0=BD=D0=B0=D1=81=D1=82=D0=B0=D0= =BE =D0=B8=D0=B7 =D1=82=D0=B0=D0=BA=D0=B2=D0=B5 =D1=83=D0=BF=D0=BE=D1=82=D1= =80=D0=B5=D0=B1=D0=B5; =D0=B8 =D0=B7=D0=BD=D0=B0=D1=87=D0=B8\n" -#~ "=D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0=B0=D1=80 =D1=82=D1=80=D0=B0=D0=BA=D0= =B0. =D0=91=D0=B5=D0=B7 =D0=BE=D0=B1=D0=B7=D0=B8=D1=80=D0=B0 =D0=BD=D0=B0= =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB= =D0=B0, =D0=A2=D0=B0=D1=80 =D0=BC=D0=BE=D0=B6=D0=B5 =D0=B4=D0=B0 =D1=83=D1= =81=D0=BF=D0=B5=D1=80=D0=B8 =D1=81=D0=B2=D0=BE=D1=98 =D0=B8=D0=B7=D0=BB=D0= =B0=D0=B7\n" -#~ "=D0=BA=D0=B0 =D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=BD=D0=B8=D0=BC = =D1=83=D1=80=D0=B5=D1=92=D0=B0=D1=98=D0=B8=D0=BC=D0=B0, =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D0=B0=D0=BC=D0=B0, =D0=B8=D0=BB=D0=B8 =D0=B4=D1=80= =D1=83=D0=B3=D0=B8=D0=BC =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=B8= =D0=BC=D0=B0 (=D1=83=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=BE=D0=BC =D1=81= =D0=BF=D0=BE=D1=98=D0=BA=D0=B8)\n" +#~ "=D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0=B0=D1=80 =D1=82=D1=80=D0=B0=D0=BA=D0= =B0. =D0=91=D0=B5=D0=B7 =D0=BE=D0=B1=D0=B7=D0=B8=D1=80=D0=B0 =D0=BD=D0=B0= =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB= =D0=B0, =D0=A2=D0=B0=D1=80 =D0=BC=D0=BE=D0=B6=D0=B5 =D0=B4=D0=B0 =D1=83=D1= =81=D0=BF=D0=B5=D1=80=D0=B8 =D1=81=D0=B2=D0=BE=D1=98 " +#~ "=D0=B8=D0=B7=D0=BB=D0=B0=D0=B7\n" +#~ "=D0=BA=D0=B0 =D0=B4=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=BD=D0=B8=D0=BC = =D1=83=D1=80=D0=B5=D1=92=D0=B0=D1=98=D0=B8=D0=BC=D0=B0, =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D0=B0=D0=BC=D0=B0, =D0=B8=D0=BB=D0=B8 =D0=B4=D1=80= =D1=83=D0=B3=D0=B8=D0=BC =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=B8= =D0=BC=D0=B0 (=D1=83=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=BE=D0=BC " +#~ "=D1=81=D0=BF=D0=BE=D1=98=D0=BA=D0=B8)\n" #~ "=D1=87=D0=B0=D0=BA =D0=BC=D0=BE=D0=B6=D0=B5 =D0=B8 =D0=B4=D0=B0 =D0=BF= =D1=80=D0=B8=D1=81=D1=82=D1=83=D0=BF=D0=B8 =D1=83=D0=B4=D0=B0=D1=99=D0=B5= =D0=BD=D0=B8=D0=BC =D1=83=D1=80=D0=B5=D1=92=D0=B0=D1=98=D0=B8=D0=BC=D0=B0= =D0=B8=D0=BB=D0=B8 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0=D0=BC= =D0=B0 (=D0=BA=D0=B0=D0=BE =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0=B0=D0=BC=D0=B0= )." =20 #~ msgid "" #~ "GNU Patch takes a patch file containing a difference listing produce= d by\n" -#~ "the diff program and applies those differences to one or more origin= al files,\n" +#~ "the diff program and applies those differences to one or more origin= al " +#~ "files,\n" #~ "producing patched versions." #~ msgstr "" -#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=B7=D0=B0=D0=BA=D1=80=D0=BF=D0= =B0 =D1=83=D0=B7=D0=B8=D0=BC=D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0= =BA=D1=83 =D0=B7=D0=B0=D0=BA=D1=80=D0=BF=D0=B5 =D0=BA=D0=BE=D1=98=D0=B0 =D1= =81=D0=B0=D0=B4=D1=80=D0=B6=D0=B8 =D1=81=D0=BF=D0=B8=D1=81=D0=B0=D0=BA =D1= =80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0 =D0=BF=D1=80=D0=BE=D0=B8=D0=B7=D0= =B2=D0=B5=D0=B4=D0=B5=D0=BD\n" +#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=B7=D0=B0=D0=BA=D1=80=D0=BF=D0= =B0 =D1=83=D0=B7=D0=B8=D0=BC=D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0= =BA=D1=83 =D0=B7=D0=B0=D0=BA=D1=80=D0=BF=D0=B5 =D0=BA=D0=BE=D1=98=D0=B0 =D1= =81=D0=B0=D0=B4=D1=80=D0=B6=D0=B8 =D1=81=D0=BF=D0=B8=D1=81=D0=B0=D0=BA =D1= =80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0 " +#~ "=D0=BF=D1=80=D0=BE=D0=B8=D0=B7=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD\n" #~ "=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BE=D0=BC =D0=B7=D0=B0 = =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B5 (diff) =D0=B8 =D0=BF=D1=80=D0=B8= =D0=BC=D0=B5=D1=9A=D1=83=D1=98=D0=B5 =D1=82=D0=B5 =D1=80=D0=B0=D0=B7=D0=BB= =D0=B8=D0=BA=D0=B5 =D0=BD=D0=B0 =D1=98=D0=B5=D0=B4=D0=BD=D0=BE=D1=98 =D0=B8= =D0=BB=D0=B8 =D0=B2=D0=B8=D1=88=D0=B5\n" #~ "=D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D0=B8=D1=85 =D0=B4=D0=B0=D1=82=D0= =BE=D1=82=D0=B5=D0=BA=D0=B0, =D1=81=D1=82=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1= =83=D1=9B=D0=B8 =D0=BF=D1=80=D0=B8=D0=BA=D1=80=D0=BF=D1=99=D0=B5=D0=BD=D0= =B0 =D0=B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B0." =20 @@ -1699,24 +2512,35 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ "GNU Diffutils is a package of several programs related to finding\n" #~ "differences between files.\n" #~ "\n" -#~ "Computer users often find occasion to ask how two files differ. Perh= aps one\n" -#~ "file is a newer version of the other file. Or maybe the two files st= arted out\n" +#~ "Computer users often find occasion to ask how two files differ. Perh= aps " +#~ "one\n" +#~ "file is a newer version of the other file. Or maybe the two files st= arted " +#~ "out\n" #~ "as identical copies but were changed by different people.\n" #~ "\n" -#~ "You can use the diff command to show differences between two files, = or each\n" -#~ "corresponding file in two directories. diff outputs differences betw= een files\n" +#~ "You can use the diff command to show differences between two files, = or " +#~ "each\n" +#~ "corresponding file in two directories. diff outputs differences betw= een " +#~ "files\n" #~ "line by line in any of several formats, selectable by command line\n= " -#~ "options. This set of differences is often called a =E2=80=98diff=E2=80= =99 or =E2=80=98patch=E2=80=99. For\n" +#~ "options. This set of differences is often called a =E2=80=98diff=E2=80= =99 or =E2=80=98patch=E2=80=99. " +#~ "For\n" #~ "files that are identical, diff normally produces no output; for\n" -#~ "binary (non-text) files, diff normally reports only that they are di= fferent.\n" +#~ "binary (non-text) files, diff normally reports only that they are " +#~ "different.\n" #~ "\n" -#~ "You can use the cmp command to show the offsets and line numbers whe= re two\n" -#~ "files differ. cmp can also show all the characters that differ betwe= en the\n" +#~ "You can use the cmp command to show the offsets and line numbers whe= re " +#~ "two\n" +#~ "files differ. cmp can also show all the characters that differ betwe= en " +#~ "the\n" #~ "two files, side by side.\n" #~ "\n" -#~ "You can use the diff3 command to show differences among three files.= When two\n" -#~ "people have made independent changes to a common original, diff3 can= report\n" -#~ "the differences between the original and the two changed versions, a= nd can\n" +#~ "You can use the diff3 command to show differences among three files.= When " +#~ "two\n" +#~ "people have made independent changes to a common original, diff3 can= " +#~ "report\n" +#~ "the differences between the original and the two changed versions, a= nd " +#~ "can\n" #~ "produce a merged file that contains both persons' changes together w= ith\n" #~ "warnings about conflicts.\n" #~ "\n" @@ -1726,32 +2550,43 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ "=D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0 =D0=B8=D0=B7=D0=BC=D0=B5=D1= =92=D1=83 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0.\n" #~ "\n" #~ "=D0=9A=D0=BE=D1=80=D0=B8=D1=81=D0=BD=D0=B8=D1=86=D0=B8 =D1=80=D0=B0=D1= =87=D1=83=D0=BD=D0=B0=D1=80=D0=B0 =D1=87=D0=B5=D1=81=D1=82=D0=BE =D0=B6=D0= =B5=D0=BB=D0=B5 =D0=B4=D0=B0 =D0=B7=D0=BD=D0=B0=D1=98=D1=83 =D1=83 =D1=87= =D0=B5=D0=BC=D1=83 =D1=81=D0=B5 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D1=83= =D1=98=D1=83 =D0=B4=D0=B2=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA= =D0=B5.\n" -#~ "=D0=9C=D0=BE=D0=B6=D0=B4=D0=B0 =D1=98=D0=B5 =D1=98=D0=B5=D0=B4=D0=BD= =D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=BD=D0=BE=D0=B2= =D0=B8=D1=98=D0=B5 =D0=B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B5 =D0=BE=D0=BD=D0=B5= =D0=B4=D1=80=D1=83=D0=B3=D0=B5. =D0=98=D0=BB=D0=B8 =D1=81=D1=83 =D0=BC=D0= =BE=D0=B6=D0=B4=D0=B0 =D0=BE=D0=B1=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0= =B5=D0=BA=D0=B5\n" +#~ "=D0=9C=D0=BE=D0=B6=D0=B4=D0=B0 =D1=98=D0=B5 =D1=98=D0=B5=D0=B4=D0=BD= =D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=BD=D0=BE=D0=B2= =D0=B8=D1=98=D0=B5 =D0=B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B5 =D0=BE=D0=BD=D0=B5= =D0=B4=D1=80=D1=83=D0=B3=D0=B5. =D0=98=D0=BB=D0=B8 =D1=81=D1=83 =D0=BC=D0= =BE=D0=B6=D0=B4=D0=B0 =D0=BE=D0=B1=D0=B5 " +#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5\n" #~ "=D0=B7=D0=B0=D0=BF=D0=BE=D1=87=D0=B5=D1=82=D0=B5 =D0=BA=D0=B0=D0=BE = =D0=B8=D1=81=D1=82=D0=BE=D0=B2=D0=B5=D1=82=D0=BD=D0=B8 =D1=83=D0=BC=D0=BD= =D0=BE=D1=88=D1=86=D0=B8 =D0=B0=D0=BB=D0=B8 =D1=81=D1=83 =D0=B8=D1=85 =D0= =B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=D0=B5 =D0=B4=D1=80=D1=83=D0=B3=D0= =B0=D1=87=D0=B8=D1=98=D0=B5 =D0=BE=D1=81=D0=BE=D0=B1=D0=B5.\n" #~ "\n" -#~ "=D0=9C=D0=BE=D0=B6=D0=B5=D1=82=D0=B5 =D0=B4=D0=B0 =D0=BA=D0=BE=D1=80= =D0=B8=D1=81=D1=82=D0=B8=D1=82=D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1= =D1=83 =E2=80=9Ediff=E2=80=9C =D0=B4=D0=B0 =D0=BF=D0=BE=D0=BA=D0=B0=D0=B6= =D0=B5=D1=82=D0=B5 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B5 =D0=B8=D0=B7= =D0=BC=D0=B5=D1=92=D1=83 =D0=B4=D0=B2=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82= =D0=B5=D0=BA=D0=B5\n" -#~ "=D0=B8=D0=BB=D0=B8 =D1=81=D0=B2=D0=B0=D0=BA=D1=83 =D0=BE=D0=B4=D0=B3= =D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83=D1=9B=D1=83 =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D1=83 =D1=83 =D0=B4=D0=B2=D0=B0 =D0=B4=D0=B8=D1=80= =D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=98=D1=83=D0=BC=D0=B0. =D0=B4=D0=B8= =D1=84=D1=84 =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 =D1=80=D0=B0= =D0=B7=D0=BB=D0=B8=D0=BA=D0=B5\n" +#~ "=D0=9C=D0=BE=D0=B6=D0=B5=D1=82=D0=B5 =D0=B4=D0=B0 =D0=BA=D0=BE=D1=80= =D0=B8=D1=81=D1=82=D0=B8=D1=82=D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1= =D1=83 =E2=80=9Ediff=E2=80=9C =D0=B4=D0=B0 =D0=BF=D0=BE=D0=BA=D0=B0=D0=B6= =D0=B5=D1=82=D0=B5 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B5 =D0=B8=D0=B7= =D0=BC=D0=B5=D1=92=D1=83 =D0=B4=D0=B2=D0=B5 " +#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5\n" +#~ "=D0=B8=D0=BB=D0=B8 =D1=81=D0=B2=D0=B0=D0=BA=D1=83 =D0=BE=D0=B4=D0=B3= =D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98=D1=83=D1=9B=D1=83 =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D1=83 =D1=83 =D0=B4=D0=B2=D0=B0 =D0=B4=D0=B8=D1=80= =D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1=98=D1=83=D0=BC=D0=B0. =D0=B4=D0=B8= =D1=84=D1=84 =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 " +#~ "=D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B5\n" #~ "=D0=B8=D0=B7=D0=BC=D0=B5=D1=92=D1=83 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0= =B5=D0=BA=D0=B0 =D1=80=D0=B5=D0=B4 =D0=BF=D0=BE =D1=80=D0=B5=D0=B4 =D1=83= =D0=B1=D0=B8=D0=BB=D0=BE =D0=BA=D0=BE=D0=BC =D0=BE=D0=B4 =D0=BD=D0=B5=D0= =BA=D0=BE=D0=BB=D0=B8=D0=BA=D0=BE =D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0=B0, =D0= =B1=D0=B8=D1=80=D0=B0=D1=9A=D0=B5=D0=BC =D0=BE=D0=BF=D1=86=D0=B8=D1=98=D0= =B0\n" #~ "=D0=BB=D0=B8=D0=BD=D0=B8=D1=98=D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0= =B1=D0=B8. =D0=9E=D0=B2=D0=B0=D1=98 =D1=81=D0=BA=D1=83=D0=BF =D1=80=D0=B0= =D0=B7=D0=BB=D0=B8=D0=BA=D0=B0 =D1=81=D0=B5 =D1=87=D0=B5=D1=81=D1=82=D0=BE= =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2=D0=B0 =E2=80=9Ediff=E2=80=9C =D0=B8=D0=BB= =D0=B8 =E2=80=9Epatch=E2=80=9C. =D0=97=D0=B0\n" -#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D0=BA=D0=BE=D1=98=D0= =B5 =D1=81=D1=83 =D0=B8=D1=81=D1=82=D0=B5, =D0=B4=D0=B8=D1=84=D1=84 =D0=BE= =D0=B1=D0=B8=D1=87=D0=BD=D0=BE =D0=BD=D0=B5 =D0=B4=D0=B0=D1=98=D0=B5 =D1=80= =D0=B5=D0=B7=D1=83=D0=BB=D1=82=D0=B0=D1=82; =D0=B7=D0=B0 =D0=B8=D0=B7=D0=B2= =D1=80=D1=88=D0=BD=D0=B5 (=D0=BD=D0=B5-=D1=82=D0=B5=D0=BA=D1=81=D1=82=D1=83= =D0=B0=D0=BB=D0=BD=D0=B5)\n" +#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D0=BA=D0=BE=D1=98=D0= =B5 =D1=81=D1=83 =D0=B8=D1=81=D1=82=D0=B5, =D0=B4=D0=B8=D1=84=D1=84 =D0=BE= =D0=B1=D0=B8=D1=87=D0=BD=D0=BE =D0=BD=D0=B5 =D0=B4=D0=B0=D1=98=D0=B5 =D1=80= =D0=B5=D0=B7=D1=83=D0=BB=D1=82=D0=B0=D1=82; =D0=B7=D0=B0 =D0=B8=D0=B7=D0=B2= =D1=80=D1=88=D0=BD=D0=B5 (=D0=BD=D0=B5-" +#~ "=D1=82=D0=B5=D0=BA=D1=81=D1=82=D1=83=D0=B0=D0=BB=D0=BD=D0=B5)\n" #~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5, =D0=B4=D0=B8=D1=84= =D1=84 =D0=BE=D0=B1=D0=B8=D1=87=D0=BD=D0=BE =D0=B8=D0=B7=D0=B2=D0=B5=D1=88= =D1=82=D0=B0=D0=B2=D0=B0 =D1=81=D0=B0=D0=BC=D0=BE =D0=BE =D1=82=D0=BE=D0=BC= =D0=B5 =D0=B4=D0=B0 =D1=81=D0=B5 =D0=BE=D0=BD=D0=B5 =D1=80=D0=B0=D0=B7=D0= =BB=D0=B8=D0=BA=D1=83=D1=98=D1=83.\n" #~ "\n" #~ "\n" #~ "=D0=9C=D0=BE=D0=B6=D0=B5=D1=82=D0=B5 =D0=B4=D0=B0 =D0=BA=D0=BE=D1=80= =D0=B8=D1=81=D1=82=D0=B8=D1=82=D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1= =D1=83 =E2=80=9Ecmp=E2=80=9C =D0=B4=D0=B0 =D0=BF=D1=80=D0=B8=D0=BA=D0=B0=D0= =B6=D0=B5=D1=82=D0=B5 =D0=BF=D0=BE=D0=BC=D0=B5=D1=80=D0=B0=D1=98=D0=B5 =D0= =B8 =D0=B1=D1=80=D0=BE=D1=98=D0=B5=D0=B2=D0=B5 =D1=80=D0=B5=D0=B4=D0=BE=D0= =B2=D0=B0\n" -#~ "=D0=B3=D0=B4=D0=B5 =D1=81=D0=B5 =D0=B4=D0=B2=D0=B5 =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D1=83= =D1=98=D1=83. =D1=86=D0=BC=D0=BF =D0=BC=D0=BE=D0=B6=D0=B5 =D1=82=D0=B0=D0= =BA=D0=BE=D1=92=D0=B5 =D0=B4=D0=B0 =D0=BF=D0=BE=D0=BA=D0=B0=D0=B6=D0=B5 =D1= =81=D0=B2=D0=B5 =D0=B7=D0=BD=D0=B0=D0=BA=D0=BE=D0=B2=D0=B5 =D0=BA=D0=BE=D1= =98=D0=B8\n" +#~ "=D0=B3=D0=B4=D0=B5 =D1=81=D0=B5 =D0=B4=D0=B2=D0=B5 =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D1=83= =D1=98=D1=83. =D1=86=D0=BC=D0=BF =D0=BC=D0=BE=D0=B6=D0=B5 =D1=82=D0=B0=D0= =BA=D0=BE=D1=92=D0=B5 =D0=B4=D0=B0 =D0=BF=D0=BE=D0=BA=D0=B0=D0=B6=D0=B5 =D1= =81=D0=B2=D0=B5 =D0=B7=D0=BD=D0=B0=D0=BA=D0=BE=D0=B2=D0=B5 " +#~ "=D0=BA=D0=BE=D1=98=D0=B8\n" #~ "=D1=81=D0=B5 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D1=83=D1=98=D1=83 = =D0=B8=D0=B7=D0=BC=D0=B5=D1=92=D1=83 =D0=B4=D0=B2=D0=B5 =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D0=B5, =D1=98=D0=B5=D0=B4=D0=B0=D0=BD =D0=BF=D0=BE= =D1=80=D0=B5=D0=B4 =D0=B4=D1=80=D1=83=D0=B3=D0=BE=D0=B3.\n" #~ "\n" -#~ "=D0=9C=D0=BE=D0=B6=D0=B5=D1=82=D0=B5 =D0=B4=D0=B0 =D0=BA=D0=BE=D1=80= =D0=B8=D1=81=D1=82=D0=B8=D1=82=D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1= =D1=83 =E2=80=9Ediff3=E2=80=9C =D0=B4=D0=B0 =D0=BF=D1=80=D0=B8=D0=BA=D0=B0= =D0=B6=D0=B5=D1=82=D0=B5 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B5 =D0=B8= =D0=B7=D0=BC=D0=B5=D1=92=D1=83 =D1=82=D1=80=D0=B8 =D0=B4=D0=B0=D1=82=D0=BE= =D1=82=D0=B5=D0=BA=D0=B5.\n" -#~ "=D0=9A=D0=B0=D0=B4=D0=B0 =D0=B4=D0=B2=D0=B0 =D0=BA=D0=BE=D1=80=D0=B8= =D1=81=D0=BD=D0=B8=D0=BA=D0=B0 =D0=BD=D0=B0=D0=BF=D1=80=D0=B0=D0=B2=D0=B5= =D0=BD=D0=B5=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=BD=D0=B5 =D0=B8=D0=B7=D0=BC= =D0=B5=D0=BD=D0=B5 =D1=83 =D0=B7=D0=B0=D1=98=D0=B5=D0=B4=D0=BD=D0=B8=D1=87= =D0=BA=D0=BE=D0=BC =D0=BE=D1=80=D0=B8=D0=B3=D0=B8=D0=BD=D0=B0=D0=BB=D1=83= , =D0=B4=D0=B8=D1=84=D1=843\n" -#~ "=D0=BC=D0=BE=D0=B6=D0=B5 =D0=B4=D0=B0 =D0=B8=D0=B7=D0=B2=D0=B5=D1=81= =D1=82=D0=B8 =D0=BE =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0=D0=BC=D0=B0= =D0=B8=D0=B7=D0=BC=D0=B5=D1=92=D1=83 =D0=BE=D1=80=D0=B8=D0=B3=D0=B8=D0=BD= =D0=B0=D0=BB=D0=B0 =D0=B8 =D0=B4=D0=B2=D0=B0 =D0=B8=D0=B7=D0=BC=D0=B5=D1=9A= =D0=B5=D0=BD=D0=B0 =D0=B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B0, =D0=B8 =D0=BC=D0= =BE=D0=B6=D0=B5 =D0=B4=D0=B0\n" -#~ "=D0=BD=D0=B0=D0=BF=D1=80=D0=B0=D0=B2=D0=B8 =D1=81=D1=82=D0=BE=D0=BF=D1= =99=D0=B5=D0=BD=D1=83 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D1=83 =D0= =BA=D0=BE=D1=98=D0=B0 =D0=B7=D0=B0=D1=98=D0=B5=D0=B4=D0=BD=D0=BE =D1=81=D0= =B0=D0=B4=D1=80=D0=B6=D0=B8 =D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5 =D0=BE=D0= =B1=D0=B5 =D0=BE=D1=81=D0=BE=D0=B1=D0=B5 =D1=81=D0=B0 =D1=83=D0=BF=D0=BE=D0= =B7=D0=BE=D1=80=D0=B5=D1=9A=D0=B8=D0=BC=D0=B0 =D0=BE =D1=81=D1=83=D0=BA=D0= =BE=D0=B1=D0=B8=D0=BC=D0=B0.\n" +#~ "=D0=9C=D0=BE=D0=B6=D0=B5=D1=82=D0=B5 =D0=B4=D0=B0 =D0=BA=D0=BE=D1=80= =D0=B8=D1=81=D1=82=D0=B8=D1=82=D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1= =D1=83 =E2=80=9Ediff3=E2=80=9C =D0=B4=D0=B0 =D0=BF=D1=80=D0=B8=D0=BA=D0=B0= =D0=B6=D0=B5=D1=82=D0=B5 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B5 =D0=B8= =D0=B7=D0=BC=D0=B5=D1=92=D1=83 =D1=82=D1=80=D0=B8 " +#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5.\n" +#~ "=D0=9A=D0=B0=D0=B4=D0=B0 =D0=B4=D0=B2=D0=B0 =D0=BA=D0=BE=D1=80=D0=B8= =D1=81=D0=BD=D0=B8=D0=BA=D0=B0 =D0=BD=D0=B0=D0=BF=D1=80=D0=B0=D0=B2=D0=B5= =D0=BD=D0=B5=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=BD=D0=B5 =D0=B8=D0=B7=D0=BC= =D0=B5=D0=BD=D0=B5 =D1=83 =D0=B7=D0=B0=D1=98=D0=B5=D0=B4=D0=BD=D0=B8=D1=87= =D0=BA=D0=BE=D0=BC =D0=BE=D1=80=D0=B8=D0=B3=D0=B8=D0=BD=D0=B0=D0=BB=D1=83= , " +#~ "=D0=B4=D0=B8=D1=84=D1=843\n" +#~ "=D0=BC=D0=BE=D0=B6=D0=B5 =D0=B4=D0=B0 =D0=B8=D0=B7=D0=B2=D0=B5=D1=81= =D1=82=D0=B8 =D0=BE =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0=D0=BC=D0=B0= =D0=B8=D0=B7=D0=BC=D0=B5=D1=92=D1=83 =D0=BE=D1=80=D0=B8=D0=B3=D0=B8=D0=BD= =D0=B0=D0=BB=D0=B0 =D0=B8 =D0=B4=D0=B2=D0=B0 =D0=B8=D0=B7=D0=BC=D0=B5=D1=9A= =D0=B5=D0=BD=D0=B0 =D0=B8=D0=B7=D0=B4=D0=B0=D1=9A=D0=B0, =D0=B8 " +#~ "=D0=BC=D0=BE=D0=B6=D0=B5 =D0=B4=D0=B0\n" +#~ "=D0=BD=D0=B0=D0=BF=D1=80=D0=B0=D0=B2=D0=B8 =D1=81=D1=82=D0=BE=D0=BF=D1= =99=D0=B5=D0=BD=D1=83 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D1=83 =D0= =BA=D0=BE=D1=98=D0=B0 =D0=B7=D0=B0=D1=98=D0=B5=D0=B4=D0=BD=D0=BE =D1=81=D0= =B0=D0=B4=D1=80=D0=B6=D0=B8 =D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5 =D0=BE=D0= =B1=D0=B5 =D0=BE=D1=81=D0=BE=D0=B1=D0=B5 =D1=81=D0=B0 " +#~ "=D1=83=D0=BF=D0=BE=D0=B7=D0=BE=D1=80=D0=B5=D1=9A=D0=B8=D0=BC=D0=B0 =D0= =BE =D1=81=D1=83=D0=BA=D0=BE=D0=B1=D0=B8=D0=BC=D0=B0.\n" #~ "\n" #~ "=D0=9C=D0=BE=D0=B6=D0=B5=D1=82=D0=B5 =D0=B4=D0=B0 =D0=BA=D0=BE=D1=80= =D0=B8=D1=81=D1=82=D0=B8=D1=82=D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1= =D1=83 =E2=80=9Esdiff=E2=80=9C =D0=B4=D0=B0 =D0=BC=D0=B5=D1=92=D1=83=D0=B4= =D0=B5=D1=98=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0=BE =D1=81=D1=82=D0=BE=D0=BF= =D0=B8=D1=82=D0=B5 =D0=B4=D0=B2=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5= =D0=BA=D0=B5." =20 #~ msgid "" #~ "The GNU Find Utilities are the basic directory searching utilities o= f\n" -#~ "the GNU operating system. These programs are typically used in conj= unction\n" -#~ "with other programs to provide modular and powerful directory search= and file\n" +#~ "the GNU operating system. These programs are typically used in " +#~ "conjunction\n" +#~ "with other programs to provide modular and powerful directory search= and " +#~ "file\n" #~ "locating capabilities to other commands.\n" #~ "\n" #~ "The tools supplied with this package are:\n" @@ -1769,13 +2604,15 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ "=D0=90=D0=BB=D0=B0=D1=82=D0=B8 =D0=BA=D0=BE=D1=98=D0=B8 =D0=B8=D0=B4= =D1=83 =D1=83=D0=B7 =D0=BE=D0=B2=D0=B0=D1=98 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82= =D1=81=D1=83:\n" #~ "\n" #~ " * find =E2=80=94 =D1=82=D1=80=D0=B0=D0=B6=D0=B8 =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D1=83 =D1=85=D0=B8=D1=98=D0=B5=D1=80=D0=B0= =D1=80=D1=85=D0=B8=D1=98=D0=B8 =D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE= =D1=80=D0=B8=D1=98=D1=83=D0=BC=D0=B0;\n" -#~ " * locate =E2=80=94 =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D1=83 =D0=B1=D0=B0=D0=B7= =D0=B0=D0=BC=D0=B0 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 =D0=BA= =D0=BE=D1=98=D0=B5 =D0=BE=D0=B4=D0=B3=D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98= =D1=83 =D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D1=83;\n" +#~ " * locate =E2=80=94 =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5= =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D1=83 =D0=B1=D0=B0=D0=B7= =D0=B0=D0=BC=D0=B0 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 =D0=BA= =D0=BE=D1=98=D0=B5 =D0=BE=D0=B4=D0=B3=D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D1=98= =D1=83 " +#~ "=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D1=83;\n" #~ " * updatedb =E2=80=94 =D0=BE=D1=81=D0=B2=D0=B5=D0=B6=D0=B0=D0=B2=D0= =B0 =D0=B1=D0=B0=D0=B7=D1=83 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0= =B0 =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2=D0=B0 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0= =B5=D0=BA=D0=B5;\n" #~ " * xargs =E2=80=94 =D0=B3=D1=80=D0=B0=D0=B4=D0=B8 =D1=80=D0=B5=D0=B4= =D0=BE=D0=B2=D0=B5 =D0=B8=D0=B7=D0=B2=D1=80=D1=88=D0=B0=D0=B2=D0=B0=D1=9A= =D0=B0 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D0=B5 =D1=81=D0=B0 =D1=81=D1=82= =D0=B0=D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=BE=D0=B3 =D1=83=D0=BB=D0=B0= =D0=B7=D0=B0.\n" =20 #~ msgid "" #~ "The GNU Core Utilities are the basic file, shell and text manipulati= on\n" -#~ "utilities of the GNU operating system. These are the core utilities= which\n" +#~ "utilities of the GNU operating system. These are the core utilities= " +#~ "which\n" #~ "are expected to exist on every operating system." #~ msgstr "" #~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=BA=D1=99=D1=83=D1=87=D0=BD=D0= =B0 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D1=81=D1=83 =D0=BE=D1= =81=D0=BD=D0=BE=D0=B2=D0=BD=D0=B8 =D0=B0=D0=BB=D0=B0=D1=82=D0=B8 =D0=B7=D0= =B0 =D1=83=D0=BF=D1=80=D0=B0=D0=B2=D1=99=D0=B0=D1=9A=D0=B5 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0=D0=BC=D0=B0, =D1=88=D0=BA=D0=BE=D1=99=D0= =BA=D0=BE=D0=BC\n" @@ -1786,25 +2623,33 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 #~ "Make is a tool which controls the generation of executables and othe= r\n" #~ "non-source files of a program from the program's source files.\n" #~ "\n" -#~ "Make gets its knowledge of how to build your program from a file cal= led the\n" -#~ "makefile, which lists each of the non-source files and how to comput= e it from\n" -#~ "other files. When you write a program, you should write a makefile f= or it, so\n" +#~ "Make gets its knowledge of how to build your program from a file cal= led " +#~ "the\n" +#~ "makefile, which lists each of the non-source files and how to comput= e it " +#~ "from\n" +#~ "other files. When you write a program, you should write a makefile f= or " +#~ "it, so\n" #~ "that it is possible to use Make to build and install the program." #~ msgstr "" -#~ "=D0=9C=D0=B5=D1=98=D0=BA =D1=98=D0=B5 =D0=B0=D0=BB=D0=B0=D1=82 =D0=BA= =D0=BE=D1=98=D0=B8 =D1=83=D0=BF=D1=80=D0=B0=D0=B2=D1=99=D0=B0 =D1=81=D1=82= =D0=B2=D0=B0=D1=80=D0=B0=D1=9A=D0=B5=D0=BC =D0=B8=D0=B7=D0=B2=D1=80=D1=88= =D0=BD=D0=B8=D1=85 =D0=B8 =D0=B4=D1=80=D1=83=D0=B3=D0=B8=D1=85 =D0=BD=D0=B5= -=D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D0=B8=D1=85 =D0=B4=D0=B0=D1=82=D0=BE= =D1=82=D0=B5=D0=BA=D0=B0\n" +#~ "=D0=9C=D0=B5=D1=98=D0=BA =D1=98=D0=B5 =D0=B0=D0=BB=D0=B0=D1=82 =D0=BA= =D0=BE=D1=98=D0=B8 =D1=83=D0=BF=D1=80=D0=B0=D0=B2=D1=99=D0=B0 =D1=81=D1=82= =D0=B2=D0=B0=D1=80=D0=B0=D1=9A=D0=B5=D0=BC =D0=B8=D0=B7=D0=B2=D1=80=D1=88= =D0=BD=D0=B8=D1=85 =D0=B8 =D0=B4=D1=80=D1=83=D0=B3=D0=B8=D1=85 =D0=BD=D0=B5= -=D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D0=B8=D1=85 " +#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0\n" #~ "=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=B0 =D0=B8=D0=B7 =D0=B8= =D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D0=B8=D1=85 =D0=B4=D0=B0=D1=82=D0=BE=D1=82= =D0=B5=D0=BA=D0=B0 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=B0.\n" #~ "\n" -#~ "=D0=9C=D0=B5=D1=98=D0=BA =D1=81=D0=B0=D0=B7=D0=BD=D0=B0=D1=98=D0=B5 = =D0=BA=D0=B0=D0=BA=D0=BE =D0=B4=D0=B0 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4= =D0=B8 =D0=B2=D0=B0=D1=88 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC =D0=B8= =D0=B7 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D0=B7=D0=B2=D0=B0= =D0=BD=D0=B5 =E2=80=9Emakefile=E2=80=9C, =D0=BA=D0=BE=D1=98=D0=B0\n" -#~ "=D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 =D1=81=D0=B2=D0=B0=D0= =BA=D1=83 =D0=BD=D0=B5-=D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D1=83 =D0=B4=D0= =B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D1=83 =D0=B8 =D0=BA=D0=B0=D0=BA=D0=BE =D0= =B4=D0=B0 =D1=98=D0=B5 =D0=BF=D1=80=D0=BE=D1=80=D1=87=D1=83=D0=BD=D0=B0 =D0= =B8=D0=B7 =D0=B4=D1=80=D1=83=D0=B3=D0=B8=D1=85 =D0=B4=D0=B0=D1=82=D0=BE=D1= =82=D0=B5=D0=BA=D0=B0.\n" +#~ "=D0=9C=D0=B5=D1=98=D0=BA =D1=81=D0=B0=D0=B7=D0=BD=D0=B0=D1=98=D0=B5 = =D0=BA=D0=B0=D0=BA=D0=BE =D0=B4=D0=B0 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4= =D0=B8 =D0=B2=D0=B0=D1=88 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC =D0=B8= =D0=B7 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D0=B7=D0=B2=D0=B0= =D0=BD=D0=B5 =E2=80=9Emakefile=E2=80=9C, " +#~ "=D0=BA=D0=BE=D1=98=D0=B0\n" +#~ "=D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 =D1=81=D0=B2=D0=B0=D0= =BA=D1=83 =D0=BD=D0=B5-=D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D1=83 =D0=B4=D0= =B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D1=83 =D0=B8 =D0=BA=D0=B0=D0=BA=D0=BE =D0= =B4=D0=B0 =D1=98=D0=B5 =D0=BF=D1=80=D0=BE=D1=80=D1=87=D1=83=D0=BD=D0=B0 =D0= =B8=D0=B7 =D0=B4=D1=80=D1=83=D0=B3=D0=B8=D1=85 " +#~ "=D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0.\n" #~ "=D0=9A=D0=B0=D0=B4=D0=B0 =D0=BF=D0=B8=D1=88=D0=B5=D1=82=D0=B5 =D0=BF= =D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC =D1=82=D1=80=D0=B5=D0=B1=D0=B0 =D0=B4= =D0=B0 =D0=BD=D0=B0=D0=BF=D0=B8=D1=88=D0=B5=D1=82=D0=B5 =D0=B8 =D1=9A=D0=B5= =D0=B3=D0=BE=D0=B2=D1=83 =E2=80=9Emakefile=E2=80=9C =D0=B4=D0=B0=D1=82=D0= =BE=D1=82=D0=B5=D0=BA=D1=83, =D1=82=D0=B0=D0=BA=D0=BE\n" #~ "=D0=B4=D0=B0 =D0=B1=D1=83=D0=B4=D0=B5 =D0=BC=D0=BE=D0=B3=D1=83=D1=9B= =D0=B5 =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8=D1=82=D0=B8 =D0=9C=D0=B5= =D1=98=D0=BA =D0=B7=D0=B0 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83= =D0=B8 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B0=D1=86=D0=B8=D1=98=D1=83= =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=B0." =20 #~ msgid "" #~ "The GNU Binutils are a collection of binary tools. The main ones ar= e\n" -#~ "`ld' (the GNU linker) and `as' (the GNU assembler). They also inclu= de the\n" +#~ "`ld' (the GNU linker) and `as' (the GNU assembler). They also inclu= de " +#~ "the\n" #~ "BFD (Binary File Descriptor) library, `gprof', `nm', `strip', etc." #~ msgstr "" -#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=B1=D0=B8=D0=BD=D0=BF=D0=BE=D0= =BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D1=98=D0=B5=D1=81=D1=83 =D1=81=D0=BA=D1= =83=D0=BF =D0=B1=D0=B8=D0=BD=D0=B0=D1=80=D0=BD=D0=B8=D1=85 =D0=B0=D0=BB=D0= =B0=D1=82=D0=B0. =D0=93=D0=BB=D0=B0=D0=B2=D0=BD=D0=B8 =D1=81=D1=83 =E2=80= =9Eld=E2=80=9C (=D0=93=D0=BD=D1=83=D0=BE=D0=B2 =D0=B2=D0=B5=D0=B7=D0=BD=D0= =B8=D0=BA) =D0=B8 =E2=80=9Eas=E2=80=9C (=D0=93=D0=BD=D1=83=D0=BE=D0=B2 =D0= =B0=D1=81=D0=B5=D0=BC=D0=B1=D0=BB=D0=B5=D1=80). =D0=A3 =D1=9A=D0=B8=D1=85= =D1=82=D0=B0=D0=BA=D0=BE=D1=92=D0=B5 =D1=81=D0=BF=D0=B0=D0=B4=D0=B0=D1=98= =D1=83 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =E2=80= =9EBFD=E2=80=9C\n" +#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=B1=D0=B8=D0=BD=D0=BF=D0=BE=D0= =BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D1=98=D0=B5=D1=81=D1=83 =D1=81=D0=BA=D1= =83=D0=BF =D0=B1=D0=B8=D0=BD=D0=B0=D1=80=D0=BD=D0=B8=D1=85 =D0=B0=D0=BB=D0= =B0=D1=82=D0=B0. =D0=93=D0=BB=D0=B0=D0=B2=D0=BD=D0=B8 =D1=81=D1=83 =E2=80= =9Eld=E2=80=9C (=D0=93=D0=BD=D1=83=D0=BE=D0=B2 " +#~ "=D0=B2=D0=B5=D0=B7=D0=BD=D0=B8=D0=BA) =D0=B8 =E2=80=9Eas=E2=80=9C (=D0= =93=D0=BD=D1=83=D0=BE=D0=B2 =D0=B0=D1=81=D0=B5=D0=BC=D0=B1=D0=BB=D0=B5=D1= =80). =D0=A3 =D1=9A=D0=B8=D1=85 =D1=82=D0=B0=D0=BA=D0=BE=D1=92=D0=B5 =D1=81= =D0=BF=D0=B0=D0=B4=D0=B0=D1=98=D1=83 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE= =D1=82=D0=B5=D0=BA=D0=B0 =E2=80=9EBFD=E2=80=9C\n" #~ "(Binary File Descriptor), =E2=80=9Egprof=E2=80=9C, =E2=80=9Enm=E2=80= =9C, =E2=80=9Estrip=E2=80=9C, =D0=B8=D1=82=D0=B4." =20 #~ msgid "" @@ -1818,48 +2663,66 @@ msgstr "=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D1=80=D0=B0= =D0=B2=D0=B0=D0=BD =D0=B7=D0=BD=D0=B0=D0=BA =D0=B0=D1=80=D1=85=D0=B8=D0=B2= =D0=B5 =D1=83=D0=BD=D1=83=D1=82=D1=80=D0=B0=D1=88=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82 =20 #~ msgid "" #~ "GNU Guile is an implementation of the Scheme programming language, w= ith\n" -#~ "support for many SRFIs, packaged for use in a wide variety of enviro= nments.\n" -#~ "In addition to implementing the R5RS Scheme standard and a large sub= set of\n" +#~ "support for many SRFIs, packaged for use in a wide variety of " +#~ "environments.\n" +#~ "In addition to implementing the R5RS Scheme standard and a large sub= set " +#~ "of\n" #~ "R6RS, Guile includes a module system, full access to POSIX system ca= lls,\n" -#~ "networking support, multiple threads, dynamic linking, a foreign fun= ction\n" +#~ "networking support, multiple threads, dynamic linking, a foreign " +#~ "function\n" #~ "call interface, and powerful string processing." #~ msgstr "" #~ "=D0=93=D0=BD=D1=83 =D0=93=D1=83=D0=B8=D0=BB=D0=B5 =D1=98=D0=B5 =D0=BF= =D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0= =D0=BC=D1=81=D0=BA=D0=BE=D0=B3 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA=D0=B0 =D0=A8= =D0=B5=D0=BC=D0=B5, =D1=81=D0=B0 =D0=BF=D0=BE=D0=B4=D1=80=D1=88=D0=BA=D0=BE= =D0=BC =D0=B7=D0=B0 =D0=BC=D0=BD=D0=BE=D0=B3=D0=B5\n" #~ "=D0=A1=D0=A0=D0=A4=D0=98-=D0=BE=D0=B2=D0=B5 =D0=B7=D0=B0=D0=BF=D0=B0= =D0=BA=D0=BE=D0=B2=D0=B0=D0=BD =D0=B7=D0=B0 =D0=BA=D0=BE=D1=80=D0=B8=D1=88= =D1=9B=D0=B5=D1=9A=D0=B5 =D1=83 =D1=80=D0=B0=D0=B7=D0=BD=D0=B8=D0=BC =D0=BE= =D0=BA=D1=80=D1=83=D0=B6=D0=B5=D1=9A=D0=B8=D0=BC=D0=B0.\n" #~ "=D0=9A=D0=B0=D0=BE =D0=B4=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA =D0=BF= =D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B5 =D0=A05=D0=A0=D0=A1 =D1=81=D1=82=D0=B0= =D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=B0 =D0=A8=D0=B5=D0=BC=D0=B5 =D0=B8 =D0=B2= =D0=B5=D0=BB=D0=B8=D0=BA=D0=BE=D0=B3 =D0=BF=D0=BE=D0=B4=D1=81=D0=BA=D1=83= =D0=BF=D0=B0 =D0=A06=D0=A0=D0=A1, =D0=93=D1=83=D0=B8=D0=BB=D0=B5\n" -#~ "=D0=BE=D0=B1=D1=83=D1=85=D0=B2=D0=B0=D1=82=D0=B0 =D1=81=D0=B8=D1=81=D1= =82=D0=B5=D0=BC =D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D0=B0, =D0=BF=D0=BE=D1=82=D0= =BF=D1=83=D0=BD =D0=BF=D1=80=D0=B8=D1=81=D1=82=D1=83=D0=BF =D1=81=D0=B8=D1= =81=D1=82=D0=B5=D0=BC=D1=81=D0=BA=D0=B8=D0=BC =D0=BF=D0=BE=D0=B7=D0=B8=D0= =B2=D0=B8=D0=BC=D0=B0 =D0=9F=D0=9E=D0=A1=D0=98=D0=9A=D0=A1-=D0=B0, =D0=BF= =D0=BF=D0=BE=D0=B4=D1=80=D1=88=D0=BA=D1=83 =D1=83=D0=BC=D1=80=D0=B5=D0=B6= =D0=B0=D0=B2=D0=B0=D1=9A=D0=B0, =D0=B2=D0=B8=D1=88=D0=B5=D1=81=D1=82=D1=80= =D1=83=D0=BA=D0=B5 =D0=BD=D0=B8=D1=82=D0=B8, =D0=B4=D0=B8=D0=BD=D0=B0=D0=BC= =D0=B8=D1=87=D0=BA=D0=BE =D0=BF=D0=BE=D0=B2=D0=B5=D0=B7=D0=B8=D0=B2=D0=B0= =D1=9A=D0=B5, =D1=81=D1=83=D1=87=D0=B5=D1=99=D0=B5 =D0=BF=D0=BE=D0=B7=D0=B8= =D0=B2=D0=B0\n" +#~ "=D0=BE=D0=B1=D1=83=D1=85=D0=B2=D0=B0=D1=82=D0=B0 =D1=81=D0=B8=D1=81=D1= =82=D0=B5=D0=BC =D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D0=B0, =D0=BF=D0=BE=D1=82=D0= =BF=D1=83=D0=BD =D0=BF=D1=80=D0=B8=D1=81=D1=82=D1=83=D0=BF =D1=81=D0=B8=D1= =81=D1=82=D0=B5=D0=BC=D1=81=D0=BA=D0=B8=D0=BC =D0=BF=D0=BE=D0=B7=D0=B8=D0= =B2=D0=B8=D0=BC=D0=B0 =D0=9F=D0=9E=D0=A1=D0=98=D0=9A=D0=A1-=D0=B0, " +#~ "=D0=BF=D0=BF=D0=BE=D0=B4=D1=80=D1=88=D0=BA=D1=83 =D1=83=D0=BC=D1=80=D0= =B5=D0=B6=D0=B0=D0=B2=D0=B0=D1=9A=D0=B0, =D0=B2=D0=B8=D1=88=D0=B5=D1=81=D1= =82=D1=80=D1=83=D0=BA=D0=B5 =D0=BD=D0=B8=D1=82=D0=B8, =D0=B4=D0=B8=D0=BD=D0= =B0=D0=BC=D0=B8=D1=87=D0=BA=D0=BE =D0=BF=D0=BE=D0=B2=D0=B5=D0=B7=D0=B8=D0= =B2=D0=B0=D1=9A=D0=B5, =D1=81=D1=83=D1=87=D0=B5=D1=99=D0=B5 " +#~ "=D0=BF=D0=BE=D0=B7=D0=B8=D0=B2=D0=B0\n" #~ "=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=85 =D1=84=D1=83=D0=BD=D0=BA=D1= =86=D0=B8=D1=98=D0=B0, =D0=B8 =D0=BC=D0=BE=D1=9B=D0=BD=D1=83 =D0=BE=D0=B1= =D1=80=D0=B0=D0=B4=D1=83 =D0=BD=D0=B8=D1=81=D0=BA=D0=B5." =20 #~ msgid "" #~ "GNU Guile-Ncurses is a library for the Guile Scheme interpreter that= \n" -#~ "provides functions for creating text user interfaces. The text user= interface\n" -#~ "functionality is built on the ncurses libraries: curses, form, panel= , and\n" +#~ "provides functions for creating text user interfaces. The text user= " +#~ "interface\n" +#~ "functionality is built on the ncurses libraries: curses, form, panel= , " +#~ "and\n" #~ "menu." #~ msgstr "" -#~ "=D0=93=D0=BD=D1=83 =D0=93=D1=83=D0=B8=D0=BB=D0=B5 =D0=95=D0=BD-=D0=BA= =D1=83=D1=80=D1=81=D0=B8=D1=81 =D1=98=D0=B5 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8= =D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=B7=D0=B0 =D0=BF=D1=80=D0=B5=D0=B2=D0=BE= =D0=B4=D0=B8=D0=BE=D1=86=D0=B0 =D0=93=D1=83=D0=BB=D0=B5 =D0=A8=D0=B5=D0=BC= =D0=B5 =D0=BA=D0=BE=D1=98=D0=B0 =D0=BE=D0=B1=D0=B5=D0=B7=D0=B1=D0=B5=D1=92= =D1=83=D1=98=D0=B5\n" -#~ "=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=98=D0=B5 =D0=B7=D0=B0 =D1=81= =D1=82=D0=B2=D0=B0=D1=80=D0=B0=D1=9A=D0=B5 =D1=82=D0=B5=D0=BA=D1=81=D1=82= =D1=83=D0=B0=D0=BB=D0=BD=D0=BE=D0=B3 =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D0=BD= =D0=B8=D1=87=D0=BA=D0=BE=D0=B3 =D1=81=D1=83=D1=87=D0=B5=D1=99=D0=B0. =D0=A4= =D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0=D0=BB=D0=BD=D0=BE=D1=81=D1= =82 =D1=82=D0=B5=D0=BA=D1=81=D1=82=D1=83=D0=B0=D0=BB=D0=BD=D0=BE=D0=B3\n" -#~ "=D0=BA=D0=BE=D1=80=D0=B8=D1=81=D0=BD=D0=B8=D1=87=D0=BA=D0=BE=D0=B3 =D1= =81=D1=83=D1=87=D0=B5=D1=99=D0=B0 =D1=98=D0=B5 =D0=B8=D0=B7=D0=B3=D1=80=D0= =B0=D1=92=D0=B5=D0=BD=D0=B0 =D0=BD=D0=B0 =D0=B5=D0=BD-=D0=BA=D1=83=D1=80=D1= =81=D0=B8=D1=81 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0= =B0=D0=BC=D0=B0: =E2=80=9Ecurses, form,\n" +#~ "=D0=93=D0=BD=D1=83 =D0=93=D1=83=D0=B8=D0=BB=D0=B5 =D0=95=D0=BD-=D0=BA= =D1=83=D1=80=D1=81=D0=B8=D1=81 =D1=98=D0=B5 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8= =D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=B7=D0=B0 =D0=BF=D1=80=D0=B5=D0=B2=D0=BE= =D0=B4=D0=B8=D0=BE=D1=86=D0=B0 =D0=93=D1=83=D0=BB=D0=B5 =D0=A8=D0=B5=D0=BC= =D0=B5 =D0=BA=D0=BE=D1=98=D0=B0 " +#~ "=D0=BE=D0=B1=D0=B5=D0=B7=D0=B1=D0=B5=D1=92=D1=83=D1=98=D0=B5\n" +#~ "=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=98=D0=B5 =D0=B7=D0=B0 =D1=81= =D1=82=D0=B2=D0=B0=D1=80=D0=B0=D1=9A=D0=B5 =D1=82=D0=B5=D0=BA=D1=81=D1=82= =D1=83=D0=B0=D0=BB=D0=BD=D0=BE=D0=B3 =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D0=BD= =D0=B8=D1=87=D0=BA=D0=BE=D0=B3 =D1=81=D1=83=D1=87=D0=B5=D1=99=D0=B0. =D0=A4= =D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0=D0=BB=D0=BD=D0=BE=D1=81=D1= =82 " +#~ "=D1=82=D0=B5=D0=BA=D1=81=D1=82=D1=83=D0=B0=D0=BB=D0=BD=D0=BE=D0=B3\n= " +#~ "=D0=BA=D0=BE=D1=80=D0=B8=D1=81=D0=BD=D0=B8=D1=87=D0=BA=D0=BE=D0=B3 =D1= =81=D1=83=D1=87=D0=B5=D1=99=D0=B0 =D1=98=D0=B5 =D0=B8=D0=B7=D0=B3=D1=80=D0= =B0=D1=92=D0=B5=D0=BD=D0=B0 =D0=BD=D0=B0 =D0=B5=D0=BD-=D0=BA=D1=83=D1=80=D1= =81=D0=B8=D1=81 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0= =B0=D0=BC=D0=B0: =E2=80=9Ecurses, " +#~ "form,\n" #~ "panel, =D0=B8 menu=E2=80=9C." =20 #~ msgid "" #~ "The GNU package mcron (Mellor's cron) is a 100% compatible replaceme= nt\n" -#~ "for Vixie cron. It is written in pure Guile, and allows configurati= on files\n" -#~ "to be written in scheme (as well as Vixie's original format) for inf= inite\n" -#~ "flexibility in specifying when jobs should be run. Mcron was writte= n by Dale\n" +#~ "for Vixie cron. It is written in pure Guile, and allows configurati= on " +#~ "files\n" +#~ "to be written in scheme (as well as Vixie's original format) for " +#~ "infinite\n" +#~ "flexibility in specifying when jobs should be run. Mcron was writte= n by " +#~ "Dale\n" #~ "Mellor." #~ msgstr "" -#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82 =E2=80= =9Emcron=E2=80=9C (=D0=9C=D0=B5=D0=BB=D0=BE=D1=80=D0=BE=D0=B2 =D0=BA=D1=80= =D0=BE=D0=BD) =D1=98=D0=B5 100% =D1=81=D0=B0=D0=B3=D0=BB=D0=B0=D1=81=D0=BD= =D0=B0 =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0 =D0=B7=D0=B0 =D0=92=D0=B8=D0=BA= =D1=81=D0=B8 =D0=BA=D1=80=D0=BE=D0=BD.\n" -#~ "=D0=9D=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD =D1=98=D0=B5 =D1=83 =D1=87= =D0=B8=D1=81=D1=82=D0=BE=D0=BC =D0=93=D1=83=D0=B8=D0=BB=D1=83, =D0=B8 =D0= =B4=D0=BE=D0=BF=D1=83=D1=88=D1=82=D0=B0 =D0=B4=D0=B0 =D0=B4=D0=B0=D1=82=D0= =BE=D1=82=D0=B5=D0=BA=D0=B5 =D0=BF=D0=BE=D0=B4=D0=B5=D1=88=D0=B0=D0=B2=D0= =B0=D1=9A=D0=B0 =D0=B1=D1=83=D0=B4=D1=83 =D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0= =B0=D0=BD=D0=B5\n" +#~ "=D0=93=D0=BD=D1=83=D0=BE=D0=B2 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82 =E2=80= =9Emcron=E2=80=9C (=D0=9C=D0=B5=D0=BB=D0=BE=D1=80=D0=BE=D0=B2 =D0=BA=D1=80= =D0=BE=D0=BD) =D1=98=D0=B5 100% =D1=81=D0=B0=D0=B3=D0=BB=D0=B0=D1=81=D0=BD= =D0=B0 =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0 =D0=B7=D0=B0 =D0=92=D0=B8=D0=BA= =D1=81=D0=B8 " +#~ "=D0=BA=D1=80=D0=BE=D0=BD.\n" +#~ "=D0=9D=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD =D1=98=D0=B5 =D1=83 =D1=87= =D0=B8=D1=81=D1=82=D0=BE=D0=BC =D0=93=D1=83=D0=B8=D0=BB=D1=83, =D0=B8 =D0= =B4=D0=BE=D0=BF=D1=83=D1=88=D1=82=D0=B0 =D0=B4=D0=B0 =D0=B4=D0=B0=D1=82=D0= =BE=D1=82=D0=B5=D0=BA=D0=B5 =D0=BF=D0=BE=D0=B4=D0=B5=D1=88=D0=B0=D0=B2=D0= =B0=D1=9A=D0=B0 =D0=B1=D1=83=D0=B4=D1=83 " +#~ "=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B5\n" #~ "=D1=83 =D1=88=D0=B5=D0=BC=D0=B8 (=D0=BA=D0=B0=D0=BE =D0=B8 =D1=83 =D0= =92=D0=B8=D0=BA=D1=81=D0=B8=D1=98=D0=B5=D0=B2=D0=BE=D0=BC =D0=B8=D0=B7=D0= =B2=D0=BE=D1=80=D0=BD=D0=BE=D0=BC =D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D1=83) =D1= =81=D0=B0 =D0=B1=D0=B5=D1=81=D0=BA=D1=80=D0=B0=D1=98=D0=BD=D0=BE=D0=BC =D1= =81=D0=B0=D0=B3=D0=BB=D0=B0=D1=81=D0=BD=D0=BE=D1=88=D1=9B=D1=83 =D1=83\n" #~ "=D0=BD=D0=B0=D0=B2=D0=BE=D1=92=D0=B5=D1=9A=D1=83 =D0=BA=D0=B0=D0=B4=D0= =B0 =D0=BF=D0=BE=D1=81=D0=BB=D0=BE=D0=B2=D0=B8 =D1=82=D1=80=D0=B5=D0=B1=D0= =B0=D1=98=D1=83 =D0=B4=D0=B0 =D1=81=D0=B5 =D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D0= =BD=D1=83. =D0=9D=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BE =D0=B3=D0=B0 =D1=98= =D0=B5 =D0=94=D0=B5=D1=98=D0=BB =D0=9C=D0=B5=D0=BB=D0=BE=D1=80." =20 #~ msgid "" #~ "GNU recutils is a set of tools and libraries to access human-editabl= e,\n" -#~ "text-based databases called recfiles. The data is stored as a seque= nce of\n" +#~ "text-based databases called recfiles. The data is stored as a seque= nce " +#~ "of\n" #~ "records, each record containing an arbitrary number of named fields.= " #~ msgstr "" -#~ "=D0=93=D0=BD=D1=83 =D1=80=D0=B5=D0=BA=D1=83=D1=82=D0=B8=D0=BB=D1=81 = =D1=98=D0=B5 =D1=81=D0=BA=D1=83=D0=BF =D0=B0=D0=BB=D0=B0=D1=82=D0=B0 =D0=B8= =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=B7=D0=B0= =D0=BF=D1=80=D0=B8=D1=81=D1=82=D1=83=D0=BF =D0=B1=D0=B0=D0=B7=D0=B0=D0=BC= =D0=B0 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 =D0=B7=D0=B0=D1=81= =D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=BC =D0=BD=D0=B0\n" -#~ "=D1=82=D0=B5=D0=BA=D1=81=D1=82=D1=83, =D0=B7=D0=B2=D0=B0=D0=BD=D0=B8= =D0=BC =E2=80=9Erecfiles=E2=80=9C =D0=BA=D0=BE=D1=98=D0=B5 =D0=BA=D0=BE=D1= =80=D0=B8=D1=81=D0=BD=D0=B8=D1=86=D0=B8 =D0=BC=D0=BE=D0=B3=D1=83 =D0=B4=D0= =B0 =D0=BC=D0=B5=D1=9A=D0=B0=D1=98=D1=83. =D0=9F=D0=BE=D0=B4=D0=B0=D1=86= =D0=B8 =D1=81=D1=83 =D1=83=D1=81=D0=BA=D0=BB=D0=B0=D0=B4=D0=B8=D1=88=D1=82= =D0=B5=D0=BD=D0=B8\n" +#~ "=D0=93=D0=BD=D1=83 =D1=80=D0=B5=D0=BA=D1=83=D1=82=D0=B8=D0=BB=D1=81 = =D1=98=D0=B5 =D1=81=D0=BA=D1=83=D0=BF =D0=B0=D0=BB=D0=B0=D1=82=D0=B0 =D0=B8= =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D0=B7=D0=B0= =D0=BF=D1=80=D0=B8=D1=81=D1=82=D1=83=D0=BF =D0=B1=D0=B0=D0=B7=D0=B0=D0=BC= =D0=B0 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 " +#~ "=D0=B7=D0=B0=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=BC =D0=BD=D0= =B0\n" +#~ "=D1=82=D0=B5=D0=BA=D1=81=D1=82=D1=83, =D0=B7=D0=B2=D0=B0=D0=BD=D0=B8= =D0=BC =E2=80=9Erecfiles=E2=80=9C =D0=BA=D0=BE=D1=98=D0=B5 =D0=BA=D0=BE=D1= =80=D0=B8=D1=81=D0=BD=D0=B8=D1=86=D0=B8 =D0=BC=D0=BE=D0=B3=D1=83 =D0=B4=D0= =B0 =D0=BC=D0=B5=D1=9A=D0=B0=D1=98=D1=83. =D0=9F=D0=BE=D0=B4=D0=B0=D1=86= =D0=B8 =D1=81=D1=83 " +#~ "=D1=83=D1=81=D0=BA=D0=BB=D0=B0=D0=B4=D0=B8=D1=88=D1=82=D0=B5=D0=BD=D0= =B8\n" #~ "=D0=BA=D0=B0=D0=BE =D0=BD=D0=B8=D0=B7 =D1=81=D0=BD=D0=B8=D0=BC=D0=B0= =D0=BA=D0=B0, =D1=81=D0=B2=D0=B0=D0=BA=D0=B8 =D1=81=D0=BD=D0=B8=D0=BC=D0=B0= =D0=BA =D1=81=D0=B0=D0=B4=D1=80=D0=B6=D0=B8 =D0=BE=D0=B4=D0=B3=D0=BE=D0=B2= =D0=B0=D1=80=D0=B0=D1=98=D1=83=D1=9B=D0=B8 =D0=B1=D1=80=D0=BE=D1=98 =D0=B8= =D0=BC=D0=B5=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=85 =D0=BF=D0=BE=D1=99= =D0=B0." =20 #~ msgid "profile `~a' does not exist~%" diff --git a/po/guix/vi.po b/po/guix/vi.po index 2ef51aa..94f3099 100644 --- a/po/guix/vi.po +++ b/po/guix/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: guix 0.8.1\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2015-01-26 23:51+0100\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2015-01-28 07:59+0700\n" "Last-Translator: Tr=E1=BA=A7n Ng=E1=BB=8Dc Qu=C3=A2n \n" "Language-Team: Vietnamese \n= " @@ -35,46 +35,72 @@ msgstr "kh=C3=B4ng th=E1=BB=83 t=C3=ACm th=E1=BA=A5y = ph=E1=BA=A7n nh=E1=BB=8B ph=C3=A2n m=E1=BB=93i =E2=80=9C~a=E2=80=9D cho h= =E1=BB=87 th msgid "cannot access `~a': ~a~%" msgstr "kh=C3=B4ng th=E1=BB=83 truy c=E1=BA=ADp =E2=80=9C~a=E2=80=9D: ~a= ~%" =20 -#: gnu/packages.scm:372 +#: gnu/packages.scm:382 #, scheme-format msgid "looking for the latest release of GNU ~a..." msgstr "t=C3=ACm b=E1=BA=A3n ph=C3=A1t h=C3=A0nh m=E1=BB=9Bi nh=E1=BA=A5= t ~a GNU=E2=80=A6" =20 -#: gnu/packages.scm:379 +#: gnu/packages.scm:389 #, scheme-format msgid "~a: note: using ~a but ~a is available upstream~%" msgstr "~a: ghi ch=C3=BA: d=C3=B9ng ~a nh=C6=B0ng ~a th=C3=AC s=E1=BA=B5= n c=C3=B3 tr=C3=AAn th=C6=B0=E1=BB=A3ng ngu=E1=BB=93n~%" =20 -#: gnu/packages.scm:401 guix/scripts/package.scm:306 +#: gnu/packages.scm:411 guix/scripts/package.scm:351 #, scheme-format msgid "ambiguous package specification `~a'~%" msgstr "=C4=91=E1=BA=B7c t=E1=BA=A3 g=C3=B3i ch=C6=B0a r=C3=B5 r=C3=A0ng= =E2=80=9C~a'~%" =20 -#: gnu/packages.scm:402 guix/scripts/package.scm:308 +#: gnu/packages.scm:412 guix/scripts/package.scm:353 #, scheme-format msgid "choosing ~a from ~a~%" msgstr "ch=E1=BB=8Dn ~a t=E1=BB=AB ~a~%" =20 -#: gnu/packages.scm:408 +#: gnu/packages.scm:418 #, scheme-format msgid "~A: package not found for version ~a~%" msgstr "~A: g=C3=B3i kh=C3=B4ng t=C3=ACm th=E1=BA=A5y cho phi=C3=AAn b=E1= =BA=A3n ~a~%" =20 -#: gnu/packages.scm:410 +#: gnu/packages.scm:420 #, scheme-format msgid "~A: unknown package~%" msgstr "~A: kh=C3=B4ng hi=E1=BB=83u g=C3=B3i ~%" =20 -#: gnu/system.scm:716 +#: gnu/system.scm:582 +#, scheme-format +msgid "using a string for file '~a' is deprecated; use 'plain-file' inst= ead~%" +msgstr "" + +#: gnu/system.scm:598 +#, scheme-format +msgid "" +"using a monadic value for '~a' is deprecated; use 'plain-file' instead~= %" +msgstr "" + +#: gnu/system.scm:850 msgid "system locale lacks a definition" msgstr "mi=E1=BB=81n =C4=91=E1=BB=8Ba ph=C6=B0=C6=A1ng h=E1=BB=87 th=E1=BB= =91ng thi=E1=BA=BFu m=E1=BB=99t =C4=91=E1=BB=8Bnh ngh=C4=A9a" =20 -#: guix/scripts/build.scm:65 +#: gnu/services/dmd.scm:51 +#, scheme-format +msgid "service '~a' provided more than once" +msgstr "" + +#: gnu/system/shadow.scm:204 +#, scheme-format +msgid "supplementary group '~a' of user '~a' is undeclared" +msgstr "" + +#: gnu/system/shadow.scm:214 +#, scheme-format +msgid "primary group '~a' of user '~a' is undeclared" +msgstr "" + +#: guix/scripts/build.scm:66 #, scheme-format msgid "failed to create GC root `~a': ~a~%" msgstr "g=E1=BA=B7p l=E1=BB=97i khi t=E1=BA=A1o g=E1=BB=91c GC =E2=80=9C= ~a=E2=80=9D: ~a~%" =20 -#: guix/scripts/build.scm:102 +#: guix/scripts/build.scm:110 msgid "" "\n" " -L, --load-path=3DDIR prepend DIR to the package module search pat= h" @@ -82,7 +108,7 @@ msgstr "" "\n" " -L, --load-path=3DTM=E1=BB=A4C n=E1=BB=91i th=C3=AAm v=C3=A0o tr=C6= =B0=E1=BB=9Bc =C4=91=C6=B0=E1=BB=9Dng d=E1=BA=ABn =C4=91=E1=BB=83 t=C3=AC= m ki=E1=BA=BFm m=C3=B4-=C4=91un g=C3=B3i" =20 -#: guix/scripts/build.scm:104 +#: guix/scripts/build.scm:112 msgid "" "\n" " -K, --keep-failed keep build tree of failed builds" @@ -90,7 +116,7 @@ msgstr "" "\n" " -K, --keep-failed gi=E1=BB=AF l=E1=BA=A1i c=C3=A2y bi=C3=AAn d=E1= =BB=8Bch c=E1=BB=A7a l=E1=BA=A7n bi=C3=AAn d=E1=BB=8Bch g=E1=BA=B7p l=E1=BB= =97i" =20 -#: guix/scripts/build.scm:106 +#: guix/scripts/build.scm:114 msgid "" "\n" " -n, --dry-run do not build the derivations" @@ -98,7 +124,7 @@ msgstr "" "\n" " -n, --dry-run kh=C3=B4ng bi=C3=AAn d=E1=BB=8Bch d=E1=BA=ABn = xu=E1=BA=A5t" =20 -#: guix/scripts/build.scm:108 +#: guix/scripts/build.scm:116 msgid "" "\n" " --fallback fall back to building when the substituter fai= ls" @@ -106,15 +132,16 @@ msgstr "" "\n" " --roll-back quay l=E1=BA=A1i d=E1=BB=8Bch khi =E2=80=9Csub= stituter=E2=80=9D th=E1=BA=A5t b=E1=BA=A1i" =20 -#: guix/scripts/build.scm:110 +#: guix/scripts/build.scm:118 msgid "" "\n" " --no-substitutes build instead of resorting to pre-built substi= tutes" msgstr "" "\n" -" --no-substitutes bi=C3=AAn d=E1=BB=8Bch thay v=C3=AC nh=E1=BB=9D= v=C3=A0o ph=E1=BA=A7n thay th=E1=BA=BF =C4=91=C6=B0=E1=BB=A3c d=E1=BB=B1= ng tr=C6=B0=E1=BB=9Bc" +" --no-substitutes bi=C3=AAn d=E1=BB=8Bch thay v=C3=AC nh=E1=BB=9D= v=C3=A0o ph=E1=BA=A7n thay th=E1=BA=BF =C4=91=C6=B0=E1=BB=A3c d=E1=BB=B1= ng " +"tr=C6=B0=E1=BB=9Bc" =20 -#: guix/scripts/build.scm:112 +#: guix/scripts/build.scm:120 msgid "" "\n" " --no-build-hook do not attempt to offload builds via the build= hook" @@ -122,7 +149,7 @@ msgstr "" "\n" " --no-build-hook kh=C3=B4ng c=E1=BB=91 bi=C3=AAn d=E1=BB=8Bch k= h=C3=B4ng t=E1=BA=A3i th=C3=B4ng qua m=C3=B3c bi=C3=AAn d=E1=BB=8Bch" =20 -#: guix/scripts/build.scm:114 +#: guix/scripts/build.scm:122 msgid "" "\n" " --max-silent-time=3DSECONDS\n" @@ -130,17 +157,19 @@ msgid "" msgstr "" "\n" " --max-silent-time=3DGI=C3=82Y\n" -" =C4=91=C3=A1nh d=E1=BA=A5u l=C3=A0 vi=E1=BB=87= c d=E1=BB=8Bch s=E1=BA=BD l=C3=A0 l=E1=BB=97i n=E1=BA=BFu l=C3=A2u h=C6=A1= n s=E1=BB=91 GI=C3=82Y n=C3=A0y" +" =C4=91=C3=A1nh d=E1=BA=A5u l=C3=A0 vi=E1=BB=87= c d=E1=BB=8Bch s=E1=BA=BD l=C3=A0 l=E1=BB=97i n=E1=BA=BFu l=C3=A2u h=C6=A1= n s=E1=BB=91 GI=C3=82Y " +"n=C3=A0y" =20 -#: guix/scripts/build.scm:117 +#: guix/scripts/build.scm:125 msgid "" "\n" " --timeout=3DSECONDS mark the build as failed after SECONDS of ac= tivity" msgstr "" "\n" -" --timeout=3DGI=C3=82Y =C4=91=C3=A1nh d=E1=BA=A5u l=C3=A0 vi=E1= =BB=87c d=E1=BB=8Bch s=E1=BA=BD l=C3=A0 l=E1=BB=97i n=E1=BA=BFu l=C3=A2u = h=C6=A1n s=E1=BB=91 GI=C3=82Y n=C3=A0y" +" --timeout=3DGI=C3=82Y =C4=91=C3=A1nh d=E1=BA=A5u l=C3=A0 vi=E1= =BB=87c d=E1=BB=8Bch s=E1=BA=BD l=C3=A0 l=E1=BB=97i n=E1=BA=BFu l=C3=A2u = h=C6=A1n s=E1=BB=91 GI=C3=82Y " +"n=C3=A0y" =20 -#: guix/scripts/build.scm:119 +#: guix/scripts/build.scm:127 msgid "" "\n" " --verbosity=3DLEVEL use the given verbosity LEVEL" @@ -148,7 +177,7 @@ msgstr "" "\n" " --verbosity=3DM=E1=BB=A8C d=C3=B9ng m=E1=BB=A9c chi ti=E1=BA=BF= t =C4=91=C3=A3 cho" =20 -#: guix/scripts/build.scm:121 +#: guix/scripts/build.scm:129 msgid "" "\n" " -c, --cores=3DN allow the use of up to N CPU cores for the b= uild" @@ -156,7 +185,7 @@ msgstr "" "\n" " -c, --cores=3DN cho d=C3=B9ng =C4=91=E1=BA=BFn N l=C3=B5i CP= U cho c=C3=B4ng vi=E1=BB=87c bi=C3=AAn d=E1=BB=8Bch" =20 -#: guix/scripts/build.scm:123 +#: guix/scripts/build.scm:131 msgid "" "\n" " -M, --max-jobs=3DN allow at most N build jobs" @@ -164,20 +193,21 @@ msgstr "" "\n" " -M, --max-jobs=3DN cho ph=C3=A9p nhi=E1=BB=81u nh=E1=BA=A5t l=C3= =A0 bi=C3=AAn d=E1=BB=8Bch N c=C3=B4ng vi=E1=BB=87c" =20 -#: guix/scripts/build.scm:198 guix/scripts/build.scm:205 +#: guix/scripts/build.scm:209 guix/scripts/build.scm:216 #, scheme-format msgid "not a number: '~a' option argument: ~a~%" msgstr "kh=C3=B4ng ph=E1=BA=A3i l=C3=A0 con s=E1=BB=91: =E2=80=9C~a=E2=80= =9D tham s=E1=BB=91 t=C3=B9y ch=E1=BB=8Dn: ~a~%" =20 -#: guix/scripts/build.scm:224 +#: guix/scripts/build.scm:235 msgid "" "Usage: guix build [OPTION]... PACKAGE-OR-DERIVATION...\n" "Build the given PACKAGE-OR-DERIVATION and return their output paths.\n" msgstr "" "C=C3=A1ch d=C3=B9ng: guix build [T=C3=99Y-CH=E1=BB=8CN]=E2=80=A6 PACKAG= E-OR-DERIVATION=E2=80=A6\n" -"Bi=C3=AAn d=E1=BB=8Bch PACKAGE-OR-DERIVATION =C4=91=C3=A3 cho v=C3=A0 t= r=E1=BA=A3 v=E1=BB=81 =C4=91=C6=B0=E1=BB=9Dng d=E1=BA=ABn k=E1=BA=BFt xu=E1= =BA=A5t c=E1=BB=A7a ch=C3=BAng.\n" +"Bi=C3=AAn d=E1=BB=8Bch PACKAGE-OR-DERIVATION =C4=91=C3=A3 cho v=C3=A0 t= r=E1=BA=A3 v=E1=BB=81 =C4=91=C6=B0=E1=BB=9Dng d=E1=BA=ABn k=E1=BA=BFt xu=E1= =BA=A5t c=E1=BB=A7a " +"ch=C3=BAng.\n" =20 -#: guix/scripts/build.scm:226 +#: guix/scripts/build.scm:237 msgid "" "\n" " -e, --expression=3DEXPR build the package or derivation EXPR evaluat= es to" @@ -185,7 +215,7 @@ msgstr "" "\n" " -e, --expression=3DBTH=E1=BB=A8C bi=C3=AAn d=E1=BB=8Bch g=C3=B3i hay = t=C3=ACm ngu=E1=BB=93n g=E1=BB=91c BTH=E1=BB=A8C l=C6=B0=E1=BB=A3ng gi=C3= =A1 cho" =20 -#: guix/scripts/build.scm:228 +#: guix/scripts/build.scm:239 msgid "" "\n" " -S, --source build the packages' source derivations" @@ -193,7 +223,15 @@ msgstr "" "\n" " -S, --source bi=C3=AAn d=E1=BB=8Bch ngu=E1=BB=93n g=E1=BB=91= c m=C3=A3 ngu=E1=BB=93n c=E1=BB=A7a g=C3=B3i" =20 -#: guix/scripts/build.scm:230 +#: guix/scripts/build.scm:241 +msgid "" +"\n" +" --sources[=3DTYPE] build source derivations; TYPE may optionall= y be " +"one\n" +" of \"package\", \"all\" (default), or \"transi= tive\"" +msgstr "" + +#: guix/scripts/build.scm:244 msgid "" "\n" " -s, --system=3DSYSTEM attempt to build for SYSTEM--e.g., \"i686-li= nux\"" @@ -201,7 +239,7 @@ msgstr "" "\n" " -s, --system=3DH=E1=BB=86-TH=E1=BB=90NG c=E1=BB=91 bi=C3=AAn d=E1=BB= =8Bch cho H=E1=BB=86-TH=E1=BB=90NG--v=C3=AD d=E1=BB=A5: \"i686-linux\"" =20 -#: guix/scripts/build.scm:232 +#: guix/scripts/build.scm:246 msgid "" "\n" " --target=3DTRIPLET cross-build for TRIPLET--e.g., \"armel-linux= -gnu\"" @@ -209,7 +247,7 @@ msgstr "" "\n" " --target=3DB=E1=BB=98_BA bi=C3=AAn d=E1=BB=8Bch ch=C3=A9o cho B= =E1=BB=98 BA--v=C3=AD d=E1=BB=A5: \"armel-linux-gnu\"" =20 -#: guix/scripts/build.scm:234 +#: guix/scripts/build.scm:248 msgid "" "\n" " --with-source=3DSOURCE\n" @@ -219,7 +257,7 @@ msgstr "" " --with-source=3DM=C3=83_NGU=E1=BB=92N\n" " d=C3=B9ng m=C3=A3 ngu=E1=BB=93n khi bi=C3=AAn = d=E1=BB=8Bch g=C3=B3i t=C6=B0=C6=A1ng =E1=BB=A9ng" =20 -#: guix/scripts/build.scm:237 +#: guix/scripts/build.scm:251 msgid "" "\n" " --no-grafts do not graft packages" @@ -227,7 +265,7 @@ msgstr "" "\n" " --no-grafts kh=C3=B4ng g=C3=B3i gh=C3=A9p" =20 -#: guix/scripts/build.scm:239 +#: guix/scripts/build.scm:253 msgid "" "\n" " -d, --derivations return the derivation paths of the given packa= ges" @@ -235,17 +273,18 @@ msgstr "" "\n" " -d, --derivations tr=E1=BA=A3 v=E1=BB=81 c=C3=A1c =C4=91=C6=B0=E1= =BB=9Dng d=E1=BA=ABn ngu=E1=BB=93n g=E1=BB=91c c=E1=BB=A7a c=C3=A1c g=C3=B3= i =C4=91=C3=A3 cho" =20 -#: guix/scripts/build.scm:241 +#: guix/scripts/build.scm:255 msgid "" "\n" " -r, --root=3DFILE make FILE a symlink to the result, and regis= ter it\n" " as a garbage collector root" msgstr "" "\n" -" -r, --root=3DT=E1=BA=ACP-TIN t=E1=BA=A1o T=E1=BA=ACP-TIN m=E1=BB=99= t li=C3=AAn k=E1=BA=BFt m=E1=BB=81m =C4=91=E1=BA=BFn k=E1=BA=BFt qu=E1=BA= =A3, v=C3=A0 =C4=91=C4=83ng k=C3=BD n=C3=B3\n" +" -r, --root=3DT=E1=BA=ACP-TIN t=E1=BA=A1o T=E1=BA=ACP-TIN m=E1=BB=99= t li=C3=AAn k=E1=BA=BFt m=E1=BB=81m =C4=91=E1=BA=BFn k=E1=BA=BFt qu=E1=BA= =A3, v=C3=A0 =C4=91=C4=83ng " +"k=C3=BD n=C3=B3\n" " nh=C6=B0 l=C3=A0 b=E1=BB=99 gom r=C3=A1c g=E1=BB= =91c" =20 -#: guix/scripts/build.scm:244 +#: guix/scripts/build.scm:258 msgid "" "\n" " --log-file return the log file names for the given deriva= tions" @@ -253,11 +292,12 @@ msgstr "" "\n" " --log-file tr=E1=BA=A3 v=E1=BB=81 t=C3=AAn c=E1=BB=A7a t=E1= =BA=ADp-tin nh=E1=BA=ADt k=C3=BD cho d=E1=BA=ABn xu=E1=BA=A5t =C4=91=C3=A3= cho" =20 -#: guix/scripts/build.scm:249 guix/scripts/download.scm:53 -#: guix/scripts/package.scm:467 guix/scripts/gc.scm:58 -#: guix/scripts/hash.scm:55 guix/scripts/pull.scm:81 -#: guix/scripts/substitute-binary.scm:566 guix/scripts/system.scm:414 -#: guix/scripts/lint.scm:469 +#: guix/scripts/build.scm:263 guix/scripts/download.scm:53 +#: guix/scripts/package.scm:478 guix/scripts/gc.scm:65 +#: guix/scripts/hash.scm:55 guix/scripts/import.scm:91 +#: guix/scripts/pull.scm:81 guix/scripts/substitute.scm:682 +#: guix/scripts/system.scm:407 guix/scripts/lint.scm:583 +#: guix/scripts/publish.scm:60 msgid "" "\n" " -h, --help display this help and exit" @@ -265,11 +305,12 @@ msgstr "" "\n" " -h, --help hi=E1=BB=83n th=E1=BB=8B tr=E1=BB=A3 gi=C3=BAp= n=C3=A0y r=E1=BB=93i tho=C3=A1t" =20 -#: guix/scripts/build.scm:251 guix/scripts/download.scm:55 -#: guix/scripts/package.scm:469 guix/scripts/gc.scm:60 -#: guix/scripts/hash.scm:57 guix/scripts/pull.scm:83 -#: guix/scripts/substitute-binary.scm:568 guix/scripts/system.scm:416 -#: guix/scripts/lint.scm:473 +#: guix/scripts/build.scm:265 guix/scripts/download.scm:55 +#: guix/scripts/package.scm:480 guix/scripts/gc.scm:67 +#: guix/scripts/hash.scm:57 guix/scripts/import.scm:93 +#: guix/scripts/pull.scm:83 guix/scripts/substitute.scm:684 +#: guix/scripts/system.scm:409 guix/scripts/lint.scm:587 +#: guix/scripts/publish.scm:62 msgid "" "\n" " -V, --version display version information and exit" @@ -277,20 +318,19 @@ msgstr "" "\n" " -V, --version hi=E1=BB=83n th=E1=BB=8B th=C3=B4ng tin phi=C3= =AAn b=E1=BA=A3n r=E1=BB=93i tho=C3=A1t" =20 -#: guix/scripts/build.scm:383 +#: guix/scripts/build.scm:292 #, scheme-format -msgid "sources do not match any package:~{ ~a~}~%" -msgstr "m=C3=A3 ngu=E1=BB=93n kh=C3=B4ng kh=E1=BB=9Bp b=E1=BA=A5t k=E1=BB= =B3 g=C3=B3i n=C3=A0o:~{ ~a~}~%" +msgid "" +"invalid argument: '~a' option argument: ~a, ~\n" +"must be one of 'package', 'all', or 'transitive'~%" +msgstr "" =20 -#: guix/scripts/build.scm:417 guix/scripts/download.scm:96 -#: guix/scripts/package.scm:694 guix/scripts/gc.scm:122 -#: guix/scripts/pull.scm:213 guix/scripts/system.scm:499 -#: guix/scripts/lint.scm:521 +#: guix/scripts/build.scm:415 #, scheme-format -msgid "~A: unrecognized option~%" -msgstr "~A: t=C3=B9y ch=E1=BB=8Dn kh=C3=B4ng =C4=91=C6=B0=E1=BB=A3c ch=E1= =BA=A5p nh=E1=BA=ADn~%" +msgid "sources do not match any package:~{ ~a~}~%" +msgstr "m=C3=A3 ngu=E1=BB=93n kh=C3=B4ng kh=E1=BB=9Bp b=E1=BA=A5t k=E1=BB= =B3 g=C3=B3i n=C3=A0o:~{ ~a~}~%" =20 -#: guix/scripts/build.scm:445 +#: guix/scripts/build.scm:464 #, scheme-format msgid "no build log for '~a'~%" msgstr "kh=C3=B4ng c=C3=B3 nh=E1=BA=ADt k=C3=BD d=E1=BB=8Bch cho =E2=80=9C= ~a'~%" @@ -324,6 +364,13 @@ msgstr "" msgid "unsupported hash format: ~a~%" msgstr "=C4=91=E1=BB=8Bnh d=E1=BA=A1ng b=C4=83m kh=C3=B4ng =C4=91=C6=B0=E1= =BB=A3c h=E1=BB=97 tr=E1=BB=A3: ~a~%" =20 +#: guix/scripts/download.scm:96 guix/scripts/gc.scm:144 +#: guix/scripts/pull.scm:217 guix/scripts/lint.scm:634 +#: guix/scripts/publish.scm:282 guix/ui.scm:946 +#, scheme-format +msgid "~A: unrecognized option~%" +msgstr "~A: t=C3=B9y ch=E1=BB=8Dn kh=C3=B4ng =C4=91=C6=B0=E1=BB=A3c ch=E1= =BA=A5p nh=E1=BA=ADn~%" + #: guix/scripts/download.scm:106 #, scheme-format msgid "~a: failed to parse URI~%" @@ -334,58 +381,76 @@ msgstr "~a: g=E1=BA=B7p l=E1=BB=97i khi ph=C3=A2n t= =C3=ADch URI~%" msgid "~a: download failed~%" msgstr "~a: g=E1=BA=B7p l=E1=BB=97i khi t=E1=BA=A3i v=E1=BB=81~%" =20 -#: guix/scripts/package.scm:98 +#: guix/scripts/package.scm:109 #, scheme-format msgid "failed to build the empty profile~%" msgstr "g=E1=BA=B7p l=E1=BB=97i khi bi=C3=AAn d=E1=BB=8Bch h=E1=BB=93 s=C6= =A1 tr=E1=BB=91ng r=E1=BB=97ng~%" =20 -#: guix/scripts/package.scm:114 +#: guix/scripts/package.scm:125 #, scheme-format msgid "switching from generation ~a to ~a~%" msgstr "chuy=E1=BB=83n t=E1=BB=AB th=E1=BA=BF h=E1=BB=87 ~a sang ~a~%" =20 -#: guix/scripts/package.scm:133 +#: guix/scripts/package.scm:144 #, scheme-format msgid "nothing to do: already at the empty profile~%" msgstr "kh=C3=B4ng c=C3=B3 g=C3=AC c=E1=BA=A7n l=C3=A0m: =C4=91=C3=A3 l=C3= =A0 m=E1=BB=99t h=E1=BB=93 s=C6=A1 tr=E1=BB=91ng r=E1=BB=97ng~%" =20 -#: guix/scripts/package.scm:145 +#: guix/scripts/package.scm:156 #, scheme-format msgid "deleting ~a~%" msgstr "=C4=91ang x=C3=B3a ~a~%" =20 -#: guix/scripts/package.scm:296 +#: guix/scripts/package.scm:269 +#, scheme-format +msgid "not removing generation ~a, which is current~%" +msgstr "" + +#: guix/scripts/package.scm:276 +#, fuzzy, scheme-format +msgid "no matching generation~%" +msgstr "kh=C3=B4ng th=E1=BB=83 chuy=E1=BB=83n =C4=91=E1=BA=BFn th=E1=BA=BF= h=E1=BB=87 =E2=80=9C~a'~%" + +#: guix/scripts/package.scm:279 guix/scripts/package.scm:959 +#, scheme-format +msgid "invalid syntax: ~a~%" +msgstr "c=C3=BA ph=C3=A1p kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87: ~a~%" + +#: guix/scripts/package.scm:341 #, scheme-format msgid "package `~a' lacks output `~a'~%" msgstr "g=C3=B3i =E2=80=9C~a=E2=80=9D thi=E1=BA=BFu k=E1=BA=BFt xu=E1=BA= =A5t =E2=80=9C~a'~%" =20 -#: guix/scripts/package.scm:313 +#: guix/scripts/package.scm:358 #, scheme-format msgid "~a: package not found~%" msgstr "~a: kh=C3=B4ng t=C3=ACm th=E1=BA=A5y g=C3=B3i~%" =20 -#: guix/scripts/package.scm:406 +#: guix/scripts/package.scm:409 #, scheme-format msgid "The following environment variable definitions may be needed:~%" msgstr "Nh=E1=BB=AFng =C4=91=E1=BB=8Bnh ngh=C4=A9a bi=E1=BA=BFn m=C3=B4i= tr=C6=B0=E1=BB=9Dng sau =C4=91=C3=A2y l=C3=A0 c=E1=BA=A7n thi=E1=BA=BFt:= ~%" =20 -#: guix/scripts/package.scm:422 +#: guix/scripts/package.scm:425 +#, fuzzy msgid "" -"Usage: guix package [OPTION]... PACKAGES...\n" -"Install, remove, or upgrade PACKAGES in a single transaction.\n" +"Usage: guix package [OPTION]...\n" +"Install, remove, or upgrade packages in a single transaction.\n" msgstr "" "C=C3=A1ch d=C3=B9ng: guix package [T=C3=99Y CH=E1=BB=8CN]=E2=80=A6 G=C3= =93I=E2=80=A6\n" "C=C3=A0i =C4=91=E1=BA=B7t, g=E1=BB=A1 b=E1=BB=8F hay c=E1=BA=ADp nh=E1=BA= =ADt G=C3=93I trong m=E1=BB=99t giao d=E1=BB=8Bch =C4=91=C6=A1n.\n" =20 -#: guix/scripts/package.scm:424 +#: guix/scripts/package.scm:427 +#, fuzzy msgid "" "\n" -" -i, --install=3DPACKAGE install PACKAGE" +" -i, --install PACKAGE ...\n" +" install PACKAGEs" msgstr "" "\n" " -i, --install=3DG=C3=93I c=C3=A0i =C4=91=E1=BA=B7t G=C3=93I" =20 -#: guix/scripts/package.scm:426 +#: guix/scripts/package.scm:430 msgid "" "\n" " -e, --install-from-expression=3DEXP\n" @@ -395,15 +460,17 @@ msgstr "" " -e, --install-from-expression=3DBT\n" " c=C3=A0i =C4=91=E1=BA=B7t g=C3=B3i =C4=91=C6=B0= =E1=BB=A3c BT =C4=91=E1=BB=8Bnh gi=C3=A1 cho" =20 -#: guix/scripts/package.scm:429 +#: guix/scripts/package.scm:433 +#, fuzzy msgid "" "\n" -" -r, --remove=3DPACKAGE remove PACKAGE" +" -r, --remove PACKAGE ...\n" +" remove PACKAGEs" msgstr "" "\n" " -r, --remove=3DG=C3=93I g=E1=BB=A1 b=E1=BB=8F G=C3=93I" =20 -#: guix/scripts/package.scm:431 +#: guix/scripts/package.scm:436 msgid "" "\n" " -u, --upgrade[=3DREGEXP] upgrade all the installed packages matching = REGEXP" @@ -411,7 +478,23 @@ msgstr "" "\n" " -u, --upgrade[=3DBTCQ] c=E1=BA=ADp nh=E1=BA=ADt t=E1=BA=A5t c=E1=BA= =A3 c=C3=A1c g=C3=B3i kh=E1=BB=9Bp v=E1=BB=9Bi BTCQ" =20 -#: guix/scripts/package.scm:433 +#: guix/scripts/package.scm:438 +msgid "" +"\n" +" -m, --manifest=3DFILE create a new profile generation with the man= ifest\n" +" from FILE" +msgstr "" + +#: guix/scripts/package.scm:441 +#, fuzzy +msgid "" +"\n" +" --do-not-upgrade[=3DREGEXP] do not upgrade any packages matching = REGEXP" +msgstr "" +"\n" +" -u, --upgrade[=3DBTCQ] c=E1=BA=ADp nh=E1=BA=ADt t=E1=BA=A5t c=E1=BA= =A3 c=C3=A1c g=C3=B3i kh=E1=BB=9Bp v=E1=BB=9Bi BTCQ" + +#: guix/scripts/package.scm:443 msgid "" "\n" " --roll-back roll back to the previous generation" @@ -419,15 +502,17 @@ msgstr "" "\n" " --roll-back quay l=E1=BA=A1i th=E1=BA=BF h=E1=BB=87 tr=C6=B0= =E1=BB=9Bc" =20 -#: guix/scripts/package.scm:435 +#: guix/scripts/package.scm:445 +#, fuzzy msgid "" "\n" -" --search-paths display needed environment variable definition= s" +" --search-paths[=3DKIND]\n" +" display needed environment variable definition= s" msgstr "" "\n" " --search-paths hi=E1=BB=83n th=E1=BB=8B c=C3=A1c =C4=91=E1=BB= =8Bnh ngh=C4=A9a bi=E1=BA=BFn m=C3=B4i tr=C6=B0=E1=BB=9Dng c=E1=BA=A7n th= i=E1=BA=BFt" =20 -#: guix/scripts/package.scm:437 +#: guix/scripts/package.scm:448 msgid "" "\n" " -l, --list-generations[=3DPATTERN]\n" @@ -437,7 +522,7 @@ msgstr "" " -l, --list-generations[=3DM=E1=BA=AAU]\n" " li=E1=BB=87t k=C3=AA c=C3=A1c g=C3=B3i kh=E1=BB= =9Bp M=E1=BA=AAU" =20 -#: guix/scripts/package.scm:440 +#: guix/scripts/package.scm:451 msgid "" "\n" " -d, --delete-generations[=3DPATTERN]\n" @@ -447,7 +532,7 @@ msgstr "" " -d, --delete-generations[=3DM=E1=BA=AAU]\n" " x=C3=B3a c=C3=A1c b=E1=BB=99 t=E1=BA=A1o kh=E1= =BB=9Bp M=E1=BA=AAU" =20 -#: guix/scripts/package.scm:443 +#: guix/scripts/package.scm:454 msgid "" "\n" " -S, --switch-generation=3DPATTERN\n" @@ -457,7 +542,7 @@ msgstr "" " -S, --switch-generation=3DM=E1=BA=AAU\n" " chuy=E1=BB=83n sang m=E1=BB=99t th=E1=BA=BF h=E1= =BB=87 kh=E1=BB=9Bp M=E1=BA=AAU" =20 -#: guix/scripts/package.scm:446 +#: guix/scripts/package.scm:457 msgid "" "\n" " -p, --profile=3DPROFILE use PROFILE instead of the user's default pr= ofile" @@ -465,7 +550,7 @@ msgstr "" "\n" " -p, --profile=3DH=E1=BB=92_S=C6=A0 d=C3=B9ng h=E1=BB=93 s=C6=A1 =C4= =91=C6=B0a ra thay cho h=E1=BB=93 s=C6=A1 m=E1=BA=B7c =C4=91=E1=BB=8Bnh" =20 -#: guix/scripts/package.scm:449 +#: guix/scripts/package.scm:460 msgid "" "\n" " --bootstrap use the bootstrap Guile to build the profile" @@ -473,7 +558,7 @@ msgstr "" "\n" " --bootstrap d=C3=B9ng ch=C6=B0=C6=A1ng tr=C3=ACnh m=E1=BB=93= i Guile =C4=91=E1=BB=83 bi=C3=AAn d=E1=BB=8Bch h=E1=BB=93 s=C6=A1" =20 -#: guix/scripts/package.scm:451 guix/scripts/pull.scm:74 +#: guix/scripts/package.scm:462 guix/scripts/pull.scm:74 msgid "" "\n" " --verbose produce verbose output" @@ -481,7 +566,7 @@ msgstr "" "\n" " --verbose t=E1=BA=A1o ra k=E1=BA=BFt xu=E1=BA=A5t chi ti= =E1=BA=BFt" =20 -#: guix/scripts/package.scm:454 +#: guix/scripts/package.scm:465 msgid "" "\n" " -s, --search=3DREGEXP search in synopsis and description using REG= EXP" @@ -490,7 +575,7 @@ msgstr "" " -s, --search=3DBTCQ t=C3=ACm trong t=C3=B3m l=C6=B0=E1=BB=A3c v=C3= =A0 m=C3=B4 t=E1=BA=A3\n" " s=E1=BB=AD d=E1=BB=A5ng BI=E1=BB=82U TH=E1=BB= =A8C CH=C3=8DNH QUY" =20 -#: guix/scripts/package.scm:456 +#: guix/scripts/package.scm:467 msgid "" "\n" " -I, --list-installed[=3DREGEXP]\n" @@ -500,7 +585,7 @@ msgstr "" " -I, --list-installed[=3DBI=E1=BB=82U-TH=E1=BB=A8C-CH=C3=8DNH-QUY]\n" " ki=E1=BB=87t k=C3=AA c=C3=A1c g=C3=B3i kh=E1=BB= =9Bp BTCQ =C4=91=C3=A3 c=C3=A0i =C4=91=E1=BA=B7t" =20 -#: guix/scripts/package.scm:459 +#: guix/scripts/package.scm:470 msgid "" "\n" " -A, --list-available[=3DREGEXP]\n" @@ -510,60 +595,57 @@ msgstr "" " -A, --list-available[=3DBI=E1=BB=82U-TH=E1=BB=A8C-CH=C3=8DNH-QUY]\n" " ki=E1=BB=87t k=C3=AA c=C3=A1c g=C3=B3i kh=E1=BB= =9Bp BTCQ" =20 -#: guix/scripts/package.scm:462 +#: guix/scripts/package.scm:473 +#, fuzzy msgid "" "\n" -" --show=3DPACKAGE show details about PACKAGE" +" --show=3DPACKAGE show details about PACKAGE" msgstr "" "\n" " --show=3DG=C3=93I hi=E1=BB=83n th=E1=BB=8B th=C3=B4ng tin= chi ti=E1=BA=BFt v=E1=BB=81 G=C3=93I" =20 -#: guix/scripts/package.scm:698 +#: guix/scripts/package.scm:560 +#, scheme-format +msgid "~a: unsupported kind of search path~%" +msgstr "" + +#: guix/scripts/package.scm:758 #, scheme-format msgid "~A: extraneous argument~%" msgstr "~A: =C4=91=E1=BB=91i s=E1=BB=91 ngo=E1=BA=A1i lai~%" =20 -#: guix/scripts/package.scm:708 +#: guix/scripts/package.scm:766 #, scheme-format msgid "Try \"info '(guix) Invoking guix package'\" for more information.= ~%" -msgstr "Th=E1=BB=AD ch=E1=BA=A1y l=E1=BB=87nh \"info =E2=80=9C(guix) Inv= oking guix package'\" =C4=91=E1=BB=83 c=C3=B3 th=C3=AAm th=C3=B4ng tin.~%= " +msgstr "" +"Th=E1=BB=AD ch=E1=BA=A1y l=E1=BB=87nh \"info =E2=80=9C(guix) Invoking g= uix package'\" =C4=91=E1=BB=83 c=C3=B3 th=C3=AAm th=C3=B4ng tin.~%" =20 -#: guix/scripts/package.scm:730 +#: guix/scripts/package.scm:788 #, scheme-format msgid "error: while creating directory `~a': ~a~%" msgstr "l=E1=BB=97i: trong khi t=E1=BA=A1o th=C6=B0 m=E1=BB=A5c =E2=80=9C= ~a=E2=80=9D: ~a~%" =20 -#: guix/scripts/package.scm:734 +#: guix/scripts/package.scm:792 #, scheme-format msgid "Please create the `~a' directory, with you as the owner.~%" msgstr "H=C3=A3y t=E1=BA=A1o th=C6=B0 m=E1=BB=A5c =E2=80=9C~a=E2=80=9D, = v=E1=BB=9Bi b=E1=BA=A1n l=C3=A0 ch=E1=BB=A7 s=E1=BB=9F h=E1=BB=AFu.~%" =20 -#: guix/scripts/package.scm:741 +#: guix/scripts/package.scm:799 #, scheme-format msgid "error: directory `~a' is not owned by you~%" msgstr "l=E1=BB=97i: th=C6=B0 m=E1=BB=A5c =E2=80=9C~a=E2=80=9D kh=C3=B4n= g =C4=91=C6=B0=E1=BB=A3c s=E1=BB=9F h=E1=BB=AFu b=E1=BB=9Fi b=E1=BA=A1n~%= " =20 -#: guix/scripts/package.scm:744 +#: guix/scripts/package.scm:802 #, scheme-format msgid "Please change the owner of `~a' to user ~s.~%" msgstr "Vui l=C3=B2ng =C4=91=E1=BB=95i ch=E1=BB=A7 s=E1=BB=9F h=E1=BB=AF= u c=E1=BB=A7a =E2=80=9C~a=E2=80=9D th=C3=A0nh ~s.~%" =20 -#: guix/scripts/package.scm:777 -#, scheme-format -msgid "cannot switch to generation '~a'~%" -msgstr "kh=C3=B4ng th=E1=BB=83 chuy=E1=BB=83n =C4=91=E1=BA=BFn th=E1=BA=BF= h=E1=BB=87 =E2=80=9C~a'~%" - -#: guix/scripts/package.scm:809 guix/scripts/package.scm:910 -#, scheme-format -msgid "invalid syntax: ~a~%" -msgstr "c=C3=BA ph=C3=A1p kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87: ~a~%" - -#: guix/scripts/package.scm:846 +#: guix/scripts/package.scm:836 #, scheme-format msgid "nothing to be done~%" msgstr "kh=C3=B4ng c=C3=B3 g=C3=AC c=E1=BA=A7n l=C3=A0m~%" =20 -#: guix/scripts/package.scm:861 +#: guix/scripts/package.scm:852 #, scheme-format msgid "~a package in profile~%" msgid_plural "~a packages in profile~%" @@ -571,10 +653,25 @@ msgstr[0] "~a g=C3=B3i trong h=E1=BB=93 s=C6=A1~%" =20 #: guix/scripts/package.scm:876 #, scheme-format +msgid "cannot switch to generation '~a'~%" +msgstr "kh=C3=B4ng th=E1=BB=83 chuy=E1=BB=83n =C4=91=E1=BA=BFn th=E1=BA=BF= h=E1=BB=87 =E2=80=9C~a'~%" + +#: guix/scripts/package.scm:898 +#, scheme-format +msgid "would install new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:900 +#, scheme-format +msgid "installing new manifest from '~a' with ~d entries~%" +msgstr "" + +#: guix/scripts/package.scm:925 +#, scheme-format msgid "Generation ~a\t~a" msgstr "T=E1=BA=A1o ~a\t~a" =20 -#: guix/scripts/package.scm:883 +#: guix/scripts/package.scm:932 #, scheme-format msgid "~a\t(current)~%" msgstr "~a\t(hi=E1=BB=87n t=E1=BA=A1i)~%" @@ -608,12 +705,18 @@ msgstr "" #: guix/scripts/gc.scm:46 msgid "" "\n" +" --optimize optimize the store by deduplicating identical = files" +msgstr "" + +#: guix/scripts/gc.scm:48 +msgid "" +"\n" " --list-dead list dead paths" msgstr "" "\n" " --list-dead li=E1=BB=87t k=C3=AA c=C3=A1c =C4=91=C6=B0=E1=BB= =9Dng d=E1=BA=ABn =C4=91=C3=A3 ch=E1=BA=BFt" =20 -#: guix/scripts/gc.scm:48 +#: guix/scripts/gc.scm:50 msgid "" "\n" " --list-live list live paths" @@ -621,7 +724,7 @@ msgstr "" "\n" " --list-live li=E1=BB=87t k=C3=AA =C4=91=C6=B0=E1=BB=9Dng d= =E1=BA=ABn c=C3=B2n s=E1=BB=91ng" =20 -#: guix/scripts/gc.scm:51 +#: guix/scripts/gc.scm:53 msgid "" "\n" " --references list the references of PATHS" @@ -629,7 +732,7 @@ msgstr "" "\n" " --references li=E1=BB=87t k=C3=AA c=C3=A1c tham chi=E1=BA=BF= u c=E1=BB=A7a =C4=90=C6=AF=E1=BB=9CNG-D=E1=BA=AAN" =20 -#: guix/scripts/gc.scm:53 +#: guix/scripts/gc.scm:55 msgid "" "\n" " -R, --requisites list the requisites of PATHS" @@ -637,7 +740,7 @@ msgstr "" "\n" " -R, --referrers li=E1=BB=87t k=C3=AA c=C3=A1c =C4=91i=E1=BB=81= u ki=E1=BB=87n c=E1=BA=A7n cho bi=E1=BA=BFn PATH" =20 -#: guix/scripts/gc.scm:55 +#: guix/scripts/gc.scm:57 msgid "" "\n" " --referrers list the referrers of PATHS" @@ -645,7 +748,15 @@ msgstr "" "\n" " --referrers li=E1=BB=87t k=C3=AA c=C3=A1c =C4=90=C6=AF=E1=BB= =9CNG D=E1=BA=AAN cho bi=E1=BA=BFn PATH" =20 -#: guix/scripts/gc.scm:84 +#: guix/scripts/gc.scm:60 +msgid "" +"\n" +" --verify[=3DOPTS] verify the integrity of the store; OPTS is a= \n" +" comma-separated combination of 'repair' and\n" +" 'contents'" +msgstr "" + +#: guix/scripts/gc.scm:91 #, scheme-format msgid "invalid amount of storage: ~a~%" msgstr "s=E1=BB=91 l=C6=B0=E1=BB=A3ng kho ch=E1=BB=A9a kh=C3=B4ng h=E1=BB= =A3p l=E1=BB=87: ~a~%" @@ -677,7 +788,7 @@ msgstr "" msgid "unrecognized option: ~a~%" msgstr "t=C3=B9y ch=E1=BB=8Dn kh=C3=B4ng =C4=91=C6=B0=E1=BB=A3c th=E1=BB= =ABa nh=E1=BA=ADn: ~a~%" =20 -#: guix/scripts/hash.scm:134 guix/ui.scm:258 +#: guix/scripts/hash.scm:134 guix/ui.scm:424 #, scheme-format msgid "~a~%" msgstr "~a~%" @@ -687,6 +798,30 @@ msgstr "~a~%" msgid "wrong number of arguments~%" msgstr "s=E1=BB=91 l=C6=B0=E1=BB=A3ng =C4=91=E1=BB=91i s=E1=BB=91 kh=C3=B4= ng =C4=91=C3=BAng~%" =20 +#: guix/scripts/import.scm:85 +#, fuzzy +msgid "" +"Usage: guix import IMPORTER ARGS ...\n" +"Run IMPORTER with ARGS.\n" +msgstr "" +"C=C3=A1ch d=C3=B9ng: guix L=E1=BB=86NH =C4=90=E1=BB=90I_S=E1=BB=90=E2=80= =A6\n" +"Ch=E1=BA=A1y L=E1=BB=86NH v=E1=BB=9Bi c=C3=A1c =C4=90=E1=BB=90I S=E1=BB= =90.\n" + +#: guix/scripts/import.scm:88 +#, fuzzy +msgid "IMPORTER must be one of the importers listed below:\n" +msgstr "L=E1=BB=86NH ph=E1=BA=A3i l=C3=A0 m=E1=BB=99t trong s=E1=BB=91 n= h=E1=BB=AFng c=C3=A2u l=E1=BB=87nh con =C4=91=C6=B0=E1=BB=A3c li=E1=BB=87= t k=C3=AA d=C6=B0=E1=BB=9Bi =C4=91=C3=A2y:\n" + +#: guix/scripts/import.scm:102 +#, fuzzy, scheme-format +msgid "guix import: missing importer name~%" +msgstr "guix: thi=E1=BA=BFu t=C3=AAn l=E1=BB=87nh~%" + +#: guix/scripts/import.scm:113 +#, scheme-format +msgid "guix import: invalid importer~%" +msgstr "" + #: guix/scripts/pull.scm:72 msgid "" "Usage: guix pull [OPTION]...\n" @@ -724,123 +859,124 @@ msgstr "=C4=91ang gi=E1=BA=A3i n=C3=A9n =E2=80=9C= ~a=E2=80=9D=E2=80=A6~%" msgid "failed to unpack source code" msgstr "g=E1=BA=B7p l=E1=BB=97i khi gi=E1=BA=A3i g=C3=B3i m=C3=A3 ngu=E1= =BB=93n" =20 -#: guix/scripts/pull.scm:200 +#: guix/scripts/pull.scm:202 +msgid "Guix already up to date\n" +msgstr "Guix =C4=91=C3=A3 c=E1=BA=ADp nh=E1=BA=ADt r=E1=BB=93i\n" + +#: guix/scripts/pull.scm:207 #, scheme-format msgid "updated ~a successfully deployed under `~a'~%" msgstr "=C4=91=C3=A3 c=E1=BA=ADp nh=E1=BA=ADt ~a th=C3=A0nh c=C3=B4ng =C4= =91=C6=B0=E1=BB=A3c tri=E1=BB=83n khai d=C6=B0=E1=BB=9Bi =E2=80=9C~a'~%" =20 -#: guix/scripts/pull.scm:203 +#: guix/scripts/pull.scm:210 #, scheme-format msgid "failed to update Guix, check the build log~%" msgstr "g=E1=BA=B7p l=E1=BB=97i khi c=E1=BA=ADp nh=E1=BA=ADt Guix, h=C3=A3= y ki=E1=BB=83m tra nh=E1=BA=ADt k=C3=BD bi=C3=AAn d=E1=BB=8Bch~%" =20 -#: guix/scripts/pull.scm:205 -msgid "Guix already up to date\n" -msgstr "Guix =C4=91=C3=A3 c=E1=BA=ADp nh=E1=BA=ADt r=E1=BB=93i\n" - -#: guix/scripts/pull.scm:215 +#: guix/scripts/pull.scm:219 #, scheme-format msgid "~A: unexpected argument~%" msgstr "~A: g=E1=BA=B7p =C4=91=E1=BB=91i s=E1=BB=91 b=E1=BA=A5t th=C6=B0= =E1=BB=9Dng~%" =20 -#: guix/scripts/pull.scm:224 +#: guix/scripts/pull.scm:228 msgid "failed to download up-to-date source, exiting\n" msgstr "g=E1=BA=B7p l=E1=BB=97i khi t=E1=BA=A3i v=E1=BB=81 c=E1=BA=ADp n= h=E1=BA=ADt m=E1=BB=9Bi nh=E1=BA=A5t c=E1=BB=A7a m=C3=A3 ngu=E1=BB=93n, =C4= =91ang tho=C3=A1t\n" =20 -#: guix/scripts/substitute-binary.scm:80 +#: guix/scripts/substitute.scm:81 #, scheme-format msgid "authentication and authorization of substitutes disabled!~%" msgstr "ch=E1=BB=A9ng th=E1=BB=B1c v=C3=A0 =E1=BB=A7y quy=E1=BB=81n c=E1= =BB=A7a c=C3=A1i thay th=E1=BA=BF b=E1=BB=8B t=E1=BA=AFt!~%" =20 -#: guix/scripts/substitute-binary.scm:163 +#: guix/scripts/substitute.scm:157 #, scheme-format msgid "download from '~a' failed: ~a, ~s~%" msgstr "t=E1=BA=A3i v=E1=BB=81 t=E1=BB=AB =E2=80=9C~a=E2=80=9D g=E1=BA=B7= p l=E1=BB=97i: ~a, ~s~%" =20 -#: guix/scripts/substitute-binary.scm:178 +#: guix/scripts/substitute.scm:169 #, scheme-format msgid "while fetching ~a: server is somewhat slow~%" msgstr "khi =C4=91ang l=E1=BA=A5y ~a: m=C3=A1y ch=E1=BB=A7 h=C6=A1i ch=E1= =BA=ADm m=E1=BB=99t t=C3=AD~%" =20 -#: guix/scripts/substitute-binary.scm:180 +#: guix/scripts/substitute.scm:171 #, scheme-format msgid "try `--no-substitutes' if the problem persists~%" msgstr "d=C3=B9ng =E2=80=9C--no-substitutes=E2=80=9D n=E1=BA=BFu v=E1=BA= =A5n =C4=91=E1=BB=81 v=E1=BA=ABn kh=C3=B4ng =C4=91=C6=B0=E1=BB=A3c gi=E1=BA= =A3i quy=E1=BA=BFt~%" =20 -#: guix/scripts/substitute-binary.scm:221 -#, scheme-format -msgid "updating list of substitutes from '~a'...~%" +#: guix/scripts/substitute.scm:214 +#, fuzzy, scheme-format +msgid "updating list of substitutes from '~a'...\r" msgstr "=C4=91ang c=E1=BA=ADp nh=E1=BA=ADt danh s=C3=A1ch thay th=E1=BA=BF= t=E1=BB=AB =E2=80=9C~a=E2=80=9D=E2=80=A6~%" =20 -#: guix/scripts/substitute-binary.scm:253 +#: guix/scripts/substitute.scm:246 #, scheme-format msgid "signature version must be a number: ~s~%" msgstr "phi=C3=AAn b=E1=BA=A3n ch=E1=BB=AF k=C3=BD ph=E1=BA=A3i l=C3=A0 = con s=E1=BB=91: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:257 +#: guix/scripts/substitute.scm:250 #, scheme-format msgid "unsupported signature version: ~a~%" msgstr "phi=C3=AAn b=E1=BA=A3n ch=E1=BB=AF k=C3=BD kh=C3=B4ng =C4=91=C6=B0= =E1=BB=A3c h=E1=BB=97 tr=E1=BB=A3: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:265 +#: guix/scripts/substitute.scm:258 #, scheme-format msgid "signature is not a valid s-expression: ~s~%" msgstr "ch=E1=BB=AF k=C3=BD kh=C3=B4ng ph=E1=BA=A3i l=C3=A0 m=E1=BB=99t = bi=E1=BB=83u th=E1=BB=A9c s h=E1=BB=A3p l=E1=BB=87: ~s~%" =20 -#: guix/scripts/substitute-binary.scm:269 +#: guix/scripts/substitute.scm:262 #, scheme-format msgid "invalid format of the signature field: ~a~%" msgstr "=C4=91=E1=BB=8Bnh d=E1=BA=A1ng tr=C6=B0=E1=BB=9Dng ch=E1=BB=AF k= =C3=BD kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:304 +#: guix/scripts/substitute.scm:297 #, scheme-format msgid "invalid signature for '~a'~%" msgstr "ch=E1=BB=AF k=C3=BD kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87 cho =E2=80= =9C~a'~%" =20 -#: guix/scripts/substitute-binary.scm:306 +#: guix/scripts/substitute.scm:299 #, scheme-format msgid "hash mismatch for '~a'~%" msgstr "m=C3=A3 b=C4=83m kh=C3=B4ng kh=E1=BB=9Bp nhau cho =E2=80=9C~a'~%= " =20 -#: guix/scripts/substitute-binary.scm:308 +#: guix/scripts/substitute.scm:301 #, scheme-format msgid "'~a' is signed with an unauthorized key~%" msgstr "=E2=80=9C~a=E2=80=9D =C4=91=C6=B0=E1=BB=A3c k=C3=BD b=E1=BA=B1ng= kh=C3=B3a tr=C3=A1i ph=C3=A9p~%" =20 -#: guix/scripts/substitute-binary.scm:310 +#: guix/scripts/substitute.scm:303 #, scheme-format msgid "signature on '~a' is corrupt~%" msgstr "ch=E1=BB=AF k=C3=BD tr=C3=AAn =E2=80=9C~a=E2=80=9D b=E1=BB=8B h=E1= =BB=8Fng~%" =20 -#: guix/scripts/substitute-binary.scm:344 +#: guix/scripts/substitute.scm:341 #, scheme-format msgid "substitute at '~a' lacks a signature~%" msgstr "c=C3=A1i thay th=E1=BA=BF t=E1=BA=A1i =E2=80=9C~a=E2=80=9D thi=E1= =BA=BFu ch=E1=BB=AF k=C3=BD~%" =20 -#: guix/scripts/substitute-binary.scm:532 -#, scheme-format -msgid "Downloading, please wait...~%" -msgstr "=C4=90ang t=E1=BA=A3i, vui l=C3=B2ng ch=E1=BB=9D=E2=80=A6~%" +#: guix/scripts/substitute.scm:504 +#, fuzzy, scheme-format +msgid "updating list of substitutes from '~a'... ~5,1f%" +msgstr "=C4=91ang c=E1=BA=ADp nh=E1=BA=ADt danh s=C3=A1ch thay th=E1=BA=BF= t=E1=BB=AB =E2=80=9C~a=E2=80=9D=E2=80=A6~%" =20 -#: guix/scripts/substitute-binary.scm:534 +#: guix/scripts/substitute.scm:552 #, scheme-format -msgid "(Please consider upgrading Guile to get proper progress report.)~= %" -msgstr "(H=C3=A3y c=C3=A2n nh=E1=BA=AFc n=C3=A2ng c=E1=BA=A5p Guile =C4=91= =E1=BB=83 nh=E1=BA=ADn =C4=91=C6=B0=E1=BB=A3c b=C3=A1o c=C3=A1o ti=E1=BA=BF= n tr=C3=ACnh =C4=91=C3=BAng =C4=91=E1=BA=AFn.)~%" +msgid "~s: unsupported server URI scheme~%" +msgstr "" =20 -#: guix/scripts/substitute-binary.scm:547 +#: guix/scripts/substitute.scm:663 #, scheme-format msgid "host name lookup error: ~a~%" msgstr "l=E1=BB=97i truy v=E1=BA=A5n t=C3=AAn m=C3=A1y: ~a~%" =20 -#: guix/scripts/substitute-binary.scm:556 +#: guix/scripts/substitute.scm:672 +#, fuzzy msgid "" -"Usage: guix substitute-binary [OPTION]...\n" +"Usage: guix substitute [OPTION]...\n" "Internal tool to substitute a pre-built binary to a local build.\n" msgstr "" "C=C3=A1ch d=C3=B9ng: guix substitute-binary [T=C3=99Y-CH=E1=BB=8CN]=E2=80= =A6\n" "C=C3=B4ng c=E1=BB=A5 n=E1=BB=99i t=E1=BA=A1i =C4=91=E1=BB=83 thay th=E1= =BA=BF nh=E1=BB=8B ph=C3=A2n d=E1=BB=8Bch s=E1=BA=B5n th=C3=A0nh d=E1=BB=8B= ch n=E1=BB=99i b=E1=BB=99.\n" =20 -#: guix/scripts/substitute-binary.scm:558 +#: guix/scripts/substitute.scm:674 msgid "" "\n" " --query report on the availability of substitutes for = the\n" @@ -848,9 +984,10 @@ msgid "" msgstr "" "\n" " --query b=C3=A1o c=C3=A1o tr=C3=AAn t=C3=ADnh s=E1=BA=B5= n s=C3=A0ng c=E1=BB=A7a thay th=E1=BA=BF cho\n" -" c=C3=A1c t=C3=AAn t=E1=BA=ADp-tin l=C6=B0u tr=E1= =BB=AF =C4=91=C6=B0=E1=BB=A3c chuy=E1=BB=83n tr=C3=AAn =C4=91=E1=BA=A7u r= a ti=C3=AAu chu=E1=BA=A9n" +" c=C3=A1c t=C3=AAn t=E1=BA=ADp-tin l=C6=B0u tr=E1= =BB=AF =C4=91=C6=B0=E1=BB=A3c chuy=E1=BB=83n tr=C3=AAn =C4=91=E1=BA=A7u r= a " +"ti=C3=AAu chu=E1=BA=A9n" =20 -#: guix/scripts/substitute-binary.scm:561 +#: guix/scripts/substitute.scm:677 msgid "" "\n" " --substitute STORE-FILE DESTINATION\n" @@ -862,21 +999,25 @@ msgstr "" " t=E1=BA=A3i v=E1=BB=81 T=E1=BA=ACP-TIN-L=C6=AF= U v=C3=A0 l=C6=B0u n=C3=B3 trong t=E1=BA=ADp tin =C4=90=C3=8DCH\n" " Nar" =20 -#: guix/scripts/substitute-binary.scm:606 -msgid "ACL for archive imports seems to be uninitialized, substitutes ma= y be unavailable\n" -msgstr "ACL d=C3=A0nh cho nh=E1=BA=ADp kho l=C6=B0u d=C6=B0=E1=BB=9Dng n= h=C6=B0 l=C3=A0 ch=C6=B0a =C4=91=C6=B0=E1=BB=A3c kh=E1=BB=9Fi t=E1=BA=A1o= , vi=E1=BB=87c thay th=E1=BA=BF c=C3=B3 l=E1=BA=BD l=C3=A0 kh=C3=B4ng s=E1= =BA=B5n s=C3=A0ng\n" +#: guix/scripts/substitute.scm:712 +msgid "" +"ACL for archive imports seems to be uninitialized, substitutes may be " +"unavailable\n" +msgstr "" +"ACL d=C3=A0nh cho nh=E1=BA=ADp kho l=C6=B0u d=C6=B0=E1=BB=9Dng nh=C6=B0= l=C3=A0 ch=C6=B0a =C4=91=C6=B0=E1=BB=A3c kh=E1=BB=9Fi t=E1=BA=A1o, vi=E1= =BB=87c thay th=E1=BA=BF c=C3=B3 " +"l=E1=BA=BD l=C3=A0 kh=C3=B4ng s=E1=BA=B5n s=C3=A0ng\n" =20 -#: guix/scripts/substitute-binary.scm:640 +#: guix/scripts/substitute.scm:750 #, scheme-format msgid "these substitute URLs will not be used:~{ ~a~}~%" msgstr "URL thay th=E1=BA=BF s=E1=BA=BD kh=C3=B4ng =C4=91=C6=B0=E1=BB=A3= c d=C3=B9ng:~{ ~a~}~%" =20 -#: guix/scripts/substitute-binary.scm:666 +#: guix/scripts/substitute.scm:776 #, scheme-format msgid "failed to look up host '~a' (~a), substituter disabled~%" msgstr "g=E1=BA=B7p l=E1=BB=97i khi t=C3=ACm m=C3=A1y =E2=80=9C~a=E2=80=9D= (~a), b=E1=BB=99 thay th=E1=BA=BF =C4=91=C3=A3 b=E1=BB=8B t=E1=BA=AFt~%" =20 -#: guix/scripts/substitute-binary.scm:777 +#: guix/scripts/substitute.scm:883 #, scheme-format msgid "~a: unrecognized options~%" msgstr "~a: kh=C3=B4ng ch=E1=BA=A5p nh=E1=BA=ADn c=C3=A1c t=C3=B9y ch=E1= =BB=8Dn~%" @@ -901,7 +1042,7 @@ msgstr "l=E1=BB=97i: kh=C3=B3a c=C3=B4ng kh=C3=B4ng = =C4=91=C3=BAng: ~a~%" msgid "error: corrupt signature data: ~a~%" msgstr "l=E1=BB=97i: d=E1=BB=AF li=E1=BB=87u ch=E1=BB=AF k=C3=BD b=E1=BB= =8B h=E1=BB=8Fng: ~a~%" =20 -#: guix/scripts/authenticate.scm:126 +#: guix/scripts/authenticate.scm:120 msgid "" "Usage: guix authenticate OPTION...\n" "Sign or verify the signature on the given file. This tool is meant to\= n" @@ -911,56 +1052,46 @@ msgstr "" "K=C3=BD ho=E1=BA=B7c x=C3=A1c minh ch=E1=BB=AF k=C3=BD tr=C3=AAn t=E1=BA= =ADp tin =C4=91=C3=A3 cho. C=C3=B4ng c=E1=BB=A5 n=C3=A0y =C4=91=C6=B0=E1= =BB=A3c d=C3=B9ng\n" "n=E1=BB=99i b=E1=BB=99 b=E1=BB=9Fi =E2=80=9Cguix-daemon=E2=80=9D.\n" =20 -#: guix/scripts/authenticate.scm:132 +#: guix/scripts/authenticate.scm:126 msgid "wrong arguments" msgstr "c=C3=A1c =C4=91=E1=BB=91i s=E1=BB=91 sai" =20 -#: guix/scripts/system.scm:75 -#, scheme-format -msgid "failed to open operating system file '~a': ~a~%" -msgstr "g=E1=BA=B7p l=E1=BB=97i khi m=E1=BB=9F t=E1=BA=ADp tin h=E1=BB=87= =C4=91i=E1=BB=81u h=C3=A0nh =E2=80=9C~a=E2=80=9D: ~a~%" - -#: guix/scripts/system.scm:79 -#, scheme-format -msgid "~a: error: ~a~%" -msgstr "~a: l=E1=BB=97i: ~a~%" - -#: guix/scripts/system.scm:83 -#, scheme-format -msgid "failed to load operating system file '~a':~%" -msgstr "g=E1=BA=B7p l=E1=BB=97i khi t=E1=BA=A3i t=E1=BA=ADp tin h=E1=BB=87= =C4=91i=E1=BB=81u h=C3=A0nh =E2=80=9C~a=E2=80=9D:~%" - -#: guix/scripts/system.scm:120 +#: guix/scripts/system.scm:97 #, scheme-format msgid "failed to register '~a' under '~a'~%" msgstr "g=E1=BA=B7p l=E1=BB=97i khi =C4=91=C4=83ng k=C3=BD =E2=80=9C~a=E2= =80=9D d=C6=B0=E1=BB=9Bi ~a~%" =20 -#: guix/scripts/system.scm:152 +#: guix/scripts/system.scm:129 #, scheme-format msgid "failed to install GRUB on device '~a'~%" msgstr "g=E1=BA=B7p l=E1=BB=97i khi c=C3=A0i =C4=91=E1=BA=B7t GRUB tr=C3= =AAn thi=E1=BA=BFt b=E1=BB=8B =E2=80=9C~a'~%" =20 -#: guix/scripts/system.scm:169 +#: guix/scripts/system.scm:147 #, scheme-format msgid "initializing the current root file system~%" msgstr "=C4=91ang kh=E1=BB=9Fi t=E1=BA=A1o h=E1=BB=87 th=E1=BB=91ng t=E1= =BA=ADp tin g=E1=BB=91c hi=E1=BB=87n t=E1=BA=A1i~%" =20 -#: guix/scripts/system.scm:223 +#: guix/scripts/system.scm:161 +#, scheme-format +msgid "not running as 'root', so the ownership of '~a' may be incorrect!= ~%" +msgstr "" + +#: guix/scripts/system.scm:213 #, scheme-format msgid "activating system...~%" msgstr "=C4=91ang k=C3=ADch ho=E1=BA=A1t h=E1=BB=87 th=E1=BB=91ng=E2=80=A6= ~%" =20 -#: guix/scripts/system.scm:273 +#: guix/scripts/system.scm:263 #, scheme-format msgid "unrecognized boot parameters for '~a'~%" msgstr "tham s=E1=BB=91 kh=E1=BB=9Fi =C4=91=E1=BB=99ng kh=C3=B4ng =C4=91= =C6=B0=E1=BB=A3c th=E1=BB=ABa nh=E1=BA=ADn cho =E2=80=9C~a'~%" =20 -#: guix/scripts/system.scm:369 +#: guix/scripts/system.scm:358 #, scheme-format msgid "initializing operating system under '~a'...~%" msgstr "=C4=91ang kh=E1=BB=9Fi t=E1=BA=A1o h=E1=BB=87 =C4=91i=E1=BB=81u = h=C3=A0nh d=C6=B0=E1=BB=9Bi =E2=80=9C~a=E2=80=9D=E2=80=A6~%" =20 -#: guix/scripts/system.scm:385 +#: guix/scripts/system.scm:374 msgid "" "Usage: guix system [OPTION] ACTION FILE\n" "Build the operating system declared in FILE according to ACTION.\n" @@ -968,35 +1099,57 @@ msgstr "" "C=C3=A1ch d=C3=B9ng: guix system [T=C3=99Y-CH=E1=BB=8CN] THAO-T=C3=81C = T=E1=BA=ACP-TIN\n" "bi=C3=AAn d=E1=BB=8Bch h=E1=BB=87 =C4=91i=E1=BB=81u h=C3=A0nh khai b=C3= =A1o trong T=E1=BA=ACP-TIN tu=C3=A2n theo THAO-T=C3=81C.\n" =20 -#: guix/scripts/system.scm:388 +#: guix/scripts/system.scm:377 msgid "The valid values for ACTION are:\n" msgstr "C=C3=A1c gi=C3=A1 tr=E1=BB=8B h=E1=BB=A3p l=E1=BB=87 cho THAO T=C3= =81C l=C3=A0:\n" =20 -#: guix/scripts/system.scm:389 -msgid " - 'reconfigure', switch to a new operating system configuration= \n" +#: guix/scripts/system.scm:379 +#, fuzzy +msgid " reconfigure switch to a new operating system configuratio= n\n" msgstr " - =E2=80=9Creconfigure=E2=80=9D, chuy=E1=BB=83n th=C3=A0nh c=E1= =BA=A5u h=C3=ACnh h=E1=BB=87 =C4=91i=E1=BB=81u h=C3=A0nh m=E1=BB=9Bi\n" =20 -#: guix/scripts/system.scm:391 -msgid " - 'build', build the operating system without installing anythi= ng\n" +#: guix/scripts/system.scm:381 +#, fuzzy +msgid "" +" build build the operating system without installing anyth= ing\n" msgstr " - =E2=80=9Cbuild=E2=80=9D, bi=C3=AAn d=E1=BB=8Bch h=E1=BB=87 =C4= =91i=E1=BB=81u h=C3=A0nh m=C3=A0 kh=C3=B4ng c=C3=A0i g=C3=AC\n" =20 -#: guix/scripts/system.scm:393 -msgid " - 'vm', build a virtual machine image that shares the host's st= ore\n" -msgstr " - =E2=80=9Cvm=E2=80=9D, bi=C3=AAn d=E1=BB=8Bch m=E1=BB=99t =E1= =BA=A3nh m=C3=A1y =E1=BA=A3o ki=E1=BB=83u m=C3=A0 c=C3=B3 th=E1=BB=83 chi= a s=E1=BA=BB tr=C3=AAn kho m=C3=A1y\n" +#: guix/scripts/system.scm:383 +#, fuzzy +msgid "" +" vm build a virtual machine image that shares the host'= s " +"store\n" +msgstr "" +" - =E2=80=9Cvm=E2=80=9D, bi=C3=AAn d=E1=BB=8Bch m=E1=BB=99t =E1=BA=A3n= h m=C3=A1y =E1=BA=A3o ki=E1=BB=83u m=C3=A0 c=C3=B3 th=E1=BB=83 chia s=E1=BA= =BB tr=C3=AAn kho m=C3=A1y\n" =20 -#: guix/scripts/system.scm:395 -msgid " - 'vm-image', build a freestanding virtual machine image\n" +#: guix/scripts/system.scm:385 +#, fuzzy +msgid " vm-image build a freestanding virtual machine image\n" msgstr " - =E2=80=9Cvm-image=E2=80=9D, bi=C3=AAn d=E1=BB=8Bch m=E1=BB=99= t =E1=BA=A3nh m=C3=A1y =E1=BA=A3o =C4=91=E1=BB=A9ng t=E1=BB=B1 do\n" =20 -#: guix/scripts/system.scm:397 -msgid " - 'disk-image', build a disk image, suitable for a USB stick\n" +#: guix/scripts/system.scm:387 +#, fuzzy +msgid " disk-image build a disk image, suitable for a USB stick\= n" msgstr " - =E2=80=9Cdisk-image=E2=80=9D, bi=C3=AAn d=E1=BB=8Bch =E1=BA=A3= nh =C4=91=C4=A9a, ph=C3=B9 h=E1=BB=A3p =C4=91=E1=BB=83 d=C3=B9ng cho =C4=91= =C4=A9a USB\n" =20 -#: guix/scripts/system.scm:399 -msgid " - 'init', initialize a root file system to run GNU.\n" +#: guix/scripts/system.scm:389 +#, fuzzy +msgid " init initialize a root file system to run GNU.\n" msgstr " - =E2=80=9Cinit=E2=80=9D, kh=E1=BB=9Fi t=E1=BA=A1o m=E1=BB=99t= h=E1=BB=87 th=E1=BB=91ng t=E1=BA=ADp tin g=E1=BB=91c =C4=91=E1=BB=83 ch=E1= =BA=A1y GNU.\n" =20 -#: guix/scripts/system.scm:403 +#: guix/scripts/system.scm:393 +#, fuzzy +msgid "" +"\n" +" --on-error=3DSTRATEGY\n" +" apply STRATEGY when an error occurs while read= ing " +"FILE" +msgstr "" +"\n" +" --with-source=3DM=C3=83_NGU=E1=BB=92N\n" +" d=C3=B9ng m=C3=A3 ngu=E1=BB=93n khi bi=C3=AAn = d=E1=BB=8Bch g=C3=B3i t=C6=B0=C6=A1ng =E1=BB=A9ng" + +#: guix/scripts/system.scm:396 msgid "" "\n" " --image-size=3DSIZE for 'vm-image', produce an image of SIZE" @@ -1004,7 +1157,7 @@ msgstr "" "\n" " --image-size=3DC=E1=BB=A0 cho =E2=80=9Cvm-image=E2=80=9D, s=E1= =BA=A3n sinh =E1=BA=A3nh theo C=E1=BB=A0 n=C3=A0y" =20 -#: guix/scripts/system.scm:405 +#: guix/scripts/system.scm:398 msgid "" "\n" " --no-grub for 'init', do not install GRUB" @@ -1012,23 +1165,25 @@ msgstr "" "\n" " --no-grub d=C3=A0nh cho =E2=80=9Cinit=E2=80=9D, =C4=91=E1= =BB=ABng c=C3=A0i GRUB" =20 -#: guix/scripts/system.scm:407 +#: guix/scripts/system.scm:400 msgid "" "\n" " --share=3DSPEC for 'vm', share host file system according t= o SPEC" msgstr "" "\n" -" --share=3DSPEC cho =E2=80=9Cvm=E2=80=9D, chia s=E1=BA=BB h=E1= =BB=87 th=E1=BB=91ng t=E1=BA=ADp tin ch=E1=BB=A7 tu=C3=A2n theo SPEC" +" --share=3DSPEC cho =E2=80=9Cvm=E2=80=9D, chia s=E1=BA=BB h=E1= =BB=87 th=E1=BB=91ng t=E1=BA=ADp tin ch=E1=BB=A7 tu=C3=A2n theo " +"SPEC" =20 -#: guix/scripts/system.scm:409 +#: guix/scripts/system.scm:402 msgid "" "\n" " --expose=3DSPEC for 'vm', expose host file system according = to SPEC" msgstr "" "\n" -" --expose=3DSPEC cho =E2=80=9Cvm=E2=80=9D, ph=C6=A1i b=C3=A0y= h=E1=BB=87 th=E1=BB=91ng t=E1=BA=ADp tin ch=E1=BB=A7 tu=C3=A2n theo SPEC= " +" --expose=3DSPEC cho =E2=80=9Cvm=E2=80=9D, ph=C6=A1i b=C3=A0y= h=E1=BB=87 th=E1=BB=91ng t=E1=BA=ADp tin ch=E1=BB=A7 tu=C3=A2n theo " +"SPEC" =20 -#: guix/scripts/system.scm:411 +#: guix/scripts/system.scm:404 msgid "" "\n" " --full-boot for 'vm', make a full boot sequence" @@ -1036,35 +1191,35 @@ msgstr "" "\n" " --full-boot cho =E2=80=9Cvm=E2=80=9D, t=E1=BA=A1o m=E1=BB=99= t chu=E1=BB=97i m=E1=BB=93i =C4=91=E1=BA=A7y =C4=91=E1=BB=A7" =20 -#: guix/scripts/system.scm:507 +#: guix/scripts/system.scm:495 #, scheme-format msgid "~a: unknown action~%" msgstr "~a: kh=C3=B4ng hi=E1=BB=83u thao t=C3=A1c~%" =20 -#: guix/scripts/system.scm:524 +#: guix/scripts/system.scm:510 #, scheme-format msgid "wrong number of arguments for action '~a'~%" msgstr "sai s=E1=BB=91 l=C6=B0=E1=BB=A3ng =C4=91=E1=BB=91i s=E1=BB=91 ch= o thao t=C3=A1c =E2=80=9C~a'~%" =20 -#: guix/scripts/system.scm:544 +#: guix/scripts/system.scm:534 #, scheme-format msgid "no configuration file specified~%" msgstr "ch=C6=B0a ghi r=C3=B5 t=E1=BA=ADp tin nh=E1=BA=ADp c=E1=BA=A5u h= =C3=ACnh~%" =20 -#: guix/scripts/lint.scm:82 +#: guix/scripts/lint.scm:111 #, scheme-format msgid "Available checkers:~%" msgstr "C=C3=A1c b=E1=BB=99 ki=E1=BB=83m =C4=91=E1=BB=8Bnh s=E1=BA=B5n c= =C3=B3:~%" =20 -#: guix/scripts/lint.scm:102 +#: guix/scripts/lint.scm:131 msgid "description should not be empty" msgstr "ph=E1=BA=A7n m=C3=B4 t=E1=BA=A3 kh=C3=B4ng th=E1=BB=83 l=C3=A0 r= =E1=BB=97ng" =20 -#: guix/scripts/lint.scm:109 +#: guix/scripts/lint.scm:138 msgid "description should start with an upper-case letter or digit" msgstr "ph=E1=BA=A7n m=C3=B4 t=E1=BA=A3 n=C3=AAn b=E1=BA=AFt =C4=91=E1=BA= =A7u b=E1=BA=B1ng m=E1=BB=99t ch=E1=BB=AF HOA hay ch=E1=BB=AF s=E1=BB=91" =20 -#: guix/scripts/lint.scm:125 +#: guix/scripts/lint.scm:154 #, scheme-format msgid "" "sentences in description should be followed ~\n" @@ -1073,109 +1228,132 @@ msgstr "" "c=C3=A1c c=C3=A2u trong ph=E1=BA=A7n m=C3=B4 t=E1=BA=A3 n=C3=AAn theo s= au b=E1=BB=9Fi ~\n" "hai d=E1=BA=A5u c=C3=A1ch; c=C3=B3 th=E1=BB=83 ph=E1=BA=A1m lu=E1=BA=AD= t ~p t=E1=BA=A1i ~{~a~^, ~}" =20 -#: guix/scripts/lint.scm:146 +#: guix/scripts/lint.scm:175 msgid "pkg-config should probably be a native input" msgstr "pkg-config n=C3=AAn h=E1=BA=A7u nh=C6=B0 ch=E1=BA=AFc ch=E1=BA=AF= n l=C3=A0 =C4=91=E1=BA=A7u v=C3=A0o nguy=C3=AAn b=E1=BA=A3n" =20 -#: guix/scripts/lint.scm:161 +#: guix/scripts/lint.scm:190 msgid "synopsis should not be empty" msgstr "t=C3=B3m l=C6=B0=E1=BB=A3c kh=C3=B4ng th=E1=BB=83 tr=E1=BB=91ng = r=E1=BB=97ng" =20 -#: guix/scripts/lint.scm:169 +#: guix/scripts/lint.scm:198 msgid "no period allowed at the end of the synopsis" msgstr "kh=C3=B4ng c=C3=B3 d=E1=BA=A5u ch=E1=BA=A5m =E1=BB=9F cu=E1=BB=91= i ph=E1=BA=A7n t=C3=B3m l=C6=B0=E1=BB=A3c" =20 -#: guix/scripts/lint.scm:181 +#: guix/scripts/lint.scm:210 msgid "no article allowed at the beginning of the synopsis" msgstr "kh=C3=B4ng c=C3=B3 b=C3=A0i vi=E1=BA=BFt t=E1=BA=A1i =C4=91=E1=BA= =A7u c=E1=BB=A7a t=C3=B3m l=C6=B0=E1=BB=A3c" =20 -#: guix/scripts/lint.scm:188 +#: guix/scripts/lint.scm:217 msgid "synopsis should be less than 80 characters long" msgstr "t=C3=B3m l=C6=B0=E1=BB=A3c n=C3=AAn ng=E1=BA=AFn h=C6=A1n 80 k=C3= =BD t=E1=BB=B1" =20 -#: guix/scripts/lint.scm:194 +#: guix/scripts/lint.scm:223 msgid "synopsis should start with an upper-case letter or digit" msgstr "ph=E1=BA=A7n t=C3=B3m l=C6=B0=E1=BB=A3c n=C3=AAn b=E1=BA=AFt =C4= =91=E1=BA=A7u b=E1=BA=B1ng m=E1=BB=99t ch=E1=BB=AF HOA hay ch=E1=BB=AF s=E1= =BB=91" =20 -#: guix/scripts/lint.scm:201 +#: guix/scripts/lint.scm:230 msgid "synopsis should not start with the package name" msgstr "ph=E1=BA=A7n t=C3=B3m l=C6=B0=E1=BB=A3c kh=C3=B4ng n=C3=AAn b=E1= =BA=AFt =C4=91=E1=BA=A7u b=E1=BA=B1ng t=C3=AAn g=C3=B3i" =20 -#: guix/scripts/lint.scm:270 +#: guix/scripts/lint.scm:321 guix/scripts/lint.scm:333 #, scheme-format msgid "URI ~a not reachable: ~a (~s)" msgstr "URI ~a kh=C3=B4ng th=E1=BB=83 ti=E1=BA=BFp c=E1=BA=ADn: ~a (~s)" =20 -#: guix/scripts/lint.scm:278 +#: guix/scripts/lint.scm:340 #, scheme-format msgid "URI ~a domain not found: ~a" msgstr "URI ~a kh=C3=B4ng t=C3=ACm th=E1=BA=A5y mi=E1=BB=81n: ~a" =20 -#: guix/scripts/lint.scm:286 +#: guix/scripts/lint.scm:348 #, scheme-format msgid "URI ~a unreachable: ~a" msgstr "URI ~a kh=C3=B4ng ti=E1=BA=BFp c=E1=BA=ADn =C4=91=C6=B0=E1=BB=A3= c: ~a" =20 -#: guix/scripts/lint.scm:312 +#: guix/scripts/lint.scm:374 msgid "invalid value for home page" msgstr "gi=C3=A1 tr=E1=BB=8B c=E1=BB=A7a trang ch=E1=BB=A7 kh=C3=B4ng h=E1= =BB=A3p l=E1=BB=87" =20 -#: guix/scripts/lint.scm:315 +#: guix/scripts/lint.scm:377 #, scheme-format msgid "invalid home page URL: ~s" msgstr "URL trang ch=E1=BB=A7 kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87: ~s" =20 -#: guix/scripts/lint.scm:336 +#: guix/scripts/lint.scm:402 msgid "file names of patches should start with the package name" msgstr "t=C3=AAn t=E1=BA=ADp tin c=E1=BB=A7a c=C3=A1c mi=E1=BA=BFng v=C3= =A1 n=C3=AAn b=E1=BA=AFt =C4=91=E1=BA=A7u b=E1=BA=B1ng t=C3=AAn c=E1=BB=A7= a g=C3=B3i" =20 -#: guix/scripts/lint.scm:374 +#: guix/scripts/lint.scm:440 #, scheme-format msgid "~a: ~a: proposed synopsis: ~s~%" msgstr "~a: ~a: t=C3=B3m l=C6=B0=E1=BB=A3c d=E1=BB=B1 ki=E1=BA=BFn: ~s~%= " =20 -#: guix/scripts/lint.scm:386 +#: guix/scripts/lint.scm:452 #, scheme-format msgid "~a: ~a: proposed description:~% \"~a\"~%" msgstr "~a: ~a: m=C3=B4 t=E1=BA=A3 d=E1=BB=B1 ki=E1=BA=BFn:~% \"~a\"= ~%" =20 -#: guix/scripts/lint.scm:415 +#: guix/scripts/lint.scm:489 +#, fuzzy +msgid "all the source URIs are unreachable:" +msgstr "URI ~a kh=C3=B4ng ti=E1=BA=BFp c=E1=BA=ADn =C4=91=C6=B0=E1=BB=A3= c: ~a" + +#: guix/scripts/lint.scm:501 guix/scripts/lint.scm:505 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~a" +msgstr "g=E1=BA=B7p l=E1=BB=97i khi t=E1=BA=A1o g=E1=BB=91c GC =E2=80=9C= ~a=E2=80=9D: ~a~%" + +#: guix/scripts/lint.scm:511 +#, fuzzy, scheme-format +msgid "failed to create derivation: ~s~%" +msgstr "g=E1=BA=B7p l=E1=BB=97i khi =C4=91=E1=BB=8Dc bi=E1=BB=83u th=E1=BB= =A9c ~s: ~s~%" + +#: guix/scripts/lint.scm:524 msgid "Validate package descriptions" msgstr "Ph=C3=AA duy=E1=BB=87t m=C3=B4 t=E1=BA=A3 g=C3=B3i" =20 -#: guix/scripts/lint.scm:419 +#: guix/scripts/lint.scm:528 msgid "Validate synopsis & description of GNU packages" msgstr "Ph=C3=AA duy=E1=BB=87t t=C3=B3m l=C6=B0=E1=BB=A3c v=C3=A0 m=C3=B4= t=E1=BA=A3 g=C3=B3i GNU" =20 -#: guix/scripts/lint.scm:423 +#: guix/scripts/lint.scm:532 msgid "Identify inputs that should be native inputs" msgstr "=C4=90=E1=BA=A7u v=C3=A0o =C4=91=E1=BB=8Bnh danh c=C3=A1i m=C3=A0= c=C3=B3 th=E1=BB=83 l=C3=A0 =C4=91=E1=BA=A7u v=C3=A0o t=E1=BB=B1 nhi=C3=AA= n" =20 -#: guix/scripts/lint.scm:427 -msgid "Validate file names of patches" +#: guix/scripts/lint.scm:536 +#, fuzzy +msgid "Validate file names and availability of patches" msgstr "Ph=C3=AA duy=E1=BB=87t t=C3=AAn t=E1=BA=ADp tin c=E1=BB=A7a b=E1= =BA=A3n v=C3=A1" =20 -#: guix/scripts/lint.scm:431 +#: guix/scripts/lint.scm:540 msgid "Validate home-page URLs" msgstr "Ph=C3=AA duy=E1=BB=87t c=C3=A1c URL trang ch=E1=BB=A7" =20 -#: guix/scripts/lint.scm:435 +#: guix/scripts/lint.scm:544 msgid "Validate source URLs" msgstr "Ph=C3=AA chu=E1=BA=A9n c=C3=A1c URL" =20 -#: guix/scripts/lint.scm:439 +#: guix/scripts/lint.scm:548 +msgid "Report failure to compile a package to a derivation" +msgstr "" + +#: guix/scripts/lint.scm:552 msgid "Validate package synopses" msgstr "Ph=C3=AA duy=E1=BB=87t ph=E1=BA=A7n t=C3=B3m l=C6=B0=E1=BB=A3c c= =E1=BB=A7a g=C3=B3i" =20 -#: guix/scripts/lint.scm:464 +#: guix/scripts/lint.scm:577 +#, fuzzy msgid "" "Usage: guix lint [OPTION]... [PACKAGE]...\n" -"Run a set of checkers on the specified package; if none is specified, r= un the checkers on all packages.\n" +"Run a set of checkers on the specified package; if none is specified,\n= " +"run the checkers on all packages.\n" msgstr "" "Usage: guix lint [T=C3=99Y CH=E1=BB=8CN]=E2=80=A6 [G=C3=93I]=E2=80=A6\n= " -"Ch=E1=BA=A1y m=E1=BB=99t nh=C3=B3m c=C3=A1c b=E1=BB=99 ki=E1=BB=83m =C4= =91=E1=BB=8Bnh tr=C3=AAn g=C3=B3i =C4=91=C3=A3 ch=E1=BB=89 ra; n=E1=BA=BF= u kh=C3=B4ng ch=E1=BB=89 ra c=C3=A1i n=C3=A0o, ch=E1=BA=A1y c=C3=A1c b=E1= =BB=99 ki=E1=BB=83m =C4=91=E1=BB=8Bnh tr=C3=AAn m=E1=BB=8Di g=C3=B3i.\n" +"Ch=E1=BA=A1y m=E1=BB=99t nh=C3=B3m c=C3=A1c b=E1=BB=99 ki=E1=BB=83m =C4= =91=E1=BB=8Bnh tr=C3=AAn g=C3=B3i =C4=91=C3=A3 ch=E1=BB=89 ra; n=E1=BA=BF= u kh=C3=B4ng ch=E1=BB=89 ra c=C3=A1i n=C3=A0o, " +"ch=E1=BA=A1y c=C3=A1c b=E1=BB=99 ki=E1=BB=83m =C4=91=E1=BB=8Bnh tr=C3=AA= n m=E1=BB=8Di g=C3=B3i.\n" =20 -#: guix/scripts/lint.scm:466 +#: guix/scripts/lint.scm:580 msgid "" "\n" " -c, --checkers=3DCHECKER1,CHECKER2...\n" @@ -1185,7 +1363,7 @@ msgstr "" " -c, --checkers=3DKI=E1=BB=82M1,KI=E1=BB=82M2=E2=80=A6\n" " ch=E1=BB=89 ch=E1=BA=A1y nh=E1=BB=AFng b=E1=BB= =99 ki=E1=BB=83m =C4=91=C3=A3 cho" =20 -#: guix/scripts/lint.scm:471 +#: guix/scripts/lint.scm:585 msgid "" "\n" " -l, --list-checkers display the list of available lint checkers" @@ -1193,49 +1371,151 @@ msgstr "" "\n" " -l, --list-checkers hi=E1=BB=83n th=E1=BB=8B danh s=C3=A1ch b=E1=BB= =99 ki=E1=BB=83m s=E1=BA=B5n c=C3=B3" =20 -#: guix/scripts/lint.scm:491 +#: guix/scripts/lint.scm:605 #, scheme-format msgid "~a: invalid checker~%" msgstr "~a: b=E1=BB=99 ki=E1=BB=83m tra kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87= ~%" =20 -#: guix/gnu-maintenance.scm:438 +#: guix/scripts/publish.scm:49 +#, scheme-format +msgid "" +"Usage: guix publish [OPTION]...\n" +"Publish ~a over HTTP.\n" +msgstr "" + +#: guix/scripts/publish.scm:51 +msgid "" +"\n" +" -p, --port=3DPORT listen on PORT" +msgstr "" + +#: guix/scripts/publish.scm:53 +#, fuzzy +msgid "" +"\n" +" --listen=3DHOST listen on the network interface for HOST" +msgstr "" +"\n" +" --references li=E1=BB=87t k=C3=AA c=C3=A1c tham chi=E1=BA=BF= u c=E1=BB=A7a =C4=90=C6=AF=E1=BB=9CNG-D=E1=BA=AAN" + +#: guix/scripts/publish.scm:55 +msgid "" +"\n" +" -u, --user=3DUSER change privileges to USER as soon as possibl= e" +msgstr "" + +#: guix/scripts/publish.scm:57 +msgid "" +"\n" +" -r, --repl[=3DPORT] spawn REPL server on PORT" +msgstr "" + +#: guix/scripts/publish.scm:73 +#, fuzzy, scheme-format +msgid "lookup of host '~a' failed: ~a~%" +msgstr "t=E1=BA=A3i v=E1=BB=81 t=E1=BB=AB =E2=80=9C~a=E2=80=9D g=E1=BA=B7= p l=E1=BB=97i: ~a, ~s~%" + +#: guix/scripts/publish.scm:97 +#, scheme-format +msgid "lookup of host '~a' returned nothing" +msgstr "" + +#: guix/scripts/publish.scm:270 +#, fuzzy, scheme-format +msgid "user '~a' not found: ~a~%" +msgstr "URI ~a kh=C3=B4ng t=C3=ACm th=E1=BA=A5y mi=E1=BB=81n: ~a" + +#: guix/scripts/publish.scm:284 +#, fuzzy, scheme-format +msgid "~A: extraneuous argument~%" +msgstr "~A: =C4=91=E1=BB=91i s=E1=BB=91 ngo=E1=BA=A1i lai~%" + +#: guix/scripts/publish.scm:305 +#, scheme-format +msgid "server running as root; consider using the '--user' option!~%" +msgstr "" + +#: guix/scripts/publish.scm:307 +#, scheme-format +msgid "publishing ~a on ~a, port ~d~%" +msgstr "" + +#: guix/gnu-maintenance.scm:461 #, scheme-format msgid "signature verification failed for `~a'~%" msgstr "vi=E1=BB=87c x=C3=A1c minh ch=E1=BB=AF k=C3=BD cho =E2=80=9C~a'~= % g=E1=BA=B7p l=E1=BB=97i" =20 -#: guix/gnu-maintenance.scm:440 +#: guix/gnu-maintenance.scm:463 #, scheme-format msgid "(could be because the public key is not in your keyring)~%" -msgstr "(c=C3=B3 th=E1=BB=83 nguy=C3=AAn nh=C3=A2n l=C3=A0 do kh=C3=B3a = c=C3=B4ng kh=C3=B4ng c=C3=B3 trong ch=C3=B9m ch=C3=ACa kh=C3=B3a c=E1=BB=A7= a b=E1=BA=A1n)~%" +msgstr "" +"(c=C3=B3 th=E1=BB=83 nguy=C3=AAn nh=C3=A2n l=C3=A0 do kh=C3=B3a c=C3=B4= ng kh=C3=B4ng c=C3=B3 trong ch=C3=B9m ch=C3=ACa kh=C3=B3a c=E1=BB=A7a b=E1= =BA=A1n)~%" =20 -#: guix/gnu-maintenance.scm:515 +#: guix/gnu-maintenance.scm:538 #, scheme-format msgid "~a: could not locate source file" msgstr "~a: kh=C3=B4ng th=E1=BB=83 x=C3=A1c =C4=91=E1=BB=8Bnh t=E1=BA=AD= p tin ngu=E1=BB=93n" =20 -#: guix/gnu-maintenance.scm:520 +#: guix/gnu-maintenance.scm:543 #, scheme-format msgid "~a: ~a: no `version' field in source; skipping~%" msgstr "~a: ~a: kh=C3=B4ng c=C3=B3 tr=C6=B0=E1=BB=9Dng phi=C3=AAn b=E1=BA= =A3n =E2=80=9Cversion=E2=80=9D trong ngu=E1=BB=93n; b=E1=BB=8F qua~%" =20 -#: guix/ui.scm:137 +#: guix/ui.scm:210 +msgid "entering debugger; type ',bt' for a backtrace\n" +msgstr "" + +#: guix/ui.scm:226 guix/ui.scm:243 +#, fuzzy, scheme-format +msgid "failed to load '~a': ~a~%" +msgstr "g=E1=BA=B7p l=E1=BB=97i khi k=E1=BA=BFt n=E1=BB=91i =C4=91=E1=BA= =BFn =E2=80=9C~a=E2=80=9D: ~a~%" + +#: guix/ui.scm:229 +#, scheme-format +msgid "~a: error: ~a~%" +msgstr "~a: l=E1=BB=97i: ~a~%" + +#: guix/ui.scm:232 guix/ui.scm:460 +#, scheme-format +msgid "exception thrown: ~s~%" +msgstr "" + +#: guix/ui.scm:234 guix/ui.scm:252 +#, fuzzy, scheme-format +msgid "failed to load '~a':~%" +msgstr "g=E1=BA=B7p l=E1=BB=97i khi c=C3=A0i =C4=91=E1=BA=B7t mi=E1=BB=81= n =C4=91=E1=BB=8Ba ph=C6=B0=C6=A1ng: ~a~%" + +#: guix/ui.scm:246 +#, fuzzy, scheme-format +msgid "~a: warning: ~a~%" +msgstr "~a: l=E1=BB=97i: ~a~%" + +#: guix/ui.scm:249 +#, fuzzy, scheme-format +msgid "failed to load '~a': exception thrown: ~s~%" +msgstr "g=E1=BA=B7p l=E1=BB=97i khi =C4=91=E1=BB=8Dc bi=E1=BB=83u th=E1=BB= =A9c ~s: ~s~%" + +#: guix/ui.scm:261 #, scheme-format msgid "failed to install locale: ~a~%" msgstr "g=E1=BA=B7p l=E1=BB=97i khi c=C3=A0i =C4=91=E1=BA=B7t mi=E1=BB=81= n =C4=91=E1=BB=8Ba ph=C6=B0=C6=A1ng: ~a~%" =20 -#: guix/ui.scm:156 +#: guix/ui.scm:280 +#, fuzzy msgid "" -"Copyright (C) 2014 the Guix authors\n" -"License GPLv3+: GNU GPL version 3 or later \n" +"Copyright (C) 2015 the Guix authors\n" +"License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" "B=E1=BA=A3n quy=E1=BB=81n (C) 2014 thu=E1=BB=99c v=E1=BB=81 c=C3=A1c t=C3= =A1c gi=E1=BA=A3 Guix.\n" -"Gi=E1=BA=A5y ph=C3=A9p GPL pb3+: Gi=E1=BA=A5y ph=C3=A9p C=C3=B4ng c=E1=BB= =99ng GNU phi=C3=AAn b=E1=BA=A3n 3 hay sau \n" +"Gi=E1=BA=A5y ph=C3=A9p GPL pb3+: Gi=E1=BA=A5y ph=C3=A9p C=C3=B4ng c=E1=BB= =99ng GNU phi=C3=AAn b=E1=BA=A3n 3 hay sau \n" "=C4=90=C3=A2y l=C3=A0 ph=E1=BA=A7n m=E1=BB=81m t=E1=BB=B1 do: b=E1=BA=A1= n c=C3=B3 quy=E1=BB=81n s=E1=BB=ADa =C4=91=E1=BB=95i v=C3=A0 ph=C3=A1t h=C3= =A0nh l=E1=BA=A1i n=C3=B3.\n" "KH=C3=94NG C=C3=93 B=E1=BA=A2O H=C3=80NH G=C3=8C C=E1=BA=A2, v=E1=BB=9B= i =C4=91i=E1=BB=81u ki=E1=BB=87n =C4=91=C6=B0=E1=BB=A3c ph=C3=A1p lu=E1=BA= =ADt cho ph=C3=A9p.\n" =20 -#: guix/ui.scm:164 +#: guix/ui.scm:288 #, scheme-format msgid "" "\n" @@ -1245,7 +1525,7 @@ msgstr "" "H=C3=A3y th=C3=B4ng b=C3=A1o l=E1=BB=97i cho ~a.\n" "Th=C3=B4ng b=C3=A1o l=E1=BB=97i d=E1=BB=8Bch cho: ." =20 -#: guix/ui.scm:166 +#: guix/ui.scm:290 #, scheme-format msgid "" "\n" @@ -1254,7 +1534,7 @@ msgstr "" "\n" "~a trang ch=E1=BB=A7: <~a>" =20 -#: guix/ui.scm:168 +#: guix/ui.scm:292 msgid "" "\n" "General help using GNU software: " @@ -1262,160 +1542,187 @@ msgstr "" "\n" "Tr=E1=BB=A3 gi=C3=BAp chung v=E1=BB=81 s=E1=BB=AD d=E1=BB=A5ng ph=E1=BA= =A7n m=E1=BB=81m GNU: " =20 -#: guix/ui.scm:175 +#: guix/ui.scm:333 #, scheme-format msgid "~a: invalid number~%" msgstr "~a: s=E1=BB=91 kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87~%" =20 -#: guix/ui.scm:192 +#: guix/ui.scm:350 #, scheme-format msgid "invalid number: ~a~%" msgstr "s=E1=BB=91 kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87: ~a~%" =20 -#: guix/ui.scm:215 +#: guix/ui.scm:373 #, scheme-format msgid "unknown unit: ~a~%" msgstr "kh=C3=B4ng hi=E1=BB=83u =C4=91=C6=A1n v=E1=BB=8B: ~a~%" =20 -#: guix/ui.scm:226 +#: guix/ui.scm:384 #, scheme-format msgid "~a:~a:~a: package `~a' has an invalid input: ~s~%" msgstr "~a:~a:~a: g=C3=B3i =E2=80=9C~a=E2=80=9D c=C3=B3 =C4=91=E1=BA=A7u= v=C3=A0o kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87: ~s~%" =20 -#: guix/ui.scm:233 +#: guix/ui.scm:391 #, scheme-format msgid "~a: ~a: build system `~a' does not support cross builds~%" msgstr "~a: ~a: h=E1=BB=87 th=E1=BB=91ng d=E1=BB=8Bch =E2=80=9C~a=E2=80=9D= kh=C3=B4ng h=E1=BB=97 tr=E1=BB=A3 d=E1=BB=8Bch ch=C3=A9o~%" =20 -#: guix/ui.scm:238 +#: guix/ui.scm:396 #, scheme-format msgid "profile '~a' does not exist~%" msgstr "h=E1=BB=93 s=C6=A1 =E2=80=9C~a=E2=80=9D kh=C3=B4ng t=E1=BB=93n t= =E1=BA=A1i~%" =20 -#: guix/ui.scm:241 +#: guix/ui.scm:399 #, scheme-format msgid "generation ~a of profile '~a' does not exist~%" msgstr "th=E1=BA=BF h=E1=BB=87 =E2=80=9C~a=E2=80=9D c=E1=BB=A7a h=E1=BB=93= s=C6=A1 =E2=80=9C~a=E2=80=9D kh=C3=B4ng t=E1=BB=93n t=E1=BA=A1i~%" =20 -#: guix/ui.scm:245 +#: guix/ui.scm:406 +#, scheme-format +msgid "corrupt input while restoring '~a' from ~s~%" +msgstr "" + +#: guix/ui.scm:408 +#, fuzzy, scheme-format +msgid "corrupt input while restoring archive from ~s~%" +msgstr "t=E1=BA=ADp h=E1=BB=A3p t=E1=BA=ADp tin trong kho l=C6=B0u b=E1=BB= =8B h=E1=BB=8Fng" + +#: guix/ui.scm:411 #, scheme-format msgid "failed to connect to `~a': ~a~%" msgstr "g=E1=BA=B7p l=E1=BB=97i khi k=E1=BA=BFt n=E1=BB=91i =C4=91=E1=BA= =BFn =E2=80=9C~a=E2=80=9D: ~a~%" =20 -#: guix/ui.scm:250 +#: guix/ui.scm:416 #, scheme-format msgid "build failed: ~a~%" msgstr "bi=C3=AAn d=E1=BB=8Bch g=E1=BA=B7p l=E1=BB=97i: ~a~%" =20 -#: guix/ui.scm:253 +#: guix/ui.scm:419 #, scheme-format msgid "reference to invalid output '~a' of derivation '~a'~%" msgstr "tham chi=E1=BA=BFu =C4=91=E1=BA=BFn =C4=91=E1=BA=A7u ra kh=C3=B4= ng h=E1=BB=A3p l=E1=BB=87 =E2=80=9C~a=E2=80=9D c=E1=BB=A7a d=E1=BA=ABn su= =E1=BA=A5t =E2=80=9C~a'~%" =20 -#: guix/ui.scm:264 +#: guix/ui.scm:430 #, scheme-format msgid "~a: ~a~%" msgstr "~a: ~a~%" =20 -#: guix/ui.scm:283 +#: guix/ui.scm:449 #, scheme-format msgid "failed to read expression ~s: ~s~%" msgstr "g=E1=BA=B7p l=E1=BB=97i khi =C4=91=E1=BB=8Dc bi=E1=BB=83u th=E1=BB= =A9c ~s: ~s~%" =20 -#: guix/ui.scm:289 -#, scheme-format -msgid "failed to evaluate expression `~a': ~s~%" +#: guix/ui.scm:455 +#, fuzzy, scheme-format +msgid "failed to evaluate expression '~a':~%" msgstr "g=E1=BA=B7p l=E1=BB=97i khi =C4=91=E1=BB=8Bnh gi=C3=A1 bi=E1=BB=83= u th=E1=BB=A9c =E2=80=9C~a=E2=80=9D: ~s~%" =20 -#: guix/ui.scm:298 +#: guix/ui.scm:458 +#, fuzzy, scheme-format +msgid "syntax error: ~a~%" +msgstr "~a: l=E1=BB=97i: ~a~%" + +#: guix/ui.scm:472 #, scheme-format msgid "expression ~s does not evaluate to a package~%" msgstr "bi=E1=BB=83u th=E1=BB=A9c =E2=80=9C~s=E2=80=9D kh=C3=B4ng =C4=91= =C6=B0=E1=BB=A3c =C4=91=E1=BB=8Bnh gi=C3=A1 cho g=C3=B3i~%" =20 -#: guix/ui.scm:350 +#: guix/ui.scm:524 #, scheme-format msgid "~:[The following derivation would be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations would be built:~%~{ ~a~%~}~= ;~]" msgstr[0] "~:[Ngu=E1=BB=93n sau =C4=91=C3=A2y n=C3=AAn =C4=91=C6=B0=E1=BB= =A3c =C4=91=C6=B0=E1=BB=A3c bi=C3=AAn d=E1=BB=8Bch:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:355 +#: guix/ui.scm:529 #, scheme-format msgid "~:[The following file would be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files would be downloaded:~%~{ ~a~%~}~;= ~]" msgstr[0] "~:[T=E1=BA=ADp tin sau =C4=91=C3=A2y n=C3=AAn =C4=91=C6=B0=E1= =BB=A3c t=E1=BA=A3i v=E1=BB=81:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:361 +#: guix/ui.scm:535 #, scheme-format msgid "~:[The following derivation will be built:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following derivations will be built:~%~{ ~a~%~}~;= ~]" msgstr[0] "~:[Ngu=E1=BB=93n sau =C4=91=C3=A2y s=E1=BA=BD =C4=91=C6=B0=E1= =BB=A3c bi=C3=AAn d=E1=BB=8Bch:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:366 +#: guix/ui.scm:540 #, scheme-format msgid "~:[The following file will be downloaded:~%~{ ~a~%~}~;~]" msgid_plural "~:[The following files will be downloaded:~%~{ ~a~%~}~;~= ]" msgstr[0] "~:[Nh=E1=BB=AFng t=E1=BA=ADp tin sau =C4=91=C3=A2y s=E1=BA=BD= =C4=91=C6=B0=E1=BB=A3c t=E1=BA=A3i v=E1=BB=81:~%~{ ~a~%~}~;~]" =20 -#: guix/ui.scm:418 +#: guix/ui.scm:595 #, scheme-format msgid "The following package would be removed:~%~{~a~%~}~%" msgid_plural "The following packages would be removed:~%~{~a~%~}~%" msgstr[0] "G=C3=B3i sau =C4=91=C3=A2y s=E1=BA=BD n=C3=AAn b=E1=BB=8B g=E1= =BB=A1 b=E1=BB=8F:~%~{~a~%~}~%" =20 -#: guix/ui.scm:423 +#: guix/ui.scm:600 #, scheme-format msgid "The following package will be removed:~%~{~a~%~}~%" msgid_plural "The following packages will be removed:~%~{~a~%~}~%" msgstr[0] "G=C3=B3i sau =C4=91=C3=A2y s=E1=BA=BD b=E1=BB=8B g=E1=BB=A1 b= =E1=BB=8F:~%~{~a~%~}~%" =20 -#: guix/ui.scm:436 +#: guix/ui.scm:613 +#, fuzzy, scheme-format +msgid "The following package would be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages would be downgraded:~%~{~a~%~}~%" +msgstr[0] "G=C3=B3i sau =C4=91=C3=A2y n=C3=AAn =C4=91=C6=B0=E1=BB=A3c n=C3= =A2ng c=E1=BA=A5p:~%~{~a~%~}~%" + +#: guix/ui.scm:618 +#, fuzzy, scheme-format +msgid "The following package will be downgraded:~%~{~a~%~}~%" +msgid_plural "The following packages will be downgraded:~%~{~a~%~}~%" +msgstr[0] "G=C3=B3i sau =C4=91=C3=A2y s=E1=BA=BD =C4=91=C6=B0=E1=BB=A3c = n=C3=A2ng c=E1=BA=A5p:~%~{~a~%~}~%" + +#: guix/ui.scm:631 #, scheme-format msgid "The following package would be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages would be upgraded:~%~{~a~%~}~%" msgstr[0] "G=C3=B3i sau =C4=91=C3=A2y n=C3=AAn =C4=91=C6=B0=E1=BB=A3c n=C3= =A2ng c=E1=BA=A5p:~%~{~a~%~}~%" =20 -#: guix/ui.scm:441 +#: guix/ui.scm:636 #, scheme-format msgid "The following package will be upgraded:~%~{~a~%~}~%" msgid_plural "The following packages will be upgraded:~%~{~a~%~}~%" msgstr[0] "G=C3=B3i sau =C4=91=C3=A2y s=E1=BA=BD =C4=91=C6=B0=E1=BB=A3c = n=C3=A2ng c=E1=BA=A5p:~%~{~a~%~}~%" =20 -#: guix/ui.scm:452 +#: guix/ui.scm:647 #, scheme-format msgid "The following package would be installed:~%~{~a~%~}~%" msgid_plural "The following packages would be installed:~%~{~a~%~}~%" msgstr[0] "G=C3=B3i sau =C4=91=C3=A2y n=C3=AAn =C4=91=C6=B0=E1=BB=A3c c=C3= =A0i =C4=91=E1=BA=B7t:~%~{~a~%~}~%" =20 -#: guix/ui.scm:457 +#: guix/ui.scm:652 #, scheme-format msgid "The following package will be installed:~%~{~a~%~}~%" msgid_plural "The following packages will be installed:~%~{~a~%~}~%" msgstr[0] "G=C3=B3i sau =C4=91=C3=A2y s=E1=BA=BD =C4=91=C6=B0=E1=BB=A3c = c=C3=A0i =C4=91=E1=BA=B7t:~%~{~a~%~}~%" =20 -#: guix/ui.scm:474 +#: guix/ui.scm:669 msgid "" msgstr "" =20 -#: guix/ui.scm:500 +#: guix/ui.scm:695 #, scheme-format msgid "failed to create configuration directory `~a': ~a~%" msgstr "g=E1=BA=B7p l=E1=BB=97i khi t=E1=BA=A1o th=C6=B0 m=E1=BB=A5c c=E1= =BA=A5u h=C3=ACnh =E2=80=9C~a=E2=80=9D: ~a~%" =20 -#: guix/ui.scm:600 guix/ui.scm:614 +#: guix/ui.scm:797 guix/ui.scm:811 msgid "unknown" msgstr "kh=C3=B4ng hi=E1=BB=83u" =20 -#: guix/ui.scm:723 +#: guix/ui.scm:920 #, scheme-format msgid "invalid argument: ~a~%" msgstr "=C4=91=E1=BB=91i s=E1=BB=91 kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87: ~= a~%" =20 -#: guix/ui.scm:732 +#: guix/ui.scm:959 #, scheme-format msgid "Try `guix --help' for more information.~%" msgstr "Ch=E1=BA=A1y l=E1=BB=87nh =E2=80=9Cguix --help=E2=80=9D =C4=91=E1= =BB=83 bi=E1=BA=BFt th=C3=AAm th=C3=B4ng tin.~%" =20 -#: guix/ui.scm:762 +#: guix/ui.scm:986 msgid "" "Usage: guix COMMAND ARGS...\n" "Run COMMAND with ARGS.\n" @@ -1423,41 +1730,31 @@ msgstr "" "C=C3=A1ch d=C3=B9ng: guix L=E1=BB=86NH =C4=90=E1=BB=90I_S=E1=BB=90=E2=80= =A6\n" "Ch=E1=BA=A1y L=E1=BB=86NH v=E1=BB=9Bi c=C3=A1c =C4=90=E1=BB=90I S=E1=BB= =90.\n" =20 -#: guix/ui.scm:765 +#: guix/ui.scm:989 msgid "COMMAND must be one of the sub-commands listed below:\n" msgstr "L=E1=BB=86NH ph=E1=BA=A3i l=C3=A0 m=E1=BB=99t trong s=E1=BB=91 n= h=E1=BB=AFng c=C3=A2u l=E1=BB=87nh con =C4=91=C6=B0=E1=BB=A3c li=E1=BB=87= t k=C3=AA d=C6=B0=E1=BB=9Bi =C4=91=C3=A2y:\n" =20 -#: guix/ui.scm:785 +#: guix/ui.scm:1009 #, scheme-format msgid "guix: ~a: command not found~%" msgstr "guix: ~a: kh=C3=B4ng t=C3=ACm th=E1=BA=A5y l=E1=BB=87nh~%" =20 -#: guix/ui.scm:803 +#: guix/ui.scm:1027 #, scheme-format msgid "guix: missing command name~%" msgstr "guix: thi=E1=BA=BFu t=C3=AAn l=E1=BB=87nh~%" =20 -#: guix/ui.scm:811 +#: guix/ui.scm:1035 #, scheme-format msgid "guix: unrecognized option '~a'~%" msgstr "guix: t=C3=B9y ch=E1=BB=8Dn kh=C3=B4ng =C4=91=C6=B0=E1=BB=A3c th= =E1=BB=ABa nh=E1=BA=ADn =E2=80=9C~a'~%" =20 -#: guix/http-client.scm:217 -#, scheme-format -msgid "using Guile ~a, which does not support ~s encoding~%" -msgstr "=C4=91ang d=C3=B9ng Guile ~a, m=C3=A0 n=C3=B3 l=E1=BA=A1i kh=C3=B4= ng h=E1=BB=97 tr=E1=BB=A3 ~s b=E1=BB=99 m=C3=A3~%" - -#: guix/http-client.scm:220 -#, scheme-format -msgid "download failed; use a newer Guile~%" -msgstr "t=E1=BA=A3i v=E1=BB=81 g=E1=BA=B7p l=E1=BB=97i; d=C3=B9ng Guile = m=E1=BB=9Bi h=C6=A1n~%" - -#: guix/http-client.scm:232 +#: guix/http-client.scm:211 #, scheme-format msgid "following redirection to `~a'...~%" msgstr "=C4=91ang cho chuy=E1=BB=83n h=C6=B0=E1=BB=9Bng sang =E2=80=9C~a= =E2=80=9D=E2=80=A6~%" =20 -#: guix/http-client.scm:241 +#: guix/http-client.scm:220 msgid "download failed" msgstr "t=E1=BA=A3i v=E1=BB=81 g=E1=BA=B7p l=E1=BB=97i" =20 @@ -1503,6 +1800,152 @@ msgstr "t=E1=BA=ADp tin =C4=91=C3=A3 nh=E1=BA=ADp= v=C3=A0o thi=E1=BA=BFt ch=E1=BB=AF k=C3=BD" msgid "invalid inter-file archive mark" msgstr "d=E1=BA=A5u k=E1=BA=BFt-th=C3=BAc-t=E1=BA=ADp-tin kho l=C6=B0u k= h=C3=B4ng h=E1=BB=A3p l=E1=BB=87" =20 +#: nix/nix-daemon/guix-daemon.cc:61 +msgid "guix-daemon -- perform derivation builds and store accesses" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:63 +msgid "" +"This program is a daemon meant to run in the background. It serves req= uests " +"sent over a Unix-domain socket. It accesses the store, and builds " +"derivations on behalf of its clients." +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:86 +msgid "SYSTEM" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:87 +msgid "assume SYSTEM as the current system type" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:88 nix/nix-daemon/guix-daemon.cc:91 +msgid "N" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:89 +msgid "use N CPU cores to build each derivation; 0 means as many as avai= lable" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:92 +#, fuzzy +msgid "allow at most N build jobs" +msgstr "" +"\n" +" -M, --max-jobs=3DN cho ph=C3=A9p nhi=E1=BB=81u nh=E1=BA=A5t l=C3= =A0 bi=C3=AAn d=E1=BB=8Bch N c=C3=B4ng vi=E1=BB=87c" + +#: nix/nix-daemon/guix-daemon.cc:94 +msgid "disable chroot builds" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:95 +msgid "DIR" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:96 +msgid "add DIR to the build chroot" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:97 +msgid "GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:98 +msgid "perform builds as a user of GROUP" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:100 +msgid "do not use substitutes" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:101 +msgid "URLS" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:102 +msgid "use URLS as the default list of substitute providers" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:104 +msgid "do not use the 'build hook'" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:106 +msgid "cache build failures" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:108 +msgid "do not keep build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:110 +msgid "disable compression of the build logs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:115 +msgid "disable automatic file \"deduplication\" in the store" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:125 +msgid "impersonate Linux 2.6" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:129 +msgid "tell whether the GC must keep outputs of live derivations" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:132 +msgid "tell whether the GC must keep derivations corresponding to live o= utputs" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:135 +msgid "SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:136 +msgid "listen for connections on SOCKET" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:138 +msgid "produce debugging output" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:205 nix/nix-daemon/guix-daemon.cc:381 +#, fuzzy, c-format +msgid "error: %s\n" +msgstr "~a: l=E1=BB=97i: ~a~%" + +#: nix/nix-daemon/guix-daemon.cc:266 +#, c-format +msgid "error: libgcrypt version mismatch\n" +msgstr "" + +#: nix/nix-daemon/guix-daemon.cc:357 +#, c-format +msgid "" +"warning: daemon is running as root, so using `--build-users-group' is h= ighly " +"recommended\n" +msgstr "" + +#~ msgid "Downloading, please wait...~%" +#~ msgstr "=C4=90ang t=E1=BA=A3i, vui l=C3=B2ng ch=E1=BB=9D=E2=80=A6~%" + +#~ msgid "(Please consider upgrading Guile to get proper progress report= .)~%" +#~ msgstr "" +#~ "(H=C3=A3y c=C3=A2n nh=E1=BA=AFc n=C3=A2ng c=E1=BA=A5p Guile =C4=91=E1= =BB=83 nh=E1=BA=ADn =C4=91=C6=B0=E1=BB=A3c b=C3=A1o c=C3=A1o ti=E1=BA=BFn= tr=C3=ACnh =C4=91=C3=BAng =C4=91=E1=BA=AFn.)~%" + +#~ msgid "failed to open operating system file '~a': ~a~%" +#~ msgstr "g=E1=BA=B7p l=E1=BB=97i khi m=E1=BB=9F t=E1=BA=ADp tin h=E1=BB= =87 =C4=91i=E1=BB=81u h=C3=A0nh =E2=80=9C~a=E2=80=9D: ~a~%" + +#~ msgid "failed to load operating system file '~a':~%" +#~ msgstr "g=E1=BA=B7p l=E1=BB=97i khi t=E1=BA=A3i t=E1=BA=ADp tin h=E1=BB= =87 =C4=91i=E1=BB=81u h=C3=A0nh =E2=80=9C~a=E2=80=9D:~%" + +#~ msgid "using Guile ~a, which does not support ~s encoding~%" +#~ msgstr "=C4=91ang d=C3=B9ng Guile ~a, m=C3=A0 n=C3=B3 l=E1=BA=A1i kh=C3= =B4ng h=E1=BB=97 tr=E1=BB=A3 ~s b=E1=BB=99 m=C3=A3~%" + +#~ msgid "download failed; use a newer Guile~%" +#~ msgstr "t=E1=BA=A3i v=E1=BB=81 g=E1=BA=B7p l=E1=BB=97i; d=C3=B9ng Gui= le m=E1=BB=9Bi h=C6=A1n~%" + #~ msgid "~a: not a number~%" #~ msgstr "~a: kh=C3=B4ng ph=E1=BA=A3i con s=E1=BB=91~%" =20 @@ -1604,7 +2047,8 @@ msgstr "d=E1=BA=A5u k=E1=BA=BFt-th=C3=BAc-t=E1=BA=AD= p-tin kho l=C6=B0u kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87" #~ " -n, --dry-run show what would be done without actually do= ing it" #~ msgstr "" #~ "\n" -#~ " -n, --dry-run hi=E1=BB=83n th=E1=BB=8B nh=E1=BB=AFng g=C3= =AC =C4=91=C6=B0=E1=BB=A3c l=C3=A0m nh=C6=B0ng kh=C3=B4ng th=E1=BB=B1c hi= =E1=BB=87n th=E1=BA=ADt" +#~ " -n, --dry-run hi=E1=BB=83n th=E1=BB=8B nh=E1=BB=AFng g=C3= =AC =C4=91=C6=B0=E1=BB=A3c l=C3=A0m nh=C6=B0ng kh=C3=B4ng th=E1=BB=B1c hi= =E1=BB=87n " +#~ "th=E1=BA=ADt" =20 #~ msgid "Yeah..." #~ msgstr "=C4=90=C3=BAng=E2=80=A6" @@ -1614,17 +2058,22 @@ msgstr "d=E1=BA=A5u k=E1=BA=BFt-th=C3=BAc-t=E1=BA= =ADp-tin kho l=C6=B0u kh=C3=B4ng h=E1=BB=A3p l=E1=BB=87" #~ "match to a specified pattern. By default, grep prints the matching\= n" #~ "lines." #~ msgstr "" -#~ "L=E1=BB=87nh grep t=C3=ACm ki=E1=BA=BFm trong m=E1=BB=99t hay nhi=E1= =BB=81u t=E1=BA=ADp tin =C4=91=E1=BA=A7u v=C3=A0o nh=E1=BB=AFng d=C3=B2ng= c=C3=B3 ch=E1=BB=A9a\n" +#~ "L=E1=BB=87nh grep t=C3=ACm ki=E1=BA=BFm trong m=E1=BB=99t hay nhi=E1= =BB=81u t=E1=BA=ADp tin =C4=91=E1=BA=A7u v=C3=A0o nh=E1=BB=AFng d=C3=B2ng= c=C3=B3 " +#~ "ch=E1=BB=A9a\n" #~ "t=E1=BB=AB kh=E1=BB=9Bp m=E1=BA=ABu =C4=91=C3=A3 cho. Theo m=E1=BA=B7= c =C4=91=E1=BB=8Bnh, l=E1=BB=87nh grep s=E1=BA=BD in ra c=C3=A1c d=C3=B2n= g kh=E1=BB=9Bp m=E1=BA=ABu." =20 #~ msgid "" #~ "GNU recutils is a set of tools and libraries to access human-editabl= e,\n" -#~ "text-based databases called recfiles. The data is stored as a seque= nce of\n" +#~ "text-based databases called recfiles. The data is stored as a seque= nce " +#~ "of\n" #~ "records, each record containing an arbitrary number of named fields.= " #~ msgstr "" -#~ "GNU recutils l=C3=A0 m=E1=BB=99t t=E1=BA=ADp h=E1=BB=A3p c=C3=B4ng c= =E1=BB=A5 v=C3=A0 th=C6=B0 vi=E1=BB=87n cho ph=C3=A9p truy c=E1=BA=ADp c=C3= =A1c t=E1=BA=ADp tin\n" -#~ "rec l=C3=A0 ki=E1=BB=83u c=C6=A1 s=E1=BB=9F d=E1=BB=AF li=E1=BB=87u = d=E1=BB=B1a tr=C3=AAn d=E1=BA=A1ng v=C4=83n b=E1=BA=A3n th=C6=B0=E1=BB=9D= ng, con ng=C6=B0=E1=BB=9Di c=C3=B3 th=E1=BB=83 =C4=91=E1=BB=8Dc =C4=91=C6= =B0=E1=BB=A3c.\n" -#~ "D=E1=BB=AF li=E1=BB=87u =C4=91=C6=B0=E1=BB=A3c l=C6=B0u th=C3=A0nh c= =C3=A1c b=E1=BA=A3n ghi k=E1=BA=BF ti=E1=BA=BFp nhau, m=E1=BB=97i b=E1=BA= =A3n ghi ch=E1=BB=A9a c=C3=A1c thu=E1=BB=99c t=C3=ADnh\n" +#~ "GNU recutils l=C3=A0 m=E1=BB=99t t=E1=BA=ADp h=E1=BB=A3p c=C3=B4ng c= =E1=BB=A5 v=C3=A0 th=C6=B0 vi=E1=BB=87n cho ph=C3=A9p truy c=E1=BA=ADp c=C3= =A1c t=E1=BA=ADp " +#~ "tin\n" +#~ "rec l=C3=A0 ki=E1=BB=83u c=C6=A1 s=E1=BB=9F d=E1=BB=AF li=E1=BB=87u = d=E1=BB=B1a tr=C3=AAn d=E1=BA=A1ng v=C4=83n b=E1=BA=A3n th=C6=B0=E1=BB=9D= ng, con ng=C6=B0=E1=BB=9Di c=C3=B3 th=E1=BB=83 " +#~ "=C4=91=E1=BB=8Dc =C4=91=C6=B0=E1=BB=A3c.\n" +#~ "D=E1=BB=AF li=E1=BB=87u =C4=91=C6=B0=E1=BB=A3c l=C6=B0u th=C3=A0nh c= =C3=A1c b=E1=BA=A3n ghi k=E1=BA=BF ti=E1=BA=BFp nhau, m=E1=BB=97i b=E1=BA= =A3n ghi ch=E1=BB=A9a c=C3=A1c " +#~ "thu=E1=BB=99c t=C3=ADnh\n" #~ "c=E1=BB=A7a c=C3=A1c tr=C6=B0=E1=BB=9Dng =C4=91=C3=A3 =C4=91=C6=B0=E1= =BB=A3c =C4=91=E1=BA=B7t t=C3=AAn" =20 #~ msgid "profile `~a' does not exist~%" diff --git a/po/packages/de.po b/po/packages/de.po index 32e3870..954a874 100644 --- a/po/packages/de.po +++ b/po/packages/de.po @@ -3,11 +3,12 @@ # This file is distributed under the same license as the guix package. # Mario Bl=C3=A4ttermann , 2014. # +#: gnu/packages/databases.scm:559 msgid "" msgstr "" "Project-Id-Version: guix-packages 0.7-pre1\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-07-14 11:59+0200\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2014-07-13 20:23+0100\n" "Last-Translator: Mario Bl=C3=A4ttermann \= n" "Language-Team: German \n" @@ -18,25 +19,149 @@ msgstr "" "Plural-Forms: nplurals=3D2; plural=3D(n !=3D 1);\n" "X-Generator: Poedit 1.5.4\n" =20 -#: gnu/packages/base.scm:65 +#: gnu/packages/abiword.scm:101 +msgid "Word processing program" +msgstr "" + +#: gnu/packages/abiword.scm:103 +msgid "" +"AbiWord is a word processing program. It is rapidly becoming a state\n= " +"of the art word processor, with lots of features useful for your daily = " +"work,\n" +"personal needs, or for just some good old typing fun." +msgstr "" + +#: gnu/packages/aspell.scm:43 +msgid "Spell checker" +msgstr "" + +#: gnu/packages/aspell.scm:45 +msgid "" +"Aspell is a spell-checker which can be used either as a library or as\n= " +"a standalone program. Notable features of Aspell include its full supp= ort " +"of\n" +"documents written in the UTF-8 encoding and its ability to use multiple= \n" +"dictionaries, including personal ones." +msgstr "" + +#: gnu/packages/aspell.scm:85 +msgid "This package provides a dictionary for the GNU Aspell spell check= er." +msgstr "" + +#: gnu/packages/backup.scm:87 +msgid "Encrypted backup using rsync algorithm" +msgstr "" + +#: gnu/packages/backup.scm:89 +msgid "" +"Duplicity backs up directories by producing encrypted tar-format volume= s\n" +"and uploading them to a remote or local file server. Because duplicity= " +"uses\n" +"librsync, the incremental archives are space efficient and only record = the\n" +"parts of files that have changed since the last backup. Because duplic= ity\n" +"uses GnuPG to encrypt and/or sign these archives, they will be safe fro= m\n" +"spying and/or modification by the server." +msgstr "" + +#: gnu/packages/backup.scm:123 +msgid "Simple incremental backup tool" +msgstr "" + +#: gnu/packages/backup.scm:125 +msgid "" +"Hdup2 is a backup utilty, its aim is to make backup really simple. The= \n" +"backup scheduling is done by means of a cron job. It supports an\n" +"include/exclude mechanism, remote backups, encrypted backups and split\= n" +"backups (called chunks) to allow easy burning to CD/DVD." +msgstr "" + +#: gnu/packages/backup.scm:178 +msgid "Multi-format archive and compression library" +msgstr "" + +#: gnu/packages/backup.scm:180 +msgid "" +"Libarchive provides a flexible interface for reading and writing\n" +"archives in various formats such as tar and cpio. Libarchive also supp= orts\n" +"reading and writing archives compressed using various compression filte= rs " +"such\n" +"as gzip and bzip2. The library is inherently stream-oriented; readers\= n" +"serially iterate through the archive, writers serially add things to th= e\n" +"archive. In particular, note that there is currently no built-in suppo= rt " +"for\n" +"random access nor for in-place modification." +msgstr "" + +#: gnu/packages/backup.scm:243 +msgid "Provide a list of files to backup" +msgstr "" + +#: gnu/packages/backup.scm:245 +msgid "" +"Rdup is a utility inspired by rsync and the plan9 way of doing backups.= \n" +"Rdup itself does not backup anything, it only print a list of absolute\= n" +"filenames to standard output. Auxiliary scripts are needed that act on= " +"this\n" +"list and implement the backup strategy." +msgstr "" + +#: gnu/packages/backup.scm:275 +msgid "Tar-compatible archiver" +msgstr "" + +#: gnu/packages/backup.scm:277 +msgid "" +"Btar is a tar-compatible archiver which allows arbitrary compression an= d\n" +"ciphering, redundancy, differential backup, indexed extraction, multico= re\n" +"compression, input and output serialisation, and tolerance to partial " +"archive\n" +"errors." +msgstr "" + +#: gnu/packages/backup.scm:305 +msgid "Local/remote mirroring+incremental backup" +msgstr "" + +#: gnu/packages/backup.scm:307 +msgid "" +"Rdiff-backup backs up one directory to another, possibly over a network= .\n" +"The target directory ends up a copy of the source directory, but extra = " +"reverse\n" +"diffs are stored in a special subdirectory of that target directory, so= you\n" +"can still recover files lost some time ago. The idea is to combine the= " +"best\n" +"features of a mirror and an incremental backup. Rdiff-backup also " +"preserves\n" +"subdirectories, hard links, dev files, permissions, uid/gid ownership,\= n" +"modification times, extended attributes, acls, and resource forks. Als= o,\n" +"rdiff-backup can operate in a bandwidth efficient manner over a pipe, l= ike\n" +"rsync. Thus you can use rdiff-backup and ssh to securely back a hard d= rive " +"up\n" +"to a remote location, and only the differences will be transmitted. " +"Finally,\n" +"rdiff-backup is easy to use and settings have sensical defaults." +msgstr "" + +#: gnu/packages/base.scm:61 msgid "Hello, GNU world: An example GNU package" msgstr "Hallo, GNU-Welt: Ein GNU-Beispielpaket" =20 -#: gnu/packages/base.scm:67 +#: gnu/packages/base.scm:63 msgid "" "GNU Hello prints the message \"Hello, world!\" and then exits. It\n" -"serves as an example of standard GNU coding practices. As such, it sup= ports\n" +"serves as an example of standard GNU coding practices. As such, it " +"supports\n" "command-line arguments, multiple languages, and so on." msgstr "" "GNU Hello gibt die Meldung =C2=BBHello, world!=C2=AB aus und beendet si= ch dann.\n" "Es dient als ein Beispiel f=C3=BCr die Standardwege zur Erzeugung von G= NU-Code.\n" "Als solches unterst=C3=BCtzt es Befehlszeilenargumente, mehrere Sprache= n usw." =20 -#: gnu/packages/base.scm:85 +#: gnu/packages/base.scm:82 msgid "Print lines matching a pattern" msgstr "Zeilen zur=C3=BCckgeben, die auf ein Muster passen" =20 -#: gnu/packages/base.scm:87 +#: gnu/packages/base.scm:84 msgid "" "grep is a tool for finding text inside files. Text is found by\n" "matching a pattern provided by the user in one or many files. The patt= ern\n" @@ -46,7 +171,8 @@ msgid "" "numbers. GNU grep offers many extensions over the standard utility,\n" "including, for example, recursive directory searching." msgstr "" -"Grep ist ein Werkzeug zum Finden von Text in Dateien. Textteile werden = durch\n" +"Grep ist ein Werkzeug zum Finden von Text in Dateien. Textteile werden = " +"durch\n" "Vergleichen anhand eines vom Benutzer angegebenen Musters in einer oder= \n" "mehreren Dateien gesucht. Das Muster kann als einfacher oder erweiterte= r\n" "regul=C3=A4rer Ausdruck oder auch als einfache Zeichenkette angegeben w= erden.\n" @@ -56,30 +182,35 @@ msgstr "" "im Vergleich zum Standardwerkzeug, zum Beispiel die rekursive Suche\n" "in Verzeichnisstrukturen." =20 -#: gnu/packages/base.scm:109 +#: gnu/packages/base.scm:106 msgid "Stream editor" msgstr "Datenstromeditor" =20 -#: gnu/packages/base.scm:124 +#: gnu/packages/base.scm:121 msgid "" "Sed is a non-interactive, text stream editor. It receives a text\n" -"input from a file or from standard input and it then applies a series o= f text\n" -"editing commands to the stream and prints its output to standard output= . It\n" +"input from a file or from standard input and it then applies a series o= f " +"text\n" +"editing commands to the stream and prints its output to standard output= . " +"It\n" "is often used for substituting text patterns in a stream. The GNU\n" "implementation offers several extensions over the standard utility." msgstr "" -"Sed ist ein nicht-interaktiver Editor f=C3=BCr Text-Datenstr=C3=B6me. E= r empf=C3=A4ngt eine\n" -"Texteingabe aus einer Datei oder der Standardeingabe und wendet eine Re= ihe von\n" -"Textbearbeitungsbefehlen darauf an. Das Ergebnis wird in der Standardau= sgabe\n" +"Sed ist ein nicht-interaktiver Editor f=C3=BCr Text-Datenstr=C3=B6me. E= r empf=C3=A4ngt " +"eine\n" +"Texteingabe aus einer Datei oder der Standardeingabe und wendet eine Re= ihe " +"von\n" +"Textbearbeitungsbefehlen darauf an. Das Ergebnis wird in der " +"Standardausgabe\n" "ausgegeben. Er wird h=C3=A4ufig zum Ersetzen von Textmustern in einem D= atenstrom\n" "verwendet. Die GNU-Implementation bietet gegen=C3=BCber dem Standardwer= kzeug\n" "diverse Erweiterungen." =20 -#: gnu/packages/base.scm:144 +#: gnu/packages/base.scm:141 msgid "Managing tar archives" msgstr "Tar-Archive verwalten" =20 -#: gnu/packages/base.scm:146 +#: gnu/packages/base.scm:143 msgid "" "Tar provides the ability to create tar archives, as well as the\n" "ability to extract, update or list files in an existing archive. It is= \n" @@ -95,89 +226,105 @@ msgstr "" "=C3=84nderungszeitpunkte sowie Zugriffsrechte erhalten bleiben. GNU Tar= bietet\n" "viele Erweiterungen =C3=BCber die F=C3=A4higkeiten des Standardwerkzeug= s hinaus." =20 -#: gnu/packages/base.scm:173 +#: gnu/packages/base.scm:165 msgid "Apply differences to originals, with optional backups" -msgstr "Unterschiede auf Originaldateien anwenden, mit optionaler Datens= icherung" +msgstr "" +"Unterschiede auf Originaldateien anwenden, mit optionaler Datensicherun= g" =20 -#: gnu/packages/base.scm:175 +#: gnu/packages/base.scm:167 msgid "" "Patch is a program that applies changes to files based on differences\n= " -"laid out as by the program \"diff\". The changes may be applied to one= or more\n" +"laid out as by the program \"diff\". The changes may be applied to one= or " +"more\n" "files depending on the contents of the diff file. It accepts several\n= " "different diff formats. It may also be used to revert previously appli= ed\n" "differences." msgstr "" "Patch ist ein Programm, das =C3=84nderungen auf Dateien anwendet, die d= urch das\n" "Programm =C2=BBdiff=C2=AB erzeugt wurden. Die =C3=84nderungen k=C3=B6nn= en auf eine oder mehrere\n" -"Dateien angewendet werden, abh=C3=A4ngig vom Inhalt der Diff-Datei. Es = akzeptiert\n" +"Dateien angewendet werden, abh=C3=A4ngig vom Inhalt der Diff-Datei. Es = " +"akzeptiert\n" "verschiedene Diff-Formate. Es kann auch dazu genutzt werden, fr=C3=BChe= re\n" "Anwendungen von Diff-Dateien r=C3=BCckg=C3=A4ngig zu machen." =20 -#: gnu/packages/base.scm:195 +#: gnu/packages/base.scm:187 msgid "Comparing and merging files" msgstr "Dateien vergleichen und zusammenf=C3=BChren" =20 -#: gnu/packages/base.scm:197 +#: gnu/packages/base.scm:189 msgid "" "GNU Diffutils is a package containing tools for finding the\n" -"differences between files. The \"diff\" command is used to show how tw= o files\n" -"differ, while \"cmp\" shows the offsets and line numbers where they dif= fer. \n" +"differences between files. The \"diff\" command is used to show how tw= o " +"files\n" +"differ, while \"cmp\" shows the offsets and line numbers where they " +"differ. \n" "\"diff3\" allows you to compare three files. Finally, \"sdiff\" offers= an\n" "interactive means to merge two files." msgstr "" "Das Paket GNU Diffutils enth=C3=A4lt Werkzeuge zum Finden von Unterschi= eden\n" "zwischen Dateien. Der Befehl =C2=BBdiff=C2=AB wird dazu verwendet, zwei= Dateien\n" -"zu vergleichen, um die Unterschiede kenntlich zu machen, w=C3=A4hrend =C2= =BBcmp=C2=AB anhand\n" +"zu vergleichen, um die Unterschiede kenntlich zu machen, w=C3=A4hrend =C2= =BBcmp=C2=AB " +"anhand\n" "von Position und Zeilennummern zeigt, wo genau die Unterschiede liegen.= \n" "Weiterhin bietet =C2=BBsdiff=C2=AB eine M=C3=B6glichkeit, zwei Dateien = interaktiv\n" "zusammenzuf=C3=BChren." =20 -#: gnu/packages/base.scm:224 +#: gnu/packages/base.scm:216 msgid "Operating on files matching given criteria" msgstr "Verarbeitung von Dateien anhand gegebener Kriterien" =20 -#: gnu/packages/base.scm:226 +#: gnu/packages/base.scm:218 msgid "" "Findutils supplies the basic file directory searching utilities of the\= n" "GNU system. It consists of two primary searching utilities: \"find\"\n= " -"recursively searches for files in a directory according to given criter= ia and\n" -"\"locate\" lists files in a database that match a query. Two auxiliary= tools\n" -"are included: \"updatedb\" updates the file name database and \"xargs\"= may be\n" +"recursively searches for files in a directory according to given criter= ia " +"and\n" +"\"locate\" lists files in a database that match a query. Two auxiliary= " +"tools\n" +"are included: \"updatedb\" updates the file name database and \"xargs\"= may " +"be\n" "used to apply commands with arbitrarily long arguments." msgstr "" -"Das Paket Findutils stellt im GNU-System die grundlegenden Werkzeuge zu= m Suchen\n" +"Das Paket Findutils stellt im GNU-System die grundlegenden Werkzeuge zu= m " +"Suchen\n" "in Verzeichnissen bereit. Zwei prim=C3=A4re Suchwerkzeuge sind enthalte= n: =C2=BBfind=C2=AB\n" "sucht anhand angegebener Kriterien rekursiv nach Dateien in Verzeichnis= sen\n" "und =C2=BBlocate=C2=AB listet Dateien in einer Datenbank auf, die einer= Abfrage\n" -"entsprechen. Zwei Hilfswerkzeuge sind au=C3=9Ferdem enthalten: =C2=BBup= datedb=C2=AB aktualisiert\n" +"entsprechen. Zwei Hilfswerkzeuge sind au=C3=9Ferdem enthalten: =C2=BBup= datedb=C2=AB " +"aktualisiert\n" "die Dateinamendatenbank und =C2=BBxargs=C2=AB dient dazu, Befehle mit w= illk=C3=BCrlich\n" "langen Argumenten anzuwenden." =20 -#: gnu/packages/base.scm:278 +#: gnu/packages/base.scm:268 msgid "Core GNU utilities (file, text, shell)" msgstr "GNU-Kernprogramme (Datei, Text, Shell)" =20 -#: gnu/packages/base.scm:280 +#: gnu/packages/base.scm:270 msgid "" "GNU Coreutils includes all of the basic command-line tools that are\n" "expected in a POSIX system. These provide the basic file, shell and te= xt\n" -"manipulation functions of the GNU system. Most of these tools offer ex= tended\n" +"manipulation functions of the GNU system. Most of these tools offer " +"extended\n" "functionality beyond that which is outlined in the POSIX standard." msgstr "" "Die GNU Coreutils enthalten alle grundlegenden Befehlszeilenwerkzeuge, = die\n" -"Sie in einem POSIX-System erwarten. Diese bieten Ihnen die Bearbeitungs= funktionen\n" -"f=C3=BCr Dateien, Text und Shell des GNU-Systems. Die meisten dieser We= rkzeuge bieten\n" -"im Vergleich zu den in POSIX festgelegten Standards erweiterte Funktion= alit=C3=A4t." +"Sie in einem POSIX-System erwarten. Diese bieten Ihnen die " +"Bearbeitungsfunktionen\n" +"f=C3=BCr Dateien, Text und Shell des GNU-Systems. Die meisten dieser We= rkzeuge " +"bieten\n" +"im Vergleich zu den in POSIX festgelegten Standards erweiterte " +"Funktionalit=C3=A4t." =20 -#: gnu/packages/base.scm:314 +#: gnu/packages/base.scm:304 msgid "Remake files automatically" msgstr "Automatisches Remake von Dateien" =20 -#: gnu/packages/base.scm:316 +#: gnu/packages/base.scm:306 msgid "" "Make is a program that is used to control the production of\n" "executables or other files from their source files. The process is\n" -"controlled from a Makefile, in which the developer specifies how each f= ile is\n" +"controlled from a Makefile, in which the developer specifies how each f= ile " +"is\n" "generated from its source. It has powerful dependency resolution and t= he\n" "ability to determine when files have to be regenerated after their sour= ces\n" "change. GNU make offers many powerful extensions over the standard uti= lity." @@ -188,322 +335,7870 @@ msgstr "" "welche Weise jede der Dateien aus den Quellen erzeugt werden soll. Das\= n" "Programm verf=C3=BCgt =C3=BCber eine leistungsf=C3=A4hige Abh=C3=A4ngig= keitsaufl=C3=B6sung und die\n" "F=C3=A4higkeit zu bestimmen, wann eine Datei neu erstellt werden muss, = wenn sich\n" -"deren Quellen ge=C3=A4ndert haben. GNU Make bietet m=C3=A4chtige Erweit= erungen =C3=BCber die\n" +"deren Quellen ge=C3=A4ndert haben. GNU Make bietet m=C3=A4chtige Erweit= erungen =C3=BCber " +"die\n" "F=C3=A4higkeiten des Standardwerkzeugs hinaus. " =20 -#: gnu/packages/base.scm:361 +#: gnu/packages/base.scm:351 msgid "Binary utilities: bfd gas gprof ld" msgstr "Bin=C3=A4r-Dienstprogramme: bfd gas gprof ld" =20 -#: gnu/packages/base.scm:363 +#: gnu/packages/base.scm:353 +#, fuzzy msgid "" "GNU Binutils is a collection of tools for working with binary files.\n" -"Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler= . Other\n" -"tools include programs to display binary profiling information, list th= e\n" -"strings in a binary file, and utilities for working with archives. The= \"bfd\"\n" -"library for working with executable and object formats is also included= ." +"Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler= .\n" +"Other tools include programs to display binary profiling information, l= ist\n" +"the strings in a binary file, and utilities for working with archives. = The\n" +"\"bfd\" library for working with executable and object formats is also\= n" +"included." msgstr "" "Die GNU Binutils sind eine Werkzeugsammlung zum Arbeiten mit Bin=C3=A4r= dateien.\n" -"Die erw=C3=A4hnenswertesten sind =C2=BBld=C2=AB, ein Linker, und =C2=BB= as=C2=AB, ein Assembler. Weitere\n" +"Die erw=C3=A4hnenswertesten sind =C2=BBld=C2=AB, ein Linker, und =C2=BB= as=C2=AB, ein Assembler. " +"Weitere\n" "enthaltene Werkzeuge zeigen Profiling-Informationen an, listen die\n" "Zeichenketten in einer Bin=C3=A4rdatei auf oder dienen der Arbeit mit A= rchiven.\n" "Die =C2=BBbfd=C2=AB-Bibliothek zum Arbeiten mit ausf=C3=BChrbaren oder = Objektformaten\n" "ist ebenfalls enthalten." =20 -#: gnu/packages/base.scm:504 +#: gnu/packages/base.scm:418 +msgid "The linker wrapper" +msgstr "Der Linker-Wrapper" + +#: gnu/packages/base.scm:420 +msgid "" +"The linker wrapper (or 'ld-wrapper') wraps the linker to add any\n" +"missing '-rpath' flags, and to detect any misuse of libraries outside o= f " +"the\n" +"store." +msgstr "" + +#: gnu/packages/base.scm:585 msgid "The GNU C Library" msgstr "Die GNU C-Bibliothek" =20 -#: gnu/packages/base.scm:506 +#: gnu/packages/base.scm:587 msgid "" "Any Unix-like operating system needs a C library: the library which\n" -"defines the \"system calls\" and other basic facilities such as open, m= alloc,\n" +"defines the \"system calls\" and other basic facilities such as open, " +"malloc,\n" "printf, exit...\n" "\n" -"The GNU C library is used as the C library in the GNU system and most s= ystems\n" +"The GNU C library is used as the C library in the GNU system and most " +"systems\n" "with the Linux kernel." msgstr "" "Jedes Unix-=C3=A4hnliche Betriebssystem braucht eine C-Bibliothek: Dies= ist die\n" -"Bibliothek, welche die =C2=BBSystemaufrufe=C2=AB und andere Grundfunkti= onen wie =C2=BBopen=C2=AB,\n" +"Bibliothek, welche die =C2=BBSystemaufrufe=C2=AB und andere Grundfunkti= onen wie " +"=C2=BBopen=C2=AB,\n" "=C2=BBmalloc=C2=AB, =C2=BBprintf=C2=AB, =C2=BBexit=C2=AB usw. definiert= .\n" "\n" -"Die GNU-C-Bibliothek wird als die C-Bibliothek im GNU-System sowie den = meisten\n" +"Die GNU-C-Bibliothek wird als die C-Bibliothek im GNU-System sowie den = " +"meisten\n" "Systemen mit dem Linux-Kernel verwendet." =20 -#: gnu/packages/base.scm:575 +#: gnu/packages/base.scm:603 +msgid "All the locales supported by the GNU C Library" +msgstr "" + +#: gnu/packages/base.scm:605 +msgid "" +"This package provides all the locales supported by the GNU C Library,\n= " +"more than 400 in total. To use them set the 'LOCPATH' environment vari= able " +"to\n" +"the 'share/locale' sub-directory of this package." +msgstr "" + +#: gnu/packages/base.scm:665 +msgid "Small sample of UTF-8 locales" +msgstr "" + +#: gnu/packages/base.scm:667 +msgid "" +"This package provides a small sample of UTF-8 locales mostly useful in\= n" +"test environments." +msgstr "" + +#: gnu/packages/base.scm:685 +msgid "Find full path of shell commands" +msgstr "" + +#: gnu/packages/base.scm:687 +msgid "" +"The which program finds the location of executables in PATH, with a\n" +"variety of options. It is an alternative to the shell \"type\" built-i= n\n" +"command." +msgstr "" + +#: gnu/packages/base.scm:752 msgid "Database of current and historical time zones" msgstr "Datenbank aktueller und historischer Zeitzonen" =20 -#: gnu/packages/base.scm:576 +#: gnu/packages/base.scm:753 +#, fuzzy msgid "" "The Time Zone Database (often called tz or zoneinfo)\n" "contains code and data that represent the history of local time for man= y\n" -"representative locations around the globe. It is updated periodically t= o\n" -"reflect changes made by political bodies to time zone boundaries, UTC o= ffsets,\n" +"representative locations around the globe. It is updated periodically = to\n" +"reflect changes made by political bodies to time zone boundaries, UTC " +"offsets,\n" "and daylight-saving rules." msgstr "" "Die Zeitzonen-Datenbank (oft =C2=BBtz=C2=AB oder =C2=BBzoneinfo=C2=AB g= enannt) enth=C3=A4lt Code\n" "und Daten, welche den Verlauf der lokalen Zeit f=C3=BCr zahlreiche\n" "repr=C3=A4sentative Orte rund um den Globus bereitstellen. Diese Daten = werden\n" -"regelm=C3=A4=C3=9Fig aktualisiert, um politisch begr=C3=BCndete =C3=84n= derungen der Zeitzonengrenzen,\n" -"Verschiebung gegen=C3=BCber der Weltzeit oder den Sommerzeit-Winterzeit= -Regelungen\n" +"regelm=C3=A4=C3=9Fig aktualisiert, um politisch begr=C3=BCndete =C3=84n= derungen der " +"Zeitzonengrenzen,\n" +"Verschiebung gegen=C3=BCber der Weltzeit oder den Sommerzeit-Winterzeit= -" +"Regelungen\n" "zu reflektieren." =20 -#: gnu/packages/base.scm:1004 -msgid "GNU C++ standard library (intermediate)" +#: gnu/packages/bittorrent.scm:82 +msgid "Fast and easy BitTorrent client" msgstr "" =20 -#: gnu/packages/base.scm:1098 -msgid "The linker wrapper" -msgstr "Der Linker-Wrapper" +#: gnu/packages/bittorrent.scm:84 +msgid "" +"Transmission is a BitTorrent client that comes with graphical,\n" +"textual, and Web user interfaces. Transmission also has a daemon for\n= " +"unattended operationg. It supports local peer discovery, full encrypti= on,\n" +"DHT, =C2=B5TP, PEX and Magnet Links." +msgstr "" + +#: gnu/packages/bittorrent.scm:122 +msgid "BitTorrent library of rtorrent" +msgstr "" =20 -#: gnu/packages/base.scm:1100 +#: gnu/packages/bittorrent.scm:124 msgid "" -"The linker wrapper (or `ld-wrapper') wraps the linker to add any\n" -"missing `-rpath' flags, and to detect any misuse of libraries outside o= f the\n" -"store." +"LibTorrent is a BitTorrent library used by and developed in parallel\n" +"with the BitTorrent client rtorrent. It is written in C++ with emphasi= s on\n" +"speed and efficiency." msgstr "" =20 -#: gnu/packages/base.scm:1264 -msgid "Complete GCC tool chain for C/C++ development" -msgstr "Vollst=C3=A4ndige GCC-Werkzeugsammlung f=C3=BCr die Entwicklung = in C/C++" +#: gnu/packages/bittorrent.scm:151 +msgid "BitTorrent client with ncurses interface" +msgstr "" =20 -#: gnu/packages/base.scm:1266 +#: gnu/packages/bittorrent.scm:153 msgid "" -"This package provides a complete GCC tool chain for C/C++ development t= o\n" -"be installed in user profiles. This includes GCC, as well as libc (hea= ders\n" -"and binaries, plus debugging symbols in the 'debug' output), and Binuti= ls." +"rTorrent is a BitTorrent client with an ncurses interface. It supports= \n" +"full encryption, DHT, PEX, and Magnet Links. It can also be controlled= via\n" +"XML-RPC over SCGI." msgstr "" -"Dieses Paket bietet eine vollst=C3=A4ndige GCC-Werkzeugsammlung, die f=C3= =BCr die\n" -"C/C++-Entwicklung in Benutzerprofilen installiert werden kann. Enthalte= n sind\n" -"sowohl GCC als auch die libc (Header und Binaries sowie Debugging-Symbo= le in\n" -"der Debug-Ausgabe) und die Binutils." =20 -#: gnu/packages/guile.scm:99 gnu/packages/guile.scm:166 -msgid "Scheme implementation intended especially for extensions" -msgstr "Scheme-Implementation, die speziell f=C3=BCr Erweiterungen gedac= ht ist" +#: gnu/packages/certs.scm:64 +msgid "Python script to extract .pem data from certificate collection" +msgstr "" =20 -#: gnu/packages/guile.scm:101 gnu/packages/guile.scm:168 +#: gnu/packages/certs.scm:66 msgid "" -"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" -"official extension language of the GNU system. It is an implementation= of\n" -"the Scheme language which can be easily embedded in other applications = to\n" -"provide a convenient means of extending the functionality of the applic= ation\n" -"without requiring the source code to be rewritten." +"certdata2pem.py is a Python script to transform X.509 certificate\n" +"\"source code\" as contained, for example, in the Mozilla sources, into= \n" +".pem formatted certificates." msgstr "" =20 -#: gnu/packages/guile.scm:211 -msgid "Framework for building readers for GNU Guile" +#: gnu/packages/certs.scm:122 +msgid "CA certificates from Mozilla" msgstr "" =20 -#: gnu/packages/guile.scm:213 +#: gnu/packages/certs.scm:124 msgid "" -"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" -"\n" -"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" -"procedure. Readers supporting various syntax variants can easily be wri= tten,\n" -"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" -"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-d= erived\n" -"document syntax.\n" -"\n" -"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" -"hopefully more powerful and flexible (for instance, one may instantiate= as\n" -"many readers as needed)." +"This package provides certificates for Certification Authorities (CA)\n= " +"taken from the NSS package and thus ultimately from the Mozilla project= ." msgstr "" =20 -#: gnu/packages/guile.scm:267 -msgid "Guile bindings to ncurses" -msgstr "Guile-Bindungen zu Ncurses" +#: gnu/packages/compression.scm:64 +msgid "Compression library" +msgstr "" =20 -#: gnu/packages/guile.scm:269 +#: gnu/packages/compression.scm:66 msgid "" -"guile-ncurses provides Guile language bindings for the ncurses\n" -"library." +"zlib is designed to be a free, general-purpose, legally unencumbered --= \n" +"that is, not covered by any patents -- lossless data-compression librar= y " +"for\n" +"use on virtually any computer hardware and operating system. The zlib = data\n" +"format is itself portable across platforms. Unlike the LZW compression= " +"method\n" +"used in Unix compress(1) and in the GIF image format, the compression " +"method\n" +"currently used in zlib essentially never expands the data. (LZW can dou= ble " +"or\n" +"triple the file size in extreme cases.) zlib's memory footprint is als= o\n" +"independent of the input data and can be reduced, if necessary, at some= " +"cost\n" +"in compression." msgstr "" -"guile-ncurses stellt Guile-Sprachbindungen f=C3=BCr die ncurses-\n" -"Bibliothek bereit." =20 -#: gnu/packages/guile.scm:289 -msgid "Run jobs at scheduled times" -msgstr "Aufgaben planm=C3=A4=C3=9Fig ausf=C3=BChren" +#: gnu/packages/compression.scm:91 +msgid "Replacement for Sun's 'jar' utility" +msgstr "" =20 -#: gnu/packages/guile.scm:291 +#: gnu/packages/compression.scm:93 msgid "" -"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" -"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten in\n" -"Guile, so its configuration can be written in Scheme; the original cron= \n" -"format is also supported." +"FastJar is an attempt to create a much faster replacement for Sun's 'ja= r'\n" +"utility. Instead of being written in Java, FastJar is written in C." msgstr "" -"GNU Mcron ist ein vollst=C3=A4ndiger Ersatz f=C3=BCr Vixie cron. Es wir= d dazu verwendet,\n" -"Aufgaben nach Plan ausf=C3=BChren zu lassen, zum Beispiel jede Stunde o= der jeden\n" -"Montag. Mcron ist in Guile geschrieben, so dass dessen Konfiguration in= Scheme\n" -"verwaltet werden kann. Das originale Cron-Format wird ebenfalls unterst= =C3=BCtzt." =20 -#: gnu/packages/guile.scm:319 -msgid "Collection of useful Guile Scheme modules" -msgstr "Sammlung n=C3=BCtzlicher Guile-Scheme-Modulen" +#: gnu/packages/compression.scm:109 +msgid "General file (de)compression (using lzw)" +msgstr "" =20 -#: gnu/packages/guile.scm:321 +#: gnu/packages/compression.scm:114 msgid "" -"guile-lib is intended as an accumulation place for pure-scheme Guile\n" -"modules, allowing for people to cooperate integrating their generic Gui= le\n" -"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" -"for Guile\"." +"GNU Gzip provides data compression and decompression utilities; the\n" +"typical extension is \".gz\". Unlike the \"zip\" format, it compresses= a " +"single\n" +"file; as a result, it is often used in conjunction with \"tar\", result= ing " +"in\n" +"\".tar.gz\" or \".tgz\", etc." msgstr "" =20 -#: gnu/packages/guile.scm:352 -msgid "JSON module for Guile" -msgstr "JSON-Modul f=C3=BCr Guile" +#: gnu/packages/compression.scm:190 +msgid "High-quality data compression program" +msgstr "" =20 -#: gnu/packages/guile.scm:354 +#: gnu/packages/compression.scm:192 msgid "" -"Guile-json supports parsing and building JSON documents according to th= e\n" -"http:://json.org specification. These are the main features:\n" -"- Strictly complies to http://json.org specification.\n" -"- Build JSON documents programmatically via macros.\n" -"- Unicode support for strings.\n" -"- Allows JSON pretty printing." +"bzip2 is a freely available, patent free (see below), high-quality data= \n" +"compressor. It typically compresses files to within 10% to 15% of the = best\n" +"available techniques (the PPM family of statistical compressors), whils= t\n" +"being around twice as fast at compression and six times faster at\n" +"decompression." msgstr "" =20 -#: gnu/packages/lout.scm:109 -msgid "Lout, a document layout system similar in style to LaTeX" -msgstr "Lout, ein Dokument-Layoutsystem =C3=A4hnlich LaTeX" +#: gnu/packages/compression.scm:213 +msgid "General-purpose data compression" +msgstr "" =20 -#: gnu/packages/lout.scm:111 +#: gnu/packages/compression.scm:215 msgid "" -"The Lout document formatting system is now reads a high-level descripti= on of\n" -"a document similar in style to LaTeX and produces a PostScript or plain= text\n" -"output file.\n" +"XZ Utils is free general-purpose data compression software with high\n" +"compression ratio. XZ Utils were written for POSIX-like systems, but a= lso\n" +"work on some not-so-POSIX systems. XZ Utils are the successor to LZMA = " +"Utils.\n" "\n" -"Lout offers an unprecedented range of advanced features, including opti= mal\n" -"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" -"inclusion and generation, equation formatting, tables, diagrams, rotati= on and\n" -"scaling, sorted indexes, bibliographic databases, running headers and\n= " -"odd-even pages, automatic cross referencing, multilingual documents inc= luding\n" -"hyphenation (most European languages are supported), formatting of comp= uter\n" -"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" -"extended with definitions which are very much easier to write than trof= f of\n" -"TeX macros because Lout is a high-level, purely functional language, th= e\n" -"outcome of an eight-year research project that went back to the\n" -"beginning." +"The core of the XZ Utils compression code is based on LZMA SDK, but it = has\n" +"been modified quite a lot to be suitable for XZ Utils. The primary\n" +"compression algorithm is currently LZMA2, which is used inside the .xz\= n" +"container format. With typical files, XZ Utils create 30 % smaller out= put\n" +"than gzip and 15 % smaller output than bzip2." msgstr "" =20 -#: gnu/packages/recutils.scm:58 -msgid "Manipulate plain text files as databases" -msgstr "Bearbeitung von Datenbanken in Form einfacher Textdateien" +#: gnu/packages/compression.scm:243 +msgid "Data compresion library suitable for real-time data de-/compressi= on" +msgstr "" =20 -#: gnu/packages/recutils.scm:60 +#: gnu/packages/compression.scm:245 msgid "" -"GNU Recutils is a set of tools and libraries for creating and\n" -"manipulating text-based, human-editable databases. Despite being text-= based,\n" -"databases created with Recutils carry all of the expected features such= as\n" -"unique fields, primary keys, time stamps and more. Many different field= types\n" -"are supported, as is encryption." +"LZO is a data compression library which is suitable for data\n" +"de-/compression in real-time. This means it favours speed over\n" +"compression ratio.\n" +"\n" +"LZO is written in ANSI C. Both the source code and the compressed data= \n" +"format are designed to be portable across platforms." msgstr "" -"Die GNU Recutils sind eine Sammlung von Werkzeugen und Bibliotheken zum= \n" -"Erstellen und Bearbeiten textbasierter, menschenlesbarer Datenbanken. O= bwohl\n" -"rein textbasiert, bieten die mit Recutils erzeugten Datenbanken alles, = was Sie\n" -"von einer Datenbank erwarten, wie eindeutige Felder, Prim=C3=A4rschl=C3= =BCssel,\n" -"Zeitstempel und vieles mehr. Viele verschiedene Feldtypen sowie Verschl= =C3=BCsselung\n" -"werden unterst=C3=BCtzt." =20 -#~ msgid "cannot access `~a': ~a~%" -#~ msgstr "Zugriff auf =C2=BB~a=C2=AB nicht m=C3=B6glich: ~a~%" +#: gnu/packages/compression.scm:268 +msgid "Compress or expand files" +msgstr "" =20 -#~ msgid "~A: package not found for version ~a~%" -#~ msgstr "~A: Paket nicht gefunden f=C3=BCr Version ~a~%" +#: gnu/packages/compression.scm:270 +msgid "" +"Lzop is a file compressor which is very similar to gzip. Lzop uses the= \n" +"LZO data compression library for compression services, and its main " +"advantages\n" +"over gzip are much higher compression and decompression speed (at the c= ost " +"of\n" +"some compression ratio)." +msgstr "" =20 -#~ msgid "~A: unknown package~%" -#~ msgstr "~A: unbekanntes Paket~%" +#: gnu/packages/compression.scm:289 +msgid "Lossless data compressor based on the LZMA algorithm" +msgstr "" =20 -#~ msgid "~a: not a number~%" -#~ msgstr "~a: keine Zahl~%" +#: gnu/packages/compression.scm:291 +msgid "" +"Lzip is a lossless data compressor with a user interface similar to the= \n" +"one of gzip or bzip2. Lzip decompresses almost as fast as gzip and " +"compresses\n" +"more than bzip2, which makes it well suited for software distribution a= nd " +"data\n" +"archiving. Lzip is a clean implementation of the LZMA algorithm." +msgstr "" =20 -#~ msgid "~A: unrecognized option~%" -#~ msgstr "~A: nicht erkannte Option~%" +#: gnu/packages/compression.scm:323 +msgid "Archives in shell scripts, uuencode/uudecode" +msgstr "" =20 -#~ msgid "no build log for '~a'~%" -#~ msgstr "Kein Erstellungsprotokoll f=C3=BCr =C2=BB~a=C2=AB~%" +#: gnu/packages/compression.scm:325 +msgid "" +"GNU sharutils is a package for creating and manipulating shell\n" +"archives that can be readily emailed. A shell archive is a file that c= an " +"be\n" +"processed by a Bourne-type shell to unpack the original collection of " +"files. \n" +"This package is mostly for compatibility and historical interest." +msgstr "" =20 -#~ msgid "unsupported hash format: ~a~%" -#~ msgstr "Nicht unterst=C3=BCtztes Pr=C3=BCfsummenformat: ~a~%" +#: gnu/packages/compression.scm:344 +msgid "Compression tools for some formats used by Microsoft" +msgstr "" =20 -#~ msgid "~a: download failed~%" -#~ msgstr "~a: Herunterladen fehlgeschlagen~%" +#: gnu/packages/compression.scm:346 +msgid "" +"The purpose of libmspack is to provide both compression and\n" +"decompression of some loosely related file formats used by Microsoft." +msgstr "" =20 -#~ msgid "failed to build the empty profile~%" -#~ msgstr "Leeres Profil konnte nicht erstellt werden~%" +#: gnu/packages/compression.scm:365 +msgid "Low-level interface to bzip2 compression library" +msgstr "" =20 -#~ msgid "profile '~a' does not exist~%" -#~ msgstr "Profil =C2=BB~a=C2=AB existiert nicht~%" +#: gnu/packages/compression.scm:366 +msgid "" +"This module provides a Perl interface to the bzip2\n" +"compression library." +msgstr "" =20 -#~ msgid "~a: package not found~%" -#~ msgstr "~a: Paket nicht gefunden~%" +#: gnu/packages/compression.scm:400 +msgid "Low-level interface to zlib compression library" +msgstr "" =20 -#~ msgid "looking for the latest release of GNU ~a..." -#~ msgstr "Nach der letzten Ver=C3=B6ffentlichung von GNU ~a wird gesuch= t =E2=80=A6" +#: gnu/packages/compression.scm:401 +msgid "" +"This module provides a Perl interface to the zlib\n" +"compression library." +msgstr "" =20 -#~ msgid "invalid syntax: ~a~%" -#~ msgstr "Unzul=C3=A4ssige Syntax: ~a~%" +#: gnu/packages/compression.scm:422 +msgid "IO Interface to compressed files/buffers" +msgstr "" =20 -#~ msgid "nothing to be done~%" -#~ msgstr "Nichts zu tun~%" +#: gnu/packages/compression.scm:423 +msgid "" +"IO-Compress provides a Perl interface to allow reading and\n" +"writing of compressed data created with the zlib and bzip2 libraries." +msgstr "" =20 -#~ msgid "~a package in profile~%" -#~ msgstr "~a-Paket im Profil~%" +#: gnu/packages/databases.scm:92 +msgid "Berkeley database" +msgstr "" =20 -#~ msgid "~a\t(current)~%" -#~ msgstr "~a\t(aktuell)~%" +#: gnu/packages/databases.scm:94 +msgid "" +"Berkeley DB is an embeddable database allowing developers the choice of= \n" +"SQL, Key/Value, XML/XQuery or Java Object storage for their data model.= " +msgstr "" =20 -#~ msgid "unknown unit: ~a~%" -#~ msgstr "Unbekannte Einheit: ~a~%" +#: gnu/packages/databases.scm:146 +msgid "Fast, easy to use, and popular database" +msgstr "" =20 -#~ msgid "invalid number: ~a~%" -#~ msgstr "Ung=C3=BCltige Zahl: ~a~%" +#: gnu/packages/databases.scm:148 +msgid "" +"MySQL is a fast, reliable, and easy to use relational database\n" +"management system that supports the standardized Structured Query\n" +"Language." +msgstr "" =20 -#~ msgid "" -#~ "\n" -#~ " -r, --recursive compute the hash on FILE recursively" -#~ msgstr "" -#~ "\n" -#~ " -r, --recursive errechnet die Pr=C3=BCfsumme der DATEI reku= rsiv" +#: gnu/packages/databases.scm:215 +msgid "SQL database server" +msgstr "" =20 -#~ msgid "unrecognized option: ~a~%" -#~ msgstr "Nicht erkannte Option: ~a~%" +#: gnu/packages/databases.scm:217 +msgid "" +"MariaDB is a multi-user and multi-threaded SQL database server, designe= d\n" +"as a drop-in replacement of MySQL." +msgstr "" =20 -#~ msgid "~a~%" -#~ msgstr "~a~%" +#: gnu/packages/databases.scm:237 +msgid "Powerful object-relational database system" +msgstr "" =20 -#~ msgid "wrong number of arguments~%" -#~ msgstr "Falsche Argumentanzahl~%" +#: gnu/packages/databases.scm:239 +msgid "" +"PostgreSQL is a powerful object-relational database system. It is full= y\n" +"ACID compliant, has full support for foreign keys, joins, views, trigge= rs, " +"and\n" +"stored procedures (in multiple languages). It includes most SQL:2008 d= ata\n" +"types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERV= AL, " +"and\n" +"TIMESTAMP. It also supports storage of binary large objects, including= \n" +"pictures, sounds, or video." +msgstr "" =20 -#~ msgid "invalid signature for '~a'~%" -#~ msgstr "Ung=C3=BCltige Signatur f=C3=BCr =C2=BB~a=C2=AB~%" +#: gnu/packages/databases.scm:274 +msgid "Manipulate plain text files as databases" +msgstr "Bearbeitung von Datenbanken in Form einfacher Textdateien" =20 -#~ msgid "error: invalid signature: ~a~%" -#~ msgstr "Fehler: ung=C3=BCltige Signatur: ~a~%" +#: gnu/packages/databases.scm:276 +#, fuzzy +msgid "" +"GNU Recutils is a set of tools and libraries for creating and\n" +"manipulating text-based, human-editable databases. Despite being text-= " +"based,\n" +"databases created with Recutils carry all of the expected features such= as\n" +"unique fields, primary keys, time stamps and more. Many different fiel= d\n" +"types are supported, as is encryption." +msgstr "" +"Die GNU Recutils sind eine Sammlung von Werkzeugen und Bibliotheken zum= \n" +"Erstellen und Bearbeiten textbasierter, menschenlesbarer Datenbanken. " +"Obwohl\n" +"rein textbasiert, bieten die mit Recutils erzeugten Datenbanken alles, = was " +"Sie\n" +"von einer Datenbank erwarten, wie eindeutige Felder, Prim=C3=A4rschl=C3= =BCssel,\n" +"Zeitstempel und vieles mehr. Viele verschiedene Feldtypen sowie " +"Verschl=C3=BCsselung\n" +"werden unterst=C3=BCtzt." =20 -#~ msgid "error: unauthorized public key: ~a~%" -#~ msgstr "Fehler: nicht autorisierter =C3=B6ffentlicher Schl=C3=BCssel:= ~a~%" +#: gnu/packages/databases.scm:317 +msgid "The SQLite database management system" +msgstr "" =20 -#~ msgid "error: corrupt signature data: ~a~%" -#~ msgstr "Fehler: Signaturdaten besch=C3=A4digt: ~a~%" +#: gnu/packages/databases.scm:319 +msgid "" +"SQLite is a software library that implements a self-contained, serverle= ss,\n" +"zero-configuration, transactional SQL database engine. SQLite is the m= ost\n" +"widely deployed SQL database engine in the world. The source code for = " +"SQLite\n" +"is in the public domain." +msgstr "" =20 -#~ msgid "wrong arguments" -#~ msgstr "Falsche Argumente" +#: gnu/packages/databases.scm:354 +msgid "Trivial database" +msgstr "" =20 -#~ msgid "~a: unknown action~%" -#~ msgstr "~a: unbekannte Aktion~%" +#: gnu/packages/databases.scm:356 +msgid "" +"TDB is a Trivial Database. In concept, it is very much like GDBM,\n" +"and BSD's DB except that it allows multiple simultaneous writers and us= es\n" +"locking internally to keep writers from trampling on each other. TDB i= s " +"also\n" +"extremely small." +msgstr "" =20 -#~ msgid "no configuration file specified~%" -#~ msgstr "Keine Konfigurationsdatei angegeben~%" +#: gnu/packages/databases.scm:375 +msgid "Database independent interface for Perl" +msgstr "" =20 -#~ msgid "signature verification failed for `~a'~%" -#~ msgstr "Verifizierung der Signatur fehlgeschlagen f=C3=BCr =C2=BB~a=C2= =AB~%" +#: gnu/packages/databases.scm:376 +msgid "This package provides an database interface for Perl." +msgstr "" =20 -#~ msgid "" -#~ "\n" -#~ "Report bugs to: ~a." +#: gnu/packages/databases.scm:423 +msgid "Extensible and flexible object <-> relational mapper" +msgstr "" + +#: gnu/packages/databases.scm:424 +msgid "" +"An SQL to OO mapper with an object API inspired by\n" +"Class::DBI (with a compatibility layer as a springboard for porting) an= d a\n" +"resultset API that allows abstract encapsulation of database operations= . " +"It\n" +"aims to make representing queries in your code as perl-ish as possible = " +"while\n" +"still providing access to as many of the capabilities of the database a= s\n" +"possible, including retrieving related records from multiple tables in = a\n" +"single query, \"JOIN\", \"LEFT JOIN\", \"COUNT\", \"DISTINCT\", \"GROUP= BY" +"\",\n" +"\"ORDER BY\" and \"HAVING\" support." +msgstr "" + +#: gnu/packages/databases.scm:454 +msgid "Cursor with built-in caching support" +msgstr "" + +#: gnu/packages/databases.scm:455 +msgid "" +"DBIx::Class::Cursor::Cached provides a cursor class with\n" +"built-in caching support." +msgstr "" + +#: gnu/packages/databases.scm:475 +msgid "Introspect many-to-many relationships" +msgstr "" + +#: gnu/packages/databases.scm:476 +msgid "" +"Because the many-to-many relationships are not real\n" +"relationships, they can not be introspected with DBIx::Class. Many-to-= many\n" +"relationships are actually just a collection of convenience methods " +"installed\n" +"to bridge two relationships. This DBIx::Class component can be used to= " +"store\n" +"all relevant information about these non-relationships so they can late= r be\n" +"introspected and examined." +msgstr "" + +#: gnu/packages/databases.scm:533 +msgid "Create a DBIx::Class::Schema based on a database" +msgstr "" + +#: gnu/packages/databases.scm:534 +msgid "" +"DBIx::Class::Schema::Loader automates the definition of a\n" +"DBIx::Class::Schema by scanning database table definitions and setting = up " +"the\n" +"columns, primary keys, unique constraints and relationships." +msgstr "" + +#: gnu/packages/databases.scm:558 +msgid "DBI PostgreSQL interface" +msgstr "" + +#: gnu/packages/databases.scm:577 +msgid "SQlite interface for Perl" +msgstr "" + +#: gnu/packages/databases.scm:578 +msgid "" +"DBD::SQLite is a Perl DBI driver for SQLite, that includes\n" +"the entire thing in the distribution. So in order to get a fast " +"transaction\n" +"capable RDBMS working for your Perl project you simply have to install = this\n" +"module, and nothing else." +msgstr "" + +#: gnu/packages/databases.scm:608 +msgid "Generate SQL from Perl data structures" +msgstr "" + +#: gnu/packages/databases.scm:609 +msgid "" +"This module was inspired by the excellent DBIx::Abstract.\n" +"While based on the concepts used by DBIx::Abstract, the concepts used h= ave\n" +"been modified to make the SQL easier to generate from Perl data structu= res.\n" +"The underlying idea is for this module to do what you mean, based on th= e " +"data\n" +"structures you provide it, so that you don't have to modify your code e= very\n" +"time your data changes" +msgstr "" + +#: gnu/packages/databases.scm:638 +msgid "Split SQL code into atomic statements" +msgstr "" + +#: gnu/packages/databases.scm:639 +msgid "" +"This module tries to split any SQL code, even including\n" +"non-standard extensions, into the atomic statements it is composed of." +msgstr "" + +#: gnu/packages/databases.scm:657 +msgid "SQL tokenizer" +msgstr "" + +#: gnu/packages/databases.scm:658 +msgid "" +"SQL::Tokenizer is a tokenizer for SQL queries. It does not\n" +"claim to be a parser or query verifier. It just creates sane tokens fr= om a\n" +"valid SQL query." +msgstr "" + +#: gnu/packages/databases.scm:675 +msgid "Data source abstraction library" +msgstr "" + +#: gnu/packages/databases.scm:676 +msgid "" +"Unixodbc is a library providing an API with which to access\n" +"data sources. Data sources include SQL Servers and any software with a= n " +"ODBC\n" +"Driver." +msgstr "" + +#: gnu/packages/databases.scm:700 +msgid "In-memory key/value and document store" +msgstr "" + +#: gnu/packages/databases.scm:702 +msgid "" +"UnQLite is an in-process software library which implements a\n" +"self-contained, serverless, zero-configuration, transactional NoSQL\n" +"database engine. UnQLite is a document store database similar to\n" +"MongoDB, Redis, CouchDB, etc. as well as a standard Key/Value store\n" +"similar to BerkelyDB, LevelDB, etc." +msgstr "" + +#: gnu/packages/debug.scm:71 +msgid "Heuristical file minimizer" +msgstr "" + +#: gnu/packages/debug.scm:73 +msgid "" +"Delta assists you in minimizing \"interesting\" files subject to a test= \n" +"of their interestingness. A common such situation is when attempting t= o\n" +"isolate a small failure-inducing substring of a large input that causes= " +"your\n" +"program to exhibit a bug." +msgstr "" + +#: gnu/packages/debug.scm:132 +msgid "Reducer for interesting code" +msgstr "" + +#: gnu/packages/debug.scm:134 +msgid "" +"C-Reduce is a tool that takes a large C or C++ program that has a\n" +"property of interest (such as triggering a compiler bug) and automatica= lly\n" +"produces a much smaller C/C++ program that has the same property. It i= s\n" +"intended for use by people who discover and report bugs in compilers an= d " +"other\n" +"tools that process C/C++ code." +msgstr "" + +#: gnu/packages/dejagnu.scm:78 +msgid "GNU software testing framework" +msgstr "" + +#: gnu/packages/dejagnu.scm:80 +msgid "" +"DejaGnu is a framework for testing software. In effect, it serves as\n= " +"a front-end for all tests written for a program. Thus, each program ca= n " +"have\n" +"multiple test suites, which are then all managed by a single harness." +msgstr "" + +#: gnu/packages/feh.scm:53 +msgid "Fast and light imlib2-based image viewer" +msgstr "" + +#: gnu/packages/feh.scm:55 +msgid "" +"feh is an X11 image viewer aimed mostly at console users.\n" +"Unlike most other viewers, it does not have a fancy GUI, but simply\n" +"displays images. It can also be used to set the desktop wallpaper.\n" +"It is controlled via commandline arguments and configurable key/mouse\n= " +"actions." +msgstr "" + +#: gnu/packages/games.scm:100 +msgid "Backgammon game" +msgstr "" + +#: gnu/packages/games.scm:101 +msgid "" +"The GNU backgammon application can be used for playing, analyzing and\n= " +"teaching the game. It has an advanced evaluation engine based on " +"artificial\n" +"neural networks suitable for both beginners and advanced players. In\n= " +"addition to a command-line interface, it also features an attractive, 3= D\n" +"representation of the playing board." +msgstr "" + +#: gnu/packages/games.scm:130 +msgid "3d Rubik's cube game" +msgstr "" + +#: gnu/packages/games.scm:132 +msgid "" +"GNUbik is a puzzle game in which you must manipulate a cube to make\n" +"each of its faces have a uniform color. The game is customizable, allo= wing\n" +"you to set the size of the cube (the default is 3x3) or to change the " +"colors.\n" +"You may even apply photos to the faces instead of colors. The game is\= n" +"scriptable with Guile." +msgstr "" + +#: gnu/packages/games.scm:194 +msgid "GNU/Linux port of the indie game \"l'Abbaye des Morts\"" +msgstr "" + +#: gnu/packages/games.scm:195 +msgid "" +"L'Abbaye des Morts is a 2D platform game set in 13th century\n" +"France. The Cathars, who preach about good Christian beliefs, were bei= ng\n" +"expelled by the Catholic Church out of the Languedoc region in France. = One " +"of\n" +"them, called Jean Raymond, found an old church in which to hide, not " +"knowing\n" +"that beneath its ruins lay buried an ancient evil." +msgstr "" + +#: gnu/packages/games.scm:238 +msgid "Lemmings clone" +msgstr "" + +#: gnu/packages/games.scm:240 +msgid "" +"Pingus is a free Lemmings-like puzzle game in which the player takes\n" +"command of a bunch of small animals and has to guide them through level= s.\n" +"Since the animals walk on their own, the player can only influence them= by\n" +"giving them commands, like build a bridge, dig a hole, or redirect all = " +"animals\n" +"in the other direction. Multiple such commands are necessary to reach = the\n" +"level's exit. The game is presented in a 2D side view." +msgstr "" + +#: gnu/packages/games.scm:262 +msgid "Convert English text to humorous dialects" +msgstr "" + +#: gnu/packages/games.scm:263 +msgid "" +"The GNU Talk Filters are programs that convert English text\n" +"into stereotyped or otherwise humorous dialects. The filters are provi= ded " +"as\n" +"a C library, so they can easily be integrated into other programs." +msgstr "" + +#: gnu/packages/games.scm:295 +msgid "Simulate the display from \"The Matrix\"" +msgstr "" + +#: gnu/packages/games.scm:296 +msgid "" +"CMatrix simulates the display from \"The Matrix\" and is\n" +"based on the screensaver from the movie's website. It works with termi= nal\n" +"settings up to 132x300 and can scroll lines all at the same rate or\n" +"asynchronously and at a user-defined speed." +msgstr "" + +#: gnu/packages/games.scm:316 +msgid "Full chess implementation" +msgstr "" + +#: gnu/packages/games.scm:317 +msgid "" +"GNU Chess is a chess engine. It allows you to compete\n" +"against the computer in a game of chess, either through the default " +"terminal\n" +"interface or via an external visual interface such as GNU XBoard." +msgstr "" + +#: gnu/packages/games.scm:345 +msgid "Twisted adventures of young pig farmer Dink Smallwood" +msgstr "" + +#: gnu/packages/games.scm:347 +msgid "" +"GNU FreeDink is a free and portable re-implementation of the engine\n" +"for the role-playing game Dink Smallwood. It supports not only the " +"original\n" +"game data files but it also supports user-produced game mods or \"D-Mod= s\".\n" +"To that extent, it also includes a front-end for managing all of your D= -Mods." +msgstr "" + +#: gnu/packages/games.scm:369 +msgid "Game data for GNU Freedink" +msgstr "" + +#: gnu/packages/games.scm:371 +msgid "This package contains the game data of GNU Freedink." +msgstr "" + +#: gnu/packages/games.scm:423 +msgid "Graphical user interface for chess programs" +msgstr "" + +#: gnu/packages/games.scm:424 +msgid "" +"GNU XBoard is a graphical board for all varieties of chess,\n" +"including international chess, xiangqi (Chinese chess), shogi (Japanese= " +"chess)\n" +"and Makruk. Several lesser-known variants are also supported. It pres= ents " +"a\n" +"fully interactive graphical interface and it can load and save games in= the\n" +"Portable Game Notation." +msgstr "" + +#: gnu/packages/games.scm:477 +msgid "Ball and paddle game" +msgstr "" + +#: gnu/packages/games.scm:478 +msgid "" +"XBoing is a blockout type game where you have a paddle which\n" +"you control to bounce a ball around the game zone destroying blocks wit= h a\n" +"proton ball. Each block carries a different point value. The more blo= cks " +"you\n" +"destroy, the better your score. The person with the highest score wins= ." +msgstr "" + +#: gnu/packages/games.scm:510 +msgid "Typing tutor" +msgstr "" + +#: gnu/packages/games.scm:512 +msgid "" +"GNU Typist is a universal typing tutor. It can be used to learn and\n" +"practice touch-typing. Several tutorials are included; in addition to\= n" +"tutorials for the standard QWERTY layout, there are also tutorials for = the\n" +"alternative layouts Dvorak and Colemak, as well as for the numpad. " +"Tutorials\n" +"are primarily in English, however some in other languages are provided.= " +msgstr "" + +#: gnu/packages/games.scm:565 +msgid "3D game engine written in C++" +msgstr "" + +#: gnu/packages/games.scm:567 +msgid "" +"The Irrlicht Engine is a high performance realtime 3D engine written in= \n" +"C++. Features include an OpenGL renderer, extensible materials, scene = " +"graph\n" +"management, character animation, particle and other special effects, " +"support\n" +"for common mesh file formats, and collision detection." +msgstr "" + +#: gnu/packages/games.scm:609 +msgid "Main game data for the Minetest game engine" +msgstr "" + +#: gnu/packages/games.scm:611 +msgid "Game data for the Minetest infinite-world block sandox game." +msgstr "" + +#: gnu/packages/games.scm:663 +msgid "Infinite-world block sandbox game" +msgstr "" + +#: gnu/packages/games.scm:665 +msgid "" +"Minetest is a sandbox construction game. Players can create and destro= y\n" +"various types of blocks in a three-dimensional open world. This allows= \n" +"forming structures in every possible creation, on multiplayer servers o= r as " +"a\n" +"single player. Mods and texture packs allow players to personalize the= " +"game\n" +"in different ways." +msgstr "" + +#: gnu/packages/games.scm:704 +msgid "Curses Implementation of the Glk API" +msgstr "" + +#: gnu/packages/games.scm:706 +msgid "" +"Glk defines a portable API for applications with text UIs. It was\n" +"primarily designed for interactive fiction, but it should be suitable f= or " +"many\n" +"interactive text utilities, particularly those based on a command line.= \n" +"This is an implementation of the Glk library which runs in a terminal " +"window,\n" +"using the curses.h library for screen control." +msgstr "" + +#: gnu/packages/games.scm:743 +msgid "Interpreter for Glulx VM" +msgstr "" + +#: gnu/packages/games.scm:745 +msgid "" +"Glulx is a 32-bit portable virtual machine intended for writing and\n" +"playing interactive fiction. It was designed by Andrew Plotkin to reli= eve\n" +"some of the restrictions in the venerable Z-machine format. This is th= e\n" +"reference interpreter, using Glk API." +msgstr "" + +#: gnu/packages/games.scm:781 +msgid "Z-machine interpreter" +msgstr "" + +#: gnu/packages/games.scm:783 +msgid "" +"Fizmo is a console-based Z-machine interpreter. It is used to play\n" +"interactive ficiton, also known as textadventures, which were implement= ed\n" +"either by Infocom or created using the Inform compiler." +msgstr "" + +#: gnu/packages/games.scm:833 +msgid "Reference frontend for the libretro API" +msgstr "" + +#: gnu/packages/games.scm:835 +msgid "" +"Libretro is a simple but powerful development interface that allows for= \n" +"the easy creation of emulators, games and multimedia applications that = can " +"plug\n" +"straight into any libretro-compatible frontend. RetroArch is the offic= ial\n" +"reference frontend for the libretro API, currently used by most as a " +"modular\n" +"multi-system game/emulator system." +msgstr "" + +#: gnu/packages/games.scm:855 +msgid "Play the game of Go" +msgstr "" + +#: gnu/packages/games.scm:856 +msgid "" +"GNU Go is a program that plays the game of Go, in which\n" +"players place stones on a grid to form territory or capture other stone= s.\n" +"While it can be played directly from the terminal, rendered in ASCII\n" +"characters, it is also possible to play GNU Go with 3rd party graphical= \n" +"interfaces or even in Emacs. It supports the standard game storage for= mat\n" +"(SGF, Smart Game Format) and inter-process communication format (GMP, G= o\n" +"Modem Protocol)." +msgstr "" + +#: gnu/packages/games.scm:906 +msgid "High speed arctic racing game based on Tux Racer" +msgstr "" + +#: gnu/packages/games.scm:908 +msgid "" +"Extreme Tux Racer, or etracer as it is called for short, is\n" +"a simple OpenGL racing game featuring Tux, the Linux mascot. The goal = of " +"the\n" +"game is to slide down a snow- and ice-covered mountain as quickly as " +"possible,\n" +"avoiding the trees and rocks that will slow you down.\n" +"\n" +"Collect herrings and other goodies while sliding down the hill, but avo= id " +"fish\n" +"bones.\n" +"\n" +"This game is based on the GPL version of the famous game TuxRacer." +msgstr "" + +#: gnu/packages/games.scm:946 +msgid "Game of jumping to the next floor, trying not to fall" +msgstr "" + +#: gnu/packages/games.scm:948 +msgid "" +"GNUjump is a simple, yet addictive game in which you must jump from\n" +"platform to platform to avoid falling, while the platforms drop at fast= er " +"rates\n" +"the higher you go. The game features multiplayer, unlimited FPS, smoot= h " +"floor\n" +"falling, themeable graphics and sounds, and replays." +msgstr "" + +#: gnu/packages/gcc.scm:298 +msgid "GNU Compiler Collection" +msgstr "" + +#: gnu/packages/gcc.scm:300 +msgid "" +"GCC is the GNU Compiler Collection. It provides compiler front-ends\n" +"for several languages, including C, C++, Objective-C, Fortran, Java, Ad= a, " +"and\n" +"Go. It also includes runtime support libraries for these languages." +msgstr "" + +#: gnu/packages/gcc.scm:503 +msgid "" +"Manipulating sets and relations of integer points bounded by linear " +"constraints" +msgstr "" + +#: gnu/packages/gcc.scm:506 +msgid "" +"isl is a library for manipulating sets and relations of integer points\= n" +"bounded by linear constraints. Supported operations on sets include\n" +"intersection, union, set difference, emptiness check, convex hull, " +"(integer)\n" +"affine hull, integer projection, computing the lexicographic minimum us= ing\n" +"parametric integer programming, coalescing and parametric vertex\n" +"enumeration. It also includes an ILP solver based on generalized basis= \n" +"reduction, transitive closures on maps (which may encode infinite graph= s),\n" +"dependence analysis and bounds on piecewise step-polynomials." +msgstr "" + +#: gnu/packages/gcc.scm:538 +msgid "Library to generate code for scanning Z-polyhedra" +msgstr "" + +#: gnu/packages/gcc.scm:540 +msgid "" +"CLooG is a free software library to generate code for scanning\n" +"Z-polyhedra. That is, it finds a code (e.g., in C, FORTRAN...) that\n" +"reaches each integral point of one or more parameterized polyhedra.\n" +"CLooG has been originally written to solve the code generation problem\= n" +"for optimizing compilers based on the polytope model. Nevertheless it\= n" +"is used now in various area e.g., to build control automata for\n" +"high-level synthesis or to find the best polynomial approximation of a\= n" +"function. CLooG may help in any situation where scanning polyhedra\n" +"matters. While the user has full control on generated code quality,\n" +"CLooG is designed to avoid control overhead and to produce a very\n" +"effective code." +msgstr "" + +#: gnu/packages/geeqie.scm:49 +msgid "Library and command-line utility to manage image metadata" +msgstr "" + +#: gnu/packages/geeqie.scm:51 +msgid "" +"Exiv2 is a C++ library and a command line utility to manage image\n" +"metadata. It provides fast and easy read and write access to the Exif,= " +"IPTC\n" +"and XMP metadata of images in various formats." +msgstr "" + +#: gnu/packages/geeqie.scm:82 +msgid "Lightweight GTK+ based image viewer" +msgstr "" + +#: gnu/packages/geeqie.scm:84 +msgid "" +"Geeqie is a lightweight GTK+ based image viewer for Unix like operating= \n" +"systems. It features: EXIF, IPTC and XMP metadata browsing and editing= \n" +"interoperability; easy integration with other software; geeqie works on= " +"files\n" +"and directories, there is no need to import images; fast preview for ma= ny " +"raw\n" +"image formats; tools for image comparison, sorting and managing photo\n= " +"collection. Geeqie was initially based on GQview." +msgstr "" + +#: gnu/packages/gettext.scm:86 +msgid "Tools and documentation for translation" +msgstr "" + +#: gnu/packages/gettext.scm:88 +msgid "" +"GNU Gettext is a package providing a framework for translating the\n" +"textual output of programs into multiple languages. It provides " +"translators\n" +"with the means to create message catalogs, as well as an Emacs mode to = work\n" +"with them, and a runtime library to load translated messages from the\n= " +"catalogs. Nearly all GNU packages use Gettext." +msgstr "" + +#: gnu/packages/gnuzilla.scm:85 +msgid "Mozilla javascript engine" +msgstr "" + +#: gnu/packages/gnuzilla.scm:86 +msgid "" +"SpiderMonkey is Mozilla's JavaScript engine written\n" +"in C/C++." +msgstr "" + +#: gnu/packages/gnuzilla.scm:118 +msgid "Netscape API for system level and libc-like functions" +msgstr "" + +#: gnu/packages/gnuzilla.scm:119 +msgid "" +"Netscape Portable Runtime (NSPR) provides a\n" +"platform-neutral API for system level and libc-like functions. It is u= sed\n" +"in the Mozilla clients." +msgstr "" + +#: gnu/packages/gnuzilla.scm:216 +msgid "Network Security Services" +msgstr "" + +#: gnu/packages/gnuzilla.scm:218 +msgid "" +"Network Security Services (NSS) is a set of libraries designed to suppo= rt\n" +"cross-platform development of security-enabled client and server " +"applications.\n" +"Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PK= CS " +"#7,\n" +"PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security\n= " +"standards." +msgstr "" + +#: gnu/packages/gnuzilla.scm:347 +msgid "Entirely free browser derived from Mozilla Firefox" +msgstr "" + +#: gnu/packages/gnuzilla.scm:349 +msgid "" +"IceCat is the GNU version of the Firefox browser. It is entirely free\= n" +"software, which does not recommend non-free plugins and addons. It als= o\n" +"features built-in privacy-protecting features." +msgstr "" + +#: gnu/packages/gtk.scm:78 +msgid "GNOME accessibility toolkit" +msgstr "" + +#: gnu/packages/gtk.scm:80 +msgid "" +"ATK provides the set of accessibility interfaces that are implemented\n= " +"by other toolkits and applications. Using the ATK interfaces, " +"accessibility\n" +"tools have full access to view and control running applications." +msgstr "" + +#: gnu/packages/gtk.scm:119 +msgid "2D graphics library" +msgstr "" + +#: gnu/packages/gtk.scm:121 +msgid "" +"Cairo is a 2D graphics library with support for multiple output devices= .\n" +"Currently supported output targets include the X Window System (via bot= h\n" +"Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG f= ile\n" +"output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB= .\n" +"\n" +"Cairo is designed to produce consistent output on all output media whil= e\n" +"taking advantage of display hardware acceleration when available\n" +"eg. through the X Render Extension).\n" +"\n" +"The cairo API provides operations similar to the drawing operators of\n= " +"PostScript and PDF. Operations in cairo including stroking and filling= " +"cubic\n" +"B=C3=A9zier splines, transforming and compositing translucent images, a= nd\n" +"antialiased text rendering. All drawing operations can be transformed = by " +"any\n" +"affine transformation (scale, rotation, shear, etc.)" +msgstr "" + +#: gnu/packages/gtk.scm:163 +msgid "OpenType text shaping engine" +msgstr "" + +#: gnu/packages/gtk.scm:165 +msgid "HarfBuzz is an OpenType text shaping engine." +msgstr "" + +#: gnu/packages/gtk.scm:196 +msgid "GNOME text and font handling library" +msgstr "" + +#: gnu/packages/gtk.scm:198 +msgid "" +"Pango is the core text and font handling library used in GNOME\n" +"applications. It has extensive support for the different writing syste= ms\n" +"used throughout the world." +msgstr "" + +#: gnu/packages/gtk.scm:224 +msgid "Obsolete pango functions" +msgstr "" + +#: gnu/packages/gtk.scm:225 +msgid "" +"Pangox was a X backend to pango. It is now obsolete and no\n" +"longer provided by recent pango releases. pangox-compat provides the\n= " +"functions which were removed." +msgstr "" + +#: gnu/packages/gtk.scm:259 +msgid "GTK+ widget for interactive graph-like environments" +msgstr "" + +#: gnu/packages/gtk.scm:261 +msgid "" +"Ganv is an interactive GTK+ widget for interactive =E2=80=9Cboxes and l= ines=E2=80=9D or\n" +"graph-like environments, e.g. modular synths or finite state machine\n" +"diagrams." +msgstr "" + +#: gnu/packages/gtk.scm:311 +msgid "Widget that extends the standard GTK+ 2.x 'GtkTextView' widget" +msgstr "" + +#: gnu/packages/gtk.scm:313 +msgid "" +"GtkSourceView is a portable C library that extends the standard GTK+\n" +"framework for multiline text editing with support for configurable synt= ax\n" +"highlighting, unlimited undo/redo, search and replace, a completion " +"framework,\n" +"printing and other features typical of a source code editor." +msgstr "" + +#: gnu/packages/gtk.scm:346 +msgid "GNOME image loading and manipulation library" +msgstr "" + +#: gnu/packages/gtk.scm:348 +msgid "" +"GdkPixbuf is a library for image loading and manipulation developed\n" +"in the GNOME project." +msgstr "" + +#: gnu/packages/gtk.scm:389 +msgid "Assistive Technology Service Provider Interface, core components" +msgstr "" + +#: gnu/packages/gtk.scm:391 +msgid "" +"The Assistive Technology Service Provider Interface, core components,\n= " +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:423 +msgid "Assistive Technology Service Provider Interface, ATK bindings" +msgstr "" + +#: gnu/packages/gtk.scm:425 +msgid "" +"The Assistive Technology Service Provider Interface\n" +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:477 +msgid "Cross-platform toolkit for creating graphical user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:479 +msgid "" +"GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating\n" +"graphical user interfaces. Offering a complete set of widgets, GTK+ is= \n" +"suitable for projects ranging from small one-off tools to complete\n" +"application suites." +msgstr "" + +#: gnu/packages/gtk.scm:605 +msgid "Cairo bindings for GNU Guile" +msgstr "" + +#: gnu/packages/gtk.scm:607 +msgid "" +"Guile-Cairo wraps the Cairo graphics library for Guile Scheme.\n" +"Guile-Cairo is complete, wrapping almost all of the Cairo API. It is A= PI\n" +"stable, providing a firm base on which to do graphics work. Finally, a= nd\n" +"importantly, it is pleasant to use. You get a powerful and well-mainta= ined\n" +"graphics library with all of the benefits of Scheme: memory management,= \n" +"exceptions, macros, and a dynamic programming environment." +msgstr "" + +#: gnu/packages/gtk.scm:642 +msgid "C++ bindings to the Cairo 2D graphics library" +msgstr "" + +#: gnu/packages/gtk.scm:644 +msgid "" +"Cairomm provides a C++ programming interface to the Cairo 2D graphics\n= " +"library." +msgstr "" + +#: gnu/packages/gtk.scm:668 +msgid "C++ interface to the Pango text rendering library" +msgstr "" + +#: gnu/packages/gtk.scm:670 +msgid "" +"Pangomm provides a C++ programming interface to the Pango text renderin= g\n" +"library." +msgstr "" + +#: gnu/packages/gtk.scm:691 +msgid "C++ interface to the ATK accessibility library" +msgstr "" + +#: gnu/packages/gtk.scm:693 +msgid "" +"ATKmm provides a C++ programming interface to the ATK accessibility\n" +"toolkit." +msgstr "" + +#: gnu/packages/gtk.scm:719 +msgid "C++ interface to the GTK+ graphical user interface library" +msgstr "" + +#: gnu/packages/gtk.scm:721 +msgid "" +"gtkmm is the official C++ interface for the popular GUI library GTK+.\n= " +"Highlights include typesafe callbacks, and a comprehensive set of widge= ts " +"that\n" +"are easily extensible via inheritance. You can create user interfaces = " +"either\n" +"in code or with the Glade User Interface designer, using libglademm. " +"There's\n" +"extensive documentation, including API reference and a tutorial." +msgstr "" + +#: gnu/packages/gtk.scm:777 +msgid "Python bindings for cairo" +msgstr "" + +#: gnu/packages/gtk.scm:779 +msgid "Pycairo is a set of Python bindings for the Cairo graphics librar= y." +msgstr "" + +#: gnu/packages/gtk.scm:853 +msgid "Python bindings for GTK+" +msgstr "" + +#: gnu/packages/gtk.scm:855 +msgid "" +"PyGTK allows you to write full featured GTK programs in Python. It is\= n" +"targetted at GTK 2.x, and can be used in conjunction with gnome-python = to\n" +"write GNOME applications." +msgstr "" + +#: gnu/packages/gtk.scm:886 +msgid "Library for minimalistic gtk+3 user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:887 +msgid "" +"Girara is a library that implements a user interface that\n" +"focuses on simplicity and minimalism. Currently based on GTK+, a\n" +"cross-platform widget toolkit, it provides an interface that focuses on= " +"three\n" +"main components: a so-called view widget that represents the actual\n" +"application, an input bar that is used to execute commands of the\n" +"application and the status bar which provides the user with current\n" +"information." +msgstr "" + +#: gnu/packages/guile.scm:106 gnu/packages/guile.scm:173 +msgid "Scheme implementation intended especially for extensions" +msgstr "Scheme-Implementation, die speziell f=C3=BCr Erweiterungen gedac= ht ist" + +#: gnu/packages/guile.scm:108 gnu/packages/guile.scm:175 +msgid "" +"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" +"official extension language of the GNU system. It is an implementation= of\n" +"the Scheme language which can be easily embedded in other applications = to\n" +"provide a convenient means of extending the functionality of the " +"application\n" +"without requiring the source code to be rewritten." +msgstr "" + +#: gnu/packages/guile.scm:248 +msgid "Framework for building readers for GNU Guile" +msgstr "" + +#: gnu/packages/guile.scm:250 +msgid "" +"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" +"\n" +"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" +"procedure. Readers supporting various syntax variants can easily be " +"written,\n" +"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" +"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-= derived\n" +"document syntax.\n" +"\n" +"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" +"hopefully more powerful and flexible (for instance, one may instantiate= as\n" +"many readers as needed)." +msgstr "" + +#: gnu/packages/guile.scm:303 +msgid "Guile bindings to ncurses" +msgstr "Guile-Bindungen zu Ncurses" + +#: gnu/packages/guile.scm:305 +msgid "" +"guile-ncurses provides Guile language bindings for the ncurses\n" +"library." +msgstr "" +"guile-ncurses stellt Guile-Sprachbindungen f=C3=BCr die ncurses-\n" +"Bibliothek bereit." + +#: gnu/packages/guile.scm:325 +msgid "Run jobs at scheduled times" +msgstr "Aufgaben planm=C3=A4=C3=9Fig ausf=C3=BChren" + +#: gnu/packages/guile.scm:327 +msgid "" +"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" +"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten " +"in\n" +"Guile, so its configuration can be written in Scheme; the original cron= \n" +"format is also supported." +msgstr "" +"GNU Mcron ist ein vollst=C3=A4ndiger Ersatz f=C3=BCr Vixie cron. Es wir= d dazu " +"verwendet,\n" +"Aufgaben nach Plan ausf=C3=BChren zu lassen, zum Beispiel jede Stunde o= der jeden\n" +"Montag. Mcron ist in Guile geschrieben, so dass dessen Konfiguration in= " +"Scheme\n" +"verwaltet werden kann. Das originale Cron-Format wird ebenfalls unterst= =C3=BCtzt." + +#: gnu/packages/guile.scm:355 +msgid "Collection of useful Guile Scheme modules" +msgstr "Sammlung n=C3=BCtzlicher Guile-Scheme-Modulen" + +#: gnu/packages/guile.scm:357 +msgid "" +"Guile-Lib is intended as an accumulation place for pure-scheme Guile\n" +"modules, allowing for people to cooperate integrating their generic Gui= le\n" +"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" +"for Guile\"." +msgstr "" + +#: gnu/packages/guile.scm:388 +msgid "JSON module for Guile" +msgstr "JSON-Modul f=C3=BCr Guile" + +#: gnu/packages/guile.scm:390 +msgid "" +"Guile-json supports parsing and building JSON documents according to th= e\n" +"http:://json.org specification. These are the main features:\n" +"- Strictly complies to http://json.org specification.\n" +"- Build JSON documents programmatically via macros.\n" +"- Unicode support for strings.\n" +"- Allows JSON pretty printing." +msgstr "" + +#: gnu/packages/guile.scm:460 +msgid "miniKanren declarative logic system, packaged for Guile" +msgstr "" + +#: gnu/packages/guile.scm:462 +msgid "" +"MiniKanren is a relational programming extension to the Scheme\n" +"programming Language, written as a smaller version of Kanren suitable f= or\n" +"pedagogical purposes. It is featured in the book, The Reasoned Schemer= ,\n" +"written by Dan Friedman, William Byrd, and Oleg Kiselyov.\n" +"\n" +"This is Ian Price's r6rs packaged version of miniKranen, which deviates= \n" +"slightly from miniKanren mainline.\n" +"\n" +"See http://minikanren.org/ for more on miniKanren generally." +msgstr "" + +#: gnu/packages/guile.scm:532 +msgid "Guile bindings to the GDBM library via Guile's FFI" +msgstr "" + +#: gnu/packages/guile.scm:534 +msgid "" +"Guile bindings to the GDBM key-value storage system, using\n" +"Guile's foreign function interface." +msgstr "" + +#: gnu/packages/imagemagick.scm:86 +msgid "Create, edit, compose, or convert bitmap images" +msgstr "" + +#: gnu/packages/imagemagick.scm:88 +msgid "" +"ImageMagick=C2=AE is a software suite to create, edit, compose, or conv= ert\n" +"bitmap images. It can read and write images in a variety of formats (o= ver " +"100)\n" +"including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript= , " +"SVG,\n" +"and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, sh= ear " +"and\n" +"transform images, adjust image colors, apply various special effects, o= r " +"draw\n" +"text, lines, polygons, ellipses and B=C3=A9zier curves." +msgstr "" + +#: gnu/packages/imagemagick.scm:132 +msgid "Perl interface to ImageMagick" +msgstr "" + +#: gnu/packages/imagemagick.scm:133 +msgid "" +"This Perl extension allows the reading, manipulation and\n" +"writing of a large number of image file formats using the ImageMagick " +"library.\n" +"Use it to create, edit, compose, or convert bitmap images from within a= " +"Perl\n" +"script." +msgstr "" + +#: gnu/packages/image.scm:68 +msgid "Library for handling PNG files" +msgstr "" + +#: gnu/packages/image.scm:70 +msgid "" +"Libpng is the official PNG (Portable Network Graphics) reference\n" +"library. It supports almost all PNG features and is extensible." +msgstr "" + +#: gnu/packages/image.scm:86 +msgid "Library for handling JPEG files" +msgstr "" + +#: gnu/packages/image.scm:88 +msgid "" +"Libjpeg implements JPEG image encoding, decoding, and transcoding.\n" +"JPEG is a standardized compression method for full-color and gray-scale= \n" +"images.\n" +"The included programs provide conversion between the JPEG format and\n" +"image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats." +msgstr "" + +#: gnu/packages/image.scm:125 +msgid "Library for handling TIFF files" +msgstr "" + +#: gnu/packages/image.scm:127 +msgid "" +"Libtiff provides support for the Tag Image File Format (TIFF), a format= \n" +"used for storing image data.\n" +"Included are a library, libtiff, for reading and writing TIFF and a sma= ll\n" +"collection of tools for doing simple manipulations of TIFF images." +msgstr "" + +#: gnu/packages/image.scm:157 +msgid "Library for reading images in the Microsoft WMF format" +msgstr "" + +#: gnu/packages/image.scm:159 +msgid "" +"libwmf is a library for reading vector images in Microsoft's native\n" +"Windows Metafile Format (WMF) and for either (a) displaying them in, e.= g., " +"an X\n" +"window; or (b) converting them to more standard/free file formats such = as, e." +"g.,\n" +"the W3C's XML-based Scaleable Vector Graphic (SVG) format." +msgstr "" + +#: gnu/packages/image.scm:217 +msgid "Library and tools for image processing and analysis" +msgstr "" + +#: gnu/packages/image.scm:219 +msgid "" +"Leptonica is a C library and set of command-line tools for efficient\n" +"image processing and image analysis operations. It supports rasterop, = " +"affine\n" +"transformations, binary and grayscale morphology, rank order, and " +"convolution,\n" +"seedfill and connected components, image transformations combining chan= ges " +"in\n" +"scale and pixel depth, and pixelwise masking, blending, enhancement, an= d\n" +"arithmetic ops." +msgstr "" + +#: gnu/packages/image.scm:242 +msgid "Decoder of the JBIG2 image compression format" +msgstr "" + +#: gnu/packages/image.scm:244 +msgid "" +"JBIG2 is designed for lossy or lossless encoding of 'bilevel'\n" +"(1-bit monochrome) images at moderately high resolution, and in\n" +"particular scanned paper documents. In this domain it is very\n" +"efficient, offering compression ratios on the order of 100:1.\n" +"\n" +"This is a decoder only implementation, and currently is in the alpha\n" +"stage, meaning it doesn't completely work yet. However, it is\n" +"maintaining parity with available encoders, so it is useful for real\n" +"work." +msgstr "" + +#: gnu/packages/image.scm:277 +msgid "JPEG 2000 codec" +msgstr "" + +#: gnu/packages/image.scm:279 +msgid "" +"The OpenJPEG library is a JPEG 2000 codec written in C. It has\n" +"been developed in order to promote the use of JPEG 2000, the new\n" +"still-image compression standard from the Joint Photographic Experts\n" +"Group (JPEG).\n" +"\n" +"In addition to the basic codec, various other features are under\n" +"development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats= ,\n" +"an indexing tool useful for the JPIP protocol, JPWL-tools for\n" +"error-resilience, a Java-viewer for j2k-images, ..." +msgstr "" + +#: gnu/packages/image.scm:356 +msgid "Tools and library for working with GIF images" +msgstr "" + +#: gnu/packages/image.scm:358 +msgid "" +"GIFLIB is a library for reading and writing GIF images. It is API and\= n" +"ABI compatible with libungif which was in wide use while the LZW " +"compression\n" +"algorithm was patented. Tools are also included to convert, manipulate= ,\n" +"compose, and analyze GIF images." +msgstr "" + +#: gnu/packages/image.scm:379 +msgid "GIF decompression library" +msgstr "" + +#: gnu/packages/image.scm:381 +msgid "libungif is the old GIF decompression library by the GIFLIB proje= ct." +msgstr "" + +#: gnu/packages/image.scm:410 +msgid "Loading, saving, rendering and manipulating image files" +msgstr "" + +#: gnu/packages/image.scm:412 +msgid "" +"Imlib2 is a library that does image file loading and saving as well as\= n" +"rendering, manipulation, arbitrary polygon support, etc.\n" +"\n" +"It does ALL of these operations FAST. Imlib2 also tries to be highly\n= " +"intelligent about doing them, so writing naive programs can be done eas= ily,\n" +"without sacrificing speed.\n" +"\n" +"This is a complete rewrite over the Imlib 1.x series. The architecture= is\n" +"more modular, simple, and flexible." +msgstr "" + +#: gnu/packages/image.scm:440 +msgid "Wrapper library for imlib2" +msgstr "" + +#: gnu/packages/image.scm:442 +msgid "" +"Giblib is a simple library which wraps imlib2's context API, avoiding\n= " +"all the context_get/set calls, adds fontstyles to the truetype renderer= and\n" +"supplies a generic doubly-linked list and some string functions." +msgstr "" + +#: gnu/packages/image.scm:481 +msgid "Library for handling popular graphics image formats" +msgstr "" + +#: gnu/packages/image.scm:483 +msgid "" +"FreeImage is a library for developers who would like to support popular= \n" +"graphics image formats like PNG, BMP, JPEG, TIFF and others." +msgstr "" + +#: gnu/packages/image.scm:522 +msgid "Computer vision library" +msgstr "" + +#: gnu/packages/image.scm:524 +msgid "" +"VIGRA stands for Vision with Generic Algorithms. It is an image\n" +"processing and analysis library that puts its main emphasis on customiz= able\n" +"algorithms and data structures. It is particularly strong for\n" +"multi-dimensional image processing." +msgstr "" + +#: gnu/packages/image.scm:555 +msgid "Lossless and lossy image compression" +msgstr "" + +#: gnu/packages/image.scm:557 +msgid "" +"WebP is a new image format that provides lossless and lossy compression= \n" +"for images. WebP lossless images are 26% smaller in size compared to\n= " +"PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG im= ages " +"at\n" +"equivalent SSIM index. WebP supports lossless transparency (also known= as\n" +"alpha channel) with just 22% additional bytes. Transparency is also " +"supported\n" +"with lossy compression and typically provides 3x smaller file sizes " +"compared\n" +"to PNG when lossy compression is acceptable for the red/green/blue colo= r\n" +"channels." +msgstr "" + +#: gnu/packages/image.scm:585 +msgid "Library for handling MNG files" +msgstr "" + +#: gnu/packages/image.scm:587 +msgid "Libmng is the MNG (Multiple-image Network Graphics) reference lib= rary." +msgstr "" + +#: gnu/packages/inkscape.scm:84 +msgid "Vector graphics editor" +msgstr "" + +#: gnu/packages/inkscape.scm:85 +msgid "" +"Inkscape is a vector graphics editor. What sets Inkscape\n" +"apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C " +"standard,\n" +"as the native format." +msgstr "" + +#: gnu/packages/jemalloc.scm:39 +msgid "General-purpose scalable concurrent malloc implementation" +msgstr "" + +#: gnu/packages/jemalloc.scm:41 +msgid "" +"This library providing a malloc(3) implementation that emphasizes\n" +"fragmentation avoidance and scalable concurrency support." +msgstr "" + +#: gnu/packages/key-mon.scm:65 +msgid "Show keyboard and mouse status" +msgstr "" + +#: gnu/packages/key-mon.scm:67 +msgid "" +"The key-mon utility displays the current keyboard and mouse status.\n" +"This is useful for teaching and screencasts." +msgstr "" + +#: gnu/packages/less.scm:41 +msgid "Paginator for terminals" +msgstr "" + +#: gnu/packages/less.scm:43 +msgid "" +"GNU less is a pager, a program that allows you to view large amounts\n" +"of text in page-sized chunks. Unlike traditional pagers, it allows bot= h\n" +"backwards and forwards movement through the document. It also does not= " +"have\n" +"to read the entire input file before starting, so it starts faster than= " +"most\n" +"text editors." +msgstr "" + +#: gnu/packages/lesstif.scm:47 gnu/packages/lesstif.scm:48 +msgid "Clone of the Motif toolkit for the X window system" +msgstr "" + +#: gnu/packages/linux.scm:139 +msgid "GNU Linux-Libre kernel headers" +msgstr "" + +#: gnu/packages/linux.scm:140 +msgid "Headers of the Linux-Libre kernel." +msgstr "" + +#: gnu/packages/linux.scm:171 +msgid "Tools for loading and managing Linux kernel modules" +msgstr "" + +#: gnu/packages/linux.scm:173 +msgid "" +"Tools for loading and managing Linux kernel modules, such as `modprobe'= ,\n" +"`insmod', `lsmod', and more." +msgstr "" + +#: gnu/packages/linux.scm:304 +msgid "100% free redistribution of a cleaned Linux kernel" +msgstr "" + +#: gnu/packages/linux.scm:306 +msgid "" +"GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.\= n" +"It has been modified to remove all non-free binary blobs." +msgstr "" + +#: gnu/packages/linux.scm:349 +msgid "Pluggable authentication modules for Linux" +msgstr "" + +#: gnu/packages/linux.scm:351 +msgid "" +"A *Free* project to implement OSF's RFC 86.0.\n" +"Pluggable authentication modules are small shared object files that can= \n" +"be used through the PAM API to perform tasks, like authenticating a use= r\n" +"at login. Local and dynamic reconfiguration are its key features" +msgstr "" + +#: gnu/packages/linux.scm:378 +msgid "Small utilities that use the proc filesystem" +msgstr "" + +#: gnu/packages/linux.scm:380 +msgid "" +"This PSmisc package is a set of some small useful utilities that\n" +"use the proc filesystem. We're not about changing the world, but\n" +"providing the system administrator with some help in common tasks." +msgstr "" + +#: gnu/packages/linux.scm:432 +msgid "Collection of utilities for the Linux kernel" +msgstr "" + +#: gnu/packages/linux.scm:434 +msgid "Util-linux is a random collection of utilities for the Linux kern= el." +msgstr "" + +#: gnu/packages/linux.scm:501 +msgid "Utilities that give information about processes" +msgstr "" + +#: gnu/packages/linux.scm:503 +msgid "" +"Procps is the package that has a bunch of small useful utilities\n" +"that give information about processes using the Linux /proc file system= .\n" +"The package includes the programs ps, top, vmstat, w, kill, free,\n" +"slabtop, and skill." +msgstr "" + +#: gnu/packages/linux.scm:528 +msgid "Tools for working with USB devices, such as lsusb" +msgstr "" + +#: gnu/packages/linux.scm:530 +msgid "Tools for working with USB devices, such as lsusb." +msgstr "" + +#: gnu/packages/linux.scm:602 +msgid "Creating and checking ext2/ext3/ext4 file systems" +msgstr "" + +#: gnu/packages/linux.scm:604 +msgid "" +"This package provides tools for manipulating ext2/ext3/ext4 file system= s." +msgstr "" + +#: gnu/packages/linux.scm:646 +msgid "Statically-linked fsck.* commands from e2fsprogs" +msgstr "" + +#: gnu/packages/linux.scm:648 +msgid "" +"This package provides statically-linked command of fsck.ext[234] taken\= n" +"from the e2fsprogs package. It is meant to be used in initrds." +msgstr "" + +#: gnu/packages/linux.scm:681 +msgid "Zero non-allocated regions in ext2/ext3/ext4 file systems" +msgstr "" + +#: gnu/packages/linux.scm:683 +msgid "" +"The zerofree command scans the free blocks in an ext2 file system and\n= " +"fills any non-zero blocks with zeroes. This is a useful way to make di= sk\n" +"images more compressible." +msgstr "" + +#: gnu/packages/linux.scm:702 +msgid "System call tracer for Linux" +msgstr "" + +#: gnu/packages/linux.scm:704 +msgid "" +"strace is a system call tracer, i.e. a debugging tool which prints out = a\n" +"trace of all the system calls made by a another process/program." +msgstr "" + +#: gnu/packages/linux.scm:725 +msgid "Library call tracer for Linux" +msgstr "" + +#: gnu/packages/linux.scm:727 +msgid "" +"ltrace intercepts and records dynamic library calls which are called by= \n" +"an executed process and the signals received by that process. It can a= lso\n" +"intercept and print the system calls executed by the program." +msgstr "" + +#: gnu/packages/linux.scm:747 +msgid "The Advanced Linux Sound Architecture libraries" +msgstr "" + +#: gnu/packages/linux.scm:749 gnu/packages/linux.scm:791 +msgid "" +"The Advanced Linux Sound Architecture (ALSA) provides audio and\n" +"MIDI functionality to the Linux-based operating system." +msgstr "" + +#: gnu/packages/linux.scm:789 +msgid "Utilities for the Advanced Linux Sound Architecture (ALSA)" +msgstr "" + +#: gnu/packages/linux.scm:816 +msgid "Program to configure the Linux IP packet filtering rules" +msgstr "" + +#: gnu/packages/linux.scm:818 +msgid "" +"iptables is the userspace command line program used to configure the\n" +"Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted " +"towards\n" +"system administrators. Since Network Address Translation is also " +"configured\n" +"from the packet filter ruleset, iptables is used for this, too. The " +"iptables\n" +"package also includes ip6tables. ip6tables is used for configuring the= " +"IPv6\n" +"packet filter." +msgstr "" + +#: gnu/packages/linux.scm:866 +msgid "Utilities for controlling TCP/IP networking and traffic in Linux" +msgstr "" + +#: gnu/packages/linux.scm:868 +msgid "" +"Iproute2 is a collection of utilities for controlling TCP/IP\n" +"networking and traffic with the Linux kernel.\n" +"\n" +"Most network configuration manuals still refer to ifconfig and route as= the\n" +"primary network configuration tools, but ifconfig is known to behave\n" +"inadequately in modern network environments. They should be deprecated= , " +"but\n" +"most distros still include them. Most network configuration systems ma= ke " +"use\n" +"of ifconfig and thus provide a limited feature set. The /etc/net proje= ct " +"aims\n" +"to support most modern network technologies, as it doesn't use ifconfig= and\n" +"allows a system administrator to make use of all iproute2 features, " +"including\n" +"traffic control.\n" +"\n" +"iproute2 is usually shipped in a package called iproute or iproute2 and= \n" +"consists of several tools, of which the most important are ip and tc. = ip\n" +"controls IPv4 and IPv6 configuration and tc stands for traffic control.= " +"Both\n" +"tools print detailed usage messages and are accompanied by a set of\n" +"manpages." +msgstr "" + +#: gnu/packages/linux.scm:976 +msgid "Tools for controlling the network subsystem in Linux" +msgstr "" + +#: gnu/packages/linux.scm:978 +msgid "" +"This package includes the important tools for controlling the network\n= " +"subsystem of the Linux kernel. This includes arp, hostname, ifconfig,\= n" +"netstat, rarp and route. Additionally, this package contains utilities= \n" +"relating to particular network hardware types (plipconfig, slattach) an= d\n" +"advanced aspects of IP configuration (iptunnel, ipmaddr)." +msgstr "" + +#: gnu/packages/linux.scm:1019 +msgid "Library for working with POSIX capabilities" +msgstr "" + +#: gnu/packages/linux.scm:1021 +msgid "" +"Libcap2 provides a programming interface to POSIX capabilities on\n" +"Linux-based operating systems." +msgstr "" + +#: gnu/packages/linux.scm:1064 +msgid "Manipulate Ethernet bridges" +msgstr "" + +#: gnu/packages/linux.scm:1066 +msgid "" +"Utilities for Linux's Ethernet bridging facilities. A bridge is a way\= n" +"to connect two Ethernet segments together in a protocol independent way= .\n" +"Packets are forwarded based on Ethernet address, rather than IP address= " +"(like\n" +"a router). Since forwarding is done at Layer 2, all protocols can go\n= " +"transparently through a bridge." +msgstr "" + +#: gnu/packages/linux.scm:1088 +msgid "NetLink protocol library suite" +msgstr "" + +#: gnu/packages/linux.scm:1090 +msgid "" +"The libnl suite is a collection of libraries providing APIs to netlink\= n" +"protocol based Linux kernel interfaces. Netlink is an IPC mechanism " +"primarly\n" +"between the kernel and user space processes. It was designed to be a m= ore\n" +"flexible successor to ioctl to provide mainly networking related kernel= \n" +"configuration and monitoring interfaces." +msgstr "" + +#: gnu/packages/linux.scm:1120 +msgid "Tool for configuring wireless devices" +msgstr "" + +#: gnu/packages/linux.scm:1122 +msgid "" +"iw is a new nl80211 based CLI configuration utility for wireless\n" +"devices. It replaces 'iwconfig', which is deprecated." +msgstr "" + +#: gnu/packages/linux.scm:1149 +msgid "Analyze power consumption on Intel-based laptops" +msgstr "" + +#: gnu/packages/linux.scm:1151 +msgid "" +"PowerTOP is a Linux tool to diagnose issues with power consumption and\= n" +"power management. In addition to being a diagnostic tool, PowerTOP als= o " +"has\n" +"an interactive mode where the user can experiment various power managem= ent\n" +"settings for cases where the operating system has not enabled these\n" +"settings." +msgstr "" + +#: gnu/packages/linux.scm:1173 +msgid "Audio mixer for X and the console" +msgstr "" + +#: gnu/packages/linux.scm:1175 +msgid "" +"Aumix adjusts an audio mixer from X, the console, a terminal,\n" +"the command line or a script." +msgstr "" + +#: gnu/packages/linux.scm:1199 +msgid "Displays the IO activity of running processes" +msgstr "" + +#: gnu/packages/linux.scm:1201 +msgid "" +"Iotop is a Python program with a top like user interface to show the\n" +"processes currently causing I/O." +msgstr "" + +#: gnu/packages/linux.scm:1253 +msgid "Support file systems implemented in user space" +msgstr "" + +#: gnu/packages/linux.scm:1255 +msgid "" +"As a consequence of its monolithic design, file system code for Linux\n= " +"normally goes into the kernel itself---which is not only a robustness " +"issue,\n" +"but also an impediment to system extensibility. FUSE, for \"file syste= ms " +"in\n" +"user space\", is a kernel module and user-space library that tries to " +"address\n" +"part of this problem by allowing users to run file system implementatio= ns " +"as\n" +"user-space processes." +msgstr "" + +#: gnu/packages/linux.scm:1280 +msgid "User-space union file system" +msgstr "" + +#: gnu/packages/linux.scm:1282 +msgid "" +"UnionFS-FUSE is a flexible union file system implementation in user\n" +"space, using the FUSE library. Mounting a union file system allows you= to\n" +"\"aggregate\" the contents of several directories into a single mount " +"point.\n" +"UnionFS-FUSE additionally supports copy-on-write." +msgstr "" + +#: gnu/packages/linux.scm:1307 +msgid "User-space union file system (statically linked)" +msgstr "" + +#: gnu/packages/linux.scm:1349 +msgid "Mount remote file systems over SSH" +msgstr "" + +#: gnu/packages/linux.scm:1351 +msgid "" +"This is a file system client based on the SSH File Transfer Protocol.\n= " +"Since most SSH servers already support this protocol it is very easy to= set\n" +"up: on the server side there's nothing to do; on the client side mounti= ng " +"the\n" +"file system is as easy as logging into the server with an SSH client." +msgstr "" + +#: gnu/packages/linux.scm:1399 +msgid "Tools for non-uniform memory access (NUMA) machines" +msgstr "" + +#: gnu/packages/linux.scm:1401 +msgid "" +"NUMA stands for Non-Uniform Memory Access, in other words a system whos= e\n" +"memory is not all in one place. The numactl program allows you to run = your\n" +"application program on specific CPU's and memory nodes. It does this b= y\n" +"supplying a NUMA memory policy to the operating system before running y= our\n" +"program.\n" +"\n" +"The package contains other commands, such as numademo, numastat and mem= hog.\n" +"The numademo command provides a quick overview of NUMA performance on y= our\n" +"system." +msgstr "" + +#: gnu/packages/linux.scm:1464 +msgid "Linux keyboard utilities and keyboard maps" +msgstr "" + +#: gnu/packages/linux.scm:1466 +msgid "" +"This package contains keytable files and keyboard utilities compatible\= n" +"for systems using the Linux kernel. This includes commands such as\n" +"'loadkeys', 'setfont', 'kbdinfo', and 'chvt'." +msgstr "" + +#: gnu/packages/linux.scm:1485 +msgid "Monitor file accesses" +msgstr "" + +#: gnu/packages/linux.scm:1487 +msgid "" +"The inotify-tools packages provides a C library and command-line tools\= n" +"to use Linux' inotify mechanism, which allows file accesses to be monit= ored." +msgstr "" + +#: gnu/packages/linux.scm:1525 +msgid "Kernel module tools" +msgstr "" + +#: gnu/packages/linux.scm:1526 +msgid "" +"Kmod is a set of tools to handle common tasks with Linux\n" +"kernel modules like insert, remove, list, check properties, resolve\n" +"dependencies and aliases.\n" +"\n" +"These tools are designed on top of libkmod, a library that is shipped w= ith\n" +"kmod. The aim is to be compatible with tools, configurations and indic= es\n" +"from the module-init-tools project." +msgstr "" + +#: gnu/packages/linux.scm:1597 +msgid "Userspace device management" +msgstr "" + +#: gnu/packages/linux.scm:1598 +msgid "" +"Udev is a daemon which dynamically creates and removes\n" +"device nodes from /dev/, handles hotplug events and loads drivers at bo= ot\n" +"time." +msgstr "" + +#: gnu/packages/linux.scm:1658 +msgid "Logical volume management for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1660 +msgid "" +"LVM2 is the logical volume management tool set for Linux-based systems.= \n" +"This package includes the user-space libraries and tools, including the= " +"device\n" +"mapper. Kernel components are part of Linux-libre." +msgstr "" + +#: gnu/packages/linux.scm:1693 +msgid "Tools for manipulating Linux Wireless Extensions" +msgstr "" + +#: gnu/packages/linux.scm:1694 +msgid "" +"Wireless Tools are used to manipulate the now-deprecated\n" +"Linux Wireless Extensions; consider using 'iw' instead. The Wireless\n= " +"Extension was an interface allowing you to set Wireless LAN specific\n" +"parameters and get the specific stats. It is deprecated in favor the " +"nl80211\n" +"interface." +msgstr "" + +#: gnu/packages/linux.scm:1768 +msgid "Utilities to read temperature/voltage/fan sensors" +msgstr "" + +#: gnu/packages/linux.scm:1770 +msgid "" +"Lm-sensors is a hardware health monitoring package for Linux. It allow= s\n" +"you to access information from temperature, voltage, and fan speed sens= ors.\n" +"It works with most newer systems." +msgstr "" + +#: gnu/packages/linux.scm:1797 +msgid "I2C tools for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1799 +msgid "" +"The i2c-tools package contains a heterogeneous set of I2C tools for\n" +"Linux: a bus probing tool, a chip dumper, register-level SMBus access " +"helpers,\n" +"EEPROM decoding scripts, EEPROM programming tools, and a python module = for\n" +"SMBus access." +msgstr "" + +#: gnu/packages/linux.scm:1835 +msgid "Hardware health information viewer" +msgstr "" + +#: gnu/packages/linux.scm:1837 +msgid "" +"Xsensors reads data from the libsensors library regarding hardware\n" +"health such as temperature, voltage and fan speed and displays the " +"information\n" +"in a digital read-out." +msgstr "" + +#: gnu/packages/linux.scm:1885 +msgid "Linux profiling with performance counters" +msgstr "" + +#: gnu/packages/linux.scm:1887 +msgid "" +"perf is a tool suite for profiling using hardware performance counters,= \n" +"with support in the Linux kernel. perf can instrument CPU performance\= n" +"counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is " +"capable\n" +"of lightweight profiling. This package contains the user-land tools an= d in\n" +"particular the 'perf' command." +msgstr "" + +#: gnu/packages/linux.scm:1910 +msgid "Simple tool for creating Linux namespace containers" +msgstr "" + +#: gnu/packages/linux.scm:1911 +msgid "" +"pflask is a simple tool for creating Linux namespace\n" +"containers. It can be used for running a command or even booting an OS= " +"inside\n" +"an isolated container, created with the help of Linux namespaces. It i= s\n" +"similar in functionality to chroot, although pflask provides better " +"isolation\n" +"thanks to the use of namespaces." +msgstr "" + +#: gnu/packages/linux.scm:1938 +msgid "tune hard disk parameters for high performance" +msgstr "" + +#: gnu/packages/linux.scm:1940 +msgid "" +"Get/set device parameters for Linux SATA/IDE drives. It's primary use\= n" +"is for enabling irq-unmasking and IDE multiplemode." +msgstr "" + +#: gnu/packages/linux.scm:1957 +msgid "Daemon for delivering ACPI events to user-space programs" +msgstr "" + +#: gnu/packages/linux.scm:1959 +msgid "" +"acpid is designed to notify user-space programs of Advanced\n" +"Configuration and Power Interface (ACPI) events. acpid should be start= ed\n" +"during the system boot, and will run as a background process. When an = ACPI\n" +"event is received from the kernel, acpid will examine the list of rules= \n" +"specified in /etc/acpi/events and execute the rules that match the even= t." +msgstr "" + +#: gnu/packages/linux.scm:1981 +msgid "System utilities based on Linux sysfs" +msgstr "" + +#: gnu/packages/linux.scm:1983 +msgid "" +"These are a set of utilites built upon sysfs, a virtual filesystem in\n= " +"Linux kernel versions 2.5+ that exposes a system's device tree. The " +"package\n" +"also contains the libsysfs library." +msgstr "" + +#: gnu/packages/linux.scm:2019 +msgid "System utilities based on Linux sysfs (version 1.x)" +msgstr "" + +#: gnu/packages/linux.scm:2042 +msgid "Utilities to get and set CPU frequency on Linux" +msgstr "" + +#: gnu/packages/linux.scm:2044 +msgid "" +"The cpufrequtils suite contains utilities to retreive CPU frequency\n" +"information, and set the CPU frequency if supported, using the cpufreq\= n" +"capabilities of the Linux kernel." +msgstr "" + +#: gnu/packages/linux.scm:2063 +msgid "Interface library for the Linux IEEE1394 drivers" +msgstr "" + +#: gnu/packages/linux.scm:2065 +msgid "" +"Libraw1394 is the only supported interface to the kernel side raw1394 o= f\n" +"the Linux IEEE-1394 subsystem, which provides direct access to the " +"connected\n" +"1394 buses to user space. Through libraw1394/raw1394, applications can= " +"directly\n" +"send to and receive from other nodes without requiring a kernel driver = for " +"the\n" +"protocol in question." +msgstr "" + +#: gnu/packages/linux.scm:2089 +msgid "AV/C protocol library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2091 +msgid "" +"Libavc1394 is a programming interface to the AV/C specification from\n" +"the 1394 Trade Assocation. AV/C stands for Audio/Video Control." +msgstr "" + +#: gnu/packages/linux.scm:2113 +msgid "Isochronous streaming media library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2115 +msgid "" +"The libiec61883 library provides a higher level API for streaming DV,\n= " +"MPEG-2 and audio over Linux IEEE 1394." +msgstr "" + +#: gnu/packages/linux.scm:2154 +msgid "Tool for managing Linux Software RAID arrays" +msgstr "" + +#: gnu/packages/linux.scm:2156 +msgid "" +"mdadm is a tool for managing Linux Software RAID arrays. It can create= ,\n" +"assemble, report on, and monitor arrays. It can also move spares betwe= en " +"raid\n" +"arrays when needed." +msgstr "" + +#: gnu/packages/linux.scm:2183 +msgid "Linux-native asynchronous I/O access library" +msgstr "" + +#: gnu/packages/linux.scm:2185 +msgid "" +"This library enables userspace to use Linux kernel asynchronous I/O\n" +"system calls, important for the performance of databases and other adva= nced\n" +"applications." +msgstr "" + +#: gnu/packages/linux.scm:2221 +msgid "Linux Bluetooth protocol stack" +msgstr "" + +#: gnu/packages/linux.scm:2223 +msgid "" +"BlueZ provides support for the core Bluetooth layers and protocols. It= \n" +"is flexible, efficient and uses a modular implementation." +msgstr "" + +#: gnu/packages/lout.scm:109 +msgid "Document layout system" +msgstr "" + +#: gnu/packages/lout.scm:111 +msgid "" +"The Lout document formatting system reads a high-level description of\n= " +"a document similar in style to LaTeX and produces a PostScript or plain= " +"text\n" +"output file.\n" +"\n" +"Lout offers an unprecedented range of advanced features, including opti= mal\n" +"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" +"inclusion and generation, equation formatting, tables, diagrams, rotati= on " +"and\n" +"scaling, sorted indexes, bibliographic databases, running headers and\n= " +"odd-even pages, automatic cross referencing, multilingual documents " +"including\n" +"hyphenation (most European languages are supported), formatting of comp= uter\n" +"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" +"extended with definitions which are very much easier to write than trof= f of\n" +"TeX macros because Lout is a high-level, purely functional language, th= e\n" +"outcome of an eight-year research project that went back to the\n" +"beginning." +msgstr "" + +#: gnu/packages/messaging.scm:61 +msgid "Off-the-Record (OTR) Messaging Library and Toolkit" +msgstr "" + +#: gnu/packages/messaging.scm:63 +msgid "" +"OTR allows you to have private conversations over instant messaging by\= n" +"providing:\n" +"* Encryption: No one else can read your instant messages.\n" +"* Authentication: You are assured the correspondent is who you think it= is.\n" +"* Deniability: The messages you send do not have digital signatures tha= t " +"are\n" +" checkable by a third party. Anyone can forge messages after a " +"conversation\n" +" to make them look like they came from you. However, during a " +"conversation,\n" +" your correspondent is assured the messages he sees are authentic and\= n" +" unmodified.\n" +"* Perfect forward secrecy: If you lose control of your private keys, no= \n" +" previous conversation is compromised." +msgstr "" + +#: gnu/packages/messaging.scm:121 +msgid "IRC to instant messaging gateway" +msgstr "" + +#: gnu/packages/messaging.scm:122 +msgid "" +"BitlBee brings IM (instant messaging) to IRC clients, for\n" +"people who have an IRC client running all the time and don't want to ru= n an\n" +"additional IM client. BitlBee currently supports XMPP/Jabber (includin= g\n" +"Google Talk), MSN Messenger, Yahoo! Messenger, AIM and ICQ, and the " +"Twitter\n" +"microblogging network (plus all other Twitter API compatible services l= ike\n" +"identi.ca and status.net)." +msgstr "" + +#: gnu/packages/messaging.scm:155 +msgid "Graphical IRC Client" +msgstr "" + +#: gnu/packages/messaging.scm:157 +msgid "" +"HexChat lets you connect to multiple IRC networks at once. The main wi= ndow\n" +"shows the list of currently connected networks and their channels, the = " +"current\n" +"conversation and the list of users. It uses colors to differentiate " +"between\n" +"users and to highlight messages. It checks spelling using available\n" +"dictionaries. HexChat can be extended with multiple addons." +msgstr "" + +#: gnu/packages/messaging.scm:223 +msgid "Lightweight Internet Relay Chat server for small networks" +msgstr "" + +#: gnu/packages/messaging.scm:225 +msgid "" +"ngIRCd is a lightweight Internet Relay Chat server for small or private= \n" +"networks. It is easy to configure, can cope with dynamic IP addresses,= and\n" +"supports IPv6, SSL-protected connections as well as PAM for authenticat= ion." +msgstr "" + +#: gnu/packages/mpd.scm:63 +msgid "Music Player Daemon client library" +msgstr "" + +#: gnu/packages/mpd.scm:64 +msgid "" +"A stable, documented, asynchronous API library for\n" +"interfacing MPD in the C, C++ & Objective C languages." +msgstr "" + +#: gnu/packages/mpd.scm:124 +msgid "Music Player Daemon" +msgstr "" + +#: gnu/packages/mpd.scm:125 +msgid "" +"Music Player Daemon (MPD) is a flexible, powerful,\n" +"server-side application for playing music. Through plugins and librari= es " +"it\n" +"can play a variety of sound files while being controlled by its network= \n" +"protocol." +msgstr "" + +#: gnu/packages/mpd.scm:148 +msgid "Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:149 +msgid "" +"MPC is a minimalist command line interface to MPD, the music\n" +"player daemon." +msgstr "" + +#: gnu/packages/mpd.scm:172 +msgid "Curses Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:173 +msgid "" +"ncmpc is a fully featured MPD client, which runs in a\n" +"terminal using ncurses." +msgstr "" + +#: gnu/packages/mpd.scm:211 +msgid "Featureful ncurses based MPD client inspired by ncmpc" +msgstr "" + +#: gnu/packages/mpd.scm:212 +msgid "" +"Ncmpcpp is an mpd client with a UI very similar to ncmpc,\n" +"but it provides new useful features such as support for regular express= ions\n" +"for library searches, extended song format, items filtering, the abilit= y to\n" +"sort playlists, and a local filesystem browser." +msgstr "" + +#: gnu/packages/mpd.scm:235 +msgid "MPD client for track scrobbling" +msgstr "" + +#: gnu/packages/mpd.scm:236 +msgid "" +"mpdscribble is a Music Player Daemon client which submits\n" +"information about tracks being played to a scrobbler, such as Libre.FM.= " +msgstr "" + +#: gnu/packages/netpbm.scm:146 +msgid "Toolkit for manipulation of images" +msgstr "" + +#: gnu/packages/netpbm.scm:148 +msgid "" +"Netpbm is a toolkit for the manipulation of graphic images, including\n= " +"the conversion of images between a variety of different formats.\n" +"There are over 300 separate tools in the package including converters f= or\n" +"about 100 graphics formats." +msgstr "" + +#: gnu/packages/nettle.scm:50 +msgid "C library for low-level cryptographic functionality" +msgstr "" + +#: gnu/packages/nettle.scm:52 +msgid "" +"GNU Nettle is a low-level cryptographic library. It is designed to\n" +"fit in easily in almost any context. It can be easily included in\n" +"cryptographic toolkits for object-oriented languages or in applications= \n" +"themselves." +msgstr "" + +#: gnu/packages/networking.scm:49 +msgid "Teredo IPv6 tunneling software" +msgstr "" + +#: gnu/packages/networking.scm:51 +msgid "" +"Miredo is an implementation (client, relay, server) of the Teredo\n" +"specification, which provides IPv6 Internet connectivity to IPv6 enable= d " +"hosts\n" +"residing in IPv4-only networks, even when they are behind a NAT device.= " +msgstr "" + +#: gnu/packages/networking.scm:73 +msgid "Open bidirectional communication channels from the command line" +msgstr "" + +#: gnu/packages/networking.scm:75 +msgid "" +"socat is a relay for bidirectional data transfer between two independen= t\n" +"data channels---files, pipes, devices, sockets, etc. It can create\n" +"\"listening\" sockets, named pipes, and pseudo terminals.\n" +"\n" +"socat can be used, for instance, as TCP port forwarder, as a shell " +"interface\n" +"to UNIX sockets, IPv6 relay, for redirecting TCP oriented programs to a= " +"serial\n" +"line, to logically connect serial lines on different computers, or to\n= " +"establish a relatively secure environment (su and chroot) for running " +"client\n" +"or server shell scripts with network connections. " +msgstr "" + +#: gnu/packages/networking.scm:99 +msgid "Library for message-based applications" +msgstr "" + +#: gnu/packages/networking.scm:101 +msgid "" +"The 0MQ lightweight messaging kernel is a library which extends the\n" +"standard socket interfaces with features traditionally provided by " +"specialized\n" +"messaging middle-ware products. 0MQ sockets provide an abstraction of\= n" +"asynchronous message queues, multiple messaging patterns, message\n" +"filtering (subscriptions), seamless access to multiple transport protoc= ols " +"and\n" +"more." +msgstr "" + +#: gnu/packages/pdf.scm:100 +msgid "PDF rendering library" +msgstr "" + +#: gnu/packages/pdf.scm:102 +msgid "Poppler is a PDF rendering library based on the xpdf-3.0 code bas= e." +msgstr "" + +#: gnu/packages/pdf.scm:149 +msgid "Viewer for PDF files based on the Motif toolkit" +msgstr "" + +#: gnu/packages/pdf.scm:151 +msgid "Xpdf is a viewer for Portable Document Format (PDF) files" +msgstr "" + +#: gnu/packages/pdf.scm:181 +msgid "Comic book support for zathura (libarchive backend)" +msgstr "" + +#: gnu/packages/pdf.scm:182 +msgid "" +"The zathura-cb plugin adds comic book support to zathura\n" +"using libarchive." +msgstr "" + +#: gnu/packages/pdf.scm:212 +msgid "PS support for zathura (libspectre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:213 +msgid "" +"The zathura-ps plugin adds PS support to zathura\n" +"using libspectre." +msgstr "" + +#: gnu/packages/pdf.scm:244 +msgid "DjVu support for zathura (DjVuLibre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:245 +msgid "" +"The zathura-djvu plugin adds DjVu support to zathura\n" +"using the DjVuLibre library." +msgstr "" + +#: gnu/packages/pdf.scm:277 +msgid "PDF support for zathura (poppler backend)" +msgstr "" + +#: gnu/packages/pdf.scm:278 +msgid "" +"The zathura-pdf-poppler plugin adds PDF support to zathura\n" +"by using the poppler rendering engine." +msgstr "" + +#: gnu/packages/pdf.scm:316 +msgid "Lightweight keyboard-driven PDF viewer" +msgstr "" + +#: gnu/packages/pdf.scm:317 +msgid "" +"Zathura is a customizable document viewer. It provides a\n" +"minimalistic interface and an interface that mainly focuses on keyboard= \n" +"interaction." +msgstr "" + +#: gnu/packages/pdf.scm:356 +msgid "Tools to work with the PDF file format" +msgstr "" + +#: gnu/packages/pdf.scm:358 +msgid "" +"PoDoFo is a C++ library and set of command-line tools to work with the\= n" +"PDF file format. It can parse PDF files and load them into memory, and= " +"makes\n" +"it easy to modify them and write the changes to disk. It is primarily = " +"useful\n" +"for applications that wish to do lower level manipulation of PDF, such = as\n" +"extracting content or merging files." +msgstr "" + +#: gnu/packages/pdf.scm:419 +msgid "Lightweight PDF viewer and toolkit" +msgstr "" + +#: gnu/packages/pdf.scm:421 +msgid "" +"MuPDF is a C library that implements a PDF and XPS parsing and\n" +"rendering engine. It is used primarily to render pages into bitmaps,\n= " +"but also provides support for other operations such as searching and\n" +"listing the table of contents and hyperlinks.\n" +"\n" +"The library ships with a rudimentary X11 viewer, and a set of command\n= " +"line tools for batch rendering (pdfdraw), examining the file structure\= n" +"(pdfshow), and rewriting files (pdfclean)." +msgstr "" + +#: gnu/packages/pdf.scm:461 +msgid "Command-line tools and library for transforming PDF files" +msgstr "" + +#: gnu/packages/pdf.scm:463 +msgid "" +"QPDF is a command-line program that does structural, content-preserving= \n" +"transformations on PDF files. It could have been called something like= \n" +"pdf-to-pdf. It includes support for merging and splitting PDFs and to\= n" +"manipulate the list of pages in a PDF file. It is not a PDF viewer or = a\n" +"program capable of converting PDF into other formats." +msgstr "" + +#: gnu/packages/pdf.scm:493 +msgid "Notetaking using a stylus" +msgstr "" + +#: gnu/packages/pdf.scm:495 +msgid "" +"Xournal is an application for notetaking, sketching, keeping a journal\= n" +"using a stylus." +msgstr "" + +#: gnu/packages/pem.scm:41 +msgid "Personal expenses manager" +msgstr "" + +#: gnu/packages/pem.scm:43 +msgid "" +"GNU Pem is a simple tool for tracking personal income and\n" +"expenses. It operates from the command line and it stores its data\n" +"in a basic text format in your home directory. It can easily print\n" +"reports of your spending on different expenses via a basic search\n" +"feature." +msgstr "" + +#: gnu/packages/perl.scm:79 +msgid "Implementation of the Perl programming language" +msgstr "" + +#: gnu/packages/perl.scm:81 +msgid "" +"Perl 5 is a highly capable, feature-rich programming language with over= \n" +"24 years of development." +msgstr "" + +#: gnu/packages/perl.scm:100 +msgid "Module for merging hierarchies using the C3 algorithm" +msgstr "" + +#: gnu/packages/perl.scm:101 +msgid "" +"This module implements the C3 algorithm, which aims to\n" +"provide a sane method resolution order under multiple inheritance." +msgstr "" + +#: gnu/packages/perl.scm:119 +msgid "Compute differences between two files or lists" +msgstr "" + +#: gnu/packages/perl.scm:120 +msgid "" +"This is a module for computing the difference between two\n" +"files, two strings, or any other two lists of things. It uses an " +"intelligent\n" +"algorithm similar to (or identical to) the one used by the Unix \"diff\= "\n" +"program. It is guaranteed to find the *smallest possible* set of\n" +"differences." +msgstr "" + +#: gnu/packages/perl.scm:141 +msgid "Use shorter versions of class names" +msgstr "" + +#: gnu/packages/perl.scm:142 +msgid "" +"The alias module loads the class you specify and exports\n" +"into your namespace a subroutine that returns the class name. You can\= n" +"explicitly alias the class to another name or, if you prefer, you can d= o so\n" +"implicitly." +msgstr "" + +#: gnu/packages/perl.scm:164 +msgid "Configuration files and command line parsing" +msgstr "" + +#: gnu/packages/perl.scm:165 +msgid "" +"AppConfig is a bundle of Perl5 modules for reading\n" +"configuration files and parsing command line arguments." +msgstr "" + +#: gnu/packages/perl.scm:183 +msgid "Perl API to zip files" +msgstr "" + +#: gnu/packages/perl.scm:184 gnu/packages/zip.scm:159 +msgid "" +"The Archive::Zip module allows a Perl program to create,\n" +"manipulate, read, and write Zip archive files." +msgstr "" + +#: gnu/packages/perl.scm:203 gnu/packages/perl.scm:3880 +msgid "Establish an ISA relationship with base classes at compile time" +msgstr "" + +#: gnu/packages/perl.scm:204 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time. Unless you are usi= ng " +"the\n" +"fields pragma, consider this module discouraged in favor of the lighter= -" +"weight\n" +"parent." +msgstr "" + +#: gnu/packages/perl.scm:229 +msgid "Execute code after a scope finished compilation" +msgstr "" + +#: gnu/packages/perl.scm:230 +msgid "" +"This module allows you to execute code when perl finished\n" +"compiling the surrounding scope." +msgstr "" + +#: gnu/packages/perl.scm:248 +msgid "Benchmarking with statistical confidence" +msgstr "" + +#: gnu/packages/perl.scm:250 +msgid "" +"The Benchmark::Timer class allows you to time portions of code\n" +"conveniently, as well as benchmark code by allowing timings of repeated= \n" +"trials. It is perfect for when you need more precise information about= the\n" +"running time of portions of your code than the Benchmark module will gi= ve " +"you,\n" +"but don't want to go all out and profile your code." +msgstr "" + +#: gnu/packages/perl.scm:275 +msgid "Bit vector library" +msgstr "" + +#: gnu/packages/perl.scm:276 +msgid "" +"Bit::Vector is an efficient C library which allows you to\n" +"handle bit vectors, sets (of integers), \"big integer arithmetic\" and = " +"boolean\n" +"matrices, all of arbitrary sizes. The package also includes an\n" +"object-oriented Perl module for accessing the C library from Perl, and\= n" +"optionally features overloaded operators for maximum ease of use. The = C\n" +"library can nevertheless be used stand-alone, without Perl." +msgstr "" + +#: gnu/packages/perl.scm:298 +msgid "Boolean support for Perl" +msgstr "" + +#: gnu/packages/perl.scm:299 +msgid "" +"This module provides basic Boolean support, by defining two\n" +"special objects: true and false." +msgstr "" + +#: gnu/packages/perl.scm:320 +msgid "Cache interface for Perl" +msgstr "" + +#: gnu/packages/perl.scm:321 +msgid "" +"The Cache modules are designed to assist a developer in\n" +"persisting data for a specified period of time. Often these modules ar= e " +"used\n" +"in web applications to store data locally to save repeated and redundan= t\n" +"expensive calls to remote machines or databases. People have also been= " +"known\n" +"to use Cache::Cache for its straightforward interface in sharing data " +"between\n" +"runs of an application or invocations of a CGI-style script or simply a= s an\n" +"easy to use abstraction of the filesystem or shared memory." +msgstr "" + +#: gnu/packages/perl.scm:344 +msgid "Shared memory interprocess cache via mmap" +msgstr "" + +#: gnu/packages/perl.scm:345 +msgid "" +"A shared memory cache through an mmap'ed file. It's core is\n" +"written in C for performance. It uses fcntl locking to ensure multiple= \n" +"processes can safely access the cache at the same time. It uses a basi= c " +"LRU\n" +"algorithm to keep the most used entries in the cache." +msgstr "" + +#: gnu/packages/perl.scm:366 +msgid "Capture STDOUT and STDERR from Perl, XS or external programs" +msgstr "" + +#: gnu/packages/perl.scm:368 +msgid "" +"Capture::Tiny provides a simple, portable way to capture almost anythin= g\n" +"sent to STDOUT or STDERR, regardless of whether it comes from Perl, fro= m XS\n" +"code or from an external program. Optionally, output can be teed so th= at " +"it\n" +"is captured while being passed through to the original file handles." +msgstr "" + +#: gnu/packages/perl.scm:388 +msgid "Executable comments for Perl" +msgstr "" + +#: gnu/packages/perl.scm:389 +msgid "" +"Carp::Assert is intended for a purpose like the ANSI C\n" +"library assert.h." +msgstr "" + +#: gnu/packages/perl.scm:411 +msgid "Convenience wrappers around Carp::Assert" +msgstr "" + +#: gnu/packages/perl.scm:412 +msgid "" +"Carp::Assert::More is a set of handy assertion functions for\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:432 +msgid "Report errors from a \"clan\" of modules" +msgstr "" + +#: gnu/packages/perl.scm:433 +msgid "" +"This module allows errors from a clan (or family) of modules\n" +"to appear to originate from the caller of the clan. This is necessary = in\n" +"cases where the clan modules are not classes derived from each other, a= nd " +"thus\n" +"the Carp.pm module doesn't help." +msgstr "" + +#: gnu/packages/perl.scm:457 +msgid "Automated accessor generation" +msgstr "" + +#: gnu/packages/perl.scm:458 +msgid "" +"This module automagically generates accessors/mutators for\n" +"your class." +msgstr "" + +#: gnu/packages/perl.scm:478 +msgid "Faster, but less expandable, chained accessors" +msgstr "" + +#: gnu/packages/perl.scm:479 +msgid "" +"A chained accessor is one that always returns the object\n" +"when called with parameters (to set), and the value of the field when " +"called\n" +"with no arguments. This module subclasses Class::Accessor in order to = " +"provide\n" +"the same mk_accessors interface." +msgstr "" + +#: gnu/packages/perl.scm:505 +msgid "Build groups of accessors" +msgstr "" + +#: gnu/packages/perl.scm:506 +msgid "" +"This class lets you build groups of accessors that will call\n" +"different getters and setters." +msgstr "" + +#: gnu/packages/perl.scm:526 +msgid "Pragma to use the C3 method resolution order algorithm" +msgstr "" + +#: gnu/packages/perl.scm:527 +msgid "" +"This is pragma to change Perl 5's standard method resolution\n" +"order from depth-first left-to-right (a.k.a - pre-order) to the more\n" +"sophisticated C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:551 +msgid "Drop-in replacement for NEXT" +msgstr "" + +#: gnu/packages/perl.scm:552 +msgid "" +"This module is intended as a drop-in replacement for NEXT,\n" +"supporting the same interface, but using Class::C3 to do the hard work.= " +msgstr "" + +#: gnu/packages/perl.scm:576 +msgid "Load mix-ins or components to your C3-based class" +msgstr "" + +#: gnu/packages/perl.scm:577 +msgid "" +"This module will inject base classes to your module using\n" +"the Class::C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:595 +msgid "Inheritable, overridable class data" +msgstr "" + +#: gnu/packages/perl.scm:596 +msgid "" +"Class::Data::Inheritable is for creating accessor/mutators\n" +"to class data. That is, if you want to store something about your clas= s as " +"a\n" +"whole (instead of about a single object). This data is then inherited = by " +"your\n" +"subclasses and can be overriden." +msgstr "" + +#: gnu/packages/perl.scm:617 +msgid "Class for easy date and time manipulation" +msgstr "" + +#: gnu/packages/perl.scm:618 +msgid "" +"This module provides a general-purpose date and datetime\n" +"type for perl." +msgstr "" + +#: gnu/packages/perl.scm:636 +msgid "Utility methods for factory classes" +msgstr "" + +#: gnu/packages/perl.scm:637 +msgid "This module exports methods useful for factory classes." +msgstr "" + +#: gnu/packages/perl.scm:654 +msgid "Get information about a class and its structure" +msgstr "" + +#: gnu/packages/perl.scm:655 +msgid "" +"Class::Inspector allows you to get information about a\n" +"loaded class." +msgstr "" + +#: gnu/packages/perl.scm:683 +msgid "Working (require \"Class::Name\") and more" +msgstr "" + +#: gnu/packages/perl.scm:684 +msgid "" +"\"require EXPR\" only accepts Class/Name.pm style module\n" +"names, not Class::Name. For that, this module provides \"load_class\n" +"'Class::Name'\"." +msgstr "" + +#: gnu/packages/perl.scm:707 +msgid "XS implementation of parts of Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:708 +msgid "" +"This module provides an XS implementation for portions of\n" +"Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:727 +msgid "Create generic methods for OO Perl" +msgstr "" + +#: gnu/packages/perl.scm:728 +msgid "" +"This module solves the problem of having to continually\n" +"write accessor methods for your objects that perform standard tasks." +msgstr "" + +#: gnu/packages/perl.scm:749 +msgid "Moose-like method modifiers" +msgstr "" + +#: gnu/packages/perl.scm:750 +msgid "" +"Class::Method::Modifiers provides three modifiers: before,\n" +"around, and after. before and after are run just before and after the = " +"method\n" +"they modify, but can not really affect that original method. around is= run " +"in\n" +"place of the original method, with a hook to easily call that original\= n" +"method." +msgstr "" + +#: gnu/packages/perl.scm:771 +msgid "Implementation of a singleton class for Perl" +msgstr "" + +#: gnu/packages/perl.scm:772 +msgid "" +"This module implements a Singleton class from which other\n" +"classes can be derived. By itself, the Class::Singleton module does ver= y\n" +"little other than manage the instantiation of a single object." +msgstr "" + +#: gnu/packages/perl.scm:791 +msgid "Minimalist class construction" +msgstr "" + +#: gnu/packages/perl.scm:792 +msgid "" +"This module offers a minimalist class construction kit. It\n" +"uses no non-core modules for any recent Perl." +msgstr "" + +#: gnu/packages/perl.scm:812 +msgid "Unload a class" +msgstr "" + +#: gnu/packages/perl.scm:813 +msgid "" +"Class:Unload unloads a given class by clearing out its\n" +"symbol table and removing it from %INC." +msgstr "" + +#: gnu/packages/perl.scm:831 +msgid "Generate fast XS accessors without runtime compilation" +msgstr "" + +#: gnu/packages/perl.scm:832 +msgid "" +"Class::XSAccessor implements fast read, write, and\n" +"read/write accessors in XS. Additionally, it can provide predicates su= ch " +"as\n" +"\"has_foo()\" for testing whether the attribute \"foo\" is defined in t= he\n" +"object. It only works with objects that are implemented as ordinary " +"hashes.\n" +"Class::XSAccessor::Array implements the same interface for objects that= use\n" +"arrays for their internal representation." +msgstr "" + +#: gnu/packages/perl.scm:852 +msgid "Recursively copy Perl datatypes" +msgstr "" + +#: gnu/packages/perl.scm:854 +msgid "" +"This module provides a clone() method which makes recursive copies of\n= " +"nested hash, array, scalar and reference types, including tied variable= s " +"and\n" +"objects." +msgstr "" + +#: gnu/packages/perl.scm:875 +msgid "Sane defaults for Perl programs" +msgstr "" + +#: gnu/packages/perl.scm:876 +msgid "" +"This module implements some sane defaults for Perl programs,\n" +"as defined by two typical specimens of Perl coders." +msgstr "" + +#: gnu/packages/perl.scm:894 +msgid "Load configuration from different file formats" +msgstr "" + +#: gnu/packages/perl.scm:895 +msgid "" +"Config::Any provides a facility for Perl applications and\n" +"libraries to load configuration data from multiple different file forma= ts. " +"It\n" +"supports XML, YAML, JSON, Apache-style configuration, and Perl code." +msgstr "" + +#: gnu/packages/perl.scm:916 +msgid "Module to implement some AutoConf macros in Perl" +msgstr "" + +#: gnu/packages/perl.scm:917 +msgid "" +"Config::AutoConf is intended to provide the same\n" +"opportunities to Perl developers as GNU Autoconf does for Shell develop= ers." +msgstr "" + +#: gnu/packages/perl.scm:935 +msgid "Generic Config Module" +msgstr "" + +#: gnu/packages/perl.scm:936 +msgid "" +"This module opens a config file and parses its contents for\n" +"you. The format of config files supported by Config::General is inspir= ed " +"by\n" +"the well known Apache config format and is 100% compatible with Apache\= n" +"configs, but you can also just use simple name/value pairs in your conf= ig\n" +"files. In addition to the capabilities of an Apache config file it " +"supports\n" +"some enhancements such as here-documents, C-style comments, and multili= ne\n" +"options." +msgstr "" + +#: gnu/packages/perl.scm:962 +msgid "Preserve context during subroutine call" +msgstr "" + +#: gnu/packages/perl.scm:963 +msgid "" +"This module runs code after a subroutine call, preserving\n" +"the context the subroutine would have seen if it were the last statemen= t in\n" +"the caller." +msgstr "" + +#: gnu/packages/perl.scm:984 +msgid "Verify requirements in a CPAN::Meta object" +msgstr "" + +#: gnu/packages/perl.scm:985 +msgid "" +"This module verifies if requirements described in a\n" +"CPAN::Meta object are present." +msgstr "" + +#: gnu/packages/perl.scm:1005 +msgid "JSON::XS for Cpanel" +msgstr "" + +#: gnu/packages/perl.scm:1006 gnu/packages/perl.scm:2683 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa." +msgstr "" + +#: gnu/packages/perl.scm:1024 +msgid "Random password generator" +msgstr "" + +#: gnu/packages/perl.scm:1025 +msgid "" +"Crypt::RandPasswd provides three functions that can be used\n" +"to generate random passwords, constructed from words, letters, or " +"characters.\n" +"This code is a Perl implementation of the Automated Password Generator\= n" +"standard, like the program described in \"A Random Word Generator For\n= " +"Pronounceable Passwords\". This code is a re-engineering of the program= \n" +"contained in Appendix A of FIPS Publication 181, \"Standard for Automat= ed\n" +"Password Generator\"." +msgstr "" + +#: gnu/packages/perl.scm:1048 +msgid "Pretty printing of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1049 +msgid "" +"This module provide functions that takes a list of values as\n" +"their argument and produces a string as its result. The string contain= s " +"Perl\n" +"code that, when \"eval\"ed, produces a deep copy of the original argume= nts." +msgstr "" + +#: gnu/packages/perl.scm:1068 +msgid "Concise data dumper" +msgstr "" + +#: gnu/packages/perl.scm:1069 +msgid "" +"Data::Dumper::Concise provides a dumper with Less\n" +"indentation and newlines plus sub deparsing." +msgstr "" + +#: gnu/packages/perl.scm:1091 +msgid "Parse and validate simple name/value option pairs" +msgstr "" + +#: gnu/packages/perl.scm:1093 +msgid "Data::OptList provides a simple syntax for name/value option pair= s." +msgstr "" + +#: gnu/packages/perl.scm:1114 +msgid "Help when paging through sets of results" +msgstr "" + +#: gnu/packages/perl.scm:1115 +msgid "" +"When searching through large amounts of data, it is often\n" +"the case that a result set is returned that is larger than we want to " +"display\n" +"on one page. This results in wanting to page through various pages of = " +"data.\n" +"The maths behind this is unfortunately fiddly, hence this module." +msgstr "" + +#: gnu/packages/perl.scm:1137 +msgid "Structured tags datastructures" +msgstr "" + +#: gnu/packages/perl.scm:1139 +msgid "" +"This module is for manipulating data as hierarchical tag/value\n" +"pairs (Structured TAGs or Simple Tree AGgreggates). These datastructur= es " +"can\n" +"be represented as nested arrays, which have the advantage of being nati= ve " +"to\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:1166 +msgid "N at a time iteration API" +msgstr "" + +#: gnu/packages/perl.scm:1167 +msgid "" +"This module tries to find middle ground between one at a\n" +"time and all at once processing of data sets. The purpose of this modu= le " +"is\n" +"to avoid the overhead of implementing an iterative api when this isn't\= n" +"necessary, without breaking forward compatibility in case that becomes\= n" +"necessary later on." +msgstr "" + +#: gnu/packages/perl.scm:1192 +msgid "Dynamic generation of nested combinations of variants" +msgstr "" + +#: gnu/packages/perl.scm:1193 +msgid "" +"Data::Tumbler - Dynamic generation of nested combinations of\n" +"variants" +msgstr "" + +#: gnu/packages/perl.scm:1219 +msgid "Visitor style traversal of Perl data structures" +msgstr "" + +#: gnu/packages/perl.scm:1220 +msgid "" +"This module is a simple visitor implementation for Perl\n" +"values. It has a main dispatcher method, visit, which takes a single p= erl\n" +"value and then calls the methods appropriate for that value. It can\n" +"recursively map (cloning as necessary) or just traverse most structures= , " +"with\n" +"support for per-object behavior, circular structures, visiting tied\n" +"structures, and all ref types (hashes, arrays, scalars, code, globs)." +msgstr "" + +#: gnu/packages/perl.scm:1245 +msgid "Gregorian calendar date calculations" +msgstr "" + +#: gnu/packages/perl.scm:1246 +msgid "" +"This package consists of a Perl module for date calculations\n" +"based on the Gregorian calendar, thereby complying with all relevant no= rms " +"and\n" +"standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (whe= re\n" +"applicable)." +msgstr "" + +#: gnu/packages/perl.scm:1270 +msgid "XS wrapper for Date::Calc" +msgstr "" + +#: gnu/packages/perl.scm:1271 +msgid "" +"Date::Calc::XS is an XS wrapper and C library plug-in for\n" +"Date::Calc." +msgstr "" + +#: gnu/packages/perl.scm:1297 +msgid "Date and time object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1298 +msgid "" +"DateTime is a class for the representation of date/time\n" +"combinations. It represents the Gregorian calendar, extended backwards= in\n" +"time before its creation (in 1582)." +msgstr "" + +#: gnu/packages/perl.scm:1321 +msgid "DateTime set objects" +msgstr "" + +#: gnu/packages/perl.scm:1322 +msgid "" +"The DateTime::Set module provides a date/time sets\n" +"implementation. It allows, for example, the generation of groups of da= tes,\n" +"like \"every wednesday\", and then find all the dates matching that " +"pattern,\n" +"within a time range." +msgstr "" + +#: gnu/packages/perl.scm:1345 +msgid "DateTime rfc2445 recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1346 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for RFC 2445 style recurrences." +msgstr "" + +#: gnu/packages/perl.scm:1367 +msgid "DateTime::Set extension for basic recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1368 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for various recurrences, such as \"once a = month" +"\"\n" +"or \"every day\". You can also create more complicated recurrences, su= ch " +"as\n" +"\"every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM\"." +msgstr "" + +#: gnu/packages/perl.scm:1393 +msgid "Create DateTime parser classes and objects." +msgstr "" + +#: gnu/packages/perl.scm:1394 +msgid "" +"DateTime::Format::Builder creates DateTime parsers. Many\n" +"string formats of dates and times are simple and just require a basic " +"regular\n" +"expression to extract the relevant information. Builder provides a sim= ple " +"way\n" +"to do this without writing reams of structural code." +msgstr "" + +#: gnu/packages/perl.scm:1420 +msgid "Parse data/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1421 +msgid "" +"DateTime::Format::Flexible attempts to take any string you\n" +"give it and parse it into a DateTime object." +msgstr "" + +#: gnu/packages/perl.scm:1445 +msgid "Parse and format iCal datetime and duration strings" +msgstr "" + +#: gnu/packages/perl.scm:1446 +msgid "" +"This module understands the ICal date/time and duration\n" +"formats, as defined in RFC 2445. It can be used to parse these formats= in\n" +"order to create the appropriate objects." +msgstr "" + +#: gnu/packages/perl.scm:1477 +msgid "Machine-readable date/time with natural parsing" +msgstr "" + +#: gnu/packages/perl.scm:1478 +msgid "" +"DateTime::Format::Natural takes a string with a human\n" +"readable date/time and creates a machine readable one by applying natur= al\n" +"parsing logic." +msgstr "" + +#: gnu/packages/perl.scm:1502 +msgid "Parse and format strp and strf time patterns" +msgstr "" + +#: gnu/packages/perl.scm:1503 +msgid "" +"This module implements most of `strptime(3)`, the POSIX\n" +"function that is the reverse of `strftime(3)`, for `DateTime`. While\n= " +"`strftime` takes a `DateTime` and a pattern and returns a string, " +"`strptime`\n" +"takes a string and a pattern and returns the `DateTime` object associat= ed." +msgstr "" + +#: gnu/packages/perl.scm:1526 +msgid "Localization support for DateTime.pm" +msgstr "" + +#: gnu/packages/perl.scm:1527 +msgid "" +"The DateTime::Locale modules provide localization data for\n" +"the DateTime.pm class." +msgstr "" + +#: gnu/packages/perl.scm:1554 +msgid "Time zone object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1555 +msgid "" +"This class is the base class for all time zone objects. A\n" +"time zone is represented internally as a set of observances, each of wh= ich\n" +"describes the offset from GMT for a given time period. Note that witho= ut " +"the\n" +"DateTime module, this module does not do much. It's primary interface = is\n" +"through a DateTime object, and most users will not need to directly use= \n" +"DateTime::TimeZone methods." +msgstr "" + +#: gnu/packages/perl.scm:1585 +msgid "Parse date/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1586 +msgid "" +"DateTimeX::Easy uses a variety of DateTime::Format packages\n" +"to create DateTime objects, with some custom tweaks to smooth out the r= ough\n" +"edges (mainly concerning timezone detection and selection)." +msgstr "" + +#: gnu/packages/perl.scm:1607 +msgid "Meatier version of caller" +msgstr "" + +#: gnu/packages/perl.scm:1608 +msgid "Devel::Caller provides meatier version of caller." +msgstr "" + +#: gnu/packages/perl.scm:1625 +msgid "Check that a command is available" +msgstr "" + +#: gnu/packages/perl.scm:1626 +msgid "" +"Devel::CheckBin is a perl module that checks whether a\n" +"particular command is available." +msgstr "" + +#: gnu/packages/perl.scm:1646 +msgid "Provides equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older p= erls" +msgstr "" + +#: gnu/packages/perl.scm:1647 +msgid "" +"Devel::GlobalDestruction provides a function returning the\n" +"equivalent of \"${^GLOBAL_PHASE} eq 'DESTRUCT'\" for older perls." +msgstr "" + +#: gnu/packages/perl.scm:1667 +msgid "Alias lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:1668 +msgid "" +"Devel::LexAlias provides the ability to alias a lexical\n" +"variable in a subroutines scope to one of your choosing." +msgstr "" + +#: gnu/packages/perl.scm:1690 +msgid "Introspect overloaded operators" +msgstr "" + +#: gnu/packages/perl.scm:1691 +msgid "" +"Devel::OverloadInfo returns information about overloaded\n" +"operators for a given class (or object), including where in the inherit= ance\n" +"hierarchy the overloads are declared and where the code implementing it= is." +msgstr "" + +#: gnu/packages/perl.scm:1718 +msgid "Partial dumping of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1719 +msgid "" +"This module is a data dumper optimized for logging of\n" +"arbitrary parameters." +msgstr "" + +#: gnu/packages/perl.scm:1737 +msgid "Object representing a stack trace" +msgstr "" + +#: gnu/packages/perl.scm:1738 +msgid "" +"The Devel::StackTrace module contains two classes,\n" +"Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsul= ate " +"the\n" +"information that can be retrieved via Perl's caller() function, as well= as\n" +"providing a simple interface to this data." +msgstr "" + +#: gnu/packages/perl.scm:1760 +msgid "Displays stack trace in HTML" +msgstr "" + +#: gnu/packages/perl.scm:1761 +msgid "" +"Devel::StackTrace::AsHTML adds as_html method to\n" +"Devel::StackTrace which displays the stack trace in beautiful HTML, wit= h " +"code\n" +"snippet context and function parameters. If you call it on an instance= of\n" +"Devel::StackTrace::WithLexicals, you even get to see the lexical variab= les " +"of\n" +"each stack frame." +msgstr "" + +#: gnu/packages/perl.scm:1782 +msgid "Dump symbol names or the symbol table" +msgstr "" + +#: gnu/packages/perl.scm:1783 +msgid "Devel::Symdump provides access to the perl symbol table." +msgstr "" + +#: gnu/packages/perl.scm:1800 +msgid "Keyed-Hashing for Message Authentication" +msgstr "" + +#: gnu/packages/perl.scm:1801 +msgid "" +"The Digest::HMAC module follows the common Digest::\n" +"interface for the RFC 2104 HMAC mechanism." +msgstr "" + +#: gnu/packages/perl.scm:1817 +msgid "Perl implementation of the SHA-1 message digest algorithm" +msgstr "" + +#: gnu/packages/perl.scm:1819 +msgid "" +"This package provides 'Digest::SHA1', an implementation of the NIST\n" +"SHA-1 message digest algorithm for use by Perl programs." +msgstr "" + +#: gnu/packages/perl.scm:1841 +msgid "Declare version conflicts for your dist" +msgstr "" + +#: gnu/packages/perl.scm:1842 +msgid "" +"This module allows you to specify conflicting versions of\n" +"modules separately and deal with them after the module is done installi= ng." +msgstr "" + +#: gnu/packages/perl.scm:1859 +msgid "OO-ish Error/Exception handling for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1860 +msgid "" +"The Error package provides two interfaces. Firstly Error\n" +"provides a procedural interface to exception handling. Secondly Error i= s a\n" +"base class for errors/exceptions that can either be thrown, for subsequ= ent\n" +"catch, or can simply be recorded." +msgstr "" + +#: gnu/packages/perl.scm:1885 +msgid "Safely and cleanly create closures via string eval" +msgstr "" + +#: gnu/packages/perl.scm:1886 +msgid "" +"String eval is often used for dynamic code generation. For\n" +"instance, Moose uses it heavily, to generate inlined versions of access= ors " +"and\n" +"constructors, which speeds code up at runtime by a significant amount. = " +"String\n" +"eval is not without its issues however - it's difficult to control the = " +"scope\n" +"it's used in (which determines which variables are in scope inside the = " +"eval),\n" +"and it's easy to miss compilation errors, since eval catches them and " +"sticks\n" +"them in $@ instead. This module attempts to solve these problems. It\= n" +"provides an eval_closure function, which evals a string in a clean\n" +"environment, other than a fixed list of specified variables. Compilati= on\n" +"errors are rethrown automatically." +msgstr "" + +#: gnu/packages/perl.scm:1915 +msgid "Allows you to declare real exception classes in Perl" +msgstr "" + +#: gnu/packages/perl.scm:1916 +msgid "" +"Exception::Class allows you to declare exception hierarchies\n" +"in your modules in a \"Java-esque\" manner." +msgstr "" + +#: gnu/packages/perl.scm:1932 +msgid "Lightweight exporting of functions and variables" +msgstr "" + +#: gnu/packages/perl.scm:1934 +msgid "" +"Exporter::Lite is an alternative to Exporter, intended to provide a\n" +"lightweight subset of the most commonly-used functionality. It support= s\n" +"import(), @EXPORT and @EXPORT_OK and not a whole lot else." +msgstr "" + +#: gnu/packages/perl.scm:1955 +msgid "Exporter with the features of Sub::Exporter but only core depende= ncies" +msgstr "" + +#: gnu/packages/perl.scm:1956 +msgid "" +"Exporter::Tiny supports many of Sub::Exporter's\n" +"external-facing features including renaming imported functions with the= `-" +"as`,\n" +"`-prefix` and `-suffix` options; explicit destinations with the `into` = " +"option;\n" +"and alternative installers with the `installler` option. But it's writ= ten " +"in\n" +"only about 40% as many lines of code and with zero non-core dependencie= s." +msgstr "" + +#: gnu/packages/perl.scm:1979 +msgid "Build.PL install path logic made easy" +msgstr "" + +#: gnu/packages/perl.scm:1980 +msgid "" +"This module tries to make install path resolution as easy as\n" +"possible." +msgstr "" + +#: gnu/packages/perl.scm:1998 +msgid "Wrapper for perl's configuration" +msgstr "" + +#: gnu/packages/perl.scm:1999 +msgid "" +"ExtUtils::Config is an abstraction around the %Config hash.\n" +"By itself it is not a particularly interesting module by any measure, " +"however\n" +"it ties together a family of modern toolchain modules." +msgstr "" + +#: gnu/packages/perl.scm:2018 +msgid "Various portability utilities for module builders" +msgstr "" + +#: gnu/packages/perl.scm:2019 +msgid "" +"This module provides various portable helper functions for\n" +"module building modules." +msgstr "" + +#: gnu/packages/perl.scm:2047 +msgid "Watch for changes to files" +msgstr "" + +#: gnu/packages/perl.scm:2048 +msgid "" +"This module provides a class to monitor a directory for\n" +"changes made to any file." +msgstr "" + +#: gnu/packages/perl.scm:2066 +msgid "Recursively copy files and directories" +msgstr "" + +#: gnu/packages/perl.scm:2067 +msgid "" +"This module has 3 functions: one to copy files only, one to\n" +"copy directories only, and one to do either depending on the argument's= \n" +"type." +msgstr "" + +#: gnu/packages/perl.scm:2089 +msgid "Alternative interface to File::Find" +msgstr "" + +#: gnu/packages/perl.scm:2090 +msgid "" +"File::Find::Rule is a friendlier interface to File::Find.\n" +"It allows you to build rules which specify the desired files and\n" +"directories." +msgstr "" + +#: gnu/packages/perl.scm:2113 +msgid "Common rules for searching for Perl things" +msgstr "" + +#: gnu/packages/perl.scm:2114 +msgid "" +"File::Find::Rule::Perl provides methods for finding various\n" +"types Perl-related files, or replicating search queries run on a " +"distribution\n" +"in various parts of the CPAN ecosystem." +msgstr "" + +#: gnu/packages/perl.scm:2137 +msgid "Find your home and other directories on any platform" +msgstr "" + +#: gnu/packages/perl.scm:2138 +msgid "" +"File::HomeDir is a module for locating the directories that\n" +"are \"owned\" by a user (typicaly your user) and to solve the various " +"issues\n" +"that arise trying to find them consistently across a wide variety of\n" +"platforms." +msgstr "" + +#: gnu/packages/perl.scm:2165 +msgid "" +"Perl extension for crawling directory trees and compiling\n" +"lists of files" +msgstr "" + +#: gnu/packages/perl.scm:2168 +msgid "" +"The File::List module crawls the directory tree starting at the\n" +"provided base directory and can return files (and/or directories if " +"desired)\n" +"matching a regular expression." +msgstr "" + +#: gnu/packages/perl.scm:2187 +msgid "Remove files and directories in Perl" +msgstr "" + +#: gnu/packages/perl.scm:2188 +msgid "" +"File::Remove::remove removes files and directories. It acts\n" +"like /bin/rm, for the most part. Although \"unlink\" can be given a li= st " +"of\n" +"files, it will not remove directories; this module remedies that. It a= lso\n" +"accepts wildcards, * and ?, as arguments for filenames." +msgstr "" + +#: gnu/packages/perl.scm:2212 +msgid "Locate per-dist and per-module shared files" +msgstr "" + +#: gnu/packages/perl.scm:2213 +msgid "" +"The intent of File::ShareDir is to provide a companion to\n" +"Class::Inspector and File::HomeDir. Quite often you want or need your = Perl\n" +"module to have access to a large amount of read-only data that is store= d on\n" +"the file-system at run-time. Once the files have been installed to the= \n" +"correct directory, you can use File::ShareDir to find your files again = " +"after\n" +"the installation." +msgstr "" + +#: gnu/packages/perl.scm:2235 +msgid "Install shared files" +msgstr "" + +#: gnu/packages/perl.scm:2236 +msgid "" +"File::ShareDir::Install allows you to install read-only data\n" +"files from a distribution. It is a companion module to File::ShareDir,= " +"which\n" +"allows you to locate these files after installation." +msgstr "" + +#: gnu/packages/perl.scm:2255 +msgid "Reading/Writing/Modifying of complete files" +msgstr "" + +#: gnu/packages/perl.scm:2256 +msgid "" +"File::Slurp provides subroutines to read or write entire\n" +"files with a simple call. It also has a subroutine for reading the lis= t of\n" +"filenames in a directory." +msgstr "" + +#: gnu/packages/perl.scm:2277 +msgid "Return name and handle of a temporary file safely" +msgstr "" + +#: gnu/packages/perl.scm:2278 +msgid "" +"File::Temp can be used to create and open temporary files in\n" +"a safe way." +msgstr "" + +#: gnu/packages/perl.scm:2295 +msgid "Portable implementation of the `which' utility" +msgstr "" + +#: gnu/packages/perl.scm:2297 +msgid "" +"File::Which was created to be able to get the paths to executable\n" +"programs on systems under which the `which' program wasn't implemented = in " +"the\n" +"shell." +msgstr "" + +#: gnu/packages/perl.scm:2324 +msgid "Getopt::Long, but simpler and more powerful" +msgstr "" + +#: gnu/packages/perl.scm:2325 +msgid "" +"Getopt::Long::Descriptive is yet another Getopt library.\n" +"It's built atop Getopt::Long, and gets a lot of its features, but tries= to\n" +"avoid making you think about its huge array of options. It also provid= es\n" +"usage (help) messages, data validation, and a few other useful features= ." +msgstr "" + +#: gnu/packages/perl.scm:2343 +msgid "Table-driven argument parsing for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2345 +msgid "" +"Getopt::Tabular is a Perl 5 module for table-driven argument parsing,\n= " +"vaguely inspired by John Ousterhout's Tk_ParseArgv." +msgstr "" + +#: gnu/packages/perl.scm:2365 +msgid "Merge arbitrarily deep hashes into a single hash" +msgstr "" + +#: gnu/packages/perl.scm:2366 +msgid "" +"Hash::Merge merges two arbitrarily deep hashes into a single\n" +"hash. That is, at any level, it will add non-conflicting key-value pai= rs " +"from\n" +"one hash to the other, and follows a set of specific rules when there a= re " +"key\n" +"value conflicts. The hash is followed recursively, so that deeply nest= ed\n" +"hashes that are at the same level will be merged when the parent hashes= are\n" +"merged." +msgstr "" + +#: gnu/packages/perl.scm:2388 +msgid "Store multiple values per key" +msgstr "" + +#: gnu/packages/perl.scm:2389 +msgid "" +"Hash::MultiValue is an object (and a plain hash reference)\n" +"that may contain multiple values per key, inspired by MultiDict of WebO= b." +msgstr "" + +#: gnu/packages/perl.scm:2409 +msgid "Import packages into other packages" +msgstr "" + +#: gnu/packages/perl.scm:2410 +msgid "" +"Writing exporters is a pain. Some use Exporter, some use\n" +"Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ...= and\n" +"some things are pragmas. Exporting on someone else's behalf is harder.= " +"The\n" +"exporters don't provide a consistent API for this, and pragmas need to = have\n" +"their import method called directly, since they effect the current unit= of\n" +"compilation. Import::Into provides global methods to make this painles= s." +msgstr "" + +#: gnu/packages/perl.scm:2432 +msgid "Use modules in inc/ if newer than installed" +msgstr "" + +#: gnu/packages/perl.scm:2433 +msgid "" +"The inc::latest module helps bootstrap configure-time\n" +"dependencies for CPAN distributions. These dependencies get bundled in= to " +"the\n" +"inc directory within a distribution and are used by Makefile.PL or Buil= d.PL." +msgstr "" + +#: gnu/packages/perl.scm:2452 +msgid "Utilities for interactive I/O" +msgstr "" + +#: gnu/packages/perl.scm:2453 +msgid "" +"This module provides three utility subroutines that make it\n" +"easier to develop interactive applications: is_interactive(), " +"interactive(),\n" +"and busy()" +msgstr "" + +#: gnu/packages/perl.scm:2472 +msgid "Emulate file interface for in-core strings" +msgstr "" + +#: gnu/packages/perl.scm:2473 +msgid "" +"IO::String is an IO::File (and IO::Handle) compatible class\n" +"that reads or writes data from in-core strings." +msgstr "" + +#: gnu/packages/perl.scm:2491 +msgid "IO:: interface for reading/writing an array of lines" +msgstr "" + +#: gnu/packages/perl.scm:2492 +msgid "" +"This toolkit primarily provides modules for performing both\n" +"traditional and object-oriented i/o) on things *other* than normal\n" +"filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.= " +msgstr "" + +#: gnu/packages/perl.scm:2510 +msgid "Perl interface to pseudo ttys" +msgstr "" + +#: gnu/packages/perl.scm:2512 +msgid "" +"This package provides the 'IO::Pty' and 'IO::Tty' Perl interfaces to\n" +"pseudo ttys." +msgstr "" + +#: gnu/packages/perl.scm:2540 +msgid "system() and background procs w/ piping, redirs, ptys" +msgstr "" + +#: gnu/packages/perl.scm:2541 +msgid "" +"IPC::Run allows you run and interact with child processes\n" +"using files, pipes, and pseudo-ttys. Both system()-style and scripted " +"usages\n" +"are supported and may be mixed. Likewise, functional and OO API styles = are\n" +"both supported and may be mixed." +msgstr "" + +#: gnu/packages/perl.scm:2559 +msgid "Run a subprocess with input/ouput redirection" +msgstr "" + +#: gnu/packages/perl.scm:2561 +msgid "" +"The IPC::Run3 module allows you to run a subprocess and redirect stdin,= \n" +"stdout, and/or stderr to files and perl data structures. It aims to " +"satisfy\n" +"99% of the need for using system, qx, and open3 with a simple, extremel= y\n" +"Perlish API and none of the bloat and rarely used features of IPC::Run.= " +msgstr "" + +#: gnu/packages/perl.scm:2585 +msgid "Lightweight interface to shared memory" +msgstr "" + +#: gnu/packages/perl.scm:2586 +msgid "" +"IPC::ShareLite provides a simple interface to shared memory,\n" +"allowing data to be efficiently communicated between processes." +msgstr "" + +#: gnu/packages/perl.scm:2606 +msgid "JSON encoder/decoder for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2607 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa using either JSON::XS or JSON::PP." +msgstr "" + +#: gnu/packages/perl.scm:2632 +msgid "Wrapper for Perl JSON classes" +msgstr "" + +#: gnu/packages/perl.scm:2634 +msgid "" +"This module tries to provide a coherent API to bring together the\n" +"various JSON modules currently on CPAN. This module will allow you to = code " +"to\n" +"any JSON API and have it work regardless of which JSON module is actual= ly\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:2658 +msgid "Cpanel::JSON::XS with fallback" +msgstr "" + +#: gnu/packages/perl.scm:2659 +msgid "" +"This module first checks to see if either Cpanel::JSON::XS\n" +"or JSON::XS is already loaded, in which case it uses that module. " +"Otherwise\n" +"it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in orde= r, " +"and\n" +"either uses the first module it finds or throws an error." +msgstr "" + +#: gnu/packages/perl.scm:2682 +msgid "JSON serialising/deserialising for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2706 +msgid "Combination of List::Util and List::MoreUtils" +msgstr "" + +#: gnu/packages/perl.scm:2707 +msgid "" +"This module exports all of the functions that either\n" +"List::Util or List::MoreUtils defines, with preference to List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2731 +msgid "Provide the stuff missing in List::Util" +msgstr "" + +#: gnu/packages/perl.scm:2732 +msgid "" +"List::MoreUtils provides some trivial but commonly needed\n" +"functionality on lists which is not going to go into List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2750 +msgid "Expiry plug-in for Memoize that adds LRU cache expiration" +msgstr "" + +#: gnu/packages/perl.scm:2751 +msgid "" +"This module implements an expiry policy for Memoize that\n" +"follows LRU semantics, that is, the last n results, where n is specifie= d as\n" +"the argument to the CACHESIZE parameter, will be cached." +msgstr "" + +#: gnu/packages/perl.scm:2770 +msgid "Definition of MIME types" +msgstr "" + +#: gnu/packages/perl.scm:2771 +msgid "" +"This module provides a list of known mime-types, combined\n" +"from various sources. For instance, it contains all IANA types and the= \n" +"knowledge of Apache." +msgstr "" + +#: gnu/packages/perl.scm:2800 +msgid "Tiny replacement for Module::Build" +msgstr "" + +#: gnu/packages/perl.scm:2801 +msgid "" +"Many Perl distributions use a Build.PL file instead of a\n" +"Makefile.PL file to drive distribution configuration, build, test and\n= " +"installation. Traditionally, Build.PL uses Module::Build as the underl= ying\n" +"build system. This module provides a simple, lightweight, drop-in\n" +"replacement. Whereas Module::Build has over 6,700 lines of code; this = " +"module\n" +"has less than 120, yet supports the features needed by most distributio= ns." +msgstr "" + +#: gnu/packages/perl.scm:2823 +msgid "Find and use installed modules in a (sub)category" +msgstr "" + +#: gnu/packages/perl.scm:2824 +msgid "" +"Module::Find lets you find and use modules in categories.\n" +"This can be useful for auto-detecting driver or plugin modules. You ca= n\n" +"differentiate between looking in the category itself or in all\n" +"subcategories." +msgstr "" + +#: gnu/packages/perl.scm:2850 +msgid "Loads alternate underlying implementations for a module" +msgstr "" + +#: gnu/packages/perl.scm:2851 +msgid "" +"This module abstracts out the process of choosing one of\n" +"several underlying implementations for a module. This can be used to " +"provide\n" +"XS and pure Perl implementations of a module, or it could be used to lo= ad " +"an\n" +"implementation for a given OS or any other case of needing to provide " +"multiple\n" +"implementations." +msgstr "" + +#: gnu/packages/perl.scm:2889 +msgid "Standalone, extensible Perl module installer" +msgstr "" + +#: gnu/packages/perl.scm:2890 +msgid "" +"Module::Install is a package for writing installers for\n" +"CPAN (or CPAN-like) distributions that are clean, simple, minimalist, a= ct in " +"a\n" +"strictly correct manner with ExtUtils::MakeMaker, and will run on any P= erl\n" +"installation version 5.005 or newer." +msgstr "" + +#: gnu/packages/perl.scm:2910 +msgid "Perl runtime module handling" +msgstr "" + +#: gnu/packages/perl.scm:2911 +msgid "" +"The functions exported by this module deal with runtime\n" +"handling of Perl modules, which are normally handled at compile time." +msgstr "" + +#: gnu/packages/perl.scm:2932 +msgid "Provide information on conflicts for Module::Runtime" +msgstr "" + +#: gnu/packages/perl.scm:2933 +msgid "" +"This module provides conflicts checking for Module::Runtime,\n" +"which had a recent release that broke some versions of Moose. It is ca= lled\n" +"from Moose::Conflicts and moose-outdated." +msgstr "" + +#: gnu/packages/perl.scm:2954 +msgid "Recursively scan Perl code for dependencies" +msgstr "" + +#: gnu/packages/perl.scm:2955 +msgid "" +"Module::ScanDeps is a module to recursively scan Perl\n" +"programs for dependencies." +msgstr "" + +#: gnu/packages/perl.scm:2975 +msgid "Module name tools and transformations" +msgstr "" + +#: gnu/packages/perl.scm:2976 +msgid "" +"This module provides a few useful functions for manipulating\n" +"module names. Its main aim is to centralise some of the functions comm= only\n" +"used by modules that manipulate other modules in some way, like convert= ing\n" +"module names to relative paths." +msgstr "" + +#: gnu/packages/perl.scm:3006 +msgid "Minimalist Object Orientation (with Moose compatibility)" +msgstr "" + +#: gnu/packages/perl.scm:3007 +msgid "" +"Moo is an extremely light-weight Object Orientation system.\n" +"It allows one to concisely define objects and roles with a convenient " +"syntax\n" +"that avoids the details of Perl's object system. Moo contains a subset= of\n" +"Moose and is optimised for rapid startup." +msgstr "" + +#: gnu/packages/perl.scm:3083 +msgid "Postmodern object system for Perl 5" +msgstr "" + +#: gnu/packages/perl.scm:3085 +msgid "" +"Moose is a complete object system for Perl 5. It provides keywords for= \n" +"attribute declaration, object construction, inheritance, and maybe more= . " +"With\n" +"Moose, you define your class declaratively, without needing to know abo= ut\n" +"blessed hashrefs, accessor methods, and so on. You can concentrate on = the\n" +"logical structure of your classes, focusing on \"what\" rather than \"h= ow" +"\".\n" +"A class definition with Moose reads like a list of very concise English= \n" +"sentences." +msgstr "" + +#: gnu/packages/perl.scm:3113 +msgid "Emulate Class::Accessor::Fast behavior using Moose attributes" +msgstr "" + +#: gnu/packages/perl.scm:3114 +msgid "" +"This module attempts to emulate the behavior of\n" +"Class::Accessor::Fast as accurately as possible using the Moose attribu= te\n" +"system. The public API of Class::Accessor::Fast is wholly supported, b= ut " +"the\n" +"private methods are not." +msgstr "" + +#: gnu/packages/perl.scm:3145 +msgid "Moose role for processing command line options" +msgstr "" + +#: gnu/packages/perl.scm:3146 +msgid "" +"This is a Moose role which provides an alternate constructor\n" +"for creating objects using parameters passed in from the command line." +msgstr "" + +#: gnu/packages/perl.scm:3167 +msgid "Mark overload code symbols as methods" +msgstr "" + +#: gnu/packages/perl.scm:3168 +msgid "" +"MooseX::MarkAsMethods allows one to easily mark certain\n" +"functions as Moose methods. This will allow other packages such as\n" +"namespace::autoclean to operate without blowing away your overloads. A= fter\n" +"using MooseX::MarkAsMethods your overloads will be recognized by Class:= :MOP " +"as\n" +"being methods, and class extension as well as composition from roles wi= th\n" +"overloads will \"just work\"." +msgstr "" + +#: gnu/packages/perl.scm:3198 +msgid "Code attribute introspection" +msgstr "" + +#: gnu/packages/perl.scm:3199 +msgid "" +"This module allows code attributes of methods to be\n" +"introspected using Moose meta method objects." +msgstr "" + +#: gnu/packages/perl.scm:3225 +msgid "Subclassing of non-Moose classes" +msgstr "" + +#: gnu/packages/perl.scm:3226 +msgid "" +"MooseX::NonMoose allows for easily subclassing non-Moose\n" +"classes with Moose, taking care of the details connected with doing thi= s, " +"such\n" +"as setting up proper inheritance from Moose::Object and installing (and= \n" +"inlining, at make_immutable time) a constructor that makes sure things = like\n" +"BUILD methods are called. It tries to be as non-intrusive as possible.= " +msgstr "" + +#: gnu/packages/perl.scm:3255 +msgid "Extension of Params::Validate using Moose's types" +msgstr "" + +#: gnu/packages/perl.scm:3256 +msgid "" +"This module fills a gap in Moose by adding method parameter\n" +"validation to Moose." +msgstr "" + +#: gnu/packages/perl.scm:3277 +msgid "Apply roles to a related Perl class" +msgstr "" + +#: gnu/packages/perl.scm:3278 +msgid "" +"This module applies roles to make a subclass instead of\n" +"manually setting up a subclass." +msgstr "" + +#: gnu/packages/perl.scm:3304 +msgid "Moose roles with composition parameters" +msgstr "" + +#: gnu/packages/perl.scm:3305 +msgid "" +"Because Moose roles serve many different masters, they\n" +"usually provide only the least common denominator of functionality. To= \n" +"empower roles further, more configurability than -alias and -excludes i= s\n" +"required. Perhaps your role needs to know which method to call when it= is\n" +"done processing, or what default value to use for its url attribute.\n" +"Parameterized roles offer a solution to these (and other) kinds of prob= lems." +msgstr "" + +#: gnu/packages/perl.scm:3331 +msgid "Roles which support overloading" +msgstr "" + +#: gnu/packages/perl.scm:3332 +msgid "" +"MooseX::Role::WithOverloading allows you to write a\n" +"Moose::Role which defines overloaded operators and allows those overloa= d\n" +"methods to be composed into the classes/roles/instances it's compiled t= o,\n" +"where plain Moose::Roles would lose the overloading." +msgstr "" + +#: gnu/packages/perl.scm:3354 +msgid "Name your accessors foo() and set_foo()" +msgstr "" + +#: gnu/packages/perl.scm:3355 +msgid "" +"This module does not provide any methods. Simply loading it\n" +"changes the default naming policy for the loading class so that accesso= rs " +"are\n" +"separated into get and set methods. The get methods have the same name= as " +"the\n" +"accessor, while set methods are prefixed with \"_set_\"." +msgstr "" + +#: gnu/packages/perl.scm:3381 +msgid "Strict object constructors for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3382 +msgid "" +"Simply loading this module makes your constructors\n" +"\"strict\". If your constructor is called with an attribute init argume= nt " +"that\n" +"your class does not declare, then it calls Moose->throw_error(). " +msgstr "" + +#: gnu/packages/perl.scm:3410 +msgid "Trait loading and resolution for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3411 +msgid "" +"Adds support on top of MooseX::Traits for class precedence\n" +"search for traits and some extra attributes" +msgstr "" + +#: gnu/packages/perl.scm:3436 +msgid "Organise your Moose types in libraries" +msgstr "" + +#: gnu/packages/perl.scm:3437 +msgid "" +"This package lets you declare types using short names, but\n" +"behind the scenes it namespaces all your type declarations, effectively= \n" +"prevent name clashes between packages." +msgstr "" + +#: gnu/packages/perl.scm:3468 +msgid "DateTime related constraints and coercions for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3469 +msgid "" +"This module packages several Moose::Util::TypeConstraints\n" +"with coercions, designed to work with the DateTime suite of objects." +msgstr "" + +#: gnu/packages/perl.scm:3501 +msgid "Extensions to MooseX::Types::DateTime" +msgstr "" + +#: gnu/packages/perl.scm:3502 +msgid "" +"This module builds on MooseX::Types::DateTime to add\n" +"additional custom types and coercions. Since it builds on an existing = " +"type,\n" +"all coercions and constraints are inherited." +msgstr "" + +#: gnu/packages/perl.scm:3531 +msgid "ClassName type constraints for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3532 +msgid "" +"MooseX::Types::LoadableClass provides a ClassName type\n" +"constraint with coercion to load the class." +msgstr "" + +#: gnu/packages/perl.scm:3556 +msgid "Moosish types and type builder" +msgstr "" + +#: gnu/packages/perl.scm:3557 +msgid "" +"MooX::Types::MooseLike provides a possibility to build your\n" +"own set of Moose-like types. These custom types can then be used to " +"describe\n" +"fields in Moo-based classes." +msgstr "" + +#: gnu/packages/perl.scm:3576 +msgid "MRO interface compatibility for Perls < 5.9.5" +msgstr "" + +#: gnu/packages/perl.scm:3577 +msgid "" +"The \"mro\" namespace provides several utilities for dealing\n" +"with method resolution order and method caching in general in Perl 5.9.= 5 " +"and\n" +"higher. This module provides those interfaces for earlier versions of\= n" +"Perl (back to 5.6.0)." +msgstr "" + +#: gnu/packages/perl.scm:3603 +msgid "Keep imports out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3604 +msgid "" +"The namespace::autoclean pragma will remove all imported\n" +"symbols at the end of the current package's compile cycle. Functions " +"called\n" +"in the package itself will still be bound by their name, but they won't= " +"show\n" +"up as methods on your class or instances. It is very similar to\n" +"namespace::clean, except it will clean all imported functions, no matte= r if\n" +"you imported them before or after you used the pragma. It will also no= t " +"touch\n" +"anything that looks like a method." +msgstr "" + +#: gnu/packages/perl.scm:3630 +msgid "Keep imports and functions out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3631 +msgid "" +"The namespace::clean pragma will remove all previously\n" +"declared or imported symbols at the end of the current package's compil= e\n" +"cycle. Functions called in the package itself will still be bound by t= heir\n" +"name, but they won't show up as methods on your class or instances." +msgstr "" + +#: gnu/packages/perl.scm:3651 +msgid "Numeric comparisons" +msgstr "" + +#: gnu/packages/perl.scm:3652 +msgid "" +"Number::Compare compiles a simple comparison to an anonymous\n" +"subroutine, which you can call with a value to be tested against." +msgstr "" + +#: gnu/packages/perl.scm:3670 +msgid "Generate cryptographic signatures for objects" +msgstr "" + +#: gnu/packages/perl.scm:3671 +msgid "" +"Object::Signature is an abstract base class that you can\n" +"inherit from in order to allow your objects to generate unique " +"cryptographic\n" +"signatures." +msgstr "" + +#: gnu/packages/perl.scm:3693 +#, fuzzy +msgid "Anonymous packages" +msgstr "~A: unbekanntes Paket~%" + +#: gnu/packages/perl.scm:3694 +msgid "" +"This module allows for anonymous packages that are\n" +"independent of the main namespace and only available through an object\= n" +"instance, not by name." +msgstr "" + +#: gnu/packages/perl.scm:3722 +msgid "Manage deprecation warnings for your distribution" +msgstr "" + +#: gnu/packages/perl.scm:3723 +msgid "" +"This module allows you to manage a set of deprecations for\n" +"one or more modules." +msgstr "" + +#: gnu/packages/perl.scm:3750 +msgid "Routines for manipulating stashes" +msgstr "" + +#: gnu/packages/perl.scm:3751 +msgid "" +"Manipulating stashes (Perl's symbol tables) is occasionally\n" +"necessary, but incredibly messy, and easy to get wrong. This module hi= des " +"all\n" +"of that behind a simple API." +msgstr "" + +#: gnu/packages/perl.scm:3774 +msgid "Faster implementation of the Package::Stash API" +msgstr "" + +#: gnu/packages/perl.scm:3775 +msgid "" +"This is a backend for Package::Stash, which provides the\n" +"functionality in a way that's less buggy and much faster. It will be u= sed " +"by\n" +"default if it's installed, and should be preferred in all environments = with " +"a\n" +"compiler." +msgstr "" + +#: gnu/packages/perl.scm:3795 +msgid "Play with other peoples' lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:3796 +msgid "" +"PadWalker is a module which allows you to inspect (and even\n" +"change) lexical variables in any subroutine which called you. It will = only\n" +"show those variables which are in scope at the point of the call. " +"PadWalker\n" +"is particularly useful for debugging." +msgstr "" + +#: gnu/packages/perl.scm:3817 +msgid "Simple, compact and correct param-checking functions" +msgstr "" + +#: gnu/packages/perl.scm:3819 +msgid "" +"Params::Util provides a basic set of importable functions that makes\n" +"checking parameters easier." +msgstr "" + +#: gnu/packages/perl.scm:3842 +msgid "Validate method/function parameters" +msgstr "" + +#: gnu/packages/perl.scm:3843 +msgid "" +"The Params::Validate module allows you to validate method or\n" +"function call parameters to an arbitrary level of specificity." +msgstr "" + +#: gnu/packages/perl.scm:3861 +msgid "Create and manipulate PAR distributions" +msgstr "" + +#: gnu/packages/perl.scm:3862 +msgid "" +"PAR::Dist is a toolkit to create and manipulate PAR\n" +"distributions." +msgstr "" + +#: gnu/packages/perl.scm:3881 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time." +msgstr "" + +#: gnu/packages/perl.scm:3899 +msgid "Path specification manipulation" +msgstr "" + +#: gnu/packages/perl.scm:3900 +msgid "" +"Path::Class is a module for manipulation of file and\n" +"directory specifications in a cross-platform manner." +msgstr "" + +#: gnu/packages/perl.scm:3920 +msgid "Check for comprehensive documentation of a module" +msgstr "" + +#: gnu/packages/perl.scm:3921 +msgid "" +"This module provides a mechanism for determining if the pod\n" +"for a given module is comprehensive." +msgstr "" + +#: gnu/packages/perl.scm:3940 +msgid "GNU C library compatible strftime for loggers and servers" +msgstr "" + +#: gnu/packages/perl.scm:3941 +msgid "" +"POSIX::strftime::Compiler provides GNU C library compatible\n" +"strftime(3). But this module is not affected by the system locale. Th= is\n" +"feature is useful when you want to write loggers, servers, and portable= \n" +"applications." +msgstr "" + +#: gnu/packages/perl.scm:3959 +msgid "Information about the currently running perl" +msgstr "" + +#: gnu/packages/perl.scm:3961 +msgid "" +"Probe::Perl provides methods for obtaining information about the\n" +"currently running perl interpreter. It originally began life as code i= n " +"the\n" +"Module::Build project, but has been externalized here for general use." +msgstr "" + +#: gnu/packages/perl.scm:3982 +msgid "Create read-only scalars, arrays, hashes" +msgstr "" + +#: gnu/packages/perl.scm:3983 +msgid "" +"This module provides a facility for creating non-modifiable\n" +"variables in Perl. This is useful for configuration files, headers, et= c. " +"It\n" +"can also be useful as a development and debugging tool for catching upd= ates " +"to\n" +"variables that should not be changed." +msgstr "" + +#: gnu/packages/perl.scm:4001 +msgid "Provide commonly requested regular expressions" +msgstr "" + +#: gnu/packages/perl.scm:4003 +msgid "" +"This module exports a single hash (`%RE') that stores or generates\n" +"commonly needed regular expressions. Patterns currently provided inclu= de:\n" +"balanced parentheses and brackets, delimited text (with escapes), integ= ers " +"and\n" +"floating-point numbers in any base (up to 36), comments in 44 languages= ,\n" +"offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip= \n" +"codes." +msgstr "" + +#: gnu/packages/perl.scm:4033 +msgid "Roles, as a slice of Moose" +msgstr "" + +#: gnu/packages/perl.scm:4034 +msgid "Role::Tiny is a minimalist role composition tool." +msgstr "" + +#: gnu/packages/perl.scm:4051 +msgid "Call isa, can, does, and DOES safely" +msgstr "" + +#: gnu/packages/perl.scm:4052 +msgid "" +"This module allows you to call isa, can, does, and DOES\n" +"safely on things that may not be objects." +msgstr "" + +#: gnu/packages/perl.scm:4070 +msgid "Lexically-scoped resource management" +msgstr "" + +#: gnu/packages/perl.scm:4071 +msgid "" +"This module provides a convenient way to perform cleanup or\n" +"other forms of resource management at the end of a scope. It is " +"particularly\n" +"useful when dealing with exceptions: the Scope::Guard constructor takes= a\n" +"reference to a subroutine that is guaranteed to be called even if the " +"thread\n" +"of execution is aborted prematurely. This effectively allows lexically= -" +"scoped\n" +"\"promises\" to be made that are automatically honoured by perl's garba= ge\n" +"collector." +msgstr "" + +#: gnu/packages/perl.scm:4094 +msgid "Infinite sets" +msgstr "" + +#: gnu/packages/perl.scm:4095 +msgid "Set::Infinite is a set theory module for infinite sets." +msgstr "" + +#: gnu/packages/perl.scm:4115 +msgid "Unordered collections of Perl Objects" +msgstr "" + +#: gnu/packages/perl.scm:4116 +msgid "" +"Set::Object provides efficient sets, unordered collections\n" +"of Perl objects without duplicates for scalars and references." +msgstr "" + +#: gnu/packages/perl.scm:4134 +msgid "Set operations for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4135 +msgid "" +"The first priority of Set::Scalar is to be a convenient\n" +"interface to sets (as in: unordered colletions of Perl scalars.) While= not\n" +"designed to be slow or big, neither has it been designed to be fast or\= n" +"compact." +msgstr "" + +#: gnu/packages/perl.scm:4155 +msgid "Spiffy Perl Interface Framework For You" +msgstr "" + +#: gnu/packages/perl.scm:4156 +msgid "" +"Spiffy is a framework and methodology for doing object\n" +"oriented (OO) programming in Perl. Spiffy combines the best parts of\n= " +"Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation " +"class.\n" +"It attempts to fix all the nits and warts of traditional Perl OO, in a = " +"clean,\n" +"straightforward and (perhaps someday) standard way. Spiffy borrows ide= as " +"from\n" +"other OO languages like Python, Ruby, Java and Perl 6." +msgstr "" + +#: gnu/packages/perl.scm:4178 +msgid "Temporary buffer to save bytes" +msgstr "" + +#: gnu/packages/perl.scm:4179 +msgid "" +"Stream::Buffered is a buffer class to store arbitrary length\n" +"of byte strings and then get a seekable filehandle once everything is\n= " +"buffered. It uses PerlIO and/or temporary file to save the buffer " +"depending\n" +"on the length of the size." +msgstr "" + +#: gnu/packages/perl.scm:4199 +msgid "Turn on strict and make all warnings fatal" +msgstr "" + +#: gnu/packages/perl.scm:4200 +msgid "" +"Strictures turns on strict and make all warnings fatal when\n" +"run from within a source-controlled directory." +msgstr "" + +#: gnu/packages/perl.scm:4218 +msgid "Camelcase and de-camelcase" +msgstr "" + +#: gnu/packages/perl.scm:4219 +msgid "" +"This module may be used to convert from under_score text to\n" +"CamelCase and back again." +msgstr "" + +#: gnu/packages/perl.scm:4239 +msgid "Rewrite strings based on a set of known prefixes" +msgstr "" + +#: gnu/packages/perl.scm:4240 +msgid "" +"This module allows you to rewrite strings based on a set of\n" +"known pprefixes." +msgstr "" + +#: gnu/packages/perl.scm:4262 +msgid "Sophisticated exporter for custom-built routines" +msgstr "" + +#: gnu/packages/perl.scm:4264 +msgid "" +"Sub::Exporter provides a sophisticated alternative to Exporter.pm for\n= " +"custom-built routines." +msgstr "" + +#: gnu/packages/perl.scm:4283 +msgid "Only use Sub::Exporter if you need it" +msgstr "" + +#: gnu/packages/perl.scm:4284 +msgid "" +"Sub::Exporter is an incredibly powerful module, but with\n" +"that power comes great responsibility, as well as some runtime penaltie= s.\n" +"This module is a \"Sub::Exporter\" wrapper that will let your users jus= t " +"use\n" +"Exporter if all they are doing is picking exports, but use \"Sub::Expor= ter" +"\"\n" +"if your users try to use \"Sub::Exporter\"'s more advanced features, li= ke\n" +"renaming exports, if they try to use them." +msgstr "" + +#: gnu/packages/perl.scm:4306 +msgid "Retrieve names of code references" +msgstr "" + +#: gnu/packages/perl.scm:4307 +msgid "" +"Sub::Identify allows you to retrieve the real name of code\n" +"references." +msgstr "" + +#: gnu/packages/perl.scm:4326 +msgid "Install subroutines into packages easily" +msgstr "" + +#: gnu/packages/perl.scm:4328 +msgid "" +"Sub::Install makes it easy to install subroutines into packages without= \n" +"the unsightly mess of C or typeglobs lying about where just = " +"anyone\n" +"can see them." +msgstr "" + +#: gnu/packages/perl.scm:4349 +msgid "(Re)name a sub" +msgstr "" + +#: gnu/packages/perl.scm:4350 +msgid "" +"Assigns a new name to referenced sub. If package\n" +"specification is omitted in the name, then the current package is used.= " +"The\n" +"return value is the sub." +msgstr "" + +#: gnu/packages/perl.scm:4369 +msgid "Apparently run a function in a higher stack frame" +msgstr "" + +#: gnu/packages/perl.scm:4370 +msgid "" +"Like Tcl's uplevel() function, but not quite so dangerous.\n" +"The idea is just to fool caller(). All the really naughty bits of Tcl'= s\n" +"uplevel() are avoided." +msgstr "" + +#: gnu/packages/perl.scm:4389 +msgid "Perl extension for generating SVG documents" +msgstr "" + +#: gnu/packages/perl.scm:4390 +msgid "" +"SVG is a Perl module which generates a nested data structure\n" +"containing the DOM representation of an SVG (Scalable Vector Graphics) = " +"image.\n" +"Using SVG, you can generate SVG objects, embed other SVG instances into= it,\n" +"access the DOM object, create and access Javascript, and generate SMIL\= n" +"animation content." +msgstr "" + +#: gnu/packages/perl.scm:4409 +msgid "Perl extension for getting CPU information" +msgstr "" + +#: gnu/packages/perl.scm:4411 +msgid "" +"In responce to a post on perlmonks.org, a module for counting the numbe= r\n" +"of CPU's on a system. Support has now also been added for type of CPU = and\n" +"clock speed." +msgstr "" + +#: gnu/packages/perl.scm:4433 +msgid "Get full hostname in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4434 +msgid "" +"Sys::Hostname::Long tries very hard to get the full hostname\n" +"of a system." +msgstr "" + +#: gnu/packages/perl.scm:4452 +msgid "Ensure that a platform has weaken support" +msgstr "" + +#: gnu/packages/perl.scm:4453 +msgid "" +"One recurring problem in modules that use Scalar::Util's\n" +"weaken function is that it is not present in the pure-perl variant. If= \n" +"Scalar::Util is not available at all, it will issue a normal dependency= on " +"the\n" +"module. However, if Scalar::Util is relatively new ( it is >=3D 1.19 )= and " +"the\n" +"module does not have weaken, the install will bail out altogether with = a " +"long\n" +"error encouraging the user to seek support." +msgstr "" + +#: gnu/packages/perl.scm:4478 +msgid "Template processing system for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4479 +msgid "" +"The Template Toolkit is a collection of modules which\n" +"implement an extensible template processing system. It was originally\= n" +"designed and remains primarily useful for generating dynamic web conten= t, " +"but\n" +"it can be used equally well for processing any other kind of text based= \n" +"documents: HTML, XML, POD, PostScript, LaTeX, and so on." +msgstr "" + +#: gnu/packages/perl.scm:4502 +msgid "Profiling for Template Toolkit" +msgstr "" + +#: gnu/packages/perl.scm:4503 +msgid "" +"Template::Timer provides inline profiling of the template\n" +"processing in Perl code." +msgstr "" + +#: gnu/packages/perl.scm:4521 +msgid "Detect encoding of the current terminal" +msgstr "" + +#: gnu/packages/perl.scm:4522 +msgid "" +"Term::Encoding is a simple module to detect the encoding of\n" +"the current terminal expects in various ways." +msgstr "" + +#: gnu/packages/perl.scm:4546 +msgid "Progress meter on a standard terminal" +msgstr "" + +#: gnu/packages/perl.scm:4547 +msgid "" +"Term::ProgressBar provides a simple progress bar on the\n" +"terminal, to let the user know that something is happening, roughly how= " +"much\n" +"stuff has been done, and maybe an estimate at how long remains." +msgstr "" + +#: gnu/packages/perl.scm:4570 +msgid "Progress meter if run interactively" +msgstr "" + +#: gnu/packages/perl.scm:4571 +msgid "" +"Term::ProgressBar is a wonderful module for showing progress\n" +"bars on the terminal. This module acts very much like that module when= it " +"is\n" +"run interactively. However, when it is not run interactively (for examp= le, " +"as\n" +"a cron job) then it does not show the progress bar." +msgstr "" + +#: gnu/packages/perl.scm:4593 +msgid "Simple progress bars" +msgstr "" + +#: gnu/packages/perl.scm:4594 +msgid "" +"Term::ProgressBar::Simple tells you how much work has been\n" +"done, how much is left to do, and estimate how long it will take." +msgstr "" + +#: gnu/packages/perl.scm:4612 +msgid "Simple terminal control" +msgstr "" + +#: gnu/packages/perl.scm:4613 +msgid "" +"This module, ReadKey, provides ioctl control for terminals\n" +"so the input modes can be changed (thus allowing reads of a single " +"character\n" +"at a time), and also provides non-blocking reads of stdin, as well as " +"several\n" +"other terminal related features, including retrieval/modification of th= e\n" +"screen size, and retrieval/modification of the control characters." +msgstr "" + +#: gnu/packages/perl.scm:4640 +msgid "Data-driven testing framework for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4641 +msgid "" +"Test::Base gives a way to trivially write your own test\n" +"framework base class. It concentrates on offering reusable data driven= \n" +"patterns, so that you can write tests with a minimum of code." +msgstr "" + +#: gnu/packages/perl.scm:4672 +msgid "Check for uncleaned imports" +msgstr "" + +#: gnu/packages/perl.scm:4673 +msgid "" +"This module lets you check your module's namespaces for\n" +"imported functions you might have forgotten to remove with\n" +"namespace::autoclean or namespace::clean and are therefore available to= be\n" +"called as methods, which usually isn't want you want." +msgstr "" + +#: gnu/packages/perl.scm:4693 +msgid "Flexible deep comparison for the Test::Builder framework" +msgstr "" + +#: gnu/packages/perl.scm:4695 +msgid "" +"Test::Deep compares two structures by going through each level, ensurin= g\n" +"that the values match, that arrays and hashes have the same elements an= d " +"that\n" +"references are blessed into the correct class. It also handles circular= " +"data\n" +"structures without getting caught in an infinite loop." +msgstr "" + +#: gnu/packages/perl.scm:4720 +msgid "Test strings and data structures and show differences" +msgstr "" + +#: gnu/packages/perl.scm:4721 +msgid "" +"This module exports three test functions and four diff-style\n" +"functions" +msgstr "" + +#: gnu/packages/perl.scm:4742 +msgid "Perl extension for maintaining test directories" +msgstr "" + +#: gnu/packages/perl.scm:4743 +msgid "" +"Testing code can involve making sure that files are created\n" +"and deleted as expected. Doing this manually can be error prone, as it= 's " +"easy\n" +"to forget a file, or miss that some unexpected file was added. This mo= dule\n" +"simplifies maintaining test directories by tracking their status as the= y " +"are\n" +"modified or tested with this API, making it simple to test both individ= ual\n" +"files, as well as to verify that there are no missing or unknown files.= " +msgstr "" + +#: gnu/packages/perl.scm:4769 +msgid "Test exception based code" +msgstr "" + +#: gnu/packages/perl.scm:4770 +msgid "" +"This module provides a few convenience methods for testing\n" +"exception based code. It is built with Test::Builder and plays happily= " +"with\n" +"Test::More and friends." +msgstr "" + +#: gnu/packages/perl.scm:4790 +msgid "Simple helpers for testing code with exceptions" +msgstr "" + +#: gnu/packages/perl.scm:4791 +msgid "" +"Test::Fatal is an alternative to the popular\n" +"Test::Exception. It does much less, but should allow greater flexibili= ty " +"in\n" +"testing exception-throwing code with about the same amount of typing." +msgstr "" + +#: gnu/packages/perl.scm:4821 +msgid "Run Perl standard test scripts with statistics" +msgstr "" + +#: gnu/packages/perl.scm:4822 +msgid "" +"Simple test harness which allows tests to be run and results\n" +"automatically aggregated and output to STDOUT." +msgstr "" + +#: gnu/packages/perl.scm:4840 +msgid "Traces memory leaks in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4841 +msgid "" +"Test::LeakTrace provides several functions that trace memory\n" +"leaks. This module scans arenas, the memory allocation system, so it ca= n\n" +"detect any leaked SVs in given blocks." +msgstr "" + +#: gnu/packages/perl.scm:4860 +msgid "Tests strings for equality, with more helpful failures" +msgstr "" + +#: gnu/packages/perl.scm:4861 +msgid "" +"This module provides some drop-in replacements for the\n" +"string comparison functions of Test::More, but which are more suitable = when\n" +"you test against long strings." +msgstr "" + +#: gnu/packages/perl.scm:4888 +msgid "Emulate troublesome interfaces in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4889 +msgid "" +"Test::MockObject allows you to create objects that conform\n" +"to particular interfaces with very little code. You don't have to " +"reimplement\n" +"the behavior, just the input and the output." +msgstr "" + +#: gnu/packages/perl.scm:4908 +msgid "Replaces actual time with simulated time" +msgstr "" + +#: gnu/packages/perl.scm:4909 +msgid "" +"This module was created to enable test suites to test code\n" +"at specific points in time. Specifically it overrides localtime, gmtim= e " +"and\n" +"time at compile time and then relies on the user supplying a mock time = via\n" +"set_relative_time, set_absolute_time or set_fixed_time to alter future = " +"calls\n" +"to gmtime,time or localtime." +msgstr "" + +#: gnu/packages/perl.scm:4936 +msgid "Most commonly needed test functions and features" +msgstr "" + +#: gnu/packages/perl.scm:4937 +msgid "" +"This module provides the most commonly used testing\n" +"functions, along with automatically turning on strict and warning and g= ives " +"a\n" +"bit more fine-grained control over test suites." +msgstr "" + +#: gnu/packages/perl.scm:4955 +msgid "Ensure no warnings are produced while testing" +msgstr "" + +#: gnu/packages/perl.scm:4957 +msgid "" +"This modules causes any warnings during testing to be captured and\n" +"stored. It automatically adds an extra test that will run when your sc= ript\n" +"ends to check that there were no warnings. If there were any warings, = the\n" +"test will fail and output diagnostics of where, when and what the warni= ng " +"was,\n" +"including a stack trace of what was going on when it occurred." +msgstr "" + +#: gnu/packages/perl.scm:4982 +msgid "Utilities to test STDOUT and STDERR messages" +msgstr "" + +#: gnu/packages/perl.scm:4984 +msgid "" +"Test::Output provides a simple interface for testing output sent to\n" +"STDOUT or STDERR. A number of different utilities are included to try = and " +"be\n" +"as flexible as possible to the tester." +msgstr "" + +#: gnu/packages/perl.scm:5005 +msgid "Check for POD errors in files" +msgstr "" + +#: gnu/packages/perl.scm:5006 +msgid "" +"Check POD files for errors or warnings in a test file, using\n" +"Pod::Simple to do the heavy lifting." +msgstr "" + +#: gnu/packages/perl.scm:5026 +msgid "Check for pod coverage" +msgstr "" + +#: gnu/packages/perl.scm:5027 +msgid "" +"This module adds a test to your Perl distribution which\n" +"checks for pod coverage of all appropriate files." +msgstr "" + +#: gnu/packages/perl.scm:5045 +msgid "Checks to see if the module can be loaded" +msgstr "" + +#: gnu/packages/perl.scm:5046 +msgid "" +"Test::Requires checks to see if the module can be loaded.\n" +"If this fails, then rather than failing tests this skips all tests." +msgstr "" + +#: gnu/packages/perl.scm:5065 +msgid "Basic cross-platform tests for scripts" +msgstr "" + +#: gnu/packages/perl.scm:5067 +msgid "" +"The intent of the Test::Script module is to provide a series of basic\n= " +"tests for 80% of the testing you will need to do for scripts in the scr= ipt " +"(or\n" +"bin as is also commonly used) paths of your Perl distribution." +msgstr "" + +#: gnu/packages/perl.scm:5090 +msgid "Fork test in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5091 +msgid "" +"Test::SharedFork is a utility module for Test::Builder. It\n" +"makes fork(2) safe to use in test cases." +msgstr "" + +#: gnu/packages/perl.scm:5107 +msgid "Basic utilities for writing tests" +msgstr "" + +#: gnu/packages/perl.scm:5109 +msgid "Test::Simple contains basic utilities for writing tests." +msgstr "" + +#: gnu/packages/perl.scm:5126 +msgid "Simplify running Test::Builder tests" +msgstr "" + +#: gnu/packages/perl.scm:5128 +msgid "" +"Test::Tester allows testing of test modules based on Test::Builder with= \n" +"a minimum of effort." +msgstr "" + +#: gnu/packages/perl.scm:5152 +msgid "Trap exit codes, exceptions, output, etc." +msgstr "" + +#: gnu/packages/perl.scm:5153 +msgid "" +"This module is primarily (but not exclusively) for use in\n" +"test scripts: A block eval configurable and extensible but by default " +"trapping\n" +"STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return " +"values\n" +"from boxed blocks of test code." +msgstr "" + +#: gnu/packages/perl.scm:5173 +msgid "UTF-8 testing in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5174 +msgid "" +"This module is a collection of tests useful for dealing with\n" +"UTF-8 strings in Perl. This module has two types of tests: The validit= y " +"tests\n" +"check if a string is valid and not corrupt, whereas the characteristics= " +"tests\n" +"will check that string has a given set of characteristics." +msgstr "" + +#: gnu/packages/perl.scm:5196 +msgid "Perl extension to test methods for warnings" +msgstr "" + +#: gnu/packages/perl.scm:5197 +msgid "" +"This module provides a few convenience methods for testing\n" +"warning based code." +msgstr "" + +#: gnu/packages/perl.scm:5215 +msgid "Test for warnings and the lack of them" +msgstr "" + +#: gnu/packages/perl.scm:5216 +msgid "" +"This module is intended to be used as a drop-in replacement\n" +"for Test::NoWarnings. It also adds an extra test, but runs this test " +"before\n" +"done_testing calculates the test count, rather than after. It does thi= s by\n" +"hooking into done_testing as well as via an END block. You can declare= a\n" +"plan, or not, and things will still Just Work." +msgstr "" + +#: gnu/packages/perl.scm:5237 +msgid "Test fallback behaviour in absence of modules" +msgstr "" + +#: gnu/packages/perl.scm:5238 +msgid "" +"This module allows you to deliberately hide modules from a\n" +"program even though they are installed. This is mostly useful for test= ing\n" +"modules that have a fallback when a certain dependency module is not\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:5264 +msgid "Dynamic generation of tests" +msgstr "" + +#: gnu/packages/perl.scm:5265 +msgid "" +"The Test::WriteVariants module provides for the dynamic\n" +"generation of tests in nested combinations of contexts." +msgstr "" + +#: gnu/packages/perl.scm:5285 +msgid "Testing module for YAML implementations" +msgstr "" + +#: gnu/packages/perl.scm:5286 +msgid "" +"Test::YAML is a subclass of Test::Base with YAML specific\n" +"support." +msgstr "" + +#: gnu/packages/perl.scm:5304 +msgid "Align text" +msgstr "" + +#: gnu/packages/perl.scm:5305 +msgid "" +"Text::Aligner exports a single function, align(), which is\n" +"used to justify strings to various alignment styles." +msgstr "" + +#: gnu/packages/perl.scm:5323 +msgid "Extract delimited text sequences from strings" +msgstr "" + +#: gnu/packages/perl.scm:5324 +msgid "" +"The Text::Balanced module can be used to extract delimited\n" +"text sequences from strings." +msgstr "" + +#: gnu/packages/perl.scm:5342 +msgid "Manipulate comma-separated values" +msgstr "" + +#: gnu/packages/perl.scm:5343 +msgid "" +"Text::CSV provides facilities for the composition and\n" +"decomposition of comma-separated values. An instance of the Text::CSV = " +"class\n" +"can combine fields into a CSV string and parse a CSV string into fields= ." +msgstr "" + +#: gnu/packages/perl.scm:5364 +msgid "Perform diffs on files and record sets" +msgstr "" + +#: gnu/packages/perl.scm:5365 +msgid "" +"Text::Diff provides a basic set of services akin to the GNU\n" +"diff utility. It is not anywhere near as feature complete as GNU diff,= but " +"it\n" +"is better integrated with Perl and available on all platforms. It is o= ften\n" +"faster than shelling out to a system's diff executable for small files,= and\n" +"generally slower on larger files." +msgstr "" + +#: gnu/packages/perl.scm:5386 +msgid "Match globbing patterns against text" +msgstr "" + +#: gnu/packages/perl.scm:5387 +msgid "" +"Text::Glob implements glob(3) style matching that can be\n" +"used to match against text, rather than fetching names from a filesyste= m. " +"If\n" +"you want to do full file globbing use the File::Glob module instead." +msgstr "" + +#: gnu/packages/perl.scm:5406 +msgid "Simple ASCII tables" +msgstr "" + +#: gnu/packages/perl.scm:5407 +msgid "Text::SimpleTable draws simple ASCII tables." +msgstr "" + +#: gnu/packages/perl.scm:5426 +msgid "Organize Data in Tables" +msgstr "" + +#: gnu/packages/perl.scm:5427 +msgid "Text::Table renders plaintext tables." +msgstr "" + +#: gnu/packages/perl.scm:5444 +msgid "Provide plain ASCII transliterations of Unicode text" +msgstr "" + +#: gnu/packages/perl.scm:5445 +msgid "" +"Text::Unidecode provides a function, unidecode(...) that\n" +"takes Unicode data and tries to represent it in US-ASCII characters (i.= e., " +"the\n" +"universally displayable characters between 0x00 and 0x7F). The " +"representation\n" +"is almost always an attempt at transliteration-- i.e., conveying, in Ro= man\n" +"letters, the pronunciation expressed by the text in some other writing\= n" +"system." +msgstr "" + +#: gnu/packages/perl.scm:5473 +msgid "Role for classes that can be thrown" +msgstr "" + +#: gnu/packages/perl.scm:5474 +msgid "" +"Throwable is a role for classes that are meant to be thrown\n" +"as exceptions to standard program flow." +msgstr "" + +#: gnu/packages/perl.scm:5492 +msgid "Ordered associative arrays for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5493 +msgid "" +"This Perl module implements Perl hashes that preserve the\n" +"order in which the hash elements were added. The order is not affected = when\n" +"values corresponding to existing keys in the IxHash are changed. The " +"elements\n" +"can also be set to any arbitrary supplied order. The familiar perl arra= y\n" +"operations can also be performed on the IxHash." +msgstr "" + +#: gnu/packages/perl.scm:5516 +msgid "Tie to an existing Perl object" +msgstr "" + +#: gnu/packages/perl.scm:5517 +msgid "" +"This class provides a tie constructor that returns the\n" +"object it was given as it's first argument. This way side effects of " +"calling\n" +"$object->TIEHASH are avoided." +msgstr "" + +#: gnu/packages/perl.scm:5539 +msgid "English expression of durations" +msgstr "" + +#: gnu/packages/perl.scm:5540 +msgid "" +"This module provides functions for expressing durations in\n" +"rounded or exact terms." +msgstr "" + +#: gnu/packages/perl.scm:5562 +msgid "Parse time duration strings" +msgstr "" + +#: gnu/packages/perl.scm:5563 +msgid "" +"Time::Duration::Parse is a module to parse human readable\n" +"duration strings like \"2 minutes\" and \"3 seconds\" to seconds." +msgstr "" + +#: gnu/packages/perl.scm:5581 +msgid "Efficiently compute time from local and GMT time" +msgstr "" + +#: gnu/packages/perl.scm:5582 +msgid "" +"This module provides functions that are the inverse of\n" +"built-in perl functions localtime() and gmtime(). They accept a date a= s a\n" +"six-element array, and return the corresponding time(2) value in second= s " +"since\n" +"the system epoch" +msgstr "" + +#: gnu/packages/perl.scm:5602 +msgid "Date parsing/formating subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5603 +msgid "" +"This module provides routines for parsing date string into\n" +"time values and formating dates into ASCII strings." +msgstr "" + +#: gnu/packages/perl.scm:5623 +msgid "Shift and scale time" +msgstr "" + +#: gnu/packages/perl.scm:5624 +msgid "" +"This module allows you to speed up your sleep(), alarm(),\n" +"and time() calls." +msgstr "" + +#: gnu/packages/perl.scm:5647 +msgid "Simple tree object" +msgstr "" + +#: gnu/packages/perl.scm:5648 +msgid "" +"This module in a fully object-oriented implementation of a\n" +"simple n-ary tree." +msgstr "" + +#: gnu/packages/perl.scm:5671 +msgid "Factory object for dispensing Visitor objects" +msgstr "" + +#: gnu/packages/perl.scm:5672 +msgid "" +"This module is a factory for dispensing\n" +"Tree::Simple::Visitor::* objects." +msgstr "" + +#: gnu/packages/perl.scm:5690 +msgid "Minimal try/catch with proper preservation of $@" +msgstr "" + +#: gnu/packages/perl.scm:5691 +msgid "" +"This module provides bare bones try/catch/finally statements\n" +"that are designed to minimize common mistakes with eval blocks, and not= hing\n" +"else." +msgstr "" + +#: gnu/packages/perl.scm:5712 +msgid "Data types for common serialisation formats" +msgstr "" + +#: gnu/packages/perl.scm:5713 +msgid "" +"This module provides some extra datatypes that are used by\n" +"common serialisation formats such as JSON or CBOR." +msgstr "" + +#: gnu/packages/perl.scm:5731 +msgid "UNIVERSAL::can() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5732 +msgid "" +"This module attempts to work around people calling\n" +"UNIVERSAL::can() as a function, which it is not." +msgstr "" + +#: gnu/packages/perl.scm:5752 +msgid "UNIVERSAL::isa() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5753 +msgid "" +"This module attempts to recover from people calling\n" +"UNIVERSAL::isa as a function" +msgstr "" + +#: gnu/packages/perl.scm:5771 +msgid "Associate user-defined magic to variables from Perl" +msgstr "" + +#: gnu/packages/perl.scm:5772 +msgid "" +"Magic is Perl's way of enhancing variables. This mechanism\n" +"lets the user add extra data to any variable and hook syntactical\n" +"operations (such as access, assignment or destruction) that can be appl= ied " +"to\n" +"it. With this module, you can add your own magic to any variable witho= ut\n" +"having to write a single line of XS." +msgstr "" + +#: gnu/packages/perl.scm:5795 +msgid "YAML for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5796 +msgid "" +"The YAML.pm module implements a YAML Loader and Dumper based\n" +"on the YAML 1.0 specification." +msgstr "" + +#: gnu/packages/perl.scm:5819 +msgid "Read/Write YAML files" +msgstr "" + +#: gnu/packages/perl.scm:5820 +msgid "" +"YAML::Tiny is a perl class for reading and writing\n" +"YAML-style files, written with as little code as possible, reducing loa= d " +"time\n" +"and memory overhead." +msgstr "" + +#: gnu/packages/perl.scm:5847 +msgid "Distribution metadata for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5848 +msgid "" +"Software distributions released to the CPAN include a\n" +"META.json or, for older distributions, META.yml, which describes the\n" +"distribution, its contents, and the requirements for building and " +"installing\n" +"the distribution. The data structure stored in the META.json file is\n= " +"described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to\n= " +"represent this distribution metadata (or distmeta), along with some hel= pful\n" +"methods for interrogating that data." +msgstr "" + +#: gnu/packages/perl.scm:5871 +msgid "Set of version requirements for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5872 +msgid "" +"A CPAN::Meta::Requirements object models a set of version\n" +"constraints like those specified in the META.yml or META.json files in = CPAN\n" +"distributions, and as defined by CPAN::Meta::Spec. It can be built up = by\n" +"adding more and more constraints, and will reduce them to the simplest\= n" +"representation." +msgstr "" + +#: gnu/packages/perl.scm:5895 +msgid "Read and write a subset of YAML for CPAN Meta files" +msgstr "" + +#: gnu/packages/perl.scm:5896 +msgid "" +"This module implements a subset of the YAML specification\n" +"for use in reading and writing CPAN metadata files like META.yml and\n" +"MYMETA.yml." +msgstr "" + +#: gnu/packages/perl.scm:5917 +msgid "Build and install Perl modules" +msgstr "" + +#: gnu/packages/perl.scm:5918 +msgid "" +"\"Module::Build\" is a system for building, testing, and\n" +"installing Perl modules. It is meant to be an alternative to\n" +"\"ExtUtils::MakeMaker\". Developers may alter the behavior of the modu= le\n" +"through subclassing in a much more straightforward way than with\n" +"\"MakeMaker\". It also does not require a \"make\" on your system - mo= st " +"of\n" +"the \"Module::Build\" code is pure-perl and written in a cross-platform= way." +msgstr "" + +#: gnu/packages/perl.scm:5942 +msgid "Parse META.yml and META.json CPAN metadata files" +msgstr "" + +#: gnu/packages/perl.scm:5943 +msgid "" +"Parse::CPAN::Meta is a parser for META.json and META.yml\n" +"files, using JSON::PP and/or CPAN::Meta::YAML." +msgstr "" + +#: gnu/packages/perl.scm:5961 +msgid "Common Scalar and List utility subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5962 +msgid "" +"This package contains a selection of subroutines that people\n" +"have expressed would be nice to have in the perl core, but the usage wo= uld " +"not\n" +"really be high enough to warrant the use of a keyword, and the size so = " +"small\n" +"such that being individual extensions would be wasteful." +msgstr "" + +#: gnu/packages/photo.scm:46 +msgid "Read and manipulate EXIF data in digital photographs" +msgstr "" + +#: gnu/packages/photo.scm:48 +msgid "" +"The libexif C library allows applications to read, edit, and save EXIF\= n" +"data as produced by digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:73 +msgid "Accessing digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:75 +msgid "" +"This is the library backend for gphoto2. It contains the code for PTP,= \n" +"MTP, and other vendor specific protocols for controlling and transferri= ng " +"data\n" +"from digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:116 +msgid "Command-line tools to access digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:118 +msgid "" +"Gphoto2 is a set of command line utilities for manipulating a large\n" +"number of different digital cameras. Through libgphoto2, it supports P= TP,\n" +"MTP, and much more." +msgstr "" + +#: gnu/packages/photo.scm:152 +msgid "Program and Perl library to manipulate EXIF tags" +msgstr "" + +#: gnu/packages/photo.scm:154 +msgid "" +"This package provides the 'exiftool' command and the 'Image::ExifTool'\= n" +"Perl library to manipulate EXIF tags of digital images." +msgstr "" + +#: gnu/packages/qemu.scm:129 +msgid "Machine emulator and virtualizer (without GUI)" +msgstr "" + +#: gnu/packages/qemu.scm:131 +msgid "" +"QEMU is a generic machine emulator and virtualizer.\n" +"\n" +"When used as a machine emulator, QEMU can run OSes and programs made fo= r " +"one\n" +"machine (e.g. an ARM board) on a different machine---e.g., your own PC.= By\n" +"using dynamic translation, it achieves very good performance.\n" +"\n" +"When used as a virtualizer, QEMU achieves near native performances by\n= " +"executing the guest code directly on the host CPU. QEMU supports\n" +"virtualization when executing under the Xen hypervisor or using\n" +"the KVM kernel module in Linux. When using KVM, QEMU can virtualize x8= 6,\n" +"server and embedded PowerPC, and S390 guests." +msgstr "" + +#: gnu/packages/qemu.scm:153 +msgid "Machine emulator and virtualizer" +msgstr "" + +#: gnu/packages/ratpoison.scm:83 +msgid "Simple mouse-free tiling window manager" +msgstr "" + +#: gnu/packages/ratpoison.scm:85 +msgid "" +"Ratpoison is a simple window manager with no fat library\n" +"dependencies, no fancy graphics, no window decorations, and no\n" +"rodent dependence. It is largely modelled after GNU Screen which\n" +"has done wonders in the virtual terminal market.\n" +"\n" +"The screen can be split into non-overlapping frames. All windows\n" +"are kept maximized inside their frames to take full advantage of\n" +"your precious screen real estate.\n" +"\n" +"All interaction with the window manager is done through keystrokes.\n" +"Ratpoison has a prefix map to minimize the key clobbering that\n" +"cripples Emacs and other quality pieces of software." +msgstr "" + +#: gnu/packages/readline.scm:68 +msgid "Edit command lines while typing, with history support" +msgstr "" + +#: gnu/packages/readline.scm:70 +msgid "" +"The GNU readline library allows users to edit command lines as they\n" +"are typed in. It can maintain a searchable history of previously enter= ed\n" +"commands, letting you easily recall, edit and re-enter past commands. = It\n" +"features both Emacs-like and vi-like keybindings, making its usage\n" +"comfortable for anyone." +msgstr "" + +#: gnu/packages/scanner.scm:52 +msgid "Raster image scanner library and drivers" +msgstr "" + +#: gnu/packages/scanner.scm:53 +msgid "" +"SANE stands for \"Scanner Access Now Easy\" and is an API\n" +"proving access to any raster image scanner hardware (flatbed scanner,\n= " +"hand-held scanner, video- and still-cameras, frame-grabbers, etc.). Th= e\n" +"package contains the library and drivers." +msgstr "" + +#: gnu/packages/scheme.scm:131 +#, fuzzy +msgid "A Scheme implementation with integrated editor and debugger" +msgstr "Scheme-Implementation, die speziell f=C3=BCr Erweiterungen gedac= ht ist" + +#: gnu/packages/scheme.scm:133 +msgid "" +"GNU/MIT Scheme is an implementation of the Scheme programming\n" +"language. It provides an interpreter, a compiler and a debugger. It a= lso\n" +"features an integrated Emacs-like editor and a large runtime library." +msgstr "" + +#: gnu/packages/scheme.scm:216 +msgid "Efficient Scheme compiler" +msgstr "" + +#: gnu/packages/scheme.scm:218 +msgid "" +"Bigloo is a Scheme implementation devoted to one goal: enabling\n" +"Scheme based programming style where C(++) is usually\n" +"required. Bigloo attempts to make Scheme practical by offering\n" +"features usually presented by traditional programming languages\n" +"but not offered by Scheme and functional programming. Bigloo\n" +"compiles Scheme modules. It delivers small and fast stand alone\n" +"binary executables. Bigloo enables full connections between\n" +"Scheme and C programs and between Scheme and Java programs." +msgstr "" + +#: gnu/packages/scheme.scm:261 +msgid "Multi-tier programming language for the Web 2.0" +msgstr "" + +#: gnu/packages/scheme.scm:263 +msgid "" +"HOP is a multi-tier programming language for the Web 2.0 and the\n" +"so-called diffuse Web. It is designed for programming interactive web\= n" +"applications in many fields such as multimedia (web galleries, music " +"players,\n" +"...), ubiquitous and house automation (SmartPhones, personal appliance)= ,\n" +"mashups, office (web agendas, mail clients, ...), etc." +msgstr "" + +#: gnu/packages/scheme.scm:303 +msgid "R5RS Scheme implementation that compiles native code via C" +msgstr "" + +#: gnu/packages/scheme.scm:305 +msgid "" +"CHICKEN is a compiler for the Scheme programming language. CHICKEN\n" +"produces portable and efficient C, supports almost all of the R5RS Sche= me\n" +"language standard, and includes many enhancements and extensions." +msgstr "" + +#: gnu/packages/scheme.scm:324 +#, fuzzy +msgid "Scheme implementation using a bytecode interpreter" +msgstr "Scheme-Implementation, die speziell f=C3=BCr Erweiterungen gedac= ht ist" + +#: gnu/packages/scheme.scm:326 +msgid "" +"Scheme 48 is an implementation of Scheme based on a byte-code\n" +"interpreter and is designed to be used as a testbed for experiments in\= n" +"implementation techniques and as an expository tool." +msgstr "" + +#: gnu/packages/scheme.scm:402 +msgid "Implementation of Scheme and related languages" +msgstr "" + +#: gnu/packages/scheme.scm:404 +msgid "" +"Racket is an implementation of the Scheme programming language (R5RS an= d\n" +"R6RS) and related languages, such as Typed Racket. It features a compi= ler " +"and\n" +"a virtual machine with just-in-time native compilation, as well as a la= rge " +"set\n" +"of libraries." +msgstr "" + +#: gnu/packages/scheme.scm:442 +msgid "Efficient Scheme interpreter and compiler" +msgstr "" + +#: gnu/packages/scheme.scm:444 +msgid "" +"Gambit consists of two main programs: gsi, the Gambit Scheme\n" +"interpreter, and gsc, the Gambit Scheme compiler. The interpreter cont= ains\n" +"the complete execution and debugging environment. The compiler is the\= n" +"interpreter extended with the capability of generating executable files= . " +"The\n" +"compiler can produce standalone executables or compiled modules which c= an " +"be\n" +"loaded at run time. Interpreted code and compiled code can be freely\n= " +"mixed." +msgstr "" + +#: gnu/packages/scheme.scm:481 +msgid "Small embeddable Scheme implementation" +msgstr "" + +#: gnu/packages/scheme.scm:483 +msgid "" +"Chibi-Scheme is a very small library with no external dependencies\n" +"intended for use as an extension and scripting language in C programs. = In\n" +"addition to support for lightweight VM-based threads, each VM itself ru= ns " +"in\n" +"an isolated heap allowing multiple VMs to run simultaneously in differe= nt " +"OS\n" +"threads." +msgstr "" + +#: gnu/packages/search.scm:52 +msgid "Search Engine Library" +msgstr "" + +#: gnu/packages/search.scm:54 +msgid "" +"Xapian is a highly adaptable toolkit which allows developers to easily\= n" +"add advanced indexing and search facilities to their own applications. = It\n" +"supports the Probabilistic Information Retrieval model and also support= s a\n" +"rich set of boolean query operators." +msgstr "" + +#: gnu/packages/search.scm:97 +msgid "Tool for Obsessive Compulsive Classifiers" +msgstr "" + +#: gnu/packages/search.scm:99 +msgid "" +"libtocc is the engine of the Tocc project, a tag-based file management\= n" +"system. The goal of Tocc is to provide a better system for classifying= " +"files\n" +"that is more flexible than classic file systems that are based on a tre= e of\n" +"files and directories." +msgstr "" + +#: gnu/packages/search.scm:121 +msgid "Command-line interface to libtocc" +msgstr "" + +#: gnu/packages/search.scm:123 +msgid "" +"Tocc is a tag-based file management system. This package contains the\= n" +"command line tool for interacting with libtocc." +msgstr "" + +#: gnu/packages/search.scm:141 +msgid "Finding text and HTML files that match boolean expressions" +msgstr "" + +#: gnu/packages/search.scm:143 +msgid "" +"GNU Bool is a utility to perform text searches on files using Boolean\n= " +"expressions. For example, a search for \"hello AND world\" would retur= n a\n" +"file containing the phrase \"Hello, world!\". It supports both AND and= OR\n" +"statements, as well as the NEAR statement to search for the occurrence = of\n" +"words in close proximity to each other. It handles context gracefully,= \n" +"accounting for new lines and paragraph changes. It also has robust sup= port\n" +"for parsing HTML files." +msgstr "" + +#: gnu/packages/serveez.scm:51 +msgid "Framework for implementing IP-based servers" +msgstr "" + +#: gnu/packages/serveez.scm:53 +msgid "" +"GNU Serveez is a server framework providing the routines necessary to\n= " +"easily implement IP-based servers in your application. It\n" +"demonstrates aspects of network programming in a portable manner,\n" +"making it convenient for both simplifying the process of adding a\n" +"server to your application or for learning about how network services\n= " +"work. Several example servers are provided already, such as an HTTP\n" +"server and an IRC server." +msgstr "" + +#: gnu/packages/telephony.scm:50 +msgid "(u)Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:51 +msgid "" +"GNU Common C++ is an portable, optimized class framework for\n" +"threaded applications, supporting concurrent synchronization, inter-pro= cess\n" +"communications via sockets, and various methods for data handling, such= as\n" +"serialization and XML parsing. It includes the uCommon C++ library, a = " +"smaller\n" +"reimplementation." +msgstr "" + +#: gnu/packages/telephony.scm:70 +msgid "Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:71 +msgid "" +"GNU uCommon C++ is meant as a very light-weight C++ library\n" +"to facilitate using C++ design patterns even for very deeply embedded\n= " +"applications, such as for systems using uclibc along with posix threadi= ng\n" +"support." +msgstr "" + +#: gnu/packages/telephony.scm:92 +msgid "Implementation of RTP (real-time transport protocol)" +msgstr "" + +#: gnu/packages/telephony.scm:93 +msgid "" +"GNU ccRTP is an implementation of RTP, the real-time transport\n" +"protocol from the IETF. It is suitable both for high capacity servers = and\n" +"personal client applications. It is flexible in its design, allowing i= t to\n" +"function as a framework for the framework, rather than just being a\n" +"packet-manipulation library." +msgstr "" + +#: gnu/packages/telephony.scm:113 +msgid "Library implementing SIP (RFC-3261)" +msgstr "" + +#: gnu/packages/telephony.scm:114 +msgid "" +"GNU oSIP is an implementation of the SIP protocol. It is\n" +"used to provide multimedia and telecom software developers with an " +"interface\n" +"to initiate and control SIP sessions." +msgstr "" + +#: gnu/packages/telephony.scm:134 +msgid "Sip abstraction library" +msgstr "" + +#: gnu/packages/telephony.scm:135 +msgid "" +"EXosip is a library that hides the complexity of using the\n" +"SIP protocol for mutlimedia session establishement. This protocol is m= ainly " +"to\n" +"be used by VoIP telephony applications (endpoints or conference server)= but\n" +"might be also usefull for any application that wish to establish sessio= ns " +"like\n" +"multiplayer games." +msgstr "" + +#: gnu/packages/telephony.scm:178 +msgid "Secure peer-to-peer VoIP server for the SIP protocol" +msgstr "" + +#: gnu/packages/telephony.scm:179 +msgid "" +"GNU SIP Witch is a peer-to-peer Voice-over-IP server that\n" +"uses the SIP protocol. Calls can be made from behind NAT firewalls and= \n" +"without the need for a service provider. Its peer-to-peer design ensur= es " +"that\n" +"there is no central point for media intercept or capture and thus it ca= n be\n" +"used to construct a secure telephone system that operates over the publ= ic\n" +"internet." +msgstr "" + +#: gnu/packages/telephony.scm:204 +msgid "Secure RTP (SRTP) Reference Implementation" +msgstr "" + +#: gnu/packages/telephony.scm:205 +msgid "" +"This package provides an implementation of the Secure\n" +"Real-time Transport Protocol (SRTP), the Universal Security Transform " +"(UST),\n" +"and a supporting cryptographic kernel." +msgstr "" + +#: gnu/packages/texinfo.scm:46 +msgid "The GNU documentation format" +msgstr "" + +#: gnu/packages/texinfo.scm:48 +msgid "" +"Texinfo is the official documentation format of the GNU project. It\n" +"uses a single source file using explicit commands to produce a final " +"document\n" +"in any of several supported output formats, such as HTML or PDF. This\= n" +"package includes both the tools necessary to produce Info documents fro= m\n" +"their source and the command-line Info reader. The emphasis of the " +"language\n" +"is on expressing the content semantically, avoiding physical markup com= mands." +msgstr "" + +#: gnu/packages/texinfo.scm:93 +msgid "Convert Texinfo to HTML" +msgstr "" + +#: gnu/packages/texinfo.scm:95 +msgid "" +"Texi2HTML is a Perl script which converts Texinfo source files to HTML\= n" +"output. It now supports many advanced features, such as " +"internationalization\n" +"and extremely configurable output formats.\n" +"\n" +"Development of Texi2HTML moved to the GNU Texinfo repository in 2010, s= ince " +"it\n" +"was meant to replace the makeinfo implementation in GNU Texinfo. The r= oute\n" +"forward for authors is, in most cases, to alter manuals and build proce= sses " +"as\n" +"necessary to use the new features of the makeinfo/texi2any implementati= on " +"of\n" +"GNU Texinfo. The Texi2HTML maintainers (one of whom is the principal " +"author\n" +"of the GNU Texinfo implementation) do not intend to make further releas= es " +"of\n" +"Texi2HTML." +msgstr "" + +#: gnu/packages/texlive.scm:151 gnu/packages/texlive.scm:207 +#: gnu/packages/texlive.scm:265 +msgid "TeX Live, a package of the TeX typesetting system" +msgstr "" + +#: gnu/packages/texlive.scm:153 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the binaries." +msgstr "" + +#: gnu/packages/texlive.scm:209 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete tree of texmf-dist data." +msgstr "" + +#: gnu/packages/texlive.scm:267 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete TeX Live distribution." +msgstr "" + +#: gnu/packages/texlive.scm:296 +msgid "Wrapper for LaTeX and friends" +msgstr "" + +#: gnu/packages/texlive.scm:298 +msgid "" +"Rubber is a program whose purpose is to handle all tasks related to the= \n" +"compilation of LaTeX documents. This includes compiling the document " +"itself,\n" +"of course, enough times so that all references are defined, and running= " +"BibTeX\n" +"to manage bibliographic references. Automatic execution of dvips to " +"produce\n" +"PostScript documents is also included, as well as usage of pdfLaTeX to = " +"produce\n" +"PDF documents." +msgstr "" + +#: gnu/packages/textutils.scm:61 +msgid "Text encoding converter" +msgstr "" + +#: gnu/packages/textutils.scm:62 +msgid "" +"The Recode library converts files between character sets and\n" +"usages. It recognises or produces over 200 different character sets (o= r " +"about\n" +"300 if combined with an iconv library) and transliterates files between= " +"almost\n" +"any pair. When exact transliteration are not possible, it gets rid of\= n" +"offending characters or falls back on approximations. The recode progr= am is " +"a\n" +"handy front-end to the library." +msgstr "" + +#: gnu/packages/textutils.scm:89 +msgid "Text encoding detection tool" +msgstr "" + +#: gnu/packages/textutils.scm:90 +msgid "" +"Enca (Extremely Naive Charset Analyser) consists of libenca,\n" +"an encoding detection library, and enca, a command line frontend, " +"integrating\n" +"libenca and several charset conversion libraries and tools." +msgstr "" + +#: gnu/packages/textutils.scm:127 +msgid "C library for processing UTF-8 Unicode data" +msgstr "" + +#: gnu/packages/textutils.scm:128 +msgid "" +"utf8proc is a small C library that provides Unicode\n" +"normalization, case-folding, and other operations for data in the UTF-8= \n" +"encoding, supporting Unicode version 7.0." +msgstr "" + +#: gnu/packages/textutils.scm:157 +msgid "Gordon's text utils library" +msgstr "" + +#: gnu/packages/textutils.scm:159 +msgid "" +"libgtextutils is a text utilities library used by the fastx toolkit fro= m\n" +"the Hannon Lab." +msgstr "" + +#: gnu/packages/textutils.scm:199 +msgid "Text-to-HTML conversion tool" +msgstr "" + +#: gnu/packages/textutils.scm:201 +msgid "" +"Markdown is a text-to-HTML conversion tool for web writers. It allows\= n" +"you to write using an easy-to-read, easy-to-write plain text format, th= en\n" +"convert it to structurally valid XHTML (or HTML)." +msgstr "" + +#: gnu/packages/version-control.scm:93 +msgid "" +"Version control system supporting both distributed and centralized work= flows" +msgstr "" + +#: gnu/packages/version-control.scm:95 +msgid "" +"GNU Bazaar is a version control system that allows you to record\n" +"changes to project files over time. It supports both a distributed " +"workflow\n" +"as well as the classic centralized workflow." +msgstr "" + +#: gnu/packages/version-control.scm:229 +msgid "Distributed version control system" +msgstr "" + +#: gnu/packages/version-control.scm:231 +msgid "" +"Git is a free distributed version control system designed to handle\n" +"everything from small to very large projects with speed and efficiency.= " +msgstr "" + +#: gnu/packages/version-control.scm:276 +msgid "Man pages of the Git version control system" +msgstr "" + +#: gnu/packages/version-control.scm:278 +msgid "" +"This package provides the man pages of the Git version control system.\= n" +"This is the documentation displayed when using the '--help' option of a= " +"'git'\n" +"command." +msgstr "" + +#: gnu/packages/version-control.scm:315 +msgid "Command-line flags library for shell scripts" +msgstr "" + +#: gnu/packages/version-control.scm:317 +msgid "" +"Shell Flags (shFlags) is a library written to greatly simplify the\n" +"handling of command-line flags in Bourne based Unix shell scripts (bash= , " +"dash,\n" +"ksh, sh, zsh). Most shell scripts use getopt for flags processing, but= the\n" +"different versions of getopt on various OSes make writing portable shel= l\n" +"scripts difficult. shFlags instead provides an API that doesn't change= " +"across\n" +"shell and OS versions so the script writer can be confident that the sc= ript\n" +"will work." +msgstr "" + +#: gnu/packages/version-control.scm:360 +msgid "Git extensions for Vincent Driessen's branching model" +msgstr "" + +#: gnu/packages/version-control.scm:362 +msgid "" +"Vincent Driessen's branching model is a git branching and release\n" +"management strategy that helps developers keep track of features, hotfi= xes,\n" +"and releases in bigger software projects. The git-flow library of git\= n" +"subcommands helps automate some parts of the flow to make working with = it a\n" +"lot easier." +msgstr "" + +#: gnu/packages/version-control.scm:399 +msgid "Run a command over a sequence of commits" +msgstr "" + +#: gnu/packages/version-control.scm:401 +msgid "" +"git-test-sequence is similar to an automated git bisect except it=E2=80= =99s\n" +"linear. It will test every change between two points in the DAG. It w= ill\n" +"also walk each side of a merge and test those changes individually." +msgstr "" + +#: gnu/packages/version-control.scm:459 +msgid "Git access control layer" +msgstr "" + +#: gnu/packages/version-control.scm:461 +msgid "" +"Gitolite is an access control layer on top of Git, providing fine acces= s\n" +"control to Git repositories." +msgstr "" + +#: gnu/packages/version-control.scm:485 +msgid "Decentralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:487 +msgid "" +"Mercurial is a free, distributed source control management tool.\n" +"It efficiently handles projects of any size\n" +"and offers an easy and intuitive interface." +msgstr "" + +#: gnu/packages/version-control.scm:521 +msgid "HTTP and WebDAV client library" +msgstr "" + +#: gnu/packages/version-control.scm:522 +msgid "" +"Neon is an HTTP and WebDAV client library, with a\n" +"C interface. Features:\n" +"High-level wrappers for common HTTP and WebDAV operations (GET, MOVE,\n= " +"DELETE, etc.);\n" +"low-level interface to the HTTP request/response engine, allowing the u= se\n" +"of arbitrary HTTP methods, headers, etc.;\n" +"authentication support including Basic and Digest support, along with\n= " +"GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32;= \n" +"SSL/TLS support using OpenSSL or GnuTLS, exposing an abstraction layer = for\n" +"verifying server certificates, handling client certificates, and examin= ing\n" +"certificate properties, smartcard-based client certificates are also\n" +"supported via a PKCS#11 wrapper interface;\n" +"abstract interface to parsing XML using libxml2 or expat, and wrappers = for\n" +"simplifying handling XML HTTP response bodies;\n" +"WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to simplif= y\n" +"property manipulation." +msgstr "" + +#: gnu/packages/version-control.scm:604 +msgid "Revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:606 +msgid "" +"Subversion exists to be universally recognized and adopted as a\n" +"centralized version control system characterized by its\n" +"reliability as a safe haven for valuable data; the simplicity of its mo= del " +"and\n" +"usage; and its ability to support the needs of a wide variety of users = and\n" +"projects, from individuals to large-scale enterprise operations." +msgstr "" + +#: gnu/packages/version-control.scm:627 +msgid "Per-file local revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:629 +msgid "" +"RCS is the original Revision Control System. It works on a\n" +"file-by-file basis, in contrast to subsequent version control systems s= uch " +"as\n" +"CVS, Subversion, and Git. This can make it suitable for system\n" +"administration files, for example, which are often inherently local to = one\n" +"machine." +msgstr "" + +#: gnu/packages/version-control.scm:655 +msgid "Historical centralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:657 +msgid "" +"CVS is a version control system, an important component of Source\n" +"Configuration Management (SCM). Using it, you can record the history o= f\n" +"sources files, and documents. It fills a similar role to the free soft= ware\n" +"RCS, PRCS, and Aegis packages." +msgstr "" + +#: gnu/packages/version-control.scm:679 +msgid "Version-control-agnostic ChangeLog diff and commit tool" +msgstr "" + +#: gnu/packages/version-control.scm:681 +msgid "" +"The vc-dwim package contains two tools, \"vc-dwim\" and \"vc-chlog\".\n= " +"vc-dwim is a tool that simplifies the task of maintaining a ChangeLog a= nd\n" +"using version control at the same time, for example by printing a remin= der\n" +"when a file change has been described in the ChangeLog but the file has= not\n" +"been added to the VC. vc-chlog scans changed files and generates\n" +"standards-compliant ChangeLog entries based on the changes that it dete= cts." +msgstr "" + +#: gnu/packages/version-control.scm:703 +msgid "Make histograms from the output of 'diff'" +msgstr "" + +#: gnu/packages/version-control.scm:705 +msgid "" +"Diffstat reads the output of 'diff' and displays a histogram of the\n" +"insertions, deletions, and modifications per-file. It is useful for " +"reviewing\n" +"large, complex patch files." +msgstr "" + +#: gnu/packages/version-control.scm:746 +msgid "File-based version control like SCCS" +msgstr "" + +#: gnu/packages/version-control.scm:747 +msgid "" +"GNU CSSC provides a replacement for the legacy Unix source\n" +"code control system SCCS. This allows old code still under that system= to " +"be\n" +"accessed and migrated on modern systems." +msgstr "" + +#: gnu/packages/version-control.scm:828 +msgid "Project change supervisor" +msgstr "" + +#: gnu/packages/version-control.scm:829 +msgid "" +"Aegis is a project change supervisor, and performs some of\n" +"the Software Configuration Management needed in a CASE environment. Ae= gis\n" +"provides a framework within which a team of developers may work on many= \n" +"changes to a program independently, and Aegis coordinates integrating t= hese\n" +"changes back into the master source of the program, with as little " +"disruption\n" +"as possible. Resolution of contention for source files, a major headac= he " +"for\n" +"any project with more than one developer, is one of Aegis's major funct= ions." +msgstr "" + +#: gnu/packages/version-control.scm:856 +msgid "Ncurses-based text user interface for Git" +msgstr "" + +#: gnu/packages/version-control.scm:858 +msgid "" +"Tig is an ncurses text user interface for Git, primarily intended as\n" +"a history browser. It can also stage hunks for commit, or colorize the= \n" +"output of the 'git' command." +msgstr "" + +#: gnu/packages/webkit.scm:105 +msgid "Web content engine for GTK+" +msgstr "" + +#: gnu/packages/webkit.scm:107 +msgid "" +"WebKitGTK+ is a full-featured port of the WebKit rendering engine,\n" +"suitable for projects requiring any kind of web integration, from hybri= d\n" +"HTML/CSS applications to full-fledged web browsers." +msgstr "" + +#: gnu/packages/web.scm:84 +msgid "Featureful HTTP server" +msgstr "" + +#: gnu/packages/web.scm:86 +msgid "" +"The Apache HTTP Server Project is a collaborative software development\= n" +"effort aimed at creating a robust, commercial-grade, featureful, and\n" +"freely-available source code implementation of an HTTP (Web) server. T= he\n" +"project is jointly managed by a group of volunteers located around the = " +"world,\n" +"using the Internet and the Web to communicate, plan, and develop the se= rver\n" +"and its related documentation." +msgstr "" + +#: gnu/packages/web.scm:164 +msgid "HTTP and reverse proxy server" +msgstr "" + +#: gnu/packages/web.scm:166 +msgid "" +"Nginx (\"engine X\") is a high-performance web and reverse proxy server= \n" +"created by Igor Sysoev. It can be used both as a standalone web server= \n" +"and as a proxy to reduce the load on back-end HTTP or mail servers." +msgstr "" + +#: gnu/packages/web.scm:202 +msgid "PSGI/Plack web server" +msgstr "" + +#: gnu/packages/web.scm:203 +msgid "" +"Starman is a PSGI perl web server that has unique features\n" +"such as high performance, preforking, signal support, superdaemon " +"awareness,\n" +"and UNIX socket support." +msgstr "" + +#: gnu/packages/web.scm:222 +#, fuzzy +msgid "JSON C library" +msgstr "Die GNU C-Bibliothek" + +#: gnu/packages/web.scm:224 +msgid "" +"Jansson is a C library for encoding, decoding and manipulating JSON\n" +"data." +msgstr "" + +#: gnu/packages/web.scm:255 +msgid "JSON implementation in C" +msgstr "" + +#: gnu/packages/web.scm:257 +msgid "" +"JSON-C implements a reference counting object model that allows you to\= n" +"easily construct JSON objects in C, output them as JSON formatted strin= gs " +"and\n" +"parse JSON formatted strings back into the C representation of JSON obj= ects." +msgstr "" + +#: gnu/packages/web.scm:277 +msgid "JSON parser/generator for C++ with both SAX/DOM style API" +msgstr "" + +#: gnu/packages/web.scm:279 +msgid "" +"RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM\n" +"style API." +msgstr "" + +#: gnu/packages/web.scm:309 +msgid "WebSockets library written in C" +msgstr "" + +#: gnu/packages/web.scm:311 +msgid "" +"Libwebsockets is a library that allows C programs to establish client\n= " +"and server WebSockets connections---a protocol layered above HTTP that = " +"allows\n" +"for efficient socket-like bidirectional reliable communication channels= ." +msgstr "" + +#: gnu/packages/web.scm:351 +msgid "C library for the Publix Suffix List" +msgstr "" + +#: gnu/packages/web.scm:353 +msgid "" +"A \"public suffix\" is a domain name under which Internet users can\n" +"directly register own names.\n" +"\n" +"Browsers and other web clients can use it to avoid privacy-leaking\n" +"\"supercookies\", avoid privacy-leaking \"super domain\" certificates, = " +"domain\n" +"highlighting parts of the domain in a user interface, and sorting domai= n " +"lists\n" +"by site.\n" +"\n" +"Libpsl has built-in PSL data for fast access, allows to load PSL data f= rom\n" +"files, checks if a given domain is a public suffix, provides immediate = " +"cookie\n" +"domain verification, finds the longest public part of a given domain, f= inds\n" +"the shortest private part of a given domain, works with international\n= " +"domains (UTF-8 and IDNA2008 Punycode), is thread-safe, and handles IDNA= 2008\n" +"UTS#46" +msgstr "" + +#: gnu/packages/web.scm:398 +msgid "HTML validator and tidier" +msgstr "" + +#: gnu/packages/web.scm:399 +msgid "" +"HTML Tidy is a command-line tool and C library that can be\n" +"used to validate and fix HTML data." +msgstr "" + +#: gnu/packages/web.scm:439 +msgid "Light-weight HTTP/HTTPS proxy daemon" +msgstr "" + +#: gnu/packages/web.scm:440 +msgid "" +"Tinyproxy is a light-weight HTTP/HTTPS proxy\n" +"daemon. Designed from the ground up to be fast and yet small, it is an= " +"ideal\n" +"solution for use cases such as embedded deployments where a full featur= ed " +"HTTP\n" +"proxy is required, but the system resources for a larger proxy are\n" +"unavailable." +msgstr "" + +#: gnu/packages/web.scm:473 +msgid "Small caching web proxy" +msgstr "" + +#: gnu/packages/web.scm:475 +msgid "" +"Polipo is a small caching web proxy (web cache, HTTP proxy, and proxy\n= " +"server). It was primarily designed to be used by one person or a small= " +"group\n" +"of people." +msgstr "" + +#: gnu/packages/web.scm:495 +msgid "YAML 1.1 parser and emitter written in C" +msgstr "" + +#: gnu/packages/web.scm:497 +msgid "LibYAML is a YAML 1.1 parser and emitter written in C." +msgstr "" + +#: gnu/packages/web.scm:513 gnu/packages/web.scm:546 gnu/packages/web.sc= m:568 +msgid "Media stream URL parser" +msgstr "" + +#: gnu/packages/web.scm:514 +msgid "" +"This package contains support scripts called by libquvi to\n" +"parse media stream properties." +msgstr "" + +#: gnu/packages/web.scm:547 +msgid "" +"libquvi is a library with a C API for parsing media stream\n" +"URLs and extracting their actual media files." +msgstr "" + +#: gnu/packages/web.scm:569 +msgid "" +"quvi is a command-line-tool suite to extract media files\n" +"from streaming URLs. It is a command-line wrapper for the libquvi libr= ary." +msgstr "" + +#: gnu/packages/web.scm:632 +msgid "High-performance asynchronous HTTP client library" +msgstr "" + +#: gnu/packages/web.scm:634 +msgid "" +"serf is a C-based HTTP client library built upon the Apache Portable\n" +"Runtime (APR) library. It multiplexes connections, running the read/wr= ite\n" +"communication asynchronously. Memory copies and transformations are ke= pt to " +"a\n" +"minimum to provide high performance operation." +msgstr "" + +#: gnu/packages/web.scm:665 +msgid "Compile a log format string to perl-code" +msgstr "" + +#: gnu/packages/web.scm:666 +msgid "" +"This module provides methods to compile a log format string\n" +"to perl-code, for faster generation of access_log lines." +msgstr "" + +#: gnu/packages/web.scm:691 +msgid "Sensible default Catalyst action" +msgstr "" + +#: gnu/packages/web.scm:692 +msgid "" +"This Catalyst action implements a sensible default end\n" +"action, which will forward to the first available view." +msgstr "" + +#: gnu/packages/web.scm:720 +msgid "Automated REST Method Dispatching" +msgstr "" + +#: gnu/packages/web.scm:721 +msgid "" +"This Action handles doing automatic method dispatching for\n" +"REST requests. It takes a normal Catalyst action, and changes the disp= atch " +"to\n" +"append an underscore and method name. First it will try dispatching to= an\n" +"action with the generated name, and failing that it will try to dispatc= h to " +"a\n" +"regular method." +msgstr "" + +#: gnu/packages/web.scm:757 +msgid "Storage class for Catalyst authentication using DBIx::Class" +msgstr "" + +#: gnu/packages/web.scm:758 +msgid "" +"The Catalyst::Authentication::Store::DBIx::Class class\n" +"provides access to authentication information stored in a database via\= n" +"DBIx::Class." +msgstr "" + +#: gnu/packages/web.scm:782 +msgid "Create only one instance of Moose component per context" +msgstr "" + +#: gnu/packages/web.scm:783 +msgid "" +"Catalyst::Component::InstancePerContext returns a new\n" +"instance of a component on each request." +msgstr "" + +#: gnu/packages/web.scm:820 +msgid "Catalyst Development Tools" +msgstr "" + +#: gnu/packages/web.scm:821 +msgid "" +"The Catalyst-Devel distribution includes a variety of\n" +"modules useful for the development of Catalyst applications, but not " +"required\n" +"to run them. Catalyst-Devel includes the Catalyst::Helper system, whic= h\n" +"autogenerates scripts and tests; Module::Install::Catalyst, a Module::" +"Install\n" +"extension for Catalyst; and requirements for a variety of development-" +"related\n" +"modules." +msgstr "" + +#: gnu/packages/web.scm:850 +msgid "Regex DispatchType for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:851 +msgid "" +"Dispatch type managing path-matching behaviour using\n" +"regexes. Regex dispatch types have been deprecated and removed from " +"Catalyst\n" +"core. It is recommend that you use Chained methods or other techniques= \n" +"instead. As part of the refactoring, the dispatch priority of Regex vs= " +"Regexp\n" +"vs LocalRegex vs LocalRegexp may have changed. Priority is now influen= ced " +"by\n" +"when the dispatch type is first seen in your application." +msgstr "" + +#: gnu/packages/web.scm:899 +msgid "DBIx::Class::Schema Model Class" +msgstr "" + +#: gnu/packages/web.scm:900 +msgid "" +"This is a Catalyst Model for DBIx::Class::Schema-based\n" +"Models." +msgstr "" + +#: gnu/packages/web.scm:924 +msgid "Request logging from within Catalyst" +msgstr "" + +#: gnu/packages/web.scm:925 +msgid "" +"This Catalyst plugin enables you to create \"access logs\"\n" +"from within a Catalyst application instead of requiring a webserver to = do " +"it\n" +"for you. It will work even with Catalyst debug logging turned off." +msgstr "" + +#: gnu/packages/web.scm:957 +msgid "Infrastructure plugin for the Catalyst authentication framework" +msgstr "" + +#: gnu/packages/web.scm:958 +msgid "" +"The authentication plugin provides generic user support for\n" +"Catalyst apps. It is the basis for both authentication (checking the us= er " +"is\n" +"who they claim to be), and authorization (allowing the user to do what = the\n" +"system authorises them to do)." +msgstr "" + +#: gnu/packages/web.scm:988 +msgid "Role-based authorization for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:989 +msgid "" +"Catalyst::Plugin::Authorization::Roles provides role-based\n" +"authorization for Catalyst based on Catalyst::Plugin::Authentication." +msgstr "" + +#: gnu/packages/web.scm:1012 +msgid "Captchas for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:1013 +msgid "" +"This plugin creates and validates Captcha images for\n" +"Catalyst." +msgstr "" + +#: gnu/packages/web.scm:1039 +msgid "Load config files of various types" +msgstr "" + +#: gnu/packages/web.scm:1040 +msgid "" +"This module will attempt to load find and load configuration\n" +"files of various types. Currently it supports YAML, JSON, XML, INI and= " +"Perl\n" +"formats." +msgstr "" + +#: gnu/packages/web.scm:1070 +msgid "Catalyst generic session plugin" +msgstr "" + +#: gnu/packages/web.scm:1071 +msgid "" +"This plugin links the two pieces required for session\n" +"management in web applications together: the state, and the store." +msgstr "" + +#: gnu/packages/web.scm:1097 +msgid "Maintain session IDs using cookies" +msgstr "" + +#: gnu/packages/web.scm:1098 +msgid "" +"In order for Catalyst::Plugin::Session to work, the session\n" +"ID needs to be stored on the client, and the session data needs to be " +"stored\n" +"on the server. This plugin stores the session ID on the client using t= he\n" +"cookie mechanism." +msgstr "" + +#: gnu/packages/web.scm:1128 +msgid "FastMmap session storage backend." +msgstr "" + +#: gnu/packages/web.scm:1129 +msgid "" +"Catalyst::Plugin::Session::Store::FastMmap is a fast session\n" +"storage plugin for Catalyst that uses an mmap'ed file to act as a share= d\n" +"memory interprocess cache. It is based on Cache::FastMmap." +msgstr "" + +#: gnu/packages/web.scm:1152 +msgid "Stack trace on the Catalyst debug screen" +msgstr "" + +#: gnu/packages/web.scm:1153 +msgid "" +"This plugin enhances the standard Catalyst debug screen by\n" +"including a stack trace of your appliation up to the point where the er= ror\n" +"occurred. Each stack frame is displayed along with the package name, l= ine\n" +"number, file name, and code context surrounding the line number." +msgstr "" + +#: gnu/packages/web.scm:1179 +msgid "Simple serving of static pages" +msgstr "" + +#: gnu/packages/web.scm:1180 +msgid "" +"The Static::Simple plugin is designed to make serving static\n" +"content in your application during development quick and easy, without\= n" +"requiring a single line of code from you. This plugin detects static f= iles " +"by\n" +"looking at the file extension in the URL (such as .css or .png or .js).= " +"The\n" +"plugin uses the lightweight MIME::Types module to map file extensions t= o\n" +"IANA-registered MIME types, and will serve your static files with the " +"correct\n" +"MIME type directly to the browser, without being processed through Cata= lyst." +msgstr "" + +#: gnu/packages/web.scm:1246 +msgid "The Catalyst Framework Runtime" +msgstr "" + +#: gnu/packages/web.scm:1247 +msgid "" +"Catalyst is a modern framework for making web applications.\n" +"It is designed to make it easy to manage the various tasks you need to = do " +"to\n" +"run an application on the web, either by doing them itself, or by letti= ng " +"you\n" +"\"plug in\" existing Perl modules that do what you need." +msgstr "" + +#: gnu/packages/web.scm:1277 +msgid "Replace request base with value passed by HTTP proxy" +msgstr "" + +#: gnu/packages/web.scm:1278 +msgid "" +"This module is a Moose::Role which allows you more\n" +"flexibility in your application's deployment configurations when deploy= ed\n" +"behind a proxy. Using this module, the request base ($c->req->base) is= \n" +"replaced with the contents of the X-Request-Base header." +msgstr "" + +#: gnu/packages/web.scm:1304 +msgid "Download data in many formats" +msgstr "" + +#: gnu/packages/web.scm:1305 +msgid "" +"The purpose of this module is to provide a method for\n" +"downloading data into many supportable formats. For example, downloadi= ng a\n" +"table based report in a variety of formats (CSV, HTML, etc.). " +msgstr "" + +#: gnu/packages/web.scm:1330 +msgid "Catalyst JSON view" +msgstr "" + +#: gnu/packages/web.scm:1331 +msgid "" +"Catalyst::View::JSON is a Catalyst View handler that returns\n" +"stash data in JSON format." +msgstr "" + +#: gnu/packages/web.scm:1356 +msgid "Template View Class" +msgstr "" + +#: gnu/packages/web.scm:1357 +msgid "" +"This module is a Catalyst view class for the Template\n" +"Toolkit." +msgstr "" + +#: gnu/packages/web.scm:1386 +msgid "Trait Loading and Resolution for Catalyst Components" +msgstr "" + +#: gnu/packages/web.scm:1387 +msgid "" +"Adds a \"COMPONENT\" in Catalyst::Component method to your\n" +"Catalyst component base class that reads the optional \"traits\" parame= ter\n" +"from app and component config and instantiates the component subclass w= ith\n" +"those traits using \"new_with_traits\" in MooseX::Traits from\n" +"MooseX::Traits::Pluggable." +msgstr "" + +#: gnu/packages/web.scm:1412 +msgid "Apply roles to Catalyst classes" +msgstr "" + +#: gnu/packages/web.scm:1413 +msgid "" +"CatalystX::RoleApplicator applies roles to Catalyst\n" +"application classes." +msgstr "" + +#: gnu/packages/web.scm:1439 +msgid "Catalyst development server with Starman" +msgstr "" + +#: gnu/packages/web.scm:1440 +msgid "" +"This module provides a Catalyst extension to replace the\n" +"development server with Starman." +msgstr "" + +#: gnu/packages/web.scm:1460 +msgid "CGI interface that is CGI.pm compliant" +msgstr "" + +#: gnu/packages/web.scm:1461 +msgid "" +"CGI::Simple provides a relatively lightweight drop in\n" +"replacement for CGI.pm. It shares an identical OO interface to CGI.pm = for\n" +"parameter parsing, file upload, cookie handling and header generation." +msgstr "" + +#: gnu/packages/web.scm:1482 +msgid "Build structures from CGI data" +msgstr "" + +#: gnu/packages/web.scm:1483 +msgid "" +"This is a module for building structured data from CGI\n" +"inputs, in a manner reminiscent of how PHP does." +msgstr "" + +#: gnu/packages/web.scm:1504 +msgid "Date conversion routines" +msgstr "" + +#: gnu/packages/web.scm:1505 +msgid "" +"This module provides functions that deal with the date\n" +"formats used by the HTTP protocol." +msgstr "" + +#: gnu/packages/web.scm:1525 +msgid "MD5 sums for files and urls" +msgstr "" + +#: gnu/packages/web.scm:1526 +msgid "" +"Digest::MD5::File is a Perl extension for getting MD5 sums\n" +"for files and urls." +msgstr "" + +#: gnu/packages/web.scm:1544 +msgid "Perl locale encoding determination" +msgstr "" + +#: gnu/packages/web.scm:1546 +msgid "" +"The POSIX locale system is used to specify both the language\n" +"conventions requested by the user and the preferred character set to " +"consume\n" +"and output. The Encode::Locale module looks up the charset and encodin= g\n" +"(called a CODESET in the locale jargon) and arranges for the Encode mod= ule\n" +"to know this encoding under the name \"locale\". It means bytes obtain= ed\n" +"from the environment can be converted to Unicode strings by calling\n" +"Encode::encode(locale =3D> $bytes) and converted back again with\n" +"Encode::decode(locale =3D> $string)." +msgstr "" + +#: gnu/packages/web.scm:1572 +msgid "Perl directory listing parser" +msgstr "" + +#: gnu/packages/web.scm:1574 +msgid "" +"The File::Listing module exports a single function called parse_dir(),\= n" +"which can be used to parse directory listings." +msgstr "" + +#: gnu/packages/web.scm:1598 +msgid "Perl class representing an HTML form element" +msgstr "" + +#: gnu/packages/web.scm:1599 +msgid "" +"Objects of the HTML::Form class represents a single HTML\n" +"
...
instance." +msgstr "" + +#: gnu/packages/web.scm:1621 +msgid "Check for HTML errors in a string or file" +msgstr "" + +#: gnu/packages/web.scm:1622 +msgid "" +"HTML::Lint is a pure-Perl HTML parser and checker for\n" +"syntactic legitmacy." +msgstr "" + +#: gnu/packages/web.scm:1646 +msgid "Work with HTML in a DOM-like tree structure" +msgstr "" + +#: gnu/packages/web.scm:1647 +msgid "" +"This distribution contains a suite of modules for\n" +"representing, creating, and extracting information from HTML syntax tre= es." +msgstr "" + +#: gnu/packages/web.scm:1667 +msgid "Perl HTML parser class" +msgstr "" + +#: gnu/packages/web.scm:1669 +msgid "" +"Objects of the HTML::Parser class will recognize markup and separate\n" +"it from plain text (alias data content) in HTML documents. As differen= t\n" +"kinds of markup and text are recognized, the corresponding event handle= rs\n" +"are invoked." +msgstr "" + +#: gnu/packages/web.scm:1689 +msgid "Perl data tables useful in parsing HTML" +msgstr "" + +#: gnu/packages/web.scm:1691 +msgid "" +"The HTML::Tagset module contains several data tables useful in various\= n" +"kinds of HTML parsing operations." +msgstr "" + +#: gnu/packages/web.scm:1714 +msgid "HTTP Body Parser" +msgstr "" + +#: gnu/packages/web.scm:1715 +msgid "" +"HTTP::Body parses chunks of HTTP POST data and supports\n" +"application/octet-stream, application/json, application/x-www-form-" +"urlencoded,\n" +"and multipart/form-data." +msgstr "" + +#: gnu/packages/web.scm:1741 +msgid "Minimalist HTTP user agent cookie jar" +msgstr "" + +#: gnu/packages/web.scm:1742 +msgid "" +"This module implements a minimalist HTTP user agent cookie\n" +"jar in conformance with RFC 6265 ." +msgstr "" + +#: gnu/packages/web.scm:1762 +msgid "Perl HTTP cookie jars" +msgstr "" + +#: gnu/packages/web.scm:1764 +msgid "" +"The HTTP::Cookies class is for objects that represent a cookie jar,\n" +"that is, a database of all the HTTP cookies that a given LWP::UserAgent= \n" +"object knows about." +msgstr "" + +#: gnu/packages/web.scm:1786 +msgid "Perl simple http server class" +msgstr "" + +#: gnu/packages/web.scm:1788 +msgid "" +"Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen\n" +"on a socket for incoming requests. The HTTP::Daemon is a subclass of\n= " +"IO::Socket::INET, so you can perform socket operations directly on it t= oo." +msgstr "" + +#: gnu/packages/web.scm:1807 +msgid "Perl date conversion routines" +msgstr "" + +#: gnu/packages/web.scm:1809 +msgid "" +"The HTTP::Date module provides functions that deal with date formats\n" +"used by the HTTP protocol (and then some more)." +msgstr "" + +#: gnu/packages/web.scm:1832 +msgid "Perl HTTP style message" +msgstr "" + +#: gnu/packages/web.scm:1834 +msgid "An HTTP::Message object contains some headers and a content body.= " +msgstr "" + +#: gnu/packages/web.scm:1853 +msgid "Perl http content negotiation" +msgstr "" + +#: gnu/packages/web.scm:1855 +msgid "" +"The HTTP::Negotiate module provides a complete implementation of the\n" +"HTTP content negotiation algorithm specified in\n" +"draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows = for\n" +"the selection of a preferred content representation based upon attribut= es\n" +"of the negotiable variants and the value of the various Accept* header\= n" +"fields in the request." +msgstr "" + +#: gnu/packages/web.scm:1880 +msgid "Parse HTTP/1.1 requests" +msgstr "" + +#: gnu/packages/web.scm:1881 +msgid "" +"This is an HTTP request parser. It takes chunks of text as\n" +"received and returns a 'hint' as to what is required, or returns the\n" +"HTTP::Request when a complete request has been read. HTTP/1.1 chunking= is\n" +"supported." +msgstr "" + +#: gnu/packages/web.scm:1901 +msgid "Fast HTTP request parser" +msgstr "" + +#: gnu/packages/web.scm:1902 +msgid "" +"HTTP::Parser::XS is a fast, primitive HTTP request/response\n" +"parser." +msgstr "" + +#: gnu/packages/web.scm:1923 +msgid "Set up a CGI environment from an HTTP::Request" +msgstr "" + +#: gnu/packages/web.scm:1924 +msgid "" +"This module provides a convenient way to set up a CGI\n" +"environment from an HTTP::Request." +msgstr "" + +#: gnu/packages/web.scm:1946 +msgid "Lightweight HTTP server" +msgstr "" + +#: gnu/packages/web.scm:1947 +msgid "" +"HTTP::Server::Simple is a simple standalone HTTP daemon with\n" +"no non-core module dependencies. It can be used for building a standal= one\n" +"http-based UI to your existing tools." +msgstr "" + +#: gnu/packages/web.scm:1971 +msgid "HTTP/1.1 client" +msgstr "" + +#: gnu/packages/web.scm:1972 +msgid "" +"This is a very simple HTTP/1.1 client, designed for doing\n" +"simple requests without the overhead of a large framework like LWP::" +"UserAgent.\n" +"It supports proxies and redirection. It also correctly resumes after E= INTR." +msgstr "" + +#: gnu/packages/web.scm:1991 +msgid "Perl module to open an HTML file with automatic charset detection= " +msgstr "" + +#: gnu/packages/web.scm:1993 +msgid "" +"IO::HTML provides an easy way to open a file containing HTML while\n" +"automatically determining its encoding. It uses the HTML5 encoding " +"sniffing\n" +"algorithm specified in section 8.2.2.1 of the draft standard." +msgstr "" + +#: gnu/packages/web.scm:2012 +msgid "Family-neutral IP socket supporting both IPv4 and IPv6" +msgstr "" + +#: gnu/packages/web.scm:2013 +msgid "" +"This module provides a protocol-independent way to use IPv4\n" +"and IPv6 sockets, intended as a replacement for IO::Socket::INET." +msgstr "" + +#: gnu/packages/web.scm:2030 +msgid "Nearly transparent SSL encapsulation for IO::Socket::INET" +msgstr "" + +#: gnu/packages/web.scm:2032 +msgid "" +"IO::Socket::SSL makes using SSL/TLS much easier by wrapping the\n" +"necessary functionality into the familiar IO::Socket interface and " +"providing\n" +"secure defaults whenever possible. This way existing applications can = be " +"made\n" +"SSL-aware without much effort, at least if you do blocking I/O and don'= t " +"use\n" +"select or poll." +msgstr "" + +#: gnu/packages/web.scm:2063 +msgid "Perl modules for the WWW" +msgstr "" + +#: gnu/packages/web.scm:2065 +msgid "" +"The libwww-perl collection is a set of Perl modules which provides a\n" +"simple and consistent application programming interface to the\n" +"World-Wide Web. The main focus of the library is to provide classes\n" +"and functions that allow you to write WWW clients. The library also\n" +"contains modules that are of more general use and even classes that\n" +"help you implement simple HTTP servers." +msgstr "" + +#: gnu/packages/web.scm:2087 +msgid "Perl module to guess the media type for a file or a URL" +msgstr "" + +#: gnu/packages/web.scm:2089 +#, scheme-format +msgid "" +"The LWP::MediaTypes module provides functions for handling media (also\= n" +"known as MIME) types and encodings. The mapping from file extensions t= o\n" +"media types is defined by the media.types file. If the ~/.media.types = file\n" +"exists it is used instead." +msgstr "" + +#: gnu/packages/web.scm:2115 +msgid "HTTPS support for LWP::UserAgent" +msgstr "" + +#: gnu/packages/web.scm:2116 +msgid "" +"The LWP::Protocol::https module provides support for using\n" +"https schemed URLs with LWP." +msgstr "" + +#: gnu/packages/web.scm:2136 +msgid "Virtual browser that retries errors" +msgstr "" + +#: gnu/packages/web.scm:2137 +msgid "" +"LWP::UserAgent::Determined works just like LWP::UserAgent,\n" +"except that when you use it to get a web page but run into a\n" +"possibly-temporary error (like a DNS lookup timeout), it'll wait a few = " +"seconds\n" +"and retry a few times." +msgstr "" + +#: gnu/packages/web.scm:2182 +msgid "Perl interface to Amazon S3" +msgstr "" + +#: gnu/packages/web.scm:2183 +msgid "This module provides a Perlish interface to Amazon S3." +msgstr "" + +#: gnu/packages/web.scm:2203 +msgid "Perl low-level HTTP connection (client)" +msgstr "" + +#: gnu/packages/web.scm:2205 +msgid "" +"The Net::HTTP class is a low-level HTTP client. An instance of the\n" +"Net::HTTP class represents a connection to an HTTP server. The HTTP " +"protocol\n" +"is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and\n" +"HTTP/1.1." +msgstr "" + +#: gnu/packages/web.scm:2225 +msgid "Extensible Perl server engine" +msgstr "" + +#: gnu/packages/web.scm:2226 +msgid "" +"Net::Server is an extensible, generic Perl server engine.\n" +"It attempts to be a generic server as in Net::Daemon and NetServer::" +"Generic.\n" +"It includes with it the ability to run as an inetd\n" +"process (Net::Server::INET), a single connection server (Net::Server or= \n" +"Net::Server::Single), a forking server (Net::Server::Fork), a preforkin= g\n" +"server which maintains a constant number of preforked\n" +"children (Net::Server::PreForkSimple), or as a managed preforking serve= r " +"which\n" +"maintains the number of children based on server load (Net::Server::" +"PreFork).\n" +"In all but the inetd type, the server provides the ability to connect t= o " +"one\n" +"or to multiple server ports." +msgstr "" + +#: gnu/packages/web.scm:2269 +msgid "Perl Superglue for Web frameworks and servers (PSGI toolkit)" +msgstr "" + +#: gnu/packages/web.scm:2270 +msgid "" +"Plack is a set of tools for using the PSGI stack. It\n" +"contains middleware components, a reference server, and utilities for W= eb\n" +"application frameworks. Plack is like Ruby's Rack or Python's Paste fo= r\n" +"WSGI." +msgstr "" + +#: gnu/packages/web.scm:2296 +msgid "Plack::Middleware which sets body for redirect response" +msgstr "" + +#: gnu/packages/web.scm:2297 +msgid "" +"This module sets the body in redirect response, if it's not\n" +"already set." +msgstr "" + +#: gnu/packages/web.scm:2318 +msgid "Override REST methods to Plack apps via POST" +msgstr "" + +#: gnu/packages/web.scm:2319 +msgid "" +"This middleware allows for POST requests that pretend to be\n" +"something else: by adding either a header named X-HTTP-Method-Override = to " +"the\n" +"request, or a query parameter named x-tunneled-method to the URI, the " +"client\n" +"can say what method it actually meant." +msgstr "" + +#: gnu/packages/web.scm:2343 +msgid "Plack::Middleware which removes body for HTTP response" +msgstr "" + +#: gnu/packages/web.scm:2344 +msgid "" +"This module removes the body in an HTTP response if it's not\n" +"required." +msgstr "" + +#: gnu/packages/web.scm:2365 +msgid "Supports app to run as a reverse proxy backend" +msgstr "" + +#: gnu/packages/web.scm:2366 +msgid "" +"Plack::Middleware::ReverseProxy resets some HTTP headers,\n" +"which are changed by reverse-proxy. You can specify the reverse proxy = " +"address\n" +"and stop fake requests using 'enable_if' directive in your app.psgi." +msgstr "" + +#: gnu/packages/web.scm:2387 +msgid "Run HTTP tests on external live servers" +msgstr "" + +#: gnu/packages/web.scm:2388 +msgid "" +"This module allows your to run your Plack::Test tests\n" +"against an external server instead of just against a local application = " +"through\n" +"either mocked HTTP or a locally spawned server." +msgstr "" + +#: gnu/packages/web.scm:2410 +msgid "Testing TCP programs" +msgstr "" + +#: gnu/packages/web.scm:2411 +msgid "Test::TCP is test utilities for TCP/IP programs." +msgstr "" + +#: gnu/packages/web.scm:2439 +msgid "Testing-specific WWW::Mechanize subclass" +msgstr "" + +#: gnu/packages/web.scm:2440 +msgid "" +"Test::WWW::Mechanize is a subclass of the Perl module\n" +"WWW::Mechanize that incorporates features for web application testing." +msgstr "" + +#: gnu/packages/web.scm:2473 +msgid "Test::WWW::Mechanize for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:2474 +msgid "" +"The Test::WWW::Mechanize::Catalyst module meshes the\n" +"Test::WWW:Mechanize module and the Catalyst web application framework t= o " +"allow\n" +"testing of Catalyst applications without needing to start up a web serv= er." +msgstr "" + +#: gnu/packages/web.scm:2498 +msgid "Test PSGI programs using WWW::Mechanize" +msgstr "" + +#: gnu/packages/web.scm:2499 +msgid "" +"PSGI is a specification to decouple web server environments\n" +"from web application framework code. Test::WWW::Mechanize is a subclas= s of\n" +"WWW::Mechanize that incorporates features for web application testing. = The\n" +"Test::WWW::Mechanize::PSGI module meshes the two to allow easy testing = of " +"PSGI\n" +"applications." +msgstr "" + +#: gnu/packages/web.scm:2519 +msgid "Perl Uniform Resource Identifiers (absolute and relative)" +msgstr "" + +#: gnu/packages/web.scm:2521 +msgid "" +"The URI module implements the URI class. Objects of this class\n" +"represent \"Uniform Resource Identifier references\" as specified in RF= C " +"2396\n" +"and updated by RFC 2732." +msgstr "" + +#: gnu/packages/web.scm:2542 +msgid "Find URIs in arbitrary text" +msgstr "" + +#: gnu/packages/web.scm:2543 +msgid "" +"This module finds URIs and URLs (according to what URI.pm\n" +"considers a URI) in plain text. It only finds URIs which include a\n" +"scheme (http:// or the like), for something a bit less strict, consider= \n" +"URI::Find::Schemeless. For a command-line interface, urifind is provid= ed." +msgstr "" + +#: gnu/packages/web.scm:2565 +msgid "WebSocket support for URI package" +msgstr "" + +#: gnu/packages/web.scm:2566 +msgid "" +"With this module, the URI package provides the same set of\n" +"methods for WebSocket URIs as it does for HTTP URIs." +msgstr "" + +#: gnu/packages/web.scm:2586 +msgid "Perl extension interface for libcurl" +msgstr "" + +#: gnu/packages/web.scm:2588 +msgid "" +"This is a Perl extension interface for the libcurl file downloading\n" +"library." +msgstr "" + +#: gnu/packages/web.scm:2615 +msgid "Web browsing in a Perl object" +msgstr "" + +#: gnu/packages/web.scm:2616 +msgid "" +"WWW::Mechanize is a Perl module for stateful programmatic\n" +"web browsing, used for automating interaction with websites." +msgstr "" + +#: gnu/packages/web.scm:2636 +msgid "Perl database of robots.txt-derived permissions" +msgstr "" + +#: gnu/packages/web.scm:2638 +msgid "" +"The WWW::RobotRules module parses /robots.txt files as specified in\n" +"\"A Standard for Robot Exclusion\", at\n" +". Webmasters can use the\n" +"/robots.txt file to forbid conforming robots from accessing parts of\n" +"their web site." +msgstr "" + +#: gnu/packages/weechat.scm:93 +msgid "Extensible chat client" +msgstr "" + +#: gnu/packages/weechat.scm:94 +msgid "" +"WeeChat (Wee Enhanced Environment for Chat) is an\n" +"Internet Relay Chat client, which is designed to be light and fast.\n" +"The client uses a curses frontend, and there are remote interfaces\n" +"for Web, Qt, Android and Emacs. In WeeChat everything can be done\n" +"with a keyboard, though it also supports mouse. It is customizable\n" +"and extensible with plugins and scripts." +msgstr "" + +#: gnu/packages/wordnet.scm:79 +msgid "Lexical database for the English language" +msgstr "" + +#: gnu/packages/wordnet.scm:81 +msgid "" +"WordNet=C2=AE is a large lexical database of English. Nouns, verbs,\n" +"adjectives and adverbs are grouped into sets of cognitive synonyms\n" +"(synsets), each expressing a distinct concept. Synsets are interlinked= by\n" +"means of conceptual-semantic and lexical relations. The resulting netw= ork " +"of\n" +"meaningfully related words and concepts can be navigated with the brows= er.\n" +"WordNet is also freely and publicly available for download. WordNet's\= n" +"structure makes it a useful tool for computational linguistics and natu= ral\n" +"language processing." +msgstr "" + +#: gnu/packages/xiph.scm:63 +msgid "Library for manipulating the ogg multimedia format" +msgstr "" + +#: gnu/packages/xiph.scm:65 +msgid "" +"The libogg library allows to manipulate the ogg multimedia container\n" +"format, which encapsulates raw compressed data and allows the interleav= ing " +"of\n" +"audio and video data. In addition to encapsulation and interleaving of= \n" +"multiple data streams, ogg provides packet framing, error detection, an= d\n" +"periodic timestamps for seeking." +msgstr "" + +#: gnu/packages/xiph.scm:89 +msgid "Library implementing the vorbis audio format" +msgstr "" + +#: gnu/packages/xiph.scm:91 +msgid "" +"The libvorbis library implements the ogg vorbis audio format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit,= \n" +"polyphonic) audio and music at fixed and variable bitrates from 16 to\n= " +"128 kbps/channel." +msgstr "" + +#: gnu/packages/xiph.scm:116 +msgid "Library implementing the Theora video format" +msgstr "" + +#: gnu/packages/xiph.scm:118 +msgid "" +"The libtheora library implements the ogg theora video format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed video format." +msgstr "" + +#: gnu/packages/xiph.scm:139 +msgid "Library for patent-free audio compression format" +msgstr "" + +#: gnu/packages/xiph.scm:141 +msgid "" +"GNU Speex is a patent-free audio compression codec specially designed\n= " +"for speech. It is well-adapted to internet applications, such as VoIP.= It\n" +"features compression of different bands in the same bitstream, intensit= y\n" +"stereo encoding, and voice activity detection." +msgstr "" + +#: gnu/packages/xiph.scm:169 +msgid "Cross platform audio library" +msgstr "" + +#: gnu/packages/xiph.scm:171 +msgid "" +"Libao is a cross-platform audio library that allows programs to\n" +"output audio using a simple API on a wide variety of platforms.\n" +"It currently supports:\n" +"Null output (handy for testing without a sound device),\n" +"WAV files,\n" +"AU files,\n" +"RAW files,\n" +"OSS (Open Sound System, used on Linux and FreeBSD),\n" +"ALSA (Advanced Linux Sound Architecture),\n" +"aRts (Analog RealTime Synth, used by KDE),\n" +"PulseAudio (next generation GNOME sound server),\n" +"esd (EsounD or Enlightened Sound Daemon),\n" +"Mac OS X,\n" +"Windows (98 and later),\n" +"AIX,\n" +"Sun/NetBSD/OpenBSD,\n" +"IRIX,\n" +"NAS (Network Audio Server),\n" +"RoarAudio (Modern, multi-OS, networked Sound System),\n" +"OpenBSD's sndio." +msgstr "" + +#: gnu/packages/xiph.scm:210 +msgid "Free lossless audio codec" +msgstr "" + +#: gnu/packages/xiph.scm:212 +msgid "" +"FLAC stands for Free Lossless Audio Codec, an audio format that is " +"lossless,\n" +"meaning that audio is compressed in FLAC without any loss in quality." +msgstr "" + +#: gnu/packages/xiph.scm:238 +msgid "Karaoke and text codec for embedding in ogg" +msgstr "" + +#: gnu/packages/xiph.scm:240 +msgid "" +"Kate is an overlay codec, originally designed for karaoke and text,\n" +"that can be multiplixed in Ogg. Text and images can be carried by a Ka= te\n" +"stream, and animated. Most of the time, this would be multiplexed with= \n" +"audio/video to carry subtitles, song lyrics (with or without karaoke da= ta),\n" +"etc., but doesn't have to be.\n" +"\n" +"Series of curves (splines, segments, etc.) may be attached to various\n= " +"properties (text position, font size, etc.) to create animated overlays= .\n" +"This allows scrolling or fading text to be defined. This can even be u= sed\n" +"to draw arbitrary shapes, so hand drawing can also be represented by a\= n" +"Kate stream." +msgstr "" + +#: gnu/packages/xiph.scm:274 +msgid "Ogg vorbis tools" +msgstr "" + +#: gnu/packages/xiph.scm:276 +msgid "" +"Ogg vorbis is a non-proprietary, patent-and-royalty-free,\n" +"general-purpose compressed audio format.\n" +"\n" +"The package vorbis-tools contains\n" +"ogg123, an ogg vorbis command line audio player;\n" +"oggenc, the ogg vorbis encoder;\n" +"oggdec, a simple, portable command line decoder (to wav and raw);\n" +"ogginfo, to obtain information (tags, bitrate, length, etc.) about\n" +" an ogg vorbis file." +msgstr "" + +#: gnu/packages/xiph.scm:301 +msgid "Versatile audio codec" +msgstr "" + +#: gnu/packages/xiph.scm:303 +msgid "" +"Opus is a totally open, royalty-free, highly versatile audio codec. Op= us\n" +"is unmatched for interactive speech and music transmission over the " +"Internet,\n" +"but is also intended for storage and streaming applications. It is\n" +"standardized by the Internet Engineering Task Force (IETF) as RFC 6716 = " +"which\n" +"incorporated technology from Skype's SILK codec and Xiph.Org's CELT cod= ec." +msgstr "" + +#: gnu/packages/xiph.scm:336 +msgid "" +"Command line utilities to encode, inspect, and decode .opus\n" +"files" +msgstr "" + +#: gnu/packages/xiph.scm:338 +msgid "" +"Opus is a royalty-free, highly versatile audio codec.\n" +"Opus-tools provide command line utilities for creating, inspecting and\= n" +"decoding .opus files" +msgstr "" + +#: gnu/packages/xiph.scm:368 +#, fuzzy +msgid "Streaming media server" +msgstr "Datenstromeditor" + +#: gnu/packages/xiph.scm:369 +msgid "" +"Icecast is a streaming media server which currently supports\n" +"Ogg (Vorbis and Theora), Opus, WebM and MP3 audio streams. It can be u= sed " +"to\n" +"create an Internet radio station or a privately running jukebox and man= y\n" +"things in between." +msgstr "" + +#: gnu/packages/xiph.scm:397 +msgid "Audio streaming library for icecast encoders" +msgstr "" + +#: gnu/packages/xiph.scm:399 +msgid "" +"Libshout is a library for communicating with and sending data to an\n" +"icecast server. It handles the socket connection, the timing of the da= ta,\n" +"and prevents bad data from getting to the icecast server." +msgstr "" + +#: gnu/packages/zip.scm:57 +#, fuzzy +msgid "Compression and file packing utility" +msgstr "Dateien vergleichen und zusammenf=C3=BChren" + +#: gnu/packages/zip.scm:59 +msgid "" +"Zip is a compression and file packaging/archive utility. Zip is useful= \n" +"for packaging a set of files for distribution, for archiving files, and= for\n" +"saving disk space by temporarily compressing unused files or directorie= s.\n" +"Zip puts one or more compressed files into a single ZIP archive, along = with\n" +"information about the files (name, path, date, time of last modificatio= n,\n" +"protection, and check information to verify file integrity). An entire= \n" +"directory structure can be packed into a ZIP archive with a single comm= and.\n" +"\n" +"Zip has one compression method (deflation) and can also store files wit= hout\n" +"compression. Zip automatically chooses the better of the two for each = " +"file.\n" +"Compression ratios of 2:1 to 3:1 are common for text files." +msgstr "" + +#: gnu/packages/zip.scm:102 +msgid "Decompression and file extraction utility" +msgstr "" + +#: gnu/packages/zip.scm:104 +msgid "" +"UnZip is an extraction utility for archives compressed in .zip format,\= n" +"also called \"zipfiles\".\n" +"\n" +"UnZip lists, tests, or extracts files from a .zip archive. The default= \n" +"behaviour (with no options) is to extract into the current directory, a= nd\n" +"subdirectories below it, all files from the specified zipfile. UnZip\n= " +"recreates the stored directory structure by default." +msgstr "" + +#: gnu/packages/zip.scm:138 +msgid "Library for accessing zip files" +msgstr "" + +#: gnu/packages/zip.scm:140 +msgid "ZZipLib is a library based on zlib for accessing zip files." +msgstr "" + +#: gnu/packages/zip.scm:158 +msgid "Provides an interface to ZIP archive files" +msgstr "" + +#: gnu/packages/zsh.scm:65 +msgid "Powerful shell for interactive use and scripting" +msgstr "" + +#: gnu/packages/zsh.scm:66 +msgid "" +"The Z shell (zsh) is a Unix shell that can be used\n" +"as an interactive login shell and as a powerful command interpreter\n" +"for shell scripting. Zsh can be thought of as an extended Bourne shell= \n" +"with a large number of improvements, including some features of bash,\n= " +"ksh, and tcsh." +msgstr "" + +#~ msgid "Complete GCC tool chain for C/C++ development" +#~ msgstr "Vollst=C3=A4ndige GCC-Werkzeugsammlung f=C3=BCr die Entwicklu= ng in C/C++" + +#~ msgid "" +#~ "This package provides a complete GCC tool chain for C/C++ developmen= t to\n" +#~ "be installed in user profiles. This includes GCC, as well as libc " +#~ "(headers\n" +#~ "and binaries, plus debugging symbols in the 'debug' output), and Bin= utils." +#~ msgstr "" +#~ "Dieses Paket bietet eine vollst=C3=A4ndige GCC-Werkzeugsammlung, die= f=C3=BCr die\n" +#~ "C/C++-Entwicklung in Benutzerprofilen installiert werden kann. Entha= lten " +#~ "sind\n" +#~ "sowohl GCC als auch die libc (Header und Binaries sowie Debugging-Sy= mbole " +#~ "in\n" +#~ "der Debug-Ausgabe) und die Binutils." + +#~ msgid "Lout, a document layout system similar in style to LaTeX" +#~ msgstr "Lout, ein Dokument-Layoutsystem =C3=A4hnlich LaTeX" + +#~ msgid "cannot access `~a': ~a~%" +#~ msgstr "Zugriff auf =C2=BB~a=C2=AB nicht m=C3=B6glich: ~a~%" + +#~ msgid "~A: package not found for version ~a~%" +#~ msgstr "~A: Paket nicht gefunden f=C3=BCr Version ~a~%" + +#~ msgid "~a: not a number~%" +#~ msgstr "~a: keine Zahl~%" + +#~ msgid "~A: unrecognized option~%" +#~ msgstr "~A: nicht erkannte Option~%" + +#~ msgid "no build log for '~a'~%" +#~ msgstr "Kein Erstellungsprotokoll f=C3=BCr =C2=BB~a=C2=AB~%" + +#~ msgid "unsupported hash format: ~a~%" +#~ msgstr "Nicht unterst=C3=BCtztes Pr=C3=BCfsummenformat: ~a~%" + +#~ msgid "~a: download failed~%" +#~ msgstr "~a: Herunterladen fehlgeschlagen~%" + +#~ msgid "failed to build the empty profile~%" +#~ msgstr "Leeres Profil konnte nicht erstellt werden~%" + +#~ msgid "profile '~a' does not exist~%" +#~ msgstr "Profil =C2=BB~a=C2=AB existiert nicht~%" + +#~ msgid "~a: package not found~%" +#~ msgstr "~a: Paket nicht gefunden~%" + +#~ msgid "looking for the latest release of GNU ~a..." +#~ msgstr "Nach der letzten Ver=C3=B6ffentlichung von GNU ~a wird gesuch= t =E2=80=A6" + +#~ msgid "invalid syntax: ~a~%" +#~ msgstr "Unzul=C3=A4ssige Syntax: ~a~%" + +#~ msgid "nothing to be done~%" +#~ msgstr "Nichts zu tun~%" + +#~ msgid "~a package in profile~%" +#~ msgstr "~a-Paket im Profil~%" + +#~ msgid "~a\t(current)~%" +#~ msgstr "~a\t(aktuell)~%" + +#~ msgid "unknown unit: ~a~%" +#~ msgstr "Unbekannte Einheit: ~a~%" + +#~ msgid "invalid number: ~a~%" +#~ msgstr "Ung=C3=BCltige Zahl: ~a~%" + +#~ msgid "" +#~ "\n" +#~ " -r, --recursive compute the hash on FILE recursively" +#~ msgstr "" +#~ "\n" +#~ " -r, --recursive errechnet die Pr=C3=BCfsumme der DATEI reku= rsiv" + +#~ msgid "unrecognized option: ~a~%" +#~ msgstr "Nicht erkannte Option: ~a~%" + +#~ msgid "~a~%" +#~ msgstr "~a~%" + +#~ msgid "wrong number of arguments~%" +#~ msgstr "Falsche Argumentanzahl~%" + +#~ msgid "invalid signature for '~a'~%" +#~ msgstr "Ung=C3=BCltige Signatur f=C3=BCr =C2=BB~a=C2=AB~%" + +#~ msgid "error: invalid signature: ~a~%" +#~ msgstr "Fehler: ung=C3=BCltige Signatur: ~a~%" + +#~ msgid "error: unauthorized public key: ~a~%" +#~ msgstr "Fehler: nicht autorisierter =C3=B6ffentlicher Schl=C3=BCssel:= ~a~%" + +#~ msgid "error: corrupt signature data: ~a~%" +#~ msgstr "Fehler: Signaturdaten besch=C3=A4digt: ~a~%" + +#~ msgid "wrong arguments" +#~ msgstr "Falsche Argumente" + +#~ msgid "~a: unknown action~%" +#~ msgstr "~a: unbekannte Aktion~%" + +#~ msgid "no configuration file specified~%" +#~ msgstr "Keine Konfigurationsdatei angegeben~%" + +#~ msgid "signature verification failed for `~a'~%" +#~ msgstr "Verifizierung der Signatur fehlgeschlagen f=C3=BCr =C2=BB~a=C2= =AB~%" + +#~ msgid "" +#~ "\n" +#~ "Report bugs to: ~a." #~ msgstr "" #~ "\n" #~ "Melden Sie Fehler an: ~a." @@ -553,7 +8248,8 @@ msgstr "" #~ msgstr "Ung=C3=BCltiges Argument: ~a~%" =20 #~ msgid "Try `guix --help' for more information.~%" -#~ msgstr "Rufen Sie =C2=BBguix --help=C2=AB auf, um weitere Information= en zu erhalten.~%" +#~ msgstr "" +#~ "Rufen Sie =C2=BBguix --help=C2=AB auf, um weitere Informationen zu e= rhalten.~%" =20 #~ msgid "" #~ "Usage: guix COMMAND ARGS...\n" diff --git a/po/packages/eo.po b/po/packages/eo.po index 3c7505b..033c725 100644 --- a/po/packages/eo.po +++ b/po/packages/eo.po @@ -3,11 +3,12 @@ # This file is distributed under the same license as the guix package. # Felipe Castro , 2013, 2014, 2015. # +#: gnu/packages/databases.scm:559 msgid "" msgstr "" "Project-Id-Version: guix-packages 0.8.1\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2015-01-27 00:07+0100\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2015-02-05 09:41-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" @@ -24,26 +25,28 @@ msgstr "Teksto-proceza programaro" #: gnu/packages/abiword.scm:103 msgid "" "AbiWord is a word processing program. It is rapidly becoming a state\n= " -"of the art word processor, with lots of features useful for your daily = work,\n" +"of the art word processor, with lots of features useful for your daily = " +"work,\n" "personal needs, or for just some good old typing fun." msgstr "" "AbiWord estas teksto-procezilo. =C4=9Ci rapide progresas al stato-de-l= a-arta\n" "teksto-procezilo, kun multe da distinga=C4=B5oj utilaj por via =C4=89iu= taga laboro,\n" "personaj bezonoj, a=C5=AD simple por iom da bona amuzi=C4=9Do per tajpa= do." =20 -#: gnu/packages/aspell.scm:42 +#: gnu/packages/aspell.scm:43 msgid "Spell checker" msgstr "Literumilo" =20 -#: gnu/packages/aspell.scm:44 +#: gnu/packages/aspell.scm:45 msgid "" "Aspell is a spell-checker which can be used either as a library or as\n= " -"a standalone program. Notable features of Aspell include its full supp= ort of\n" +"a standalone program. Notable features of Aspell include its full supp= ort " +"of\n" "documents written in the UTF-8 encoding and its ability to use multiple= \n" "dictionaries, including personal ones." msgstr "" =20 -#: gnu/packages/aspell.scm:84 +#: gnu/packages/aspell.scm:85 msgid "This package provides a dictionary for the GNU Aspell spell check= er." msgstr "Tiu =C4=89i pako provizas vortaron por la literumilo GNU Aspell.= " =20 @@ -54,7 +57,8 @@ msgstr "=C4=88ifrita savkopio uzanta algoritmon rsync" #: gnu/packages/backup.scm:89 msgid "" "Duplicity backs up directories by producing encrypted tar-format volume= s\n" -"and uploading them to a remote or local file server. Because duplicity= uses\n" +"and uploading them to a remote or local file server. Because duplicity= " +"uses\n" "librsync, the incremental archives are space efficient and only record = the\n" "parts of files that have changed since the last backup. Because duplic= ity\n" "uses GnuPG to encrypt and/or sign these archives, they will be safe fro= m\n" @@ -81,10 +85,12 @@ msgstr "Mult-forma biblioteko por ar=C4=A5ivi kaj den= sigi" msgid "" "Libarchive provides a flexible interface for reading and writing\n" "archives in various formats such as tar and cpio. Libarchive also supp= orts\n" -"reading and writing archives compressed using various compression filte= rs such\n" +"reading and writing archives compressed using various compression filte= rs " +"such\n" "as gzip and bzip2. The library is inherently stream-oriented; readers\= n" "serially iterate through the archive, writers serially add things to th= e\n" -"archive. In particular, note that there is currently no built-in suppo= rt for\n" +"archive. In particular, note that there is currently no built-in suppo= rt " +"for\n" "random access nor for in-place modification." msgstr "" =20 @@ -96,7 +102,8 @@ msgstr "Provizas liston da dosieroj por savkopii" msgid "" "Rdup is a utility inspired by rsync and the plan9 way of doing backups.= \n" "Rdup itself does not backup anything, it only print a list of absolute\= n" -"filenames to standard output. Auxiliary scripts are needed that act on= this\n" +"filenames to standard output. Auxiliary scripts are needed that act on= " +"this\n" "list and implement the backup strategy." msgstr "" =20 @@ -108,7 +115,8 @@ msgstr "Ar=C4=A5ivilo kongrua al tar" msgid "" "Btar is a tar-compatible archiver which allows arbitrary compression an= d\n" "ciphering, redundancy, differential backup, indexed extraction, multico= re\n" -"compression, input and output serialisation, and tolerance to partial a= rchive\n" +"compression, input and output serialisation, and tolerance to partial " +"archive\n" "errors." msgstr "" =20 @@ -119,37 +127,44 @@ msgstr "Loka/demalproksima spegula+alkrementa savko= pio" #: gnu/packages/backup.scm:307 msgid "" "Rdiff-backup backs up one directory to another, possibly over a network= .\n" -"The target directory ends up a copy of the source directory, but extra = reverse\n" +"The target directory ends up a copy of the source directory, but extra = " +"reverse\n" "diffs are stored in a special subdirectory of that target directory, so= you\n" -"can still recover files lost some time ago. The idea is to combine the= best\n" -"features of a mirror and an incremental backup. Rdiff-backup also pres= erves\n" +"can still recover files lost some time ago. The idea is to combine the= " +"best\n" +"features of a mirror and an incremental backup. Rdiff-backup also " +"preserves\n" "subdirectories, hard links, dev files, permissions, uid/gid ownership,\= n" "modification times, extended attributes, acls, and resource forks. Als= o,\n" "rdiff-backup can operate in a bandwidth efficient manner over a pipe, l= ike\n" -"rsync. Thus you can use rdiff-backup and ssh to securely back a hard d= rive up\n" -"to a remote location, and only the differences will be transmitted. Fi= nally,\n" +"rsync. Thus you can use rdiff-backup and ssh to securely back a hard d= rive " +"up\n" +"to a remote location, and only the differences will be transmitted. " +"Finally,\n" "rdiff-backup is easy to use and settings have sensical defaults." msgstr "" =20 -#: gnu/packages/base.scm:57 +#: gnu/packages/base.scm:61 msgid "Hello, GNU world: An example GNU package" msgstr "Saluton, mondo GNU: ekzemplo de pako GNU" =20 -#: gnu/packages/base.scm:59 +#: gnu/packages/base.scm:63 msgid "" "GNU Hello prints the message \"Hello, world!\" and then exits. It\n" -"serves as an example of standard GNU coding practices. As such, it sup= ports\n" +"serves as an example of standard GNU coding practices. As such, it " +"supports\n" "command-line arguments, multiple languages, and so on." msgstr "" "GNU Hello montras la mesa=C4=9Don \"Hello, world!\" kaj fini=C4=9Das. = =C4=9Ci\n" -"funkcias kiel ekzemplo de norma kodumada tradicio de GNU. Tiel, =C4=9D= i subtenas\n" +"funkcias kiel ekzemplo de norma kodumada tradicio de GNU. Tiel, =C4=9D= i " +"subtenas\n" "komand-liniajn argumentojn, plurajn lingvojn, kaj tiel plu." =20 -#: gnu/packages/base.scm:77 +#: gnu/packages/base.scm:82 msgid "Print lines matching a pattern" msgstr "Montri liniojn kongruajn al =C5=9Dablono" =20 -#: gnu/packages/base.scm:79 +#: gnu/packages/base.scm:84 msgid "" "grep is a tool for finding text inside files. Text is found by\n" "matching a pattern provided by the user in one or many files. The patt= ern\n" @@ -159,7 +174,8 @@ msgid "" "numbers. GNU grep offers many extensions over the standard utility,\n" "including, for example, recursive directory searching." msgstr "" -"grep estas ilo por trovi tekstojn interne de dosieroj. Teksto estas tr= ovita\n" +"grep estas ilo por trovi tekstojn interne de dosieroj. Teksto estas " +"trovita\n" "per kongruo al =C5=9Dablono indikita de la uzanto en unu a=C5=AD pluraj= dosieroj.\n" "La =C5=9Dablono povas esti indikata kiel bazan a=C5=AD etenditan regul-= esprimon, a=C5=AD\n" "kiel fiksajn =C4=89enojn. Apriore, la kongruita teksto estas simple mo= ntrata\n" @@ -167,28 +183,31 @@ msgstr "" "ekzemple, lini-numerojn. GNU grep oferaj multajn aldonojn kompare al l= a\n" "originala aplika=C4=B5o, inkluzive, ekzemple, rikuran ser=C4=89adon en = dosierujoj." =20 -#: gnu/packages/base.scm:101 +#: gnu/packages/base.scm:106 msgid "Stream editor" msgstr "Flu-redaktilo" =20 -#: gnu/packages/base.scm:116 +#: gnu/packages/base.scm:121 msgid "" "Sed is a non-interactive, text stream editor. It receives a text\n" -"input from a file or from standard input and it then applies a series o= f text\n" -"editing commands to the stream and prints its output to standard output= . It\n" +"input from a file or from standard input and it then applies a series o= f " +"text\n" +"editing commands to the stream and prints its output to standard output= . " +"It\n" "is often used for substituting text patterns in a stream. The GNU\n" "implementation offers several extensions over the standard utility." msgstr "" "Sed estas ne-interaga, teksta flu-redaktilo. =C4=9Ci ricevas tekstan\n= " -"enigon el dosiero a=C5=AD=C2=A0el la =C4=89efenigujo kaj tiam =C4=9Di a= plikas serion da teksto-redaktaj komandoj al la fluo kaj montras sian eli= gon en la =C4=89efeligujo. \n" +"enigon el dosiero a=C5=AD=C2=A0el la =C4=89efenigujo kaj tiam =C4=9Di a= plikas serion da teksto-" +"redaktaj komandoj al la fluo kaj montras sian eligon en la =C4=89efelig= ujo. \n" "=C4=9Ci estas ofte uzata por anstata=C5=ADigi teksto-=C5=9Dablonojn en = fluo. La GNU-a \n" "realigo oferas plurajn aldonojn kompare al la ordinara aplika=C4=B5o." =20 -#: gnu/packages/base.scm:136 +#: gnu/packages/base.scm:141 msgid "Managing tar archives" msgstr "Administrado de ar=C4=A5ivoj tar" =20 -#: gnu/packages/base.scm:138 +#: gnu/packages/base.scm:143 msgid "" "Tar provides the ability to create tar archives, as well as the\n" "ability to extract, update or list files in an existing archive. It is= \n" @@ -204,77 +223,85 @@ msgstr "" "dato de kreo/modifo. GNU tar oferas multajn aldonojn kompare\n" "al la ordinara aplika=C4=B5o." =20 -#: gnu/packages/base.scm:162 +#: gnu/packages/base.scm:165 msgid "Apply differences to originals, with optional backups" msgstr "Apliki malsamojn al originaloj, kun nedevigaj savkopioj" =20 -#: gnu/packages/base.scm:164 +#: gnu/packages/base.scm:167 msgid "" "Patch is a program that applies changes to files based on differences\n= " -"laid out as by the program \"diff\". The changes may be applied to one= or more\n" +"laid out as by the program \"diff\". The changes may be applied to one= or " +"more\n" "files depending on the contents of the diff file. It accepts several\n= " "different diff formats. It may also be used to revert previously appli= ed\n" "differences." msgstr "" =20 -#: gnu/packages/base.scm:184 +#: gnu/packages/base.scm:187 msgid "Comparing and merging files" msgstr "Komparo kaj kunmikso de dosieroj" =20 -#: gnu/packages/base.scm:186 +#: gnu/packages/base.scm:189 msgid "" "GNU Diffutils is a package containing tools for finding the\n" -"differences between files. The \"diff\" command is used to show how tw= o files\n" -"differ, while \"cmp\" shows the offsets and line numbers where they dif= fer. \n" +"differences between files. The \"diff\" command is used to show how tw= o " +"files\n" +"differ, while \"cmp\" shows the offsets and line numbers where they " +"differ. \n" "\"diff3\" allows you to compare three files. Finally, \"sdiff\" offers= an\n" "interactive means to merge two files." msgstr "" =20 -#: gnu/packages/base.scm:213 +#: gnu/packages/base.scm:216 msgid "Operating on files matching given criteria" msgstr "Operacio sur dosieroj kongruantaj al indikita kriterio" =20 -#: gnu/packages/base.scm:215 +#: gnu/packages/base.scm:218 msgid "" "Findutils supplies the basic file directory searching utilities of the\= n" "GNU system. It consists of two primary searching utilities: \"find\"\n= " -"recursively searches for files in a directory according to given criter= ia and\n" -"\"locate\" lists files in a database that match a query. Two auxiliary= tools\n" -"are included: \"updatedb\" updates the file name database and \"xargs\"= may be\n" +"recursively searches for files in a directory according to given criter= ia " +"and\n" +"\"locate\" lists files in a database that match a query. Two auxiliary= " +"tools\n" +"are included: \"updatedb\" updates the file name database and \"xargs\"= may " +"be\n" "used to apply commands with arbitrarily long arguments." msgstr "" =20 -#: gnu/packages/base.scm:265 +#: gnu/packages/base.scm:268 msgid "Core GNU utilities (file, text, shell)" msgstr "Nukleaj utila=C4=B5oj GNU (file, text, shell)" =20 -#: gnu/packages/base.scm:267 +#: gnu/packages/base.scm:270 msgid "" "GNU Coreutils includes all of the basic command-line tools that are\n" "expected in a POSIX system. These provide the basic file, shell and te= xt\n" -"manipulation functions of the GNU system. Most of these tools offer ex= tended\n" +"manipulation functions of the GNU system. Most of these tools offer " +"extended\n" "functionality beyond that which is outlined in the POSIX standard." msgstr "" =20 -#: gnu/packages/base.scm:301 +#: gnu/packages/base.scm:304 msgid "Remake files automatically" msgstr "Reprocezi dosierojn a=C5=ADtomate" =20 -#: gnu/packages/base.scm:303 +#: gnu/packages/base.scm:306 msgid "" "Make is a program that is used to control the production of\n" "executables or other files from their source files. The process is\n" -"controlled from a Makefile, in which the developer specifies how each f= ile is\n" +"controlled from a Makefile, in which the developer specifies how each f= ile " +"is\n" "generated from its source. It has powerful dependency resolution and t= he\n" "ability to determine when files have to be regenerated after their sour= ces\n" "change. GNU make offers many powerful extensions over the standard uti= lity." msgstr "" =20 -#: gnu/packages/base.scm:348 +#: gnu/packages/base.scm:351 msgid "Binary utilities: bfd gas gprof ld" msgstr "Duumaj utila=C4=B5oj: bfd gas gprof ld" =20 -#: gnu/packages/base.scm:350 +#: gnu/packages/base.scm:353 msgid "" "GNU Binutils is a collection of tools for working with binary files.\n" "Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler= .\n" @@ -284,30 +311,78 @@ msgid "" "included." msgstr "" =20 -#: gnu/packages/base.scm:493 +#: gnu/packages/base.scm:418 +msgid "The linker wrapper" +msgstr "La ligila =C4=89irka=C5=ADanto" + +#: gnu/packages/base.scm:420 +msgid "" +"The linker wrapper (or 'ld-wrapper') wraps the linker to add any\n" +"missing '-rpath' flags, and to detect any misuse of libraries outside o= f " +"the\n" +"store." +msgstr "" + +#: gnu/packages/base.scm:585 msgid "The GNU C Library" msgstr "La Biblioteko GNU C" =20 -#: gnu/packages/base.scm:495 +#: gnu/packages/base.scm:587 msgid "" "Any Unix-like operating system needs a C library: the library which\n" -"defines the \"system calls\" and other basic facilities such as open, m= alloc,\n" +"defines the \"system calls\" and other basic facilities such as open, " +"malloc,\n" "printf, exit...\n" "\n" -"The GNU C library is used as the C library in the GNU system and most s= ystems\n" +"The GNU C library is used as the C library in the GNU system and most " +"systems\n" "with the Linux kernel." msgstr "" =20 -#: gnu/packages/base.scm:564 +#: gnu/packages/base.scm:603 +msgid "All the locales supported by the GNU C Library" +msgstr "" + +#: gnu/packages/base.scm:605 +msgid "" +"This package provides all the locales supported by the GNU C Library,\n= " +"more than 400 in total. To use them set the 'LOCPATH' environment vari= able " +"to\n" +"the 'share/locale' sub-directory of this package." +msgstr "" + +#: gnu/packages/base.scm:665 +msgid "Small sample of UTF-8 locales" +msgstr "" + +#: gnu/packages/base.scm:667 +msgid "" +"This package provides a small sample of UTF-8 locales mostly useful in\= n" +"test environments." +msgstr "" + +#: gnu/packages/base.scm:685 +msgid "Find full path of shell commands" +msgstr "" + +#: gnu/packages/base.scm:687 +msgid "" +"The which program finds the location of executables in PATH, with a\n" +"variety of options. It is an alternative to the shell \"type\" built-i= n\n" +"command." +msgstr "" + +#: gnu/packages/base.scm:752 msgid "Database of current and historical time zones" msgstr "Datumbazo de nuna kaj pasintaj temp-zonoj" =20 -#: gnu/packages/base.scm:565 +#: gnu/packages/base.scm:753 msgid "" "The Time Zone Database (often called tz or zoneinfo)\n" "contains code and data that represent the history of local time for man= y\n" "representative locations around the globe. It is updated periodically = to\n" -"reflect changes made by political bodies to time zone boundaries, UTC o= ffsets,\n" +"reflect changes made by political bodies to time zone boundaries, UTC " +"offsets,\n" "and daylight-saving rules." msgstr "" =20 @@ -345,178 +420,560 @@ msgid "" "XML-RPC over SCGI." msgstr "" =20 -#: gnu/packages/databases.scm:83 +#: gnu/packages/certs.scm:64 +msgid "Python script to extract .pem data from certificate collection" +msgstr "" + +#: gnu/packages/certs.scm:66 +msgid "" +"certdata2pem.py is a Python script to transform X.509 certificate\n" +"\"source code\" as contained, for example, in the Mozilla sources, into= \n" +".pem formatted certificates." +msgstr "" + +#: gnu/packages/certs.scm:122 +msgid "CA certificates from Mozilla" +msgstr "" + +#: gnu/packages/certs.scm:124 +msgid "" +"This package provides certificates for Certification Authorities (CA)\n= " +"taken from the NSS package and thus ultimately from the Mozilla project= ." +msgstr "" + +#: gnu/packages/compression.scm:64 +#, fuzzy +msgid "Compression library" +msgstr "Datumar-fonta abstrakta biblioteko" + +#: gnu/packages/compression.scm:66 +msgid "" +"zlib is designed to be a free, general-purpose, legally unencumbered --= \n" +"that is, not covered by any patents -- lossless data-compression librar= y " +"for\n" +"use on virtually any computer hardware and operating system. The zlib = data\n" +"format is itself portable across platforms. Unlike the LZW compression= " +"method\n" +"used in Unix compress(1) and in the GIF image format, the compression " +"method\n" +"currently used in zlib essentially never expands the data. (LZW can dou= ble " +"or\n" +"triple the file size in extreme cases.) zlib's memory footprint is als= o\n" +"independent of the input data and can be reduced, if necessary, at some= " +"cost\n" +"in compression." +msgstr "" + +#: gnu/packages/compression.scm:91 +msgid "Replacement for Sun's 'jar' utility" +msgstr "" + +#: gnu/packages/compression.scm:93 +msgid "" +"FastJar is an attempt to create a much faster replacement for Sun's 'ja= r'\n" +"utility. Instead of being written in Java, FastJar is written in C." +msgstr "" + +#: gnu/packages/compression.scm:109 +msgid "General file (de)compression (using lzw)" +msgstr "" + +#: gnu/packages/compression.scm:114 +msgid "" +"GNU Gzip provides data compression and decompression utilities; the\n" +"typical extension is \".gz\". Unlike the \"zip\" format, it compresses= a " +"single\n" +"file; as a result, it is often used in conjunction with \"tar\", result= ing " +"in\n" +"\".tar.gz\" or \".tgz\", etc." +msgstr "" + +#: gnu/packages/compression.scm:190 +msgid "High-quality data compression program" +msgstr "" + +#: gnu/packages/compression.scm:192 +msgid "" +"bzip2 is a freely available, patent free (see below), high-quality data= \n" +"compressor. It typically compresses files to within 10% to 15% of the = best\n" +"available techniques (the PPM family of statistical compressors), whils= t\n" +"being around twice as fast at compression and six times faster at\n" +"decompression." +msgstr "" + +#: gnu/packages/compression.scm:213 +msgid "General-purpose data compression" +msgstr "" + +#: gnu/packages/compression.scm:215 +msgid "" +"XZ Utils is free general-purpose data compression software with high\n" +"compression ratio. XZ Utils were written for POSIX-like systems, but a= lso\n" +"work on some not-so-POSIX systems. XZ Utils are the successor to LZMA = " +"Utils.\n" +"\n" +"The core of the XZ Utils compression code is based on LZMA SDK, but it = has\n" +"been modified quite a lot to be suitable for XZ Utils. The primary\n" +"compression algorithm is currently LZMA2, which is used inside the .xz\= n" +"container format. With typical files, XZ Utils create 30 % smaller out= put\n" +"than gzip and 15 % smaller output than bzip2." +msgstr "" + +#: gnu/packages/compression.scm:243 +msgid "Data compresion library suitable for real-time data de-/compressi= on" +msgstr "" + +#: gnu/packages/compression.scm:245 +msgid "" +"LZO is a data compression library which is suitable for data\n" +"de-/compression in real-time. This means it favours speed over\n" +"compression ratio.\n" +"\n" +"LZO is written in ANSI C. Both the source code and the compressed data= \n" +"format are designed to be portable across platforms." +msgstr "" + +#: gnu/packages/compression.scm:268 +#, fuzzy +msgid "Compress or expand files" +msgstr "Utila=C4=B5o por densigi kaj pakigi dosierojn" + +#: gnu/packages/compression.scm:270 +msgid "" +"Lzop is a file compressor which is very similar to gzip. Lzop uses the= \n" +"LZO data compression library for compression services, and its main " +"advantages\n" +"over gzip are much higher compression and decompression speed (at the c= ost " +"of\n" +"some compression ratio)." +msgstr "" + +#: gnu/packages/compression.scm:289 +msgid "Lossless data compressor based on the LZMA algorithm" +msgstr "" + +#: gnu/packages/compression.scm:291 +msgid "" +"Lzip is a lossless data compressor with a user interface similar to the= \n" +"one of gzip or bzip2. Lzip decompresses almost as fast as gzip and " +"compresses\n" +"more than bzip2, which makes it well suited for software distribution a= nd " +"data\n" +"archiving. Lzip is a clean implementation of the LZMA algorithm." +msgstr "" + +#: gnu/packages/compression.scm:323 +msgid "Archives in shell scripts, uuencode/uudecode" +msgstr "" + +#: gnu/packages/compression.scm:325 +msgid "" +"GNU sharutils is a package for creating and manipulating shell\n" +"archives that can be readily emailed. A shell archive is a file that c= an " +"be\n" +"processed by a Bourne-type shell to unpack the original collection of " +"files. \n" +"This package is mostly for compatibility and historical interest." +msgstr "" + +#: gnu/packages/compression.scm:344 +msgid "Compression tools for some formats used by Microsoft" +msgstr "" + +#: gnu/packages/compression.scm:346 +msgid "" +"The purpose of libmspack is to provide both compression and\n" +"decompression of some loosely related file formats used by Microsoft." +msgstr "" + +#: gnu/packages/compression.scm:365 +msgid "Low-level interface to bzip2 compression library" +msgstr "" + +#: gnu/packages/compression.scm:366 +msgid "" +"This module provides a Perl interface to the bzip2\n" +"compression library." +msgstr "" + +#: gnu/packages/compression.scm:400 +#, fuzzy +msgid "Low-level interface to zlib compression library" +msgstr "Interfaco C++ por la alirebla biblioteko ATK" + +#: gnu/packages/compression.scm:401 +msgid "" +"This module provides a Perl interface to the zlib\n" +"compression library." +msgstr "" + +#: gnu/packages/compression.scm:422 +msgid "IO Interface to compressed files/buffers" +msgstr "" + +#: gnu/packages/compression.scm:423 +msgid "" +"IO-Compress provides a Perl interface to allow reading and\n" +"writing of compressed data created with the zlib and bzip2 libraries." +msgstr "" + +#: gnu/packages/databases.scm:92 msgid "Berkeley database" msgstr "Datumbazo de Berkeley" =20 -#: gnu/packages/databases.scm:85 +#: gnu/packages/databases.scm:94 msgid "" "Berkeley DB is an embeddable database allowing developers the choice of= \n" "SQL, Key/Value, XML/XQuery or Java Object storage for their data model.= " msgstr "" =20 -#: gnu/packages/databases.scm:143 +#: gnu/packages/databases.scm:146 msgid "Fast, easy to use, and popular database" msgstr "Rapida, faciluzebla, kaj populara datumbazo" =20 -#: gnu/packages/databases.scm:145 +#: gnu/packages/databases.scm:148 msgid "" "MySQL is a fast, reliable, and easy to use relational database\n" "management system that supports the standardized Structured Query\n" "Language." msgstr "" =20 -#: gnu/packages/databases.scm:166 +#: gnu/packages/databases.scm:215 +msgid "SQL database server" +msgstr "" + +#: gnu/packages/databases.scm:217 +msgid "" +"MariaDB is a multi-user and multi-threaded SQL database server, designe= d\n" +"as a drop-in replacement of MySQL." +msgstr "" + +#: gnu/packages/databases.scm:237 msgid "Powerful object-relational database system" msgstr "Potenca objekt-rilata datumbaza sistemo" =20 -#: gnu/packages/databases.scm:168 +#: gnu/packages/databases.scm:239 msgid "" "PostgreSQL is a powerful object-relational database system. It is full= y\n" -"ACID compliant, has full support for foreign keys, joins, views, trigge= rs, and\n" +"ACID compliant, has full support for foreign keys, joins, views, trigge= rs, " +"and\n" "stored procedures (in multiple languages). It includes most SQL:2008 d= ata\n" -"types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERV= AL, and\n" +"types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERV= AL, " +"and\n" "TIMESTAMP. It also supports storage of binary large objects, including= \n" "pictures, sounds, or video." msgstr "" =20 -#: gnu/packages/databases.scm:203 +#: gnu/packages/databases.scm:274 msgid "Manipulate plain text files as databases" msgstr "Manipuli simplajn tekst-dosierojn kiel datumbazojn" =20 -#: gnu/packages/databases.scm:205 +#: gnu/packages/databases.scm:276 msgid "" "GNU Recutils is a set of tools and libraries for creating and\n" -"manipulating text-based, human-editable databases. Despite being text-= based,\n" +"manipulating text-based, human-editable databases. Despite being text-= " +"based,\n" "databases created with Recutils carry all of the expected features such= as\n" "unique fields, primary keys, time stamps and more. Many different fiel= d\n" "types are supported, as is encryption." msgstr "" =20 -#: gnu/packages/databases.scm:241 +#: gnu/packages/databases.scm:317 msgid "The SQLite database management system" msgstr "La datumbaza administra sistemo SQLite" =20 -#: gnu/packages/databases.scm:243 +#: gnu/packages/databases.scm:319 msgid "" "SQLite is a software library that implements a self-contained, serverle= ss,\n" "zero-configuration, transactional SQL database engine. SQLite is the m= ost\n" -"widely deployed SQL database engine in the world. The source code for = SQLite\n" +"widely deployed SQL database engine in the world. The source code for = " +"SQLite\n" "is in the public domain." msgstr "" =20 -#: gnu/packages/databases.scm:278 +#: gnu/packages/databases.scm:354 msgid "Trivial database" msgstr "Ordinara datumbazo" =20 -#: gnu/packages/databases.scm:280 +#: gnu/packages/databases.scm:356 msgid "" "TDB is a Trivial Database. In concept, it is very much like GDBM,\n" "and BSD's DB except that it allows multiple simultaneous writers and us= es\n" -"locking internally to keep writers from trampling on each other. TDB i= s also\n" +"locking internally to keep writers from trampling on each other. TDB i= s " +"also\n" "extremely small." msgstr "" =20 -#: gnu/packages/databases.scm:299 +#: gnu/packages/databases.scm:375 msgid "Database independent interface for Perl" msgstr "Datumbaz-sendependa interfaco por Perl" =20 -#: gnu/packages/databases.scm:300 +#: gnu/packages/databases.scm:376 msgid "This package provides an database interface for Perl." msgstr "Tiu =C4=89i pako provizas datumbazan interfacon por Perl." =20 -#: gnu/packages/databases.scm:319 +#: gnu/packages/databases.scm:423 +msgid "Extensible and flexible object <-> relational mapper" +msgstr "" + +#: gnu/packages/databases.scm:424 +msgid "" +"An SQL to OO mapper with an object API inspired by\n" +"Class::DBI (with a compatibility layer as a springboard for porting) an= d a\n" +"resultset API that allows abstract encapsulation of database operations= . " +"It\n" +"aims to make representing queries in your code as perl-ish as possible = " +"while\n" +"still providing access to as many of the capabilities of the database a= s\n" +"possible, including retrieving related records from multiple tables in = a\n" +"single query, \"JOIN\", \"LEFT JOIN\", \"COUNT\", \"DISTINCT\", \"GROUP= BY" +"\",\n" +"\"ORDER BY\" and \"HAVING\" support." +msgstr "" + +#: gnu/packages/databases.scm:454 +msgid "Cursor with built-in caching support" +msgstr "" + +#: gnu/packages/databases.scm:455 +msgid "" +"DBIx::Class::Cursor::Cached provides a cursor class with\n" +"built-in caching support." +msgstr "" + +#: gnu/packages/databases.scm:475 +msgid "Introspect many-to-many relationships" +msgstr "" + +#: gnu/packages/databases.scm:476 +msgid "" +"Because the many-to-many relationships are not real\n" +"relationships, they can not be introspected with DBIx::Class. Many-to-= many\n" +"relationships are actually just a collection of convenience methods " +"installed\n" +"to bridge two relationships. This DBIx::Class component can be used to= " +"store\n" +"all relevant information about these non-relationships so they can late= r be\n" +"introspected and examined." +msgstr "" + +#: gnu/packages/databases.scm:533 +msgid "Create a DBIx::Class::Schema based on a database" +msgstr "" + +#: gnu/packages/databases.scm:534 +msgid "" +"DBIx::Class::Schema::Loader automates the definition of a\n" +"DBIx::Class::Schema by scanning database table definitions and setting = up " +"the\n" +"columns, primary keys, unique constraints and relationships." +msgstr "" + +#: gnu/packages/databases.scm:558 +msgid "DBI PostgreSQL interface" +msgstr "" + +#: gnu/packages/databases.scm:577 msgid "SQlite interface for Perl" msgstr "Interfaco de SQLite por Perl" =20 -#: gnu/packages/databases.scm:320 +#: gnu/packages/databases.scm:578 msgid "" "DBD::SQLite is a Perl DBI driver for SQLite, that includes\n" -"the entire thing in the distribution. So in order to get a fast transa= ction\n" +"the entire thing in the distribution. So in order to get a fast " +"transaction\n" "capable RDBMS working for your Perl project you simply have to install = this\n" "module, and nothing else." msgstr "" =20 -#: gnu/packages/databases.scm:340 +#: gnu/packages/databases.scm:608 +msgid "Generate SQL from Perl data structures" +msgstr "" + +#: gnu/packages/databases.scm:609 +msgid "" +"This module was inspired by the excellent DBIx::Abstract.\n" +"While based on the concepts used by DBIx::Abstract, the concepts used h= ave\n" +"been modified to make the SQL easier to generate from Perl data structu= res.\n" +"The underlying idea is for this module to do what you mean, based on th= e " +"data\n" +"structures you provide it, so that you don't have to modify your code e= very\n" +"time your data changes" +msgstr "" + +#: gnu/packages/databases.scm:638 +msgid "Split SQL code into atomic statements" +msgstr "" + +#: gnu/packages/databases.scm:639 +msgid "" +"This module tries to split any SQL code, even including\n" +"non-standard extensions, into the atomic statements it is composed of." +msgstr "" + +#: gnu/packages/databases.scm:657 +msgid "SQL tokenizer" +msgstr "" + +#: gnu/packages/databases.scm:658 +msgid "" +"SQL::Tokenizer is a tokenizer for SQL queries. It does not\n" +"claim to be a parser or query verifier. It just creates sane tokens fr= om a\n" +"valid SQL query." +msgstr "" + +#: gnu/packages/databases.scm:675 msgid "Data source abstraction library" msgstr "Datumar-fonta abstrakta biblioteko" =20 -#: gnu/packages/databases.scm:341 +#: gnu/packages/databases.scm:676 msgid "" "Unixodbc is a library providing an API with which to access\n" -"data sources. Data sources include SQL Servers and any software with a= n ODBC\n" +"data sources. Data sources include SQL Servers and any software with a= n " +"ODBC\n" "Driver." msgstr "" =20 -#: gnu/packages/games.scm:95 +#: gnu/packages/databases.scm:700 +msgid "In-memory key/value and document store" +msgstr "" + +#: gnu/packages/databases.scm:702 +msgid "" +"UnQLite is an in-process software library which implements a\n" +"self-contained, serverless, zero-configuration, transactional NoSQL\n" +"database engine. UnQLite is a document store database similar to\n" +"MongoDB, Redis, CouchDB, etc. as well as a standard Key/Value store\n" +"similar to BerkelyDB, LevelDB, etc." +msgstr "" + +#: gnu/packages/debug.scm:71 +msgid "Heuristical file minimizer" +msgstr "" + +#: gnu/packages/debug.scm:73 +msgid "" +"Delta assists you in minimizing \"interesting\" files subject to a test= \n" +"of their interestingness. A common such situation is when attempting t= o\n" +"isolate a small failure-inducing substring of a large input that causes= " +"your\n" +"program to exhibit a bug." +msgstr "" + +#: gnu/packages/debug.scm:132 +msgid "Reducer for interesting code" +msgstr "" + +#: gnu/packages/debug.scm:134 +msgid "" +"C-Reduce is a tool that takes a large C or C++ program that has a\n" +"property of interest (such as triggering a compiler bug) and automatica= lly\n" +"produces a much smaller C/C++ program that has the same property. It i= s\n" +"intended for use by people who discover and report bugs in compilers an= d " +"other\n" +"tools that process C/C++ code." +msgstr "" + +#: gnu/packages/dejagnu.scm:78 +msgid "GNU software testing framework" +msgstr "" + +#: gnu/packages/dejagnu.scm:80 +msgid "" +"DejaGnu is a framework for testing software. In effect, it serves as\n= " +"a front-end for all tests written for a program. Thus, each program ca= n " +"have\n" +"multiple test suites, which are then all managed by a single harness." +msgstr "" + +#: gnu/packages/feh.scm:53 +msgid "Fast and light imlib2-based image viewer" +msgstr "" + +#: gnu/packages/feh.scm:55 +msgid "" +"feh is an X11 image viewer aimed mostly at console users.\n" +"Unlike most other viewers, it does not have a fancy GUI, but simply\n" +"displays images. It can also be used to set the desktop wallpaper.\n" +"It is controlled via commandline arguments and configurable key/mouse\n= " +"actions." +msgstr "" + +#: gnu/packages/games.scm:100 msgid "Backgammon game" msgstr "Triktrako (Bakgamono)" =20 -#: gnu/packages/games.scm:96 +#: gnu/packages/games.scm:101 msgid "" "The GNU backgammon application can be used for playing, analyzing and\n= " -"teaching the game. It has an advanced evaluation engine based on artif= icial\n" +"teaching the game. It has an advanced evaluation engine based on " +"artificial\n" "neural networks suitable for both beginners and advanced players. In\n= " "addition to a command-line interface, it also features an attractive, 3= D\n" "representation of the playing board." msgstr "" =20 -#: gnu/packages/games.scm:125 +#: gnu/packages/games.scm:130 msgid "3d Rubik's cube game" msgstr "3D Rubika kubo" =20 -#: gnu/packages/games.scm:127 +#: gnu/packages/games.scm:132 msgid "" "GNUbik is a puzzle game in which you must manipulate a cube to make\n" "each of its faces have a uniform color. The game is customizable, allo= wing\n" -"you to set the size of the cube (the default is 3x3) or to change the c= olors.\n" +"you to set the size of the cube (the default is 3x3) or to change the " +"colors.\n" "You may even apply photos to the faces instead of colors. The game is\= n" "scriptable with Guile." msgstr "" =20 -#: gnu/packages/games.scm:189 +#: gnu/packages/games.scm:194 msgid "GNU/Linux port of the indie game \"l'Abbaye des Morts\"" msgstr "Pordo GNU/Linux de la sendependa ludo \"l'Abbaye des Morts\"" =20 -#: gnu/packages/games.scm:190 +#: gnu/packages/games.scm:195 msgid "" "L'Abbaye des Morts is a 2D platform game set in 13th century\n" "France. The Cathars, who preach about good Christian beliefs, were bei= ng\n" -"expelled by the Catholic Church out of the Languedoc region in France. = One of\n" -"them, called Jean Raymond, found an old church in which to hide, not kn= owing\n" +"expelled by the Catholic Church out of the Languedoc region in France. = One " +"of\n" +"them, called Jean Raymond, found an old church in which to hide, not " +"knowing\n" "that beneath its ruins lay buried an ancient evil." msgstr "" =20 -#: gnu/packages/games.scm:233 +#: gnu/packages/games.scm:238 msgid "Lemmings clone" msgstr "Klono de 'Lemmings'" =20 -#: gnu/packages/games.scm:235 +#: gnu/packages/games.scm:240 msgid "" "Pingus is a free Lemmings-like puzzle game in which the player takes\n" "command of a bunch of small animals and has to guide them through level= s.\n" "Since the animals walk on their own, the player can only influence them= by\n" -"giving them commands, like build a bridge, dig a hole, or redirect all = animals\n" +"giving them commands, like build a bridge, dig a hole, or redirect all = " +"animals\n" "in the other direction. Multiple such commands are necessary to reach = the\n" "level's exit. The game is presented in a 2D side view." msgstr "" =20 -#: gnu/packages/games.scm:257 +#: gnu/packages/games.scm:262 msgid "Convert English text to humorous dialects" msgstr "Konverti anglajn tekstojn al humuraj dialekta=C4=B5oj" =20 -#: gnu/packages/games.scm:258 +#: gnu/packages/games.scm:263 msgid "" "The GNU Talk Filters are programs that convert English text\n" -"into stereotyped or otherwise humorous dialects. The filters are provi= ded as\n" +"into stereotyped or otherwise humorous dialects. The filters are provi= ded " +"as\n" "a C library, so they can easily be integrated into other programs." msgstr "" =20 -#: gnu/packages/games.scm:290 +#: gnu/packages/games.scm:295 msgid "Simulate the display from \"The Matrix\"" msgstr "Simuli la ekranon el \"The Matrix\"" =20 -#: gnu/packages/games.scm:291 +#: gnu/packages/games.scm:296 msgid "" "CMatrix simulates the display from \"The Matrix\" and is\n" "based on the screensaver from the movie's website. It works with termi= nal\n" @@ -524,140 +981,138 @@ msgid "" "asynchronously and at a user-defined speed." msgstr "" =20 -#: gnu/packages/games.scm:311 +#: gnu/packages/games.scm:316 msgid "Full chess implementation" msgstr "Kompleta realigo de =C5=9Dako" =20 -#: gnu/packages/games.scm:312 +#: gnu/packages/games.scm:317 msgid "" "GNU Chess is a chess engine. It allows you to compete\n" -"against the computer in a game of chess, either through the default ter= minal\n" +"against the computer in a game of chess, either through the default " +"terminal\n" "interface or via an external visual interface such as GNU XBoard." msgstr "" =20 -#: gnu/packages/games.scm:340 +#: gnu/packages/games.scm:345 msgid "Twisted adventures of young pig farmer Dink Smallwood" msgstr "Frenezaj aventuroj de la juna pork-bredisto Dink Smallwood" =20 -#: gnu/packages/games.scm:342 +#: gnu/packages/games.scm:347 msgid "" "GNU FreeDink is a free and portable re-implementation of the engine\n" -"for the role-playing game Dink Smallwood. It supports not only the ori= ginal\n" +"for the role-playing game Dink Smallwood. It supports not only the " +"original\n" "game data files but it also supports user-produced game mods or \"D-Mod= s\".\n" "To that extent, it also includes a front-end for managing all of your D= -Mods." msgstr "" =20 -#: gnu/packages/games.scm:364 +#: gnu/packages/games.scm:369 msgid "Game data for GNU Freedink" msgstr "Ludo-datumaro por GNU Freedink" =20 -#: gnu/packages/games.scm:366 +#: gnu/packages/games.scm:371 msgid "This package contains the game data of GNU Freedink." msgstr "Tiu =C4=89i pako enhavas ludan datumaron por GNU Freedink." =20 -#: gnu/packages/games.scm:427 +#: gnu/packages/games.scm:423 msgid "Graphical user interface for chess programs" msgstr "Grafikinterfacon por =C5=9Dak-programarojn" =20 -#: gnu/packages/games.scm:428 +#: gnu/packages/games.scm:424 msgid "" "GNU XBoard is a graphical board for all varieties of chess,\n" -"including international chess, xiangqi (Chinese chess), shogi (Japanese= chess)\n" -"and Makruk. Several lesser-known variants are also supported. It pres= ents a\n" +"including international chess, xiangqi (Chinese chess), shogi (Japanese= " +"chess)\n" +"and Makruk. Several lesser-known variants are also supported. It pres= ents " +"a\n" "fully interactive graphical interface and it can load and save games in= the\n" "Portable Game Notation." msgstr "" =20 -#: gnu/packages/games.scm:481 +#: gnu/packages/games.scm:477 msgid "Ball and paddle game" msgstr "Ludo kun pilko kaj padelo" =20 -#: gnu/packages/games.scm:482 +#: gnu/packages/games.scm:478 msgid "" "XBoing is a blockout type game where you have a paddle which\n" "you control to bounce a ball around the game zone destroying blocks wit= h a\n" -"proton ball. Each block carries a different point value. The more blo= cks you\n" +"proton ball. Each block carries a different point value. The more blo= cks " +"you\n" "destroy, the better your score. The person with the highest score wins= ." msgstr "" =20 -#: gnu/packages/games.scm:514 +#: gnu/packages/games.scm:510 msgid "Typing tutor" msgstr "Instruilo por tajpado" =20 -#: gnu/packages/games.scm:516 +#: gnu/packages/games.scm:512 msgid "" "GNU Typist is a universal typing tutor. It can be used to learn and\n" "practice touch-typing. Several tutorials are included; in addition to\= n" "tutorials for the standard QWERTY layout, there are also tutorials for = the\n" -"alternative layouts Dvorak and Colemak, as well as for the numpad. Tut= orials\n" +"alternative layouts Dvorak and Colemak, as well as for the numpad. " +"Tutorials\n" "are primarily in English, however some in other languages are provided.= " msgstr "" =20 -#: gnu/packages/games.scm:541 -msgid "3D audio API" -msgstr "3D-sona API" - -#: gnu/packages/games.scm:543 -msgid "" -"OpenAL provides capabilities for playing audio in a virtual 3D\n" -"environment. Distance attenuation, doppler shift, and directional soun= d\n" -"emitters are among the features handled by the API. More advanced effe= cts,\n" -"including air absorption, occlusion, and environmental reverb, are avai= lable\n" -"through the EFX extension. It also facilitates streaming audio, multi-= channel\n" -"buffers, and audio capture." -msgstr "" - -#: gnu/packages/games.scm:598 +#: gnu/packages/games.scm:565 msgid "3D game engine written in C++" msgstr "3D-luda ma=C5=9Dino verkita en C++" =20 -#: gnu/packages/games.scm:600 +#: gnu/packages/games.scm:567 msgid "" "The Irrlicht Engine is a high performance realtime 3D engine written in= \n" -"C++. Features include an OpenGL renderer, extensible materials, scene = graph\n" -"management, character animation, particle and other special effects, su= pport\n" +"C++. Features include an OpenGL renderer, extensible materials, scene = " +"graph\n" +"management, character animation, particle and other special effects, " +"support\n" "for common mesh file formats, and collision detection." msgstr "" =20 -#: gnu/packages/games.scm:641 +#: gnu/packages/games.scm:609 msgid "Main game data for the Minetest game engine" msgstr "Datumaro de =C4=89efa ludo por la lud-ma=C5=9Dino Minetest" =20 -#: gnu/packages/games.scm:643 +#: gnu/packages/games.scm:611 msgid "Game data for the Minetest infinite-world block sandox game." msgstr "" =20 -#: gnu/packages/games.scm:705 +#: gnu/packages/games.scm:663 msgid "Infinite-world block sandbox game" msgstr "Senlima-monda bloka sablo-skatola ludo" =20 -#: gnu/packages/games.scm:707 +#: gnu/packages/games.scm:665 msgid "" "Minetest is a sandbox construction game. Players can create and destro= y\n" "various types of blocks in a three-dimensional open world. This allows= \n" -"forming structures in every possible creation, on multiplayer servers o= r as a\n" -"single player. Mods and texture packs allow players to personalize the= game\n" +"forming structures in every possible creation, on multiplayer servers o= r as " +"a\n" +"single player. Mods and texture packs allow players to personalize the= " +"game\n" "in different ways." msgstr "" =20 -#: gnu/packages/games.scm:746 +#: gnu/packages/games.scm:704 msgid "Curses Implementation of the Glk API" msgstr "Realigo curses de la API Glk" =20 -#: gnu/packages/games.scm:748 +#: gnu/packages/games.scm:706 msgid "" "Glk defines a portable API for applications with text UIs. It was\n" -"primarily designed for interactive fiction, but it should be suitable f= or many\n" +"primarily designed for interactive fiction, but it should be suitable f= or " +"many\n" "interactive text utilities, particularly those based on a command line.= \n" -"This is an implementation of the Glk library which runs in a terminal w= indow,\n" +"This is an implementation of the Glk library which runs in a terminal " +"window,\n" "using the curses.h library for screen control." msgstr "" =20 -#: gnu/packages/games.scm:785 +#: gnu/packages/games.scm:743 msgid "Interpreter for Glulx VM" msgstr "Interpretilo por Glulx VM" =20 -#: gnu/packages/games.scm:787 +#: gnu/packages/games.scm:745 msgid "" "Glulx is a 32-bit portable virtual machine intended for writing and\n" "playing interactive fiction. It was designed by Andrew Plotkin to reli= eve\n" @@ -665,39 +1120,106 @@ msgid "" "reference interpreter, using Glk API." msgstr "" =20 -#: gnu/packages/games.scm:837 +#: gnu/packages/games.scm:781 +msgid "Z-machine interpreter" +msgstr "" + +#: gnu/packages/games.scm:783 +msgid "" +"Fizmo is a console-based Z-machine interpreter. It is used to play\n" +"interactive ficiton, also known as textadventures, which were implement= ed\n" +"either by Infocom or created using the Inform compiler." +msgstr "" + +#: gnu/packages/games.scm:833 msgid "Reference frontend for the libretro API" msgstr "Referenca fasono por la API libretro" =20 -#: gnu/packages/games.scm:839 +#: gnu/packages/games.scm:835 msgid "" "Libretro is a simple but powerful development interface that allows for= \n" -"the easy creation of emulators, games and multimedia applications that = can plug\n" +"the easy creation of emulators, games and multimedia applications that = can " +"plug\n" "straight into any libretro-compatible frontend. RetroArch is the offic= ial\n" -"reference frontend for the libretro API, currently used by most as a mo= dular\n" +"reference frontend for the libretro API, currently used by most as a " +"modular\n" "multi-system game/emulator system." msgstr "" =20 -#: gnu/packages/gcc.scm:279 +#: gnu/packages/games.scm:855 +msgid "Play the game of Go" +msgstr "" + +#: gnu/packages/games.scm:856 +msgid "" +"GNU Go is a program that plays the game of Go, in which\n" +"players place stones on a grid to form territory or capture other stone= s.\n" +"While it can be played directly from the terminal, rendered in ASCII\n" +"characters, it is also possible to play GNU Go with 3rd party graphical= \n" +"interfaces or even in Emacs. It supports the standard game storage for= mat\n" +"(SGF, Smart Game Format) and inter-process communication format (GMP, G= o\n" +"Modem Protocol)." +msgstr "" + +#: gnu/packages/games.scm:906 +msgid "High speed arctic racing game based on Tux Racer" +msgstr "" + +#: gnu/packages/games.scm:908 +msgid "" +"Extreme Tux Racer, or etracer as it is called for short, is\n" +"a simple OpenGL racing game featuring Tux, the Linux mascot. The goal = of " +"the\n" +"game is to slide down a snow- and ice-covered mountain as quickly as " +"possible,\n" +"avoiding the trees and rocks that will slow you down.\n" +"\n" +"Collect herrings and other goodies while sliding down the hill, but avo= id " +"fish\n" +"bones.\n" +"\n" +"This game is based on the GPL version of the famous game TuxRacer." +msgstr "" + +#: gnu/packages/games.scm:946 +msgid "Game of jumping to the next floor, trying not to fall" +msgstr "" + +#: gnu/packages/games.scm:948 +msgid "" +"GNUjump is a simple, yet addictive game in which you must jump from\n" +"platform to platform to avoid falling, while the platforms drop at fast= er " +"rates\n" +"the higher you go. The game features multiplayer, unlimited FPS, smoot= h " +"floor\n" +"falling, themeable graphics and sounds, and replays." +msgstr "" + +#: gnu/packages/gcc.scm:298 msgid "GNU Compiler Collection" msgstr "GNU-a kompila kolekto" =20 -#: gnu/packages/gcc.scm:281 +#: gnu/packages/gcc.scm:300 msgid "" "GCC is the GNU Compiler Collection. It provides compiler front-ends\n" -"for several languages, including C, C++, Objective-C, Fortran, Java, Ad= a, and\n" +"for several languages, including C, C++, Objective-C, Fortran, Java, Ad= a, " +"and\n" "Go. It also includes runtime support libraries for these languages." msgstr "" =20 -#: gnu/packages/gcc.scm:364 -msgid "Manipulating sets and relations of integer points bounded by line= ar constraints" -msgstr "Manipulo de aroj kaj rilatoj de entjeraj punktoj ligataj per lin= earaj limigoj" +#: gnu/packages/gcc.scm:503 +msgid "" +"Manipulating sets and relations of integer points bounded by linear " +"constraints" +msgstr "" +"Manipulo de aroj kaj rilatoj de entjeraj punktoj ligataj per linearaj l= imigoj" =20 -#: gnu/packages/gcc.scm:367 +#: gnu/packages/gcc.scm:506 msgid "" "isl is a library for manipulating sets and relations of integer points\= n" "bounded by linear constraints. Supported operations on sets include\n" -"intersection, union, set difference, emptiness check, convex hull, (int= eger)\n" +"intersection, union, set difference, emptiness check, convex hull, " +"(integer)\n" "affine hull, integer projection, computing the lexicographic minimum us= ing\n" "parametric integer programming, coalescing and parametric vertex\n" "enumeration. It also includes an ILP solver based on generalized basis= \n" @@ -705,11 +1227,11 @@ msgid "" "dependence analysis and bounds on piecewise step-polynomials." msgstr "" =20 -#: gnu/packages/gcc.scm:399 +#: gnu/packages/gcc.scm:538 msgid "Library to generate code for scanning Z-polyhedra" msgstr "Biblioteko por krei kodumaron por skani Z-pluredrojn" =20 -#: gnu/packages/gcc.scm:401 +#: gnu/packages/gcc.scm:540 msgid "" "CLooG is a free software library to generate code for scanning\n" "Z-polyhedra. That is, it finds a code (e.g., in C, FORTRAN...) that\n" @@ -724,80 +1246,112 @@ msgid "" "effective code." msgstr "" =20 -#: gnu/packages/gettext.scm:74 +#: gnu/packages/geeqie.scm:49 +msgid "Library and command-line utility to manage image metadata" +msgstr "" + +#: gnu/packages/geeqie.scm:51 +msgid "" +"Exiv2 is a C++ library and a command line utility to manage image\n" +"metadata. It provides fast and easy read and write access to the Exif,= " +"IPTC\n" +"and XMP metadata of images in various formats." +msgstr "" + +#: gnu/packages/geeqie.scm:82 +msgid "Lightweight GTK+ based image viewer" +msgstr "" + +#: gnu/packages/geeqie.scm:84 +msgid "" +"Geeqie is a lightweight GTK+ based image viewer for Unix like operating= \n" +"systems. It features: EXIF, IPTC and XMP metadata browsing and editing= \n" +"interoperability; easy integration with other software; geeqie works on= " +"files\n" +"and directories, there is no need to import images; fast preview for ma= ny " +"raw\n" +"image formats; tools for image comparison, sorting and managing photo\n= " +"collection. Geeqie was initially based on GQview." +msgstr "" + +#: gnu/packages/gettext.scm:86 msgid "Tools and documentation for translation" msgstr "Iloj kaj dokumentado por tradukado" =20 -#: gnu/packages/gettext.scm:76 +#: gnu/packages/gettext.scm:88 msgid "" "GNU Gettext is a package providing a framework for translating the\n" -"textual output of programs into multiple languages. It provides transl= ators\n" +"textual output of programs into multiple languages. It provides " +"translators\n" "with the means to create message catalogs, as well as an Emacs mode to = work\n" "with them, and a runtime library to load translated messages from the\n= " "catalogs. Nearly all GNU packages use Gettext." msgstr "" =20 -#: gnu/packages/gnuzilla.scm:81 +#: gnu/packages/gnuzilla.scm:85 msgid "Mozilla javascript engine" msgstr "=C4=B4avaskripta ma=C5=9Dino de Mozilla" =20 -#: gnu/packages/gnuzilla.scm:82 +#: gnu/packages/gnuzilla.scm:86 msgid "" "SpiderMonkey is Mozilla's JavaScript engine written\n" "in C/C++." msgstr "" =20 -#: gnu/packages/gnuzilla.scm:113 +#: gnu/packages/gnuzilla.scm:118 msgid "Netscape API for system level and libc-like functions" msgstr "Netscape API por sistem-nivelaj kaj libc-similaj funkcioj" =20 -#: gnu/packages/gnuzilla.scm:114 +#: gnu/packages/gnuzilla.scm:119 msgid "" "Netscape Portable Runtime (NSPR) provides a\n" "platform-neutral API for system level and libc-like functions. It is u= sed\n" "in the Mozilla clients." msgstr "" =20 -#: gnu/packages/gnuzilla.scm:204 +#: gnu/packages/gnuzilla.scm:216 msgid "Network Security Services" msgstr "Network Security Services" =20 -#: gnu/packages/gnuzilla.scm:206 +#: gnu/packages/gnuzilla.scm:218 msgid "" "Network Security Services (NSS) is a set of libraries designed to suppo= rt\n" -"cross-platform development of security-enabled client and server applic= ations.\n" -"Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PK= CS #7,\n" +"cross-platform development of security-enabled client and server " +"applications.\n" +"Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PK= CS " +"#7,\n" "PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security\n= " "standards." msgstr "" =20 -#: gnu/packages/gnuzilla.scm:332 +#: gnu/packages/gnuzilla.scm:347 msgid "Entirely free browser derived from Mozilla Firefox" msgstr "Tute libera foliumilo derivita de Mozilla Firefox" =20 -#: gnu/packages/gnuzilla.scm:334 +#: gnu/packages/gnuzilla.scm:349 msgid "" "IceCat is the GNU version of the Firefox browser. It is entirely free\= n" "software, which does not recommend non-free plugins and addons. It als= o\n" "features built-in privacy-protecting features." msgstr "" =20 -#: gnu/packages/gtk.scm:65 +#: gnu/packages/gtk.scm:78 msgid "GNOME accessibility toolkit" msgstr "Alireca ilaro de GNOME" =20 -#: gnu/packages/gtk.scm:67 +#: gnu/packages/gtk.scm:80 msgid "" "ATK provides the set of accessibility interfaces that are implemented\n= " -"by other toolkits and applications. Using the ATK interfaces, accessib= ility\n" +"by other toolkits and applications. Using the ATK interfaces, " +"accessibility\n" "tools have full access to view and control running applications." msgstr "" =20 -#: gnu/packages/gtk.scm:105 +#: gnu/packages/gtk.scm:119 msgid "2D graphics library" msgstr "2D-bildiga biblioteko" =20 -#: gnu/packages/gtk.scm:107 +#: gnu/packages/gtk.scm:121 msgid "" "Cairo is a 2D graphics library with support for multiple output devices= .\n" "Currently supported output targets include the X Window System (via bot= h\n" @@ -809,89 +1363,103 @@ msgid "" "eg. through the X Render Extension).\n" "\n" "The cairo API provides operations similar to the drawing operators of\n= " -"PostScript and PDF. Operations in cairo including stroking and filling= cubic\n" +"PostScript and PDF. Operations in cairo including stroking and filling= " +"cubic\n" "B=C3=A9zier splines, transforming and compositing translucent images, a= nd\n" -"antialiased text rendering. All drawing operations can be transformed = by any\n" +"antialiased text rendering. All drawing operations can be transformed = by " +"any\n" "affine transformation (scale, rotation, shear, etc.)" msgstr "" =20 -#: gnu/packages/gtk.scm:145 +#: gnu/packages/gtk.scm:163 msgid "OpenType text shaping engine" msgstr "Teksto-formiga ma=C5=9Dino OpenType" =20 -#: gnu/packages/gtk.scm:147 +#: gnu/packages/gtk.scm:165 msgid "HarfBuzz is an OpenType text shaping engine." msgstr "HarfBuzz estas tekst-formiga ma=C5=9Dino OpenType." =20 -#: gnu/packages/gtk.scm:178 +#: gnu/packages/gtk.scm:196 msgid "GNOME text and font handling library" msgstr "Biblioteko de GNOME por traktado de teksto kaj tiparo" =20 -#: gnu/packages/gtk.scm:180 +#: gnu/packages/gtk.scm:198 msgid "" "Pango is the core text and font handling library used in GNOME\n" "applications. It has extensive support for the different writing syste= ms\n" "used throughout the world." msgstr "" =20 -#: gnu/packages/gtk.scm:206 +#: gnu/packages/gtk.scm:224 msgid "Obsolete pango functions" msgstr "Malrekomendindaj funkcioj de Pango" =20 -#: gnu/packages/gtk.scm:207 +#: gnu/packages/gtk.scm:225 msgid "" "Pangox was a X backend to pango. It is now obsolete and no\n" "longer provided by recent pango releases. pangox-compat provides the\n= " "functions which were removed." msgstr "" =20 -#: gnu/packages/gtk.scm:258 +#: gnu/packages/gtk.scm:259 +msgid "GTK+ widget for interactive graph-like environments" +msgstr "" + +#: gnu/packages/gtk.scm:261 +msgid "" +"Ganv is an interactive GTK+ widget for interactive =E2=80=9Cboxes and l= ines=E2=80=9D or\n" +"graph-like environments, e.g. modular synths or finite state machine\n" +"diagrams." +msgstr "" + +#: gnu/packages/gtk.scm:311 msgid "Widget that extends the standard GTK+ 2.x 'GtkTextView' widget" msgstr "Fenestra=C4=B5o kiu pliri=C4=89igas la ordinaran 'GtkTextView' = de GTK+ 2.x" =20 -#: gnu/packages/gtk.scm:260 +#: gnu/packages/gtk.scm:313 msgid "" "GtkSourceView is a portable C library that extends the standard GTK+\n" "framework for multiline text editing with support for configurable synt= ax\n" -"highlighting, unlimited undo/redo, search and replace, a completion fra= mework,\n" +"highlighting, unlimited undo/redo, search and replace, a completion " +"framework,\n" "printing and other features typical of a source code editor." msgstr "" =20 -#: gnu/packages/gtk.scm:290 +#: gnu/packages/gtk.scm:346 msgid "GNOME image loading and manipulation library" msgstr "Biblioteko de GNOME por =C5=9Dargi kaj manipuli bildojn" =20 -#: gnu/packages/gtk.scm:292 +#: gnu/packages/gtk.scm:348 msgid "" "GdkPixbuf is a library for image loading and manipulation developed\n" "in the GNOME project." msgstr "" =20 -#: gnu/packages/gtk.scm:320 +#: gnu/packages/gtk.scm:389 msgid "Assistive Technology Service Provider Interface, core components" msgstr "'Asista Teknologia Serv-Provizila Interfaco', =C4=89efaj element= oj" =20 -#: gnu/packages/gtk.scm:322 +#: gnu/packages/gtk.scm:391 msgid "" "The Assistive Technology Service Provider Interface, core components,\n= " "is part of the GNOME accessibility project." msgstr "" =20 -#: gnu/packages/gtk.scm:349 +#: gnu/packages/gtk.scm:423 msgid "Assistive Technology Service Provider Interface, ATK bindings" msgstr "'Asista Teknologia Serv-Provizila Interfaco', bindoj de ATK" =20 -#: gnu/packages/gtk.scm:351 +#: gnu/packages/gtk.scm:425 msgid "" "The Assistive Technology Service Provider Interface\n" "is part of the GNOME accessibility project." msgstr "" =20 -#: gnu/packages/gtk.scm:387 +#: gnu/packages/gtk.scm:477 msgid "Cross-platform toolkit for creating graphical user interfaces" msgstr "Plursistema ilaro por krei grafik-uzantajn interfacojn" =20 -#: gnu/packages/gtk.scm:389 +#: gnu/packages/gtk.scm:479 msgid "" "GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating\n" "graphical user interfaces. Offering a complete set of widgets, GTK+ is= \n" @@ -899,11 +1467,11 @@ msgid "" "application suites." msgstr "" =20 -#: gnu/packages/gtk.scm:494 +#: gnu/packages/gtk.scm:605 msgid "Cairo bindings for GNU Guile" msgstr "Bindoj de Cairo por GNU Guile" =20 -#: gnu/packages/gtk.scm:496 +#: gnu/packages/gtk.scm:607 msgid "" "Guile-Cairo wraps the Cairo graphics library for Guile Scheme.\n" "Guile-Cairo is complete, wrapping almost all of the Cairo API. It is A= PI\n" @@ -913,91 +1481,112 @@ msgid "" "exceptions, macros, and a dynamic programming environment." msgstr "" =20 -#: gnu/packages/gtk.scm:531 +#: gnu/packages/gtk.scm:642 msgid "C++ bindings to the Cairo 2D graphics library" msgstr "Bindoj de C++ por la 2D-grafika biblioteko Cairo" =20 -#: gnu/packages/gtk.scm:533 +#: gnu/packages/gtk.scm:644 msgid "" "Cairomm provides a C++ programming interface to the Cairo 2D graphics\n= " "library." msgstr "" =20 -#: gnu/packages/gtk.scm:557 +#: gnu/packages/gtk.scm:668 msgid "C++ interface to the Pango text rendering library" msgstr "Interfaco C++ por la tekst-bildiga biblioteko Pango" =20 -#: gnu/packages/gtk.scm:559 +#: gnu/packages/gtk.scm:670 msgid "" "Pangomm provides a C++ programming interface to the Pango text renderin= g\n" "library." msgstr "" =20 -#: gnu/packages/gtk.scm:580 +#: gnu/packages/gtk.scm:691 msgid "C++ interface to the ATK accessibility library" msgstr "Interfaco C++ por la alirebla biblioteko ATK" =20 -#: gnu/packages/gtk.scm:582 +#: gnu/packages/gtk.scm:693 msgid "" "ATKmm provides a C++ programming interface to the ATK accessibility\n" "toolkit." msgstr "" =20 -#: gnu/packages/gtk.scm:608 +#: gnu/packages/gtk.scm:719 msgid "C++ interface to the GTK+ graphical user interface library" msgstr "Interfaco C++ por la grafik-uzanta interfaca biblioteko GTK+" =20 -#: gnu/packages/gtk.scm:610 +#: gnu/packages/gtk.scm:721 msgid "" "gtkmm is the official C++ interface for the popular GUI library GTK+.\n= " -"Highlights include typesafe callbacks, and a comprehensive set of widge= ts that\n" -"are easily extensible via inheritance. You can create user interfaces = either\n" -"in code or with the Glade User Interface designer, using libglademm. T= here's\n" +"Highlights include typesafe callbacks, and a comprehensive set of widge= ts " +"that\n" +"are easily extensible via inheritance. You can create user interfaces = " +"either\n" +"in code or with the Glade User Interface designer, using libglademm. " +"There's\n" "extensive documentation, including API reference and a tutorial." msgstr "" =20 -#: gnu/packages/gtk.scm:672 +#: gnu/packages/gtk.scm:777 msgid "Python bindings for cairo" msgstr "Bindoj de Python por Cairo" =20 -#: gnu/packages/gtk.scm:674 +#: gnu/packages/gtk.scm:779 msgid "Pycairo is a set of Python bindings for the Cairo graphics librar= y." msgstr "" =20 -#: gnu/packages/gtk.scm:736 +#: gnu/packages/gtk.scm:853 msgid "Python bindings for GTK+" msgstr "Bindoj de Python por GTK+" =20 -#: gnu/packages/gtk.scm:738 +#: gnu/packages/gtk.scm:855 msgid "" "PyGTK allows you to write full featured GTK programs in Python. It is\= n" "targetted at GTK 2.x, and can be used in conjunction with gnome-python = to\n" "write GNOME applications." msgstr "" =20 -#: gnu/packages/guile.scm:99 gnu/packages/guile.scm:166 +#: gnu/packages/gtk.scm:886 +msgid "Library for minimalistic gtk+3 user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:887 +msgid "" +"Girara is a library that implements a user interface that\n" +"focuses on simplicity and minimalism. Currently based on GTK+, a\n" +"cross-platform widget toolkit, it provides an interface that focuses on= " +"three\n" +"main components: a so-called view widget that represents the actual\n" +"application, an input bar that is used to execute commands of the\n" +"application and the status bar which provides the user with current\n" +"information." +msgstr "" + +#: gnu/packages/guile.scm:106 gnu/packages/guile.scm:173 msgid "Scheme implementation intended especially for extensions" msgstr "Realigo de Scheme celata speciale por aldonoj" =20 -#: gnu/packages/guile.scm:101 gnu/packages/guile.scm:168 +#: gnu/packages/guile.scm:108 gnu/packages/guile.scm:175 msgid "" "Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" "official extension language of the GNU system. It is an implementation= of\n" "the Scheme language which can be easily embedded in other applications = to\n" -"provide a convenient means of extending the functionality of the applic= ation\n" +"provide a convenient means of extending the functionality of the " +"application\n" "without requiring the source code to be rewritten." msgstr "" =20 -#: gnu/packages/guile.scm:211 +#: gnu/packages/guile.scm:248 msgid "Framework for building readers for GNU Guile" msgstr "Framo por konstrui legilojn por GNU Guile" =20 -#: gnu/packages/guile.scm:213 +#: gnu/packages/guile.scm:250 msgid "" "Guile-Reader is a simple framework for building readers for GNU Guile.\= n" "\n" "The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" -"procedure. Readers supporting various syntax variants can easily be wr= itten,\n" +"procedure. Readers supporting various syntax variants can easily be " +"written,\n" "possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" "readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-= derived\n" "document syntax.\n" @@ -1007,11 +1596,11 @@ msgid "" "many readers as needed)." msgstr "" =20 -#: gnu/packages/guile.scm:275 +#: gnu/packages/guile.scm:303 msgid "Guile bindings to ncurses" msgstr "Bindoj de Guile por ncurses" =20 -#: gnu/packages/guile.scm:277 +#: gnu/packages/guile.scm:305 msgid "" "guile-ncurses provides Guile language bindings for the ncurses\n" "library." @@ -1019,23 +1608,24 @@ msgstr "" "guile-ncurses provizas lingvo-bindojn de Guile por la biblioteko\n" "ncurses." =20 -#: gnu/packages/guile.scm:297 +#: gnu/packages/guile.scm:325 msgid "Run jobs at scheduled times" msgstr "Lan=C4=89i taskojn je anta=C5=ADplanitaj horoj" =20 -#: gnu/packages/guile.scm:299 +#: gnu/packages/guile.scm:327 msgid "" "GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" -"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten in\n" +"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten " +"in\n" "Guile, so its configuration can be written in Scheme; the original cron= \n" "format is also supported." msgstr "" =20 -#: gnu/packages/guile.scm:327 +#: gnu/packages/guile.scm:355 msgid "Collection of useful Guile Scheme modules" msgstr "Aro da utilaj moduloj de Guile Scheme" =20 -#: gnu/packages/guile.scm:329 +#: gnu/packages/guile.scm:357 msgid "" "Guile-Lib is intended as an accumulation place for pure-scheme Guile\n" "modules, allowing for people to cooperate integrating their generic Gui= le\n" @@ -1043,11 +1633,11 @@ msgid "" "for Guile\"." msgstr "" =20 -#: gnu/packages/guile.scm:360 +#: gnu/packages/guile.scm:388 msgid "JSON module for Guile" msgstr "Modulo JSON por Guile" =20 -#: gnu/packages/guile.scm:362 +#: gnu/packages/guile.scm:390 msgid "" "Guile-json supports parsing and building JSON documents according to th= e\n" "http:://json.org specification. These are the main features:\n" @@ -1057,21 +1647,80 @@ msgid "" "- Allows JSON pretty printing." msgstr "" =20 -#: gnu/packages/image.scm:59 +#: gnu/packages/guile.scm:460 +msgid "miniKanren declarative logic system, packaged for Guile" +msgstr "" + +#: gnu/packages/guile.scm:462 +msgid "" +"MiniKanren is a relational programming extension to the Scheme\n" +"programming Language, written as a smaller version of Kanren suitable f= or\n" +"pedagogical purposes. It is featured in the book, The Reasoned Schemer= ,\n" +"written by Dan Friedman, William Byrd, and Oleg Kiselyov.\n" +"\n" +"This is Ian Price's r6rs packaged version of miniKranen, which deviates= \n" +"slightly from miniKanren mainline.\n" +"\n" +"See http://minikanren.org/ for more on miniKanren generally." +msgstr "" + +#: gnu/packages/guile.scm:532 +msgid "Guile bindings to the GDBM library via Guile's FFI" +msgstr "" + +#: gnu/packages/guile.scm:534 +msgid "" +"Guile bindings to the GDBM key-value storage system, using\n" +"Guile's foreign function interface." +msgstr "" + +#: gnu/packages/imagemagick.scm:86 +msgid "Create, edit, compose, or convert bitmap images" +msgstr "Krei, redakti, kunmeti, a=C5=AD konverti bitmapajn bildojn" + +#: gnu/packages/imagemagick.scm:88 +msgid "" +"ImageMagick=C2=AE is a software suite to create, edit, compose, or conv= ert\n" +"bitmap images. It can read and write images in a variety of formats (o= ver " +"100)\n" +"including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript= , " +"SVG,\n" +"and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, sh= ear " +"and\n" +"transform images, adjust image colors, apply various special effects, o= r " +"draw\n" +"text, lines, polygons, ellipses and B=C3=A9zier curves." +msgstr "" + +#: gnu/packages/imagemagick.scm:132 +msgid "Perl interface to ImageMagick" +msgstr "" + +#: gnu/packages/imagemagick.scm:133 +msgid "" +"This Perl extension allows the reading, manipulation and\n" +"writing of a large number of image file formats using the ImageMagick " +"library.\n" +"Use it to create, edit, compose, or convert bitmap images from within a= " +"Perl\n" +"script." +msgstr "" + +#: gnu/packages/image.scm:68 msgid "Library for handling PNG files" msgstr "Biblioteko por trakti dosierojn PNG" =20 -#: gnu/packages/image.scm:61 +#: gnu/packages/image.scm:70 msgid "" "Libpng is the official PNG (Portable Network Graphics) reference\n" "library. It supports almost all PNG features and is extensible." msgstr "" =20 -#: gnu/packages/image.scm:77 +#: gnu/packages/image.scm:86 msgid "Library for handling JPEG files" msgstr "Biblioteko por trakti dosierojn JPEG" =20 -#: gnu/packages/image.scm:79 +#: gnu/packages/image.scm:88 msgid "" "Libjpeg implements JPEG image encoding, decoding, and transcoding.\n" "JPEG is a standardized compression method for full-color and gray-scale= \n" @@ -1080,11 +1729,11 @@ msgid "" "image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats." msgstr "" =20 -#: gnu/packages/image.scm:116 +#: gnu/packages/image.scm:125 msgid "Library for handling TIFF files" msgstr "Biblioteko por trakti dosierojn TIFF" =20 -#: gnu/packages/image.scm:118 +#: gnu/packages/image.scm:127 msgid "" "Libtiff provides support for the Tag Image File Format (TIFF), a format= \n" "used for storing image data.\n" @@ -1092,23 +1741,42 @@ msgid "" "collection of tools for doing simple manipulations of TIFF images." msgstr "" =20 -#: gnu/packages/image.scm:148 +#: gnu/packages/image.scm:157 msgid "Library for reading images in the Microsoft WMF format" msgstr "Biblioteko por legi bildojn la=C5=AD la formo Microsoft WMF" =20 -#: gnu/packages/image.scm:150 +#: gnu/packages/image.scm:159 msgid "" "libwmf is a library for reading vector images in Microsoft's native\n" -"Windows Metafile Format (WMF) and for either (a) displaying them in, e.= g., an X\n" -"window; or (b) converting them to more standard/free file formats such = as, e.g.,\n" +"Windows Metafile Format (WMF) and for either (a) displaying them in, e.= g., " +"an X\n" +"window; or (b) converting them to more standard/free file formats such = as, e." +"g.,\n" "the W3C's XML-based Scaleable Vector Graphic (SVG) format." msgstr "" =20 -#: gnu/packages/image.scm:174 +#: gnu/packages/image.scm:217 +msgid "Library and tools for image processing and analysis" +msgstr "" + +#: gnu/packages/image.scm:219 +msgid "" +"Leptonica is a C library and set of command-line tools for efficient\n" +"image processing and image analysis operations. It supports rasterop, = " +"affine\n" +"transformations, binary and grayscale morphology, rank order, and " +"convolution,\n" +"seedfill and connected components, image transformations combining chan= ges " +"in\n" +"scale and pixel depth, and pixelwise masking, blending, enhancement, an= d\n" +"arithmetic ops." +msgstr "" + +#: gnu/packages/image.scm:242 msgid "Decoder of the JBIG2 image compression format" msgstr "Dekodilo de la bild-densiga formo JBIG2" =20 -#: gnu/packages/image.scm:176 +#: gnu/packages/image.scm:244 msgid "" "JBIG2 is designed for lossy or lossless encoding of 'bilevel'\n" "(1-bit monochrome) images at moderately high resolution, and in\n" @@ -1121,11 +1789,11 @@ msgid "" "work." msgstr "" =20 -#: gnu/packages/image.scm:209 +#: gnu/packages/image.scm:277 msgid "JPEG 2000 codec" msgstr "Kodeko JPEG 2000" =20 -#: gnu/packages/image.scm:211 +#: gnu/packages/image.scm:279 msgid "" "The OpenJPEG library is a JPEG 2000 codec written in C. It has\n" "been developed in order to promote the use of JPEG 2000, the new\n" @@ -1138,23 +1806,33 @@ msgid "" "error-resilience, a Java-viewer for j2k-images, ..." msgstr "" =20 -#: gnu/packages/image.scm:275 +#: gnu/packages/image.scm:356 msgid "Tools and library for working with GIF images" msgstr "Iloj kaj biblioteko por labori kun bildoj GIF" =20 -#: gnu/packages/image.scm:277 +#: gnu/packages/image.scm:358 msgid "" "GIFLIB is a library for reading and writing GIF images. It is API and\= n" -"ABI compatible with libungif which was in wide use while the LZW compre= ssion\n" +"ABI compatible with libungif which was in wide use while the LZW " +"compression\n" "algorithm was patented. Tools are also included to convert, manipulate= ,\n" "compose, and analyze GIF images." msgstr "" =20 -#: gnu/packages/image.scm:319 +#: gnu/packages/image.scm:379 +#, fuzzy +msgid "GIF decompression library" +msgstr "PDF-bildiga biblioteko" + +#: gnu/packages/image.scm:381 +msgid "libungif is the old GIF decompression library by the GIFLIB proje= ct." +msgstr "" + +#: gnu/packages/image.scm:410 msgid "Loading, saving, rendering and manipulating image files" msgstr "=C5=9Cargi, konservi, bildigi kaj manipuli bild-dosierojn" =20 -#: gnu/packages/image.scm:321 +#: gnu/packages/image.scm:412 msgid "" "Imlib2 is a library that does image file loading and saving as well as\= n" "rendering, manipulation, arbitrary polygon support, etc.\n" @@ -1167,75 +1845,142 @@ msgid "" "more modular, simple, and flexible." msgstr "" =20 -#: gnu/packages/image.scm:349 +#: gnu/packages/image.scm:440 msgid "Wrapper library for imlib2" msgstr "=C4=88irka=C5=ADira biblioteko por imlib2" =20 -#: gnu/packages/image.scm:351 +#: gnu/packages/image.scm:442 msgid "" "Giblib is a simple library which wraps imlib2's context API, avoiding\n= " "all the context_get/set calls, adds fontstyles to the truetype renderer= and\n" "supplies a generic doubly-linked list and some string functions." msgstr "" =20 -#: gnu/packages/image.scm:395 +#: gnu/packages/image.scm:481 msgid "Library for handling popular graphics image formats" msgstr "Biblioteko por trakti popularajn grafika=C4=B5ajn bild-formojn" =20 -#: gnu/packages/image.scm:397 +#: gnu/packages/image.scm:483 msgid "" "FreeImage is a library for developers who would like to support popular= \n" "graphics image formats like PNG, BMP, JPEG, TIFF and others." msgstr "" =20 -#: gnu/packages/imagemagick.scm:84 -msgid "Create, edit, compose, or convert bitmap images" -msgstr "Krei, redakti, kunmeti, a=C5=AD konverti bitmapajn bildojn" +#: gnu/packages/image.scm:522 +#, fuzzy +msgid "Computer vision library" +msgstr "Plursistema son-biblioteko" =20 -#: gnu/packages/imagemagick.scm:86 +#: gnu/packages/image.scm:524 msgid "" -"ImageMagick=C2=AE is a software suite to create, edit, compose, or conv= ert\n" -"bitmap images. It can read and write images in a variety of formats (o= ver 100)\n" -"including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript= , SVG,\n" -"and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, sh= ear and\n" -"transform images, adjust image colors, apply various special effects, o= r draw\n" -"text, lines, polygons, ellipses and B=C3=A9zier curves." +"VIGRA stands for Vision with Generic Algorithms. It is an image\n" +"processing and analysis library that puts its main emphasis on customiz= able\n" +"algorithms and data structures. It is particularly strong for\n" +"multi-dimensional image processing." +msgstr "" + +#: gnu/packages/image.scm:555 +msgid "Lossless and lossy image compression" +msgstr "" + +#: gnu/packages/image.scm:557 +msgid "" +"WebP is a new image format that provides lossless and lossy compression= \n" +"for images. WebP lossless images are 26% smaller in size compared to\n= " +"PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG im= ages " +"at\n" +"equivalent SSIM index. WebP supports lossless transparency (also known= as\n" +"alpha channel) with just 22% additional bytes. Transparency is also " +"supported\n" +"with lossy compression and typically provides 3x smaller file sizes " +"compared\n" +"to PNG when lossy compression is acceptable for the red/green/blue colo= r\n" +"channels." +msgstr "" + +#: gnu/packages/image.scm:585 +#, fuzzy +msgid "Library for handling MNG files" +msgstr "Biblioteko por trakti dosierojn PNG" + +#: gnu/packages/image.scm:587 +msgid "Libmng is the MNG (Multiple-image Network Graphics) reference lib= rary." msgstr "" =20 -#: gnu/packages/inkscape.scm:81 +#: gnu/packages/inkscape.scm:84 msgid "Vector graphics editor" msgstr "Vektor-grafika redaktilo" =20 -#: gnu/packages/inkscape.scm:82 +#: gnu/packages/inkscape.scm:85 msgid "" "Inkscape is a vector graphics editor. What sets Inkscape\n" -"apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C st= andard,\n" +"apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C " +"standard,\n" "as the native format." msgstr "" =20 -#: gnu/packages/linux.scm:136 +#: gnu/packages/jemalloc.scm:39 +msgid "General-purpose scalable concurrent malloc implementation" +msgstr "" + +#: gnu/packages/jemalloc.scm:41 +msgid "" +"This library providing a malloc(3) implementation that emphasizes\n" +"fragmentation avoidance and scalable concurrency support." +msgstr "" + +#: gnu/packages/key-mon.scm:65 +msgid "Show keyboard and mouse status" +msgstr "" + +#: gnu/packages/key-mon.scm:67 +msgid "" +"The key-mon utility displays the current keyboard and mouse status.\n" +"This is useful for teaching and screencasts." +msgstr "" + +#: gnu/packages/less.scm:41 +msgid "Paginator for terminals" +msgstr "" + +#: gnu/packages/less.scm:43 +msgid "" +"GNU less is a pager, a program that allows you to view large amounts\n" +"of text in page-sized chunks. Unlike traditional pagers, it allows bot= h\n" +"backwards and forwards movement through the document. It also does not= " +"have\n" +"to read the entire input file before starting, so it starts faster than= " +"most\n" +"text editors." +msgstr "" + +#: gnu/packages/lesstif.scm:47 gnu/packages/lesstif.scm:48 +msgid "Clone of the Motif toolkit for the X window system" +msgstr "" + +#: gnu/packages/linux.scm:139 msgid "GNU Linux-Libre kernel headers" msgstr "GNU Linux-Libre kernaj kapdosieroj" =20 -#: gnu/packages/linux.scm:137 +#: gnu/packages/linux.scm:140 msgid "Headers of the Linux-Libre kernel." msgstr "Kapdosieroj de la kerno Linux-Libre." =20 -#: gnu/packages/linux.scm:168 +#: gnu/packages/linux.scm:171 msgid "Tools for loading and managing Linux kernel modules" msgstr "Iloj por =C5=9Dargi kaj administri linuks-kernajn modulojn" =20 -#: gnu/packages/linux.scm:170 +#: gnu/packages/linux.scm:173 msgid "" "Tools for loading and managing Linux kernel modules, such as `modprobe'= ,\n" "`insmod', `lsmod', and more." msgstr "" =20 -#: gnu/packages/linux.scm:301 +#: gnu/packages/linux.scm:304 msgid "100% free redistribution of a cleaned Linux kernel" msgstr "100% libera redistribuo de purigita Linuks-kerno" =20 -#: gnu/packages/linux.scm:303 +#: gnu/packages/linux.scm:306 msgid "" "GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.\= n" "It has been modified to remove all non-free binary blobs." @@ -1243,11 +1988,11 @@ msgstr "" "GNU Linux-Libre estas libera varia=C4=B5o de la linuksa kerno.\n" "=C4=9Ci estas modifita por forigi =C4=89iujn ne-liberajn ciferecajn sen= koduma=C4=B5ojn." =20 -#: gnu/packages/linux.scm:346 +#: gnu/packages/linux.scm:349 msgid "Pluggable authentication modules for Linux" msgstr "Konekteblaj a=C5=ADtentikigaj moduloj por Linukso" =20 -#: gnu/packages/linux.scm:348 +#: gnu/packages/linux.scm:351 msgid "" "A *Free* project to implement OSF's RFC 86.0.\n" "Pluggable authentication modules are small shared object files that can= \n" @@ -1255,30 +2000,30 @@ msgid "" "at login. Local and dynamic reconfiguration are its key features" msgstr "" =20 -#: gnu/packages/linux.scm:375 +#: gnu/packages/linux.scm:378 msgid "Small utilities that use the proc filesystem" msgstr "Etaj utila=C4=B5oj kiuj uzas la dosiersistemon proc" =20 -#: gnu/packages/linux.scm:377 +#: gnu/packages/linux.scm:380 msgid "" "This PSmisc package is a set of some small useful utilities that\n" "use the proc filesystem. We're not about changing the world, but\n" "providing the system administrator with some help in common tasks." msgstr "" =20 -#: gnu/packages/linux.scm:423 +#: gnu/packages/linux.scm:432 msgid "Collection of utilities for the Linux kernel" msgstr "Aro da utila=C4=B5oj por la Linuks-kerno" =20 -#: gnu/packages/linux.scm:425 +#: gnu/packages/linux.scm:434 msgid "Util-linux is a random collection of utilities for the Linux kern= el." msgstr "Util-linux estas hazarda aro da utila=C4=B5oj por la Linuks-kern= o." =20 -#: gnu/packages/linux.scm:479 +#: gnu/packages/linux.scm:501 msgid "Utilities that give information about processes" msgstr "Utila=C4=B5oj kiuj informas pri procezoj" =20 -#: gnu/packages/linux.scm:481 +#: gnu/packages/linux.scm:503 msgid "" "Procps is the package that has a bunch of small useful utilities\n" "that give information about processes using the Linux /proc file system= .\n" @@ -1286,58 +2031,72 @@ msgid "" "slabtop, and skill." msgstr "" =20 -#: gnu/packages/linux.scm:506 +#: gnu/packages/linux.scm:528 msgid "Tools for working with USB devices, such as lsusb" msgstr "Iloj por labori kun USB-aparatoj, kiel lsusb" =20 -#: gnu/packages/linux.scm:508 +#: gnu/packages/linux.scm:530 msgid "Tools for working with USB devices, such as lsusb." msgstr "Iloj por labori kun USB-aparatoj, kiel lsusb." =20 -#: gnu/packages/linux.scm:567 +#: gnu/packages/linux.scm:602 msgid "Creating and checking ext2/ext3/ext4 file systems" msgstr "Kreo kaj kontrolo de dosiersistemoj ext2/ext3/ext4" =20 -#: gnu/packages/linux.scm:569 -msgid "This package provides tools for manipulating ext2/ext3/ext4 file = systems." -msgstr "Tiu =C4=89i pako provizas ilojn por manipuli dosiersistemojn ext= 2/ext3/ext4." +#: gnu/packages/linux.scm:604 +msgid "" +"This package provides tools for manipulating ext2/ext3/ext4 file system= s." +msgstr "" +"Tiu =C4=89i pako provizas ilojn por manipuli dosiersistemojn ext2/ext3/= ext4." =20 -#: gnu/packages/linux.scm:611 +#: gnu/packages/linux.scm:646 msgid "Statically-linked fsck.* commands from e2fsprogs" msgstr "Statik-ligitaj komandoj fsck.* el e2fsprogs" =20 -#: gnu/packages/linux.scm:613 +#: gnu/packages/linux.scm:648 msgid "" "This package provides statically-linked command of fsck.ext[234] taken\= n" "from the e2fsprogs package. It is meant to be used in initrds." msgstr "" =20 -#: gnu/packages/linux.scm:646 +#: gnu/packages/linux.scm:681 msgid "Zero non-allocated regions in ext2/ext3/ext4 file systems" msgstr "Neniu ne-rezervita regiono en dosiersistemoj ext2/ext3/ext4" =20 -#: gnu/packages/linux.scm:648 +#: gnu/packages/linux.scm:683 msgid "" "The zerofree command scans the free blocks in an ext2 file system and\n= " "fills any non-zero blocks with zeroes. This is a useful way to make di= sk\n" "images more compressible." msgstr "" =20 -#: gnu/packages/linux.scm:667 +#: gnu/packages/linux.scm:702 msgid "System call tracer for Linux" msgstr "Sistem-voka =C5=9Dpursekvilo por Linukso" =20 -#: gnu/packages/linux.scm:669 +#: gnu/packages/linux.scm:704 msgid "" "strace is a system call tracer, i.e. a debugging tool which prints out = a\n" "trace of all the system calls made by a another process/program." msgstr "" =20 -#: gnu/packages/linux.scm:688 +#: gnu/packages/linux.scm:725 +#, fuzzy +msgid "Library call tracer for Linux" +msgstr "Sistem-voka =C5=9Dpursekvilo por Linukso" + +#: gnu/packages/linux.scm:727 +msgid "" +"ltrace intercepts and records dynamic library calls which are called by= \n" +"an executed process and the signals received by that process. It can a= lso\n" +"intercept and print the system calls executed by the program." +msgstr "" + +#: gnu/packages/linux.scm:747 msgid "The Advanced Linux Sound Architecture libraries" msgstr "La bibliotekoj de Altnivela Linuksa Sona Arkitekturo" =20 -#: gnu/packages/linux.scm:690 gnu/packages/linux.scm:732 +#: gnu/packages/linux.scm:749 gnu/packages/linux.scm:791 msgid "" "The Advanced Linux Sound Architecture (ALSA) provides audio and\n" "MIDI functionality to the Linux-based operating system." @@ -1345,54 +2104,63 @@ msgstr "" "La Altnivela Linuksa Sona Arkitekturo (ALSA) provizas sonan kaj\n" "MIDI-an funkciojn por linuks-surbazita operaci-sistemo." =20 -#: gnu/packages/linux.scm:730 +#: gnu/packages/linux.scm:789 msgid "Utilities for the Advanced Linux Sound Architecture (ALSA)" msgstr "Utila=C4=B5oj por la Altnivela Linuksa Sona Arkitekturo (ALSA)" =20 -#: gnu/packages/linux.scm:754 +#: gnu/packages/linux.scm:816 msgid "Program to configure the Linux IP packet filtering rules" msgstr "Programo por agordi la IP-pakajn filtrajn regulojn de Linukso" =20 -#: gnu/packages/linux.scm:756 +#: gnu/packages/linux.scm:818 msgid "" "iptables is the userspace command line program used to configure the\n" -"Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted to= wards\n" -"system administrators. Since Network Address Translation is also confi= gured\n" -"from the packet filter ruleset, iptables is used for this, too. The ip= tables\n" -"package also includes ip6tables. ip6tables is used for configuring the= IPv6\n" +"Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted " +"towards\n" +"system administrators. Since Network Address Translation is also " +"configured\n" +"from the packet filter ruleset, iptables is used for this, too. The " +"iptables\n" +"package also includes ip6tables. ip6tables is used for configuring the= " +"IPv6\n" "packet filter." msgstr "" =20 -#: gnu/packages/linux.scm:804 +#: gnu/packages/linux.scm:866 msgid "Utilities for controlling TCP/IP networking and traffic in Linux" msgstr "Utila=C4=B5oj por regi reton TCP/IP kaj trafikon en Linukso" =20 -#: gnu/packages/linux.scm:806 +#: gnu/packages/linux.scm:868 msgid "" "Iproute2 is a collection of utilities for controlling TCP/IP\n" "networking and traffic with the Linux kernel.\n" "\n" "Most network configuration manuals still refer to ifconfig and route as= the\n" "primary network configuration tools, but ifconfig is known to behave\n" -"inadequately in modern network environments. They should be deprecated= , but\n" -"most distros still include them. Most network configuration systems ma= ke use\n" -"of ifconfig and thus provide a limited feature set. The /etc/net proje= ct aims\n" +"inadequately in modern network environments. They should be deprecated= , " +"but\n" +"most distros still include them. Most network configuration systems ma= ke " +"use\n" +"of ifconfig and thus provide a limited feature set. The /etc/net proje= ct " +"aims\n" "to support most modern network technologies, as it doesn't use ifconfig= and\n" -"allows a system administrator to make use of all iproute2 features, inc= luding\n" +"allows a system administrator to make use of all iproute2 features, " +"including\n" "traffic control.\n" "\n" "iproute2 is usually shipped in a package called iproute or iproute2 and= \n" "consists of several tools, of which the most important are ip and tc. = ip\n" -"controls IPv4 and IPv6 configuration and tc stands for traffic control.= Both\n" +"controls IPv4 and IPv6 configuration and tc stands for traffic control.= " +"Both\n" "tools print detailed usage messages and are accompanied by a set of\n" "manpages." msgstr "" =20 -#: gnu/packages/linux.scm:898 +#: gnu/packages/linux.scm:976 msgid "Tools for controlling the network subsystem in Linux" msgstr "Iloj por regi la retan subsistemon en Linukso" =20 -#: gnu/packages/linux.scm:900 +#: gnu/packages/linux.scm:978 msgid "" "This package includes the important tools for controlling the network\n= " "subsystem of the Linux kernel. This includes arp, hostname, ifconfig,\= n" @@ -1401,11 +2169,11 @@ msgid "" "advanced aspects of IP configuration (iptunnel, ipmaddr)." msgstr "" =20 -#: gnu/packages/linux.scm:933 +#: gnu/packages/linux.scm:1019 msgid "Library for working with POSIX capabilities" msgstr "Biblioteko por labori kun kapabloj POSIX" =20 -#: gnu/packages/linux.scm:935 +#: gnu/packages/linux.scm:1021 msgid "" "Libcap2 provides a programming interface to POSIX capabilities on\n" "Linux-based operating systems." @@ -1413,60 +2181,63 @@ msgstr "" "Libcap2 provizas program-interfacon por kapabloj POSIX en\n" "operaciumaj sistemoj bazitaj sur Linukso." =20 -#: gnu/packages/linux.scm:967 +#: gnu/packages/linux.scm:1064 msgid "Manipulate Ethernet bridges" msgstr "Manipuli pontojn Ethernet" =20 -#: gnu/packages/linux.scm:969 +#: gnu/packages/linux.scm:1066 msgid "" "Utilities for Linux's Ethernet bridging facilities. A bridge is a way\= n" "to connect two Ethernet segments together in a protocol independent way= .\n" -"Packets are forwarded based on Ethernet address, rather than IP address= (like\n" +"Packets are forwarded based on Ethernet address, rather than IP address= " +"(like\n" "a router). Since forwarding is done at Layer 2, all protocols can go\n= " "transparently through a bridge." msgstr "" =20 -#: gnu/packages/linux.scm:991 +#: gnu/packages/linux.scm:1088 msgid "NetLink protocol library suite" msgstr "Biblioteka programaro por la protokolo NetLink" =20 -#: gnu/packages/linux.scm:993 +#: gnu/packages/linux.scm:1090 msgid "" "The libnl suite is a collection of libraries providing APIs to netlink\= n" -"protocol based Linux kernel interfaces. Netlink is an IPC mechanism pr= imarly\n" +"protocol based Linux kernel interfaces. Netlink is an IPC mechanism " +"primarly\n" "between the kernel and user space processes. It was designed to be a m= ore\n" "flexible successor to ioctl to provide mainly networking related kernel= \n" "configuration and monitoring interfaces." msgstr "" =20 -#: gnu/packages/linux.scm:1023 +#: gnu/packages/linux.scm:1120 msgid "Tool for configuring wireless devices" msgstr "Iloj por agordi linuksajn sendratajn aparatojn" =20 -#: gnu/packages/linux.scm:1025 +#: gnu/packages/linux.scm:1122 msgid "" "iw is a new nl80211 based CLI configuration utility for wireless\n" "devices. It replaces 'iwconfig', which is deprecated." msgstr "" =20 -#: gnu/packages/linux.scm:1052 +#: gnu/packages/linux.scm:1149 msgid "Analyze power consumption on Intel-based laptops" msgstr "Analizi konsumon de potenco en tekkomputiloj bazitaj sur Intel" =20 -#: gnu/packages/linux.scm:1054 +#: gnu/packages/linux.scm:1151 msgid "" "PowerTOP is a Linux tool to diagnose issues with power consumption and\= n" -"power management. In addition to being a diagnostic tool, PowerTOP als= o has\n" +"power management. In addition to being a diagnostic tool, PowerTOP als= o " +"has\n" "an interactive mode where the user can experiment various power managem= ent\n" "settings for cases where the operating system has not enabled these\n" "settings." msgstr "" =20 -#: gnu/packages/linux.scm:1076 +#: gnu/packages/linux.scm:1173 msgid "Audio mixer for X and the console" msgstr "Son-miksilo por X kaj la konzolo" =20 -#: gnu/packages/linux.scm:1078 +#: gnu/packages/linux.scm:1175 msgid "" "Aumix adjusts an audio mixer from X, the console, a terminal,\n" "the command line or a script." @@ -1474,63 +2245,69 @@ msgstr "" "Aumix agordas son-miksilo el X, la konzolo, terminalo,\n" "la komandlinio a=C5=AD el skripto." =20 -#: gnu/packages/linux.scm:1102 +#: gnu/packages/linux.scm:1199 msgid "Displays the IO activity of running processes" msgstr "Montri la en/eligan aktiva=C4=B5on de rulantaj procezoj" =20 -#: gnu/packages/linux.scm:1104 +#: gnu/packages/linux.scm:1201 msgid "" "Iotop is a Python program with a top like user interface to show the\n" "processes currently causing I/O." msgstr "" =20 -#: gnu/packages/linux.scm:1155 +#: gnu/packages/linux.scm:1253 msgid "Support file systems implemented in user space" msgstr "Subteni dosiersistemojn realigatajn en la uzant-spaco" =20 -#: gnu/packages/linux.scm:1157 +#: gnu/packages/linux.scm:1255 msgid "" "As a consequence of its monolithic design, file system code for Linux\n= " -"normally goes into the kernel itself---which is not only a robustness i= ssue,\n" -"but also an impediment to system extensibility. FUSE, for \"file syste= ms in\n" -"user space\", is a kernel module and user-space library that tries to a= ddress\n" -"part of this problem by allowing users to run file system implementatio= ns as\n" +"normally goes into the kernel itself---which is not only a robustness " +"issue,\n" +"but also an impediment to system extensibility. FUSE, for \"file syste= ms " +"in\n" +"user space\", is a kernel module and user-space library that tries to " +"address\n" +"part of this problem by allowing users to run file system implementatio= ns " +"as\n" "user-space processes." msgstr "" =20 -#: gnu/packages/linux.scm:1182 +#: gnu/packages/linux.scm:1280 msgid "User-space union file system" msgstr "Uzant-spaca unuiga dosiersistemo" =20 -#: gnu/packages/linux.scm:1184 +#: gnu/packages/linux.scm:1282 msgid "" "UnionFS-FUSE is a flexible union file system implementation in user\n" "space, using the FUSE library. Mounting a union file system allows you= to\n" -"\"aggregate\" the contents of several directories into a single mount p= oint.\n" +"\"aggregate\" the contents of several directories into a single mount " +"point.\n" "UnionFS-FUSE additionally supports copy-on-write." msgstr "" =20 -#: gnu/packages/linux.scm:1209 +#: gnu/packages/linux.scm:1307 msgid "User-space union file system (statically linked)" msgstr "Uzant-spaca unuiga dosiersistemo (statike ligita)" =20 -#: gnu/packages/linux.scm:1251 +#: gnu/packages/linux.scm:1349 msgid "Mount remote file systems over SSH" msgstr "Munti demalproksimajn dosiersistemojn per SSH" =20 -#: gnu/packages/linux.scm:1253 +#: gnu/packages/linux.scm:1351 msgid "" "This is a file system client based on the SSH File Transfer Protocol.\n= " "Since most SSH servers already support this protocol it is very easy to= set\n" -"up: on the server side there's nothing to do; on the client side mounti= ng the\n" +"up: on the server side there's nothing to do; on the client side mounti= ng " +"the\n" "file system is as easy as logging into the server with an SSH client." msgstr "" =20 -#: gnu/packages/linux.scm:1301 +#: gnu/packages/linux.scm:1399 msgid "Tools for non-uniform memory access (NUMA) machines" msgstr "Iloj por ma=C5=9Dinoj kun ne-kontinua memor-aliro (NUMA)" =20 -#: gnu/packages/linux.scm:1303 +#: gnu/packages/linux.scm:1401 msgid "" "NUMA stands for Non-Uniform Memory Access, in other words a system whos= e\n" "memory is not all in one place. The numactl program allows you to run = your\n" @@ -1543,32 +2320,32 @@ msgid "" "system." msgstr "" =20 -#: gnu/packages/linux.scm:1366 +#: gnu/packages/linux.scm:1464 msgid "Linux keyboard utilities and keyboard maps" msgstr "Linuksaj klavar-utila=C4=B5oj kaj klavar-mapoj" =20 -#: gnu/packages/linux.scm:1368 +#: gnu/packages/linux.scm:1466 msgid "" "This package contains keytable files and keyboard utilities compatible\= n" "for systems using the Linux kernel. This includes commands such as\n" "'loadkeys', 'setfont', 'kbdinfo', and 'chvt'." msgstr "" =20 -#: gnu/packages/linux.scm:1387 +#: gnu/packages/linux.scm:1485 msgid "Monitor file accesses" msgstr "Observi dosier-alirojn" =20 -#: gnu/packages/linux.scm:1389 +#: gnu/packages/linux.scm:1487 msgid "" "The inotify-tools packages provides a C library and command-line tools\= n" "to use Linux' inotify mechanism, which allows file accesses to be monit= ored." msgstr "" =20 -#: gnu/packages/linux.scm:1427 +#: gnu/packages/linux.scm:1525 msgid "Kernel module tools" msgstr "Iloj por kerno-moduloj" =20 -#: gnu/packages/linux.scm:1428 +#: gnu/packages/linux.scm:1526 msgid "" "Kmod is a set of tools to handle common tasks with Linux\n" "kernel modules like insert, remove, list, check properties, resolve\n" @@ -1579,89 +2356,227 @@ msgid "" "from the module-init-tools project." msgstr "" =20 -#: gnu/packages/linux.scm:1499 +#: gnu/packages/linux.scm:1597 msgid "Userspace device management" msgstr "Administro de uzant-spaca aparato" =20 -#: gnu/packages/linux.scm:1500 +#: gnu/packages/linux.scm:1598 msgid "" "Udev is a daemon which dynamically creates and removes\n" "device nodes from /dev/, handles hotplug events and loads drivers at bo= ot\n" "time." msgstr "" =20 -#: gnu/packages/linux.scm:1560 +#: gnu/packages/linux.scm:1658 msgid "Logical volume management for Linux" msgstr "Administro de logika volumo por Linukso" =20 -#: gnu/packages/linux.scm:1562 +#: gnu/packages/linux.scm:1660 msgid "" "LVM2 is the logical volume management tool set for Linux-based systems.= \n" -"This package includes the user-space libraries and tools, including the= device\n" +"This package includes the user-space libraries and tools, including the= " +"device\n" "mapper. Kernel components are part of Linux-libre." msgstr "" =20 -#: gnu/packages/linux.scm:1595 +#: gnu/packages/linux.scm:1693 msgid "Tools for manipulating Linux Wireless Extensions" msgstr "Iloj por manipuli linuksan \"Wireless Extensions\"" =20 -#: gnu/packages/linux.scm:1596 +#: gnu/packages/linux.scm:1694 msgid "" "Wireless Tools are used to manipulate the now-deprecated\n" "Linux Wireless Extensions; consider using 'iw' instead. The Wireless\n= " "Extension was an interface allowing you to set Wireless LAN specific\n" -"parameters and get the specific stats. It is deprecated in favor the n= l80211\n" +"parameters and get the specific stats. It is deprecated in favor the " +"nl80211\n" "interface." msgstr "" =20 -#: gnu/packages/linux.scm:1670 +#: gnu/packages/linux.scm:1768 msgid "Utilities to read temperature/voltage/fan sensors" msgstr "Utila=C4=B5oj por legi temperaturan/tensian/ventolilan sensilojn= " =20 -#: gnu/packages/linux.scm:1672 +#: gnu/packages/linux.scm:1770 msgid "" "Lm-sensors is a hardware health monitoring package for Linux. It allow= s\n" "you to access information from temperature, voltage, and fan speed sens= ors.\n" "It works with most newer systems." msgstr "" =20 -#: gnu/packages/linux.scm:1707 +#: gnu/packages/linux.scm:1797 +msgid "I2C tools for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1799 +msgid "" +"The i2c-tools package contains a heterogeneous set of I2C tools for\n" +"Linux: a bus probing tool, a chip dumper, register-level SMBus access " +"helpers,\n" +"EEPROM decoding scripts, EEPROM programming tools, and a python module = for\n" +"SMBus access." +msgstr "" + +#: gnu/packages/linux.scm:1835 msgid "Hardware health information viewer" msgstr "Montrilo de informoj pri la aparatara sano" =20 -#: gnu/packages/linux.scm:1709 +#: gnu/packages/linux.scm:1837 msgid "" "Xsensors reads data from the libsensors library regarding hardware\n" -"health such as temperature, voltage and fan speed and displays the info= rmation\n" +"health such as temperature, voltage and fan speed and displays the " +"information\n" "in a digital read-out." msgstr "" =20 -#: gnu/packages/linux.scm:1757 +#: gnu/packages/linux.scm:1885 msgid "Linux profiling with performance counters" msgstr "Linuksa trajt-esplorado kun rendiment-akumuliloj" =20 -#: gnu/packages/linux.scm:1759 +#: gnu/packages/linux.scm:1887 msgid "" "perf is a tool suite for profiling using hardware performance counters,= \n" "with support in the Linux kernel. perf can instrument CPU performance\= n" -"counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is c= apable\n" +"counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is " +"capable\n" "of lightweight profiling. This package contains the user-land tools an= d in\n" "particular the 'perf' command." msgstr "" =20 -#: gnu/packages/linux.scm:1781 +#: gnu/packages/linux.scm:1910 msgid "Simple tool for creating Linux namespace containers" msgstr "Simpla ilo por krei linuksajn nomspacajn ujojn" =20 -#: gnu/packages/linux.scm:1782 +#: gnu/packages/linux.scm:1911 msgid "" "pflask is a simple tool for creating Linux namespace\n" -"containers. It can be used for running a command or even booting an OS= inside\n" +"containers. It can be used for running a command or even booting an OS= " +"inside\n" "an isolated container, created with the help of Linux namespaces. It i= s\n" -"similar in functionality to chroot, although pflask provides better iso= lation\n" +"similar in functionality to chroot, although pflask provides better " +"isolation\n" "thanks to the use of namespaces." msgstr "" =20 +#: gnu/packages/linux.scm:1938 +msgid "tune hard disk parameters for high performance" +msgstr "" + +#: gnu/packages/linux.scm:1940 +msgid "" +"Get/set device parameters for Linux SATA/IDE drives. It's primary use\= n" +"is for enabling irq-unmasking and IDE multiplemode." +msgstr "" + +#: gnu/packages/linux.scm:1957 +msgid "Daemon for delivering ACPI events to user-space programs" +msgstr "" + +#: gnu/packages/linux.scm:1959 +msgid "" +"acpid is designed to notify user-space programs of Advanced\n" +"Configuration and Power Interface (ACPI) events. acpid should be start= ed\n" +"during the system boot, and will run as a background process. When an = ACPI\n" +"event is received from the kernel, acpid will examine the list of rules= \n" +"specified in /etc/acpi/events and execute the rules that match the even= t." +msgstr "" + +#: gnu/packages/linux.scm:1981 +msgid "System utilities based on Linux sysfs" +msgstr "" + +#: gnu/packages/linux.scm:1983 +msgid "" +"These are a set of utilites built upon sysfs, a virtual filesystem in\n= " +"Linux kernel versions 2.5+ that exposes a system's device tree. The " +"package\n" +"also contains the libsysfs library." +msgstr "" + +#: gnu/packages/linux.scm:2019 +msgid "System utilities based on Linux sysfs (version 1.x)" +msgstr "" + +#: gnu/packages/linux.scm:2042 +msgid "Utilities to get and set CPU frequency on Linux" +msgstr "" + +#: gnu/packages/linux.scm:2044 +msgid "" +"The cpufrequtils suite contains utilities to retreive CPU frequency\n" +"information, and set the CPU frequency if supported, using the cpufreq\= n" +"capabilities of the Linux kernel." +msgstr "" + +#: gnu/packages/linux.scm:2063 +msgid "Interface library for the Linux IEEE1394 drivers" +msgstr "" + +#: gnu/packages/linux.scm:2065 +msgid "" +"Libraw1394 is the only supported interface to the kernel side raw1394 o= f\n" +"the Linux IEEE-1394 subsystem, which provides direct access to the " +"connected\n" +"1394 buses to user space. Through libraw1394/raw1394, applications can= " +"directly\n" +"send to and receive from other nodes without requiring a kernel driver = for " +"the\n" +"protocol in question." +msgstr "" + +#: gnu/packages/linux.scm:2089 +msgid "AV/C protocol library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2091 +msgid "" +"Libavc1394 is a programming interface to the AV/C specification from\n" +"the 1394 Trade Assocation. AV/C stands for Audio/Video Control." +msgstr "" + +#: gnu/packages/linux.scm:2113 +msgid "Isochronous streaming media library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2115 +msgid "" +"The libiec61883 library provides a higher level API for streaming DV,\n= " +"MPEG-2 and audio over Linux IEEE 1394." +msgstr "" + +#: gnu/packages/linux.scm:2154 +msgid "Tool for managing Linux Software RAID arrays" +msgstr "" + +#: gnu/packages/linux.scm:2156 +msgid "" +"mdadm is a tool for managing Linux Software RAID arrays. It can create= ,\n" +"assemble, report on, and monitor arrays. It can also move spares betwe= en " +"raid\n" +"arrays when needed." +msgstr "" + +#: gnu/packages/linux.scm:2183 +msgid "Linux-native asynchronous I/O access library" +msgstr "" + +#: gnu/packages/linux.scm:2185 +msgid "" +"This library enables userspace to use Linux kernel asynchronous I/O\n" +"system calls, important for the performance of databases and other adva= nced\n" +"applications." +msgstr "" + +#: gnu/packages/linux.scm:2221 +msgid "Linux Bluetooth protocol stack" +msgstr "" + +#: gnu/packages/linux.scm:2223 +msgid "" +"BlueZ provides support for the core Bluetooth layers and protocols. It= \n" +"is flexible, efficient and uses a modular implementation." +msgstr "" + #: gnu/packages/lout.scm:109 msgid "Document layout system" msgstr "Dokument-aran=C4=B5a sistemo" @@ -1669,14 +2584,17 @@ msgstr "Dokument-aran=C4=B5a sistemo" #: gnu/packages/lout.scm:111 msgid "" "The Lout document formatting system reads a high-level description of\n= " -"a document similar in style to LaTeX and produces a PostScript or plain= text\n" +"a document similar in style to LaTeX and produces a PostScript or plain= " +"text\n" "output file.\n" "\n" "Lout offers an unprecedented range of advanced features, including opti= mal\n" "paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" -"inclusion and generation, equation formatting, tables, diagrams, rotati= on and\n" +"inclusion and generation, equation formatting, tables, diagrams, rotati= on " +"and\n" "scaling, sorted indexes, bibliographic databases, running headers and\n= " -"odd-even pages, automatic cross referencing, multilingual documents inc= luding\n" +"odd-even pages, automatic cross referencing, multilingual documents " +"including\n" "hyphenation (most European languages are supported), formatting of comp= uter\n" "programs, and much more, all ready to use. Furthermore, Lout is easily= \n" "extended with definitions which are very much easier to write than trof= f of\n" @@ -1685,43 +2603,118 @@ msgid "" "beginning." msgstr "" =20 -#: gnu/packages/mpd.scm:62 +#: gnu/packages/messaging.scm:61 +msgid "Off-the-Record (OTR) Messaging Library and Toolkit" +msgstr "" + +#: gnu/packages/messaging.scm:63 +msgid "" +"OTR allows you to have private conversations over instant messaging by\= n" +"providing:\n" +"* Encryption: No one else can read your instant messages.\n" +"* Authentication: You are assured the correspondent is who you think it= is.\n" +"* Deniability: The messages you send do not have digital signatures tha= t " +"are\n" +" checkable by a third party. Anyone can forge messages after a " +"conversation\n" +" to make them look like they came from you. However, during a " +"conversation,\n" +" your correspondent is assured the messages he sees are authentic and\= n" +" unmodified.\n" +"* Perfect forward secrecy: If you lose control of your private keys, no= \n" +" previous conversation is compromised." +msgstr "" + +#: gnu/packages/messaging.scm:121 +msgid "IRC to instant messaging gateway" +msgstr "" + +#: gnu/packages/messaging.scm:122 +msgid "" +"BitlBee brings IM (instant messaging) to IRC clients, for\n" +"people who have an IRC client running all the time and don't want to ru= n an\n" +"additional IM client. BitlBee currently supports XMPP/Jabber (includin= g\n" +"Google Talk), MSN Messenger, Yahoo! Messenger, AIM and ICQ, and the " +"Twitter\n" +"microblogging network (plus all other Twitter API compatible services l= ike\n" +"identi.ca and status.net)." +msgstr "" + +#: gnu/packages/messaging.scm:155 +msgid "Graphical IRC Client" +msgstr "" + +#: gnu/packages/messaging.scm:157 +msgid "" +"HexChat lets you connect to multiple IRC networks at once. The main wi= ndow\n" +"shows the list of currently connected networks and their channels, the = " +"current\n" +"conversation and the list of users. It uses colors to differentiate " +"between\n" +"users and to highlight messages. It checks spelling using available\n" +"dictionaries. HexChat can be extended with multiple addons." +msgstr "" + +#: gnu/packages/messaging.scm:223 +msgid "Lightweight Internet Relay Chat server for small networks" +msgstr "" + +#: gnu/packages/messaging.scm:225 +msgid "" +"ngIRCd is a lightweight Internet Relay Chat server for small or private= \n" +"networks. It is easy to configure, can cope with dynamic IP addresses,= and\n" +"supports IPv6, SSL-protected connections as well as PAM for authenticat= ion." +msgstr "" + +#: gnu/packages/mpd.scm:63 msgid "Music Player Daemon client library" msgstr "Klienta biblioteko por \"Music Player Daemon\"" =20 -#: gnu/packages/mpd.scm:63 +#: gnu/packages/mpd.scm:64 msgid "" "A stable, documented, asynchronous API library for\n" "interfacing MPD in the C, C++ & Objective C languages." msgstr "" =20 -#: gnu/packages/mpd.scm:121 +#: gnu/packages/mpd.scm:124 msgid "Music Player Daemon" msgstr "Music Player Daemon (muzik-ludila demono)" =20 -#: gnu/packages/mpd.scm:122 +#: gnu/packages/mpd.scm:125 msgid "" "Music Player Daemon (MPD) is a flexible, powerful,\n" -"server-side application for playing music. Through plugins and librari= es it\n" +"server-side application for playing music. Through plugins and librari= es " +"it\n" "can play a variety of sound files while being controlled by its network= \n" "protocol." msgstr "" =20 -#: gnu/packages/mpd.scm:147 +#: gnu/packages/mpd.scm:148 +#, fuzzy +msgid "Music Player Daemon client" +msgstr "Kliento por \"Curses Music Player Daemon\"" + +#: gnu/packages/mpd.scm:149 +msgid "" +"MPC is a minimalist command line interface to MPD, the music\n" +"player daemon." +msgstr "" + +#: gnu/packages/mpd.scm:172 msgid "Curses Music Player Daemon client" msgstr "Kliento por \"Curses Music Player Daemon\"" =20 -#: gnu/packages/mpd.scm:148 +#: gnu/packages/mpd.scm:173 msgid "" "ncmpc is a fully featured MPD client, which runs in a\n" "terminal using ncurses." msgstr "" =20 -#: gnu/packages/mpd.scm:169 +#: gnu/packages/mpd.scm:211 msgid "Featureful ncurses based MPD client inspired by ncmpc" msgstr "Ri=C4=89a MPD-kliento bazita sur ncurses kaj inspirita de ncmpc" =20 -#: gnu/packages/mpd.scm:170 +#: gnu/packages/mpd.scm:212 msgid "" "Ncmpcpp is an mpd client with a UI very similar to ncmpc,\n" "but it provides new useful features such as support for regular express= ions\n" @@ -1729,40 +2722,178 @@ msgid "" "sort playlists, and a local filesystem browser." msgstr "" =20 -#: gnu/packages/pdf.scm:94 +#: gnu/packages/mpd.scm:235 +msgid "MPD client for track scrobbling" +msgstr "" + +#: gnu/packages/mpd.scm:236 +msgid "" +"mpdscribble is a Music Player Daemon client which submits\n" +"information about tracks being played to a scrobbler, such as Libre.FM.= " +msgstr "" + +#: gnu/packages/netpbm.scm:146 +#, fuzzy +msgid "Toolkit for manipulation of images" +msgstr "Iloj por manipuli linuksan \"Wireless Extensions\"" + +#: gnu/packages/netpbm.scm:148 +msgid "" +"Netpbm is a toolkit for the manipulation of graphic images, including\n= " +"the conversion of images between a variety of different formats.\n" +"There are over 300 separate tools in the package including converters f= or\n" +"about 100 graphics formats." +msgstr "" + +#: gnu/packages/nettle.scm:50 +msgid "C library for low-level cryptographic functionality" +msgstr "" + +#: gnu/packages/nettle.scm:52 +msgid "" +"GNU Nettle is a low-level cryptographic library. It is designed to\n" +"fit in easily in almost any context. It can be easily included in\n" +"cryptographic toolkits for object-oriented languages or in applications= \n" +"themselves." +msgstr "" + +#: gnu/packages/networking.scm:49 +msgid "Teredo IPv6 tunneling software" +msgstr "" + +#: gnu/packages/networking.scm:51 +msgid "" +"Miredo is an implementation (client, relay, server) of the Teredo\n" +"specification, which provides IPv6 Internet connectivity to IPv6 enable= d " +"hosts\n" +"residing in IPv4-only networks, even when they are behind a NAT device.= " +msgstr "" + +#: gnu/packages/networking.scm:73 +msgid "Open bidirectional communication channels from the command line" +msgstr "" + +#: gnu/packages/networking.scm:75 +msgid "" +"socat is a relay for bidirectional data transfer between two independen= t\n" +"data channels---files, pipes, devices, sockets, etc. It can create\n" +"\"listening\" sockets, named pipes, and pseudo terminals.\n" +"\n" +"socat can be used, for instance, as TCP port forwarder, as a shell " +"interface\n" +"to UNIX sockets, IPv6 relay, for redirecting TCP oriented programs to a= " +"serial\n" +"line, to logically connect serial lines on different computers, or to\n= " +"establish a relatively secure environment (su and chroot) for running " +"client\n" +"or server shell scripts with network connections. " +msgstr "" + +#: gnu/packages/networking.scm:99 +msgid "Library for message-based applications" +msgstr "" + +#: gnu/packages/networking.scm:101 +msgid "" +"The 0MQ lightweight messaging kernel is a library which extends the\n" +"standard socket interfaces with features traditionally provided by " +"specialized\n" +"messaging middle-ware products. 0MQ sockets provide an abstraction of\= n" +"asynchronous message queues, multiple messaging patterns, message\n" +"filtering (subscriptions), seamless access to multiple transport protoc= ols " +"and\n" +"more." +msgstr "" + +#: gnu/packages/pdf.scm:100 msgid "PDF rendering library" msgstr "PDF-bildiga biblioteko" =20 -#: gnu/packages/pdf.scm:96 +#: gnu/packages/pdf.scm:102 msgid "Poppler is a PDF rendering library based on the xpdf-3.0 code bas= e." -msgstr "Poppler estas PDF-bildiga biblioteko bazita sur la kodum-bazo de= xpdf-3.0" +msgstr "" +"Poppler estas PDF-bildiga biblioteko bazita sur la kodum-bazo de xpdf-3= .0" =20 -#: gnu/packages/pdf.scm:139 +#: gnu/packages/pdf.scm:149 msgid "Viewer for PDF files based on the Motif toolkit" msgstr "Montrilo por PDF-dosieroj bazitaj sur la ilaro Motif" =20 -#: gnu/packages/pdf.scm:141 +#: gnu/packages/pdf.scm:151 msgid "Xpdf is a viewer for Portable Document Format (PDF) files" msgstr "Xpdf estas montrilo por dosieroj PDF (portebla dokument-formo)" =20 -#: gnu/packages/pdf.scm:169 +#: gnu/packages/pdf.scm:181 +msgid "Comic book support for zathura (libarchive backend)" +msgstr "" + +#: gnu/packages/pdf.scm:182 +msgid "" +"The zathura-cb plugin adds comic book support to zathura\n" +"using libarchive." +msgstr "" + +#: gnu/packages/pdf.scm:212 +msgid "PS support for zathura (libspectre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:213 +msgid "" +"The zathura-ps plugin adds PS support to zathura\n" +"using libspectre." +msgstr "" + +#: gnu/packages/pdf.scm:244 +msgid "DjVu support for zathura (DjVuLibre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:245 +msgid "" +"The zathura-djvu plugin adds DjVu support to zathura\n" +"using the DjVuLibre library." +msgstr "" + +#: gnu/packages/pdf.scm:277 +msgid "PDF support for zathura (poppler backend)" +msgstr "" + +#: gnu/packages/pdf.scm:278 +msgid "" +"The zathura-pdf-poppler plugin adds PDF support to zathura\n" +"by using the poppler rendering engine." +msgstr "" + +#: gnu/packages/pdf.scm:316 +#, fuzzy +msgid "Lightweight keyboard-driven PDF viewer" +msgstr "Malpeza PDF-montrilo kaj ilaro" + +#: gnu/packages/pdf.scm:317 +msgid "" +"Zathura is a customizable document viewer. It provides a\n" +"minimalistic interface and an interface that mainly focuses on keyboard= \n" +"interaction." +msgstr "" + +#: gnu/packages/pdf.scm:356 msgid "Tools to work with the PDF file format" msgstr "Iloj por labori kun la PDF dosierformo" =20 -#: gnu/packages/pdf.scm:171 +#: gnu/packages/pdf.scm:358 msgid "" "PoDoFo is a C++ library and set of command-line tools to work with the\= n" -"PDF file format. It can parse PDF files and load them into memory, and= makes\n" -"it easy to modify them and write the changes to disk. It is primarily = useful\n" +"PDF file format. It can parse PDF files and load them into memory, and= " +"makes\n" +"it easy to modify them and write the changes to disk. It is primarily = " +"useful\n" "for applications that wish to do lower level manipulation of PDF, such = as\n" "extracting content or merging files." msgstr "" =20 -#: gnu/packages/pdf.scm:232 +#: gnu/packages/pdf.scm:419 msgid "Lightweight PDF viewer and toolkit" msgstr "Malpeza PDF-montrilo kaj ilaro" =20 -#: gnu/packages/pdf.scm:234 +#: gnu/packages/pdf.scm:421 msgid "" "MuPDF is a C library that implements a PDF and XPS parsing and\n" "rendering engine. It is used primarily to render pages into bitmaps,\n= " @@ -1774,11 +2905,11 @@ msgid "" "(pdfshow), and rewriting files (pdfclean)." msgstr "" =20 -#: gnu/packages/pdf.scm:274 +#: gnu/packages/pdf.scm:461 msgid "Command-line tools and library for transforming PDF files" msgstr "Komandliniaj iloj kaj biblioteko por transformi PDF-dosierojn" =20 -#: gnu/packages/pdf.scm:276 +#: gnu/packages/pdf.scm:463 msgid "" "QPDF is a command-line program that does structural, content-preserving= \n" "transformations on PDF files. It could have been called something like= \n" @@ -1787,104 +2918,3155 @@ msgid "" "program capable of converting PDF into other formats." msgstr "" =20 -#: gnu/packages/photo.scm:46 -msgid "Read and manipulate EXIF data in digital photographs" -msgstr "Legi kaj manipuli datumaron EXIF en ciferecaj fota=C4=B5oj" +#: gnu/packages/pdf.scm:493 +msgid "Notetaking using a stylus" +msgstr "" =20 -#: gnu/packages/photo.scm:48 +#: gnu/packages/pdf.scm:495 msgid "" -"The libexif C library allows applications to read, edit, and save EXIF\= n" -"data as produced by digital cameras." +"Xournal is an application for notetaking, sketching, keeping a journal\= n" +"using a stylus." msgstr "" -"La C-biblioteko libexif ebligas ke aplika=C4=B5oj legu, redaktu kaj kon= servu\n" -"datumaron EXIF samkiel produktite de ciferecaj kameraoj." =20 -#: gnu/packages/photo.scm:73 -msgid "Accessing digital cameras" -msgstr "Aliro al ciferecaj kameraoj" +#: gnu/packages/pem.scm:41 +msgid "Personal expenses manager" +msgstr "" =20 -#: gnu/packages/photo.scm:75 +#: gnu/packages/pem.scm:43 msgid "" -"This is the library backend for gphoto2. It contains the code for PTP,= \n" -"MTP, and other vendor specific protocols for controlling and transferri= ng data\n" -"from digital cameras." +"GNU Pem is a simple tool for tracking personal income and\n" +"expenses. It operates from the command line and it stores its data\n" +"in a basic text format in your home directory. It can easily print\n" +"reports of your spending on different expenses via a basic search\n" +"feature." msgstr "" =20 -#: gnu/packages/photo.scm:116 -msgid "Command-line tools to access digital cameras" -msgstr "Komandliniaj iloj por aliri ciferecajn kameraojn" +#: gnu/packages/perl.scm:79 +#, fuzzy +msgid "Implementation of the Perl programming language" +msgstr "Realigo de Scheme kaj rilataj program-lingvoj" =20 -#: gnu/packages/photo.scm:118 +#: gnu/packages/perl.scm:81 msgid "" -"Gphoto2 is a set of command line utilities for manipulating a large\n" -"number of different digital cameras. Through libgphoto2, it supports P= TP,\n" -"MTP, and much more." +"Perl 5 is a highly capable, feature-rich programming language with over= \n" +"24 years of development." msgstr "" =20 -#: gnu/packages/photo.scm:152 -msgid "Program and Perl library to manipulate EXIF tags" -msgstr "Programaro kaj biblioteko Perl por manipuli etikedojn EXIF" +#: gnu/packages/perl.scm:100 +msgid "Module for merging hierarchies using the C3 algorithm" +msgstr "" =20 -#: gnu/packages/photo.scm:154 +#: gnu/packages/perl.scm:101 msgid "" -"This package provides the 'exiftool' command and the 'Image::ExifTool'\= n" -"Perl library to manipulate EXIF tags of digital images." +"This module implements the C3 algorithm, which aims to\n" +"provide a sane method resolution order under multiple inheritance." msgstr "" -"Tiu =C4=89i pako provizas la komandon 'exiftool' kaj la bibliotekon Per= l\n" -"'Image::ExifTool' por manipuli etikedojn EXIF el ciferecaj bildoj." =20 -#: gnu/packages/ratpoison.scm:60 -msgid "Simple mouse-free tiling window manager" -msgstr "Simpla mus-libera kaheleca fenestr-administrilo" +#: gnu/packages/perl.scm:119 +msgid "Compute differences between two files or lists" +msgstr "" =20 -#: gnu/packages/ratpoison.scm:62 +#: gnu/packages/perl.scm:120 msgid "" -"Ratpoison is a simple window manager with no fat library\n" -"dependencies, no fancy graphics, no window decorations, and no\n" -"rodent dependence. It is largely modelled after GNU Screen which\n" -"has done wonders in the virtual terminal market.\n" -"\n" -"The screen can be split into non-overlapping frames. All windows\n" -"are kept maximized inside their frames to take full advantage of\n" -"your precious screen real estate.\n" -"\n" -"All interaction with the window manager is done through keystrokes.\n" -"Ratpoison has a prefix map to minimize the key clobbering that\n" -"cripples Emacs and other quality pieces of software." +"This is a module for computing the difference between two\n" +"files, two strings, or any other two lists of things. It uses an " +"intelligent\n" +"algorithm similar to (or identical to) the one used by the Unix \"diff\= "\n" +"program. It is guaranteed to find the *smallest possible* set of\n" +"differences." msgstr "" =20 -#: gnu/packages/scanner.scm:52 -msgid "Raster image scanner library and drivers" -msgstr "Rastruma bild-skanila biblioteko kaj peliloj" +#: gnu/packages/perl.scm:141 +msgid "Use shorter versions of class names" +msgstr "" =20 -#: gnu/packages/scanner.scm:53 +#: gnu/packages/perl.scm:142 msgid "" -"SANE stands for \"Scanner Access Now Easy\" and is an API\n" -"proving access to any raster image scanner hardware (flatbed scanner,\n= " -"hand-held scanner, video- and still-cameras, frame-grabbers, etc.). Th= e\n" -"package contains the library and drivers." +"The alias module loads the class you specify and exports\n" +"into your namespace a subroutine that returns the class name. You can\= n" +"explicitly alias the class to another name or, if you prefer, you can d= o so\n" +"implicitly." msgstr "" =20 -#: gnu/packages/scheme.scm:126 -msgid "A Scheme implementation with integrated editor and debugger" -msgstr "Realigo de Scheme kun integrita redaktilo kaj erarser=C4=89ilo" +#: gnu/packages/perl.scm:164 +msgid "Configuration files and command line parsing" +msgstr "" =20 -#: gnu/packages/scheme.scm:128 +#: gnu/packages/perl.scm:165 msgid "" -"GNU/MIT Scheme is an implementation of the Scheme programming\n" -"language. It provides an interpreter, a compiler and a debugger. It a= lso\n" -"features an integrated Emacs-like editor and a large runtime library." +"AppConfig is a bundle of Perl5 modules for reading\n" +"configuration files and parsing command line arguments." msgstr "" =20 -#: gnu/packages/scheme.scm:208 -msgid "Efficient Scheme compiler" -msgstr "Efika kompililo Scheme" +#: gnu/packages/perl.scm:183 +msgid "Perl API to zip files" +msgstr "" =20 -#: gnu/packages/scheme.scm:210 +#: gnu/packages/perl.scm:184 gnu/packages/zip.scm:159 msgid "" -"Bigloo is a Scheme implementation devoted to one goal: enabling\n" -"Scheme based programming style where C(++) is usually\n" -"required. Bigloo attempts to make Scheme practical by offering\n" +"The Archive::Zip module allows a Perl program to create,\n" +"manipulate, read, and write Zip archive files." +msgstr "" +"La modulo Archive::Zip ebligas al Perl-programo krei,\n" +"manipuli, legi, kaj skribi ar=C4=A5iv-dosierojn ZIP." + +#: gnu/packages/perl.scm:203 gnu/packages/perl.scm:3880 +msgid "Establish an ISA relationship with base classes at compile time" +msgstr "" + +#: gnu/packages/perl.scm:204 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time. Unless you are usi= ng " +"the\n" +"fields pragma, consider this module discouraged in favor of the lighter= -" +"weight\n" +"parent." +msgstr "" + +#: gnu/packages/perl.scm:229 +msgid "Execute code after a scope finished compilation" +msgstr "" + +#: gnu/packages/perl.scm:230 +msgid "" +"This module allows you to execute code when perl finished\n" +"compiling the surrounding scope." +msgstr "" + +#: gnu/packages/perl.scm:248 +msgid "Benchmarking with statistical confidence" +msgstr "" + +#: gnu/packages/perl.scm:250 +msgid "" +"The Benchmark::Timer class allows you to time portions of code\n" +"conveniently, as well as benchmark code by allowing timings of repeated= \n" +"trials. It is perfect for when you need more precise information about= the\n" +"running time of portions of your code than the Benchmark module will gi= ve " +"you,\n" +"but don't want to go all out and profile your code." +msgstr "" + +#: gnu/packages/perl.scm:275 +msgid "Bit vector library" +msgstr "" + +#: gnu/packages/perl.scm:276 +msgid "" +"Bit::Vector is an efficient C library which allows you to\n" +"handle bit vectors, sets (of integers), \"big integer arithmetic\" and = " +"boolean\n" +"matrices, all of arbitrary sizes. The package also includes an\n" +"object-oriented Perl module for accessing the C library from Perl, and\= n" +"optionally features overloaded operators for maximum ease of use. The = C\n" +"library can nevertheless be used stand-alone, without Perl." +msgstr "" + +#: gnu/packages/perl.scm:298 +msgid "Boolean support for Perl" +msgstr "" + +#: gnu/packages/perl.scm:299 +msgid "" +"This module provides basic Boolean support, by defining two\n" +"special objects: true and false." +msgstr "" + +#: gnu/packages/perl.scm:320 +#, fuzzy +msgid "Cache interface for Perl" +msgstr "Interfaco de SQLite por Perl" + +#: gnu/packages/perl.scm:321 +msgid "" +"The Cache modules are designed to assist a developer in\n" +"persisting data for a specified period of time. Often these modules ar= e " +"used\n" +"in web applications to store data locally to save repeated and redundan= t\n" +"expensive calls to remote machines or databases. People have also been= " +"known\n" +"to use Cache::Cache for its straightforward interface in sharing data " +"between\n" +"runs of an application or invocations of a CGI-style script or simply a= s an\n" +"easy to use abstraction of the filesystem or shared memory." +msgstr "" + +#: gnu/packages/perl.scm:344 +msgid "Shared memory interprocess cache via mmap" +msgstr "" + +#: gnu/packages/perl.scm:345 +msgid "" +"A shared memory cache through an mmap'ed file. It's core is\n" +"written in C for performance. It uses fcntl locking to ensure multiple= \n" +"processes can safely access the cache at the same time. It uses a basi= c " +"LRU\n" +"algorithm to keep the most used entries in the cache." +msgstr "" + +#: gnu/packages/perl.scm:366 +msgid "Capture STDOUT and STDERR from Perl, XS or external programs" +msgstr "" + +#: gnu/packages/perl.scm:368 +msgid "" +"Capture::Tiny provides a simple, portable way to capture almost anythin= g\n" +"sent to STDOUT or STDERR, regardless of whether it comes from Perl, fro= m XS\n" +"code or from an external program. Optionally, output can be teed so th= at " +"it\n" +"is captured while being passed through to the original file handles." +msgstr "" + +#: gnu/packages/perl.scm:388 +msgid "Executable comments for Perl" +msgstr "" + +#: gnu/packages/perl.scm:389 +msgid "" +"Carp::Assert is intended for a purpose like the ANSI C\n" +"library assert.h." +msgstr "" + +#: gnu/packages/perl.scm:411 +msgid "Convenience wrappers around Carp::Assert" +msgstr "" + +#: gnu/packages/perl.scm:412 +msgid "" +"Carp::Assert::More is a set of handy assertion functions for\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:432 +msgid "Report errors from a \"clan\" of modules" +msgstr "" + +#: gnu/packages/perl.scm:433 +msgid "" +"This module allows errors from a clan (or family) of modules\n" +"to appear to originate from the caller of the clan. This is necessary = in\n" +"cases where the clan modules are not classes derived from each other, a= nd " +"thus\n" +"the Carp.pm module doesn't help." +msgstr "" + +#: gnu/packages/perl.scm:457 +msgid "Automated accessor generation" +msgstr "" + +#: gnu/packages/perl.scm:458 +msgid "" +"This module automagically generates accessors/mutators for\n" +"your class." +msgstr "" + +#: gnu/packages/perl.scm:478 +msgid "Faster, but less expandable, chained accessors" +msgstr "" + +#: gnu/packages/perl.scm:479 +msgid "" +"A chained accessor is one that always returns the object\n" +"when called with parameters (to set), and the value of the field when " +"called\n" +"with no arguments. This module subclasses Class::Accessor in order to = " +"provide\n" +"the same mk_accessors interface." +msgstr "" + +#: gnu/packages/perl.scm:505 +msgid "Build groups of accessors" +msgstr "" + +#: gnu/packages/perl.scm:506 +msgid "" +"This class lets you build groups of accessors that will call\n" +"different getters and setters." +msgstr "" + +#: gnu/packages/perl.scm:526 +msgid "Pragma to use the C3 method resolution order algorithm" +msgstr "" + +#: gnu/packages/perl.scm:527 +msgid "" +"This is pragma to change Perl 5's standard method resolution\n" +"order from depth-first left-to-right (a.k.a - pre-order) to the more\n" +"sophisticated C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:551 +msgid "Drop-in replacement for NEXT" +msgstr "" + +#: gnu/packages/perl.scm:552 +msgid "" +"This module is intended as a drop-in replacement for NEXT,\n" +"supporting the same interface, but using Class::C3 to do the hard work.= " +msgstr "" + +#: gnu/packages/perl.scm:576 +msgid "Load mix-ins or components to your C3-based class" +msgstr "" + +#: gnu/packages/perl.scm:577 +msgid "" +"This module will inject base classes to your module using\n" +"the Class::C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:595 +msgid "Inheritable, overridable class data" +msgstr "" + +#: gnu/packages/perl.scm:596 +msgid "" +"Class::Data::Inheritable is for creating accessor/mutators\n" +"to class data. That is, if you want to store something about your clas= s as " +"a\n" +"whole (instead of about a single object). This data is then inherited = by " +"your\n" +"subclasses and can be overriden." +msgstr "" + +#: gnu/packages/perl.scm:617 +msgid "Class for easy date and time manipulation" +msgstr "" + +#: gnu/packages/perl.scm:618 +msgid "" +"This module provides a general-purpose date and datetime\n" +"type for perl." +msgstr "" + +#: gnu/packages/perl.scm:636 +msgid "Utility methods for factory classes" +msgstr "" + +#: gnu/packages/perl.scm:637 +msgid "This module exports methods useful for factory classes." +msgstr "" + +#: gnu/packages/perl.scm:654 +msgid "Get information about a class and its structure" +msgstr "" + +#: gnu/packages/perl.scm:655 +msgid "" +"Class::Inspector allows you to get information about a\n" +"loaded class." +msgstr "" + +#: gnu/packages/perl.scm:683 +msgid "Working (require \"Class::Name\") and more" +msgstr "" + +#: gnu/packages/perl.scm:684 +msgid "" +"\"require EXPR\" only accepts Class/Name.pm style module\n" +"names, not Class::Name. For that, this module provides \"load_class\n" +"'Class::Name'\"." +msgstr "" + +#: gnu/packages/perl.scm:707 +msgid "XS implementation of parts of Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:708 +msgid "" +"This module provides an XS implementation for portions of\n" +"Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:727 +msgid "Create generic methods for OO Perl" +msgstr "" + +#: gnu/packages/perl.scm:728 +msgid "" +"This module solves the problem of having to continually\n" +"write accessor methods for your objects that perform standard tasks." +msgstr "" + +#: gnu/packages/perl.scm:749 +msgid "Moose-like method modifiers" +msgstr "" + +#: gnu/packages/perl.scm:750 +msgid "" +"Class::Method::Modifiers provides three modifiers: before,\n" +"around, and after. before and after are run just before and after the = " +"method\n" +"they modify, but can not really affect that original method. around is= run " +"in\n" +"place of the original method, with a hook to easily call that original\= n" +"method." +msgstr "" + +#: gnu/packages/perl.scm:771 +msgid "Implementation of a singleton class for Perl" +msgstr "" + +#: gnu/packages/perl.scm:772 +msgid "" +"This module implements a Singleton class from which other\n" +"classes can be derived. By itself, the Class::Singleton module does ver= y\n" +"little other than manage the instantiation of a single object." +msgstr "" + +#: gnu/packages/perl.scm:791 +msgid "Minimalist class construction" +msgstr "" + +#: gnu/packages/perl.scm:792 +msgid "" +"This module offers a minimalist class construction kit. It\n" +"uses no non-core modules for any recent Perl." +msgstr "" + +#: gnu/packages/perl.scm:812 +msgid "Unload a class" +msgstr "" + +#: gnu/packages/perl.scm:813 +msgid "" +"Class:Unload unloads a given class by clearing out its\n" +"symbol table and removing it from %INC." +msgstr "" + +#: gnu/packages/perl.scm:831 +msgid "Generate fast XS accessors without runtime compilation" +msgstr "" + +#: gnu/packages/perl.scm:832 +msgid "" +"Class::XSAccessor implements fast read, write, and\n" +"read/write accessors in XS. Additionally, it can provide predicates su= ch " +"as\n" +"\"has_foo()\" for testing whether the attribute \"foo\" is defined in t= he\n" +"object. It only works with objects that are implemented as ordinary " +"hashes.\n" +"Class::XSAccessor::Array implements the same interface for objects that= use\n" +"arrays for their internal representation." +msgstr "" + +#: gnu/packages/perl.scm:852 +msgid "Recursively copy Perl datatypes" +msgstr "" + +#: gnu/packages/perl.scm:854 +msgid "" +"This module provides a clone() method which makes recursive copies of\n= " +"nested hash, array, scalar and reference types, including tied variable= s " +"and\n" +"objects." +msgstr "" + +#: gnu/packages/perl.scm:875 +msgid "Sane defaults for Perl programs" +msgstr "" + +#: gnu/packages/perl.scm:876 +msgid "" +"This module implements some sane defaults for Perl programs,\n" +"as defined by two typical specimens of Perl coders." +msgstr "" + +#: gnu/packages/perl.scm:894 +msgid "Load configuration from different file formats" +msgstr "" + +#: gnu/packages/perl.scm:895 +msgid "" +"Config::Any provides a facility for Perl applications and\n" +"libraries to load configuration data from multiple different file forma= ts. " +"It\n" +"supports XML, YAML, JSON, Apache-style configuration, and Perl code." +msgstr "" + +#: gnu/packages/perl.scm:916 +msgid "Module to implement some AutoConf macros in Perl" +msgstr "" + +#: gnu/packages/perl.scm:917 +msgid "" +"Config::AutoConf is intended to provide the same\n" +"opportunities to Perl developers as GNU Autoconf does for Shell develop= ers." +msgstr "" + +#: gnu/packages/perl.scm:935 +msgid "Generic Config Module" +msgstr "" + +#: gnu/packages/perl.scm:936 +msgid "" +"This module opens a config file and parses its contents for\n" +"you. The format of config files supported by Config::General is inspir= ed " +"by\n" +"the well known Apache config format and is 100% compatible with Apache\= n" +"configs, but you can also just use simple name/value pairs in your conf= ig\n" +"files. In addition to the capabilities of an Apache config file it " +"supports\n" +"some enhancements such as here-documents, C-style comments, and multili= ne\n" +"options." +msgstr "" + +#: gnu/packages/perl.scm:962 +msgid "Preserve context during subroutine call" +msgstr "" + +#: gnu/packages/perl.scm:963 +msgid "" +"This module runs code after a subroutine call, preserving\n" +"the context the subroutine would have seen if it were the last statemen= t in\n" +"the caller." +msgstr "" + +#: gnu/packages/perl.scm:984 +msgid "Verify requirements in a CPAN::Meta object" +msgstr "" + +#: gnu/packages/perl.scm:985 +msgid "" +"This module verifies if requirements described in a\n" +"CPAN::Meta object are present." +msgstr "" + +#: gnu/packages/perl.scm:1005 +msgid "JSON::XS for Cpanel" +msgstr "" + +#: gnu/packages/perl.scm:1006 gnu/packages/perl.scm:2683 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa." +msgstr "" + +#: gnu/packages/perl.scm:1024 +msgid "Random password generator" +msgstr "" + +#: gnu/packages/perl.scm:1025 +msgid "" +"Crypt::RandPasswd provides three functions that can be used\n" +"to generate random passwords, constructed from words, letters, or " +"characters.\n" +"This code is a Perl implementation of the Automated Password Generator\= n" +"standard, like the program described in \"A Random Word Generator For\n= " +"Pronounceable Passwords\". This code is a re-engineering of the program= \n" +"contained in Appendix A of FIPS Publication 181, \"Standard for Automat= ed\n" +"Password Generator\"." +msgstr "" + +#: gnu/packages/perl.scm:1048 +msgid "Pretty printing of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1049 +msgid "" +"This module provide functions that takes a list of values as\n" +"their argument and produces a string as its result. The string contain= s " +"Perl\n" +"code that, when \"eval\"ed, produces a deep copy of the original argume= nts." +msgstr "" + +#: gnu/packages/perl.scm:1068 +msgid "Concise data dumper" +msgstr "" + +#: gnu/packages/perl.scm:1069 +msgid "" +"Data::Dumper::Concise provides a dumper with Less\n" +"indentation and newlines plus sub deparsing." +msgstr "" + +#: gnu/packages/perl.scm:1091 +msgid "Parse and validate simple name/value option pairs" +msgstr "" + +#: gnu/packages/perl.scm:1093 +msgid "Data::OptList provides a simple syntax for name/value option pair= s." +msgstr "" + +#: gnu/packages/perl.scm:1114 +msgid "Help when paging through sets of results" +msgstr "" + +#: gnu/packages/perl.scm:1115 +msgid "" +"When searching through large amounts of data, it is often\n" +"the case that a result set is returned that is larger than we want to " +"display\n" +"on one page. This results in wanting to page through various pages of = " +"data.\n" +"The maths behind this is unfortunately fiddly, hence this module." +msgstr "" + +#: gnu/packages/perl.scm:1137 +msgid "Structured tags datastructures" +msgstr "" + +#: gnu/packages/perl.scm:1139 +msgid "" +"This module is for manipulating data as hierarchical tag/value\n" +"pairs (Structured TAGs or Simple Tree AGgreggates). These datastructur= es " +"can\n" +"be represented as nested arrays, which have the advantage of being nati= ve " +"to\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:1166 +msgid "N at a time iteration API" +msgstr "" + +#: gnu/packages/perl.scm:1167 +msgid "" +"This module tries to find middle ground between one at a\n" +"time and all at once processing of data sets. The purpose of this modu= le " +"is\n" +"to avoid the overhead of implementing an iterative api when this isn't\= n" +"necessary, without breaking forward compatibility in case that becomes\= n" +"necessary later on." +msgstr "" + +#: gnu/packages/perl.scm:1192 +msgid "Dynamic generation of nested combinations of variants" +msgstr "" + +#: gnu/packages/perl.scm:1193 +msgid "" +"Data::Tumbler - Dynamic generation of nested combinations of\n" +"variants" +msgstr "" + +#: gnu/packages/perl.scm:1219 +msgid "Visitor style traversal of Perl data structures" +msgstr "" + +#: gnu/packages/perl.scm:1220 +msgid "" +"This module is a simple visitor implementation for Perl\n" +"values. It has a main dispatcher method, visit, which takes a single p= erl\n" +"value and then calls the methods appropriate for that value. It can\n" +"recursively map (cloning as necessary) or just traverse most structures= , " +"with\n" +"support for per-object behavior, circular structures, visiting tied\n" +"structures, and all ref types (hashes, arrays, scalars, code, globs)." +msgstr "" + +#: gnu/packages/perl.scm:1245 +msgid "Gregorian calendar date calculations" +msgstr "" + +#: gnu/packages/perl.scm:1246 +msgid "" +"This package consists of a Perl module for date calculations\n" +"based on the Gregorian calendar, thereby complying with all relevant no= rms " +"and\n" +"standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (whe= re\n" +"applicable)." +msgstr "" + +#: gnu/packages/perl.scm:1270 +msgid "XS wrapper for Date::Calc" +msgstr "" + +#: gnu/packages/perl.scm:1271 +msgid "" +"Date::Calc::XS is an XS wrapper and C library plug-in for\n" +"Date::Calc." +msgstr "" + +#: gnu/packages/perl.scm:1297 +msgid "Date and time object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1298 +msgid "" +"DateTime is a class for the representation of date/time\n" +"combinations. It represents the Gregorian calendar, extended backwards= in\n" +"time before its creation (in 1582)." +msgstr "" + +#: gnu/packages/perl.scm:1321 +msgid "DateTime set objects" +msgstr "" + +#: gnu/packages/perl.scm:1322 +msgid "" +"The DateTime::Set module provides a date/time sets\n" +"implementation. It allows, for example, the generation of groups of da= tes,\n" +"like \"every wednesday\", and then find all the dates matching that " +"pattern,\n" +"within a time range." +msgstr "" + +#: gnu/packages/perl.scm:1345 +msgid "DateTime rfc2445 recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1346 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for RFC 2445 style recurrences." +msgstr "" + +#: gnu/packages/perl.scm:1367 +msgid "DateTime::Set extension for basic recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1368 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for various recurrences, such as \"once a = month" +"\"\n" +"or \"every day\". You can also create more complicated recurrences, su= ch " +"as\n" +"\"every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM\"." +msgstr "" + +#: gnu/packages/perl.scm:1393 +msgid "Create DateTime parser classes and objects." +msgstr "" + +#: gnu/packages/perl.scm:1394 +msgid "" +"DateTime::Format::Builder creates DateTime parsers. Many\n" +"string formats of dates and times are simple and just require a basic " +"regular\n" +"expression to extract the relevant information. Builder provides a sim= ple " +"way\n" +"to do this without writing reams of structural code." +msgstr "" + +#: gnu/packages/perl.scm:1420 +msgid "Parse data/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1421 +msgid "" +"DateTime::Format::Flexible attempts to take any string you\n" +"give it and parse it into a DateTime object." +msgstr "" + +#: gnu/packages/perl.scm:1445 +msgid "Parse and format iCal datetime and duration strings" +msgstr "" + +#: gnu/packages/perl.scm:1446 +msgid "" +"This module understands the ICal date/time and duration\n" +"formats, as defined in RFC 2445. It can be used to parse these formats= in\n" +"order to create the appropriate objects." +msgstr "" + +#: gnu/packages/perl.scm:1477 +msgid "Machine-readable date/time with natural parsing" +msgstr "" + +#: gnu/packages/perl.scm:1478 +msgid "" +"DateTime::Format::Natural takes a string with a human\n" +"readable date/time and creates a machine readable one by applying natur= al\n" +"parsing logic." +msgstr "" + +#: gnu/packages/perl.scm:1502 +msgid "Parse and format strp and strf time patterns" +msgstr "" + +#: gnu/packages/perl.scm:1503 +msgid "" +"This module implements most of `strptime(3)`, the POSIX\n" +"function that is the reverse of `strftime(3)`, for `DateTime`. While\n= " +"`strftime` takes a `DateTime` and a pattern and returns a string, " +"`strptime`\n" +"takes a string and a pattern and returns the `DateTime` object associat= ed." +msgstr "" + +#: gnu/packages/perl.scm:1526 +msgid "Localization support for DateTime.pm" +msgstr "" + +#: gnu/packages/perl.scm:1527 +msgid "" +"The DateTime::Locale modules provide localization data for\n" +"the DateTime.pm class." +msgstr "" + +#: gnu/packages/perl.scm:1554 +#, fuzzy +msgid "Time zone object for Perl" +msgstr "Interfaco de SQLite por Perl" + +#: gnu/packages/perl.scm:1555 +msgid "" +"This class is the base class for all time zone objects. A\n" +"time zone is represented internally as a set of observances, each of wh= ich\n" +"describes the offset from GMT for a given time period. Note that witho= ut " +"the\n" +"DateTime module, this module does not do much. It's primary interface = is\n" +"through a DateTime object, and most users will not need to directly use= \n" +"DateTime::TimeZone methods." +msgstr "" + +#: gnu/packages/perl.scm:1585 +msgid "Parse date/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1586 +msgid "" +"DateTimeX::Easy uses a variety of DateTime::Format packages\n" +"to create DateTime objects, with some custom tweaks to smooth out the r= ough\n" +"edges (mainly concerning timezone detection and selection)." +msgstr "" + +#: gnu/packages/perl.scm:1607 +msgid "Meatier version of caller" +msgstr "" + +#: gnu/packages/perl.scm:1608 +msgid "Devel::Caller provides meatier version of caller." +msgstr "" + +#: gnu/packages/perl.scm:1625 +msgid "Check that a command is available" +msgstr "" + +#: gnu/packages/perl.scm:1626 +msgid "" +"Devel::CheckBin is a perl module that checks whether a\n" +"particular command is available." +msgstr "" + +#: gnu/packages/perl.scm:1646 +msgid "Provides equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older p= erls" +msgstr "" + +#: gnu/packages/perl.scm:1647 +msgid "" +"Devel::GlobalDestruction provides a function returning the\n" +"equivalent of \"${^GLOBAL_PHASE} eq 'DESTRUCT'\" for older perls." +msgstr "" + +#: gnu/packages/perl.scm:1667 +msgid "Alias lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:1668 +msgid "" +"Devel::LexAlias provides the ability to alias a lexical\n" +"variable in a subroutines scope to one of your choosing." +msgstr "" + +#: gnu/packages/perl.scm:1690 +msgid "Introspect overloaded operators" +msgstr "" + +#: gnu/packages/perl.scm:1691 +msgid "" +"Devel::OverloadInfo returns information about overloaded\n" +"operators for a given class (or object), including where in the inherit= ance\n" +"hierarchy the overloads are declared and where the code implementing it= is." +msgstr "" + +#: gnu/packages/perl.scm:1718 +msgid "Partial dumping of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1719 +msgid "" +"This module is a data dumper optimized for logging of\n" +"arbitrary parameters." +msgstr "" + +#: gnu/packages/perl.scm:1737 +msgid "Object representing a stack trace" +msgstr "" + +#: gnu/packages/perl.scm:1738 +msgid "" +"The Devel::StackTrace module contains two classes,\n" +"Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsul= ate " +"the\n" +"information that can be retrieved via Perl's caller() function, as well= as\n" +"providing a simple interface to this data." +msgstr "" + +#: gnu/packages/perl.scm:1760 +msgid "Displays stack trace in HTML" +msgstr "" + +#: gnu/packages/perl.scm:1761 +msgid "" +"Devel::StackTrace::AsHTML adds as_html method to\n" +"Devel::StackTrace which displays the stack trace in beautiful HTML, wit= h " +"code\n" +"snippet context and function parameters. If you call it on an instance= of\n" +"Devel::StackTrace::WithLexicals, you even get to see the lexical variab= les " +"of\n" +"each stack frame." +msgstr "" + +#: gnu/packages/perl.scm:1782 +msgid "Dump symbol names or the symbol table" +msgstr "" + +#: gnu/packages/perl.scm:1783 +msgid "Devel::Symdump provides access to the perl symbol table." +msgstr "" + +#: gnu/packages/perl.scm:1800 +msgid "Keyed-Hashing for Message Authentication" +msgstr "" + +#: gnu/packages/perl.scm:1801 +msgid "" +"The Digest::HMAC module follows the common Digest::\n" +"interface for the RFC 2104 HMAC mechanism." +msgstr "" + +#: gnu/packages/perl.scm:1817 +msgid "Perl implementation of the SHA-1 message digest algorithm" +msgstr "" + +#: gnu/packages/perl.scm:1819 +msgid "" +"This package provides 'Digest::SHA1', an implementation of the NIST\n" +"SHA-1 message digest algorithm for use by Perl programs." +msgstr "" + +#: gnu/packages/perl.scm:1841 +msgid "Declare version conflicts for your dist" +msgstr "" + +#: gnu/packages/perl.scm:1842 +msgid "" +"This module allows you to specify conflicting versions of\n" +"modules separately and deal with them after the module is done installi= ng." +msgstr "" + +#: gnu/packages/perl.scm:1859 +msgid "OO-ish Error/Exception handling for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1860 +msgid "" +"The Error package provides two interfaces. Firstly Error\n" +"provides a procedural interface to exception handling. Secondly Error i= s a\n" +"base class for errors/exceptions that can either be thrown, for subsequ= ent\n" +"catch, or can simply be recorded." +msgstr "" + +#: gnu/packages/perl.scm:1885 +msgid "Safely and cleanly create closures via string eval" +msgstr "" + +#: gnu/packages/perl.scm:1886 +msgid "" +"String eval is often used for dynamic code generation. For\n" +"instance, Moose uses it heavily, to generate inlined versions of access= ors " +"and\n" +"constructors, which speeds code up at runtime by a significant amount. = " +"String\n" +"eval is not without its issues however - it's difficult to control the = " +"scope\n" +"it's used in (which determines which variables are in scope inside the = " +"eval),\n" +"and it's easy to miss compilation errors, since eval catches them and " +"sticks\n" +"them in $@ instead. This module attempts to solve these problems. It\= n" +"provides an eval_closure function, which evals a string in a clean\n" +"environment, other than a fixed list of specified variables. Compilati= on\n" +"errors are rethrown automatically." +msgstr "" + +#: gnu/packages/perl.scm:1915 +msgid "Allows you to declare real exception classes in Perl" +msgstr "" + +#: gnu/packages/perl.scm:1916 +msgid "" +"Exception::Class allows you to declare exception hierarchies\n" +"in your modules in a \"Java-esque\" manner." +msgstr "" + +#: gnu/packages/perl.scm:1932 +msgid "Lightweight exporting of functions and variables" +msgstr "" + +#: gnu/packages/perl.scm:1934 +msgid "" +"Exporter::Lite is an alternative to Exporter, intended to provide a\n" +"lightweight subset of the most commonly-used functionality. It support= s\n" +"import(), @EXPORT and @EXPORT_OK and not a whole lot else." +msgstr "" + +#: gnu/packages/perl.scm:1955 +msgid "Exporter with the features of Sub::Exporter but only core depende= ncies" +msgstr "" + +#: gnu/packages/perl.scm:1956 +msgid "" +"Exporter::Tiny supports many of Sub::Exporter's\n" +"external-facing features including renaming imported functions with the= `-" +"as`,\n" +"`-prefix` and `-suffix` options; explicit destinations with the `into` = " +"option;\n" +"and alternative installers with the `installler` option. But it's writ= ten " +"in\n" +"only about 40% as many lines of code and with zero non-core dependencie= s." +msgstr "" + +#: gnu/packages/perl.scm:1979 +msgid "Build.PL install path logic made easy" +msgstr "" + +#: gnu/packages/perl.scm:1980 +msgid "" +"This module tries to make install path resolution as easy as\n" +"possible." +msgstr "" + +#: gnu/packages/perl.scm:1998 +msgid "Wrapper for perl's configuration" +msgstr "" + +#: gnu/packages/perl.scm:1999 +msgid "" +"ExtUtils::Config is an abstraction around the %Config hash.\n" +"By itself it is not a particularly interesting module by any measure, " +"however\n" +"it ties together a family of modern toolchain modules." +msgstr "" + +#: gnu/packages/perl.scm:2018 +msgid "Various portability utilities for module builders" +msgstr "" + +#: gnu/packages/perl.scm:2019 +msgid "" +"This module provides various portable helper functions for\n" +"module building modules." +msgstr "" + +#: gnu/packages/perl.scm:2047 +#, fuzzy +msgid "Watch for changes to files" +msgstr "Biblioteko por trakti dosierojn PNG" + +#: gnu/packages/perl.scm:2048 +msgid "" +"This module provides a class to monitor a directory for\n" +"changes made to any file." +msgstr "" + +#: gnu/packages/perl.scm:2066 +msgid "Recursively copy files and directories" +msgstr "" + +#: gnu/packages/perl.scm:2067 +msgid "" +"This module has 3 functions: one to copy files only, one to\n" +"copy directories only, and one to do either depending on the argument's= \n" +"type." +msgstr "" + +#: gnu/packages/perl.scm:2089 +msgid "Alternative interface to File::Find" +msgstr "" + +#: gnu/packages/perl.scm:2090 +msgid "" +"File::Find::Rule is a friendlier interface to File::Find.\n" +"It allows you to build rules which specify the desired files and\n" +"directories." +msgstr "" + +#: gnu/packages/perl.scm:2113 +msgid "Common rules for searching for Perl things" +msgstr "" + +#: gnu/packages/perl.scm:2114 +msgid "" +"File::Find::Rule::Perl provides methods for finding various\n" +"types Perl-related files, or replicating search queries run on a " +"distribution\n" +"in various parts of the CPAN ecosystem." +msgstr "" + +#: gnu/packages/perl.scm:2137 +msgid "Find your home and other directories on any platform" +msgstr "" + +#: gnu/packages/perl.scm:2138 +msgid "" +"File::HomeDir is a module for locating the directories that\n" +"are \"owned\" by a user (typicaly your user) and to solve the various " +"issues\n" +"that arise trying to find them consistently across a wide variety of\n" +"platforms." +msgstr "" + +#: gnu/packages/perl.scm:2165 +msgid "" +"Perl extension for crawling directory trees and compiling\n" +"lists of files" +msgstr "" + +#: gnu/packages/perl.scm:2168 +msgid "" +"The File::List module crawls the directory tree starting at the\n" +"provided base directory and can return files (and/or directories if " +"desired)\n" +"matching a regular expression." +msgstr "" + +#: gnu/packages/perl.scm:2187 +msgid "Remove files and directories in Perl" +msgstr "" + +#: gnu/packages/perl.scm:2188 +msgid "" +"File::Remove::remove removes files and directories. It acts\n" +"like /bin/rm, for the most part. Although \"unlink\" can be given a li= st " +"of\n" +"files, it will not remove directories; this module remedies that. It a= lso\n" +"accepts wildcards, * and ?, as arguments for filenames." +msgstr "" + +#: gnu/packages/perl.scm:2212 +msgid "Locate per-dist and per-module shared files" +msgstr "" + +#: gnu/packages/perl.scm:2213 +msgid "" +"The intent of File::ShareDir is to provide a companion to\n" +"Class::Inspector and File::HomeDir. Quite often you want or need your = Perl\n" +"module to have access to a large amount of read-only data that is store= d on\n" +"the file-system at run-time. Once the files have been installed to the= \n" +"correct directory, you can use File::ShareDir to find your files again = " +"after\n" +"the installation." +msgstr "" + +#: gnu/packages/perl.scm:2235 +msgid "Install shared files" +msgstr "" + +#: gnu/packages/perl.scm:2236 +msgid "" +"File::ShareDir::Install allows you to install read-only data\n" +"files from a distribution. It is a companion module to File::ShareDir,= " +"which\n" +"allows you to locate these files after installation." +msgstr "" + +#: gnu/packages/perl.scm:2255 +msgid "Reading/Writing/Modifying of complete files" +msgstr "" + +#: gnu/packages/perl.scm:2256 +msgid "" +"File::Slurp provides subroutines to read or write entire\n" +"files with a simple call. It also has a subroutine for reading the lis= t of\n" +"filenames in a directory." +msgstr "" + +#: gnu/packages/perl.scm:2277 +msgid "Return name and handle of a temporary file safely" +msgstr "" + +#: gnu/packages/perl.scm:2278 +msgid "" +"File::Temp can be used to create and open temporary files in\n" +"a safe way." +msgstr "" + +#: gnu/packages/perl.scm:2295 +#, fuzzy +msgid "Portable implementation of the `which' utility" +msgstr "Realigo curses de la API Glk" + +#: gnu/packages/perl.scm:2297 +msgid "" +"File::Which was created to be able to get the paths to executable\n" +"programs on systems under which the `which' program wasn't implemented = in " +"the\n" +"shell." +msgstr "" + +#: gnu/packages/perl.scm:2324 +msgid "Getopt::Long, but simpler and more powerful" +msgstr "" + +#: gnu/packages/perl.scm:2325 +msgid "" +"Getopt::Long::Descriptive is yet another Getopt library.\n" +"It's built atop Getopt::Long, and gets a lot of its features, but tries= to\n" +"avoid making you think about its huge array of options. It also provid= es\n" +"usage (help) messages, data validation, and a few other useful features= ." +msgstr "" + +#: gnu/packages/perl.scm:2343 +msgid "Table-driven argument parsing for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2345 +msgid "" +"Getopt::Tabular is a Perl 5 module for table-driven argument parsing,\n= " +"vaguely inspired by John Ousterhout's Tk_ParseArgv." +msgstr "" + +#: gnu/packages/perl.scm:2365 +msgid "Merge arbitrarily deep hashes into a single hash" +msgstr "" + +#: gnu/packages/perl.scm:2366 +msgid "" +"Hash::Merge merges two arbitrarily deep hashes into a single\n" +"hash. That is, at any level, it will add non-conflicting key-value pai= rs " +"from\n" +"one hash to the other, and follows a set of specific rules when there a= re " +"key\n" +"value conflicts. The hash is followed recursively, so that deeply nest= ed\n" +"hashes that are at the same level will be merged when the parent hashes= are\n" +"merged." +msgstr "" + +#: gnu/packages/perl.scm:2388 +msgid "Store multiple values per key" +msgstr "" + +#: gnu/packages/perl.scm:2389 +msgid "" +"Hash::MultiValue is an object (and a plain hash reference)\n" +"that may contain multiple values per key, inspired by MultiDict of WebO= b." +msgstr "" + +#: gnu/packages/perl.scm:2409 +msgid "Import packages into other packages" +msgstr "" + +#: gnu/packages/perl.scm:2410 +msgid "" +"Writing exporters is a pain. Some use Exporter, some use\n" +"Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ...= and\n" +"some things are pragmas. Exporting on someone else's behalf is harder.= " +"The\n" +"exporters don't provide a consistent API for this, and pragmas need to = have\n" +"their import method called directly, since they effect the current unit= of\n" +"compilation. Import::Into provides global methods to make this painles= s." +msgstr "" + +#: gnu/packages/perl.scm:2432 +msgid "Use modules in inc/ if newer than installed" +msgstr "" + +#: gnu/packages/perl.scm:2433 +msgid "" +"The inc::latest module helps bootstrap configure-time\n" +"dependencies for CPAN distributions. These dependencies get bundled in= to " +"the\n" +"inc directory within a distribution and are used by Makefile.PL or Buil= d.PL." +msgstr "" + +#: gnu/packages/perl.scm:2452 +msgid "Utilities for interactive I/O" +msgstr "" + +#: gnu/packages/perl.scm:2453 +msgid "" +"This module provides three utility subroutines that make it\n" +"easier to develop interactive applications: is_interactive(), " +"interactive(),\n" +"and busy()" +msgstr "" + +#: gnu/packages/perl.scm:2472 +msgid "Emulate file interface for in-core strings" +msgstr "" + +#: gnu/packages/perl.scm:2473 +msgid "" +"IO::String is an IO::File (and IO::Handle) compatible class\n" +"that reads or writes data from in-core strings." +msgstr "" + +#: gnu/packages/perl.scm:2491 +msgid "IO:: interface for reading/writing an array of lines" +msgstr "" + +#: gnu/packages/perl.scm:2492 +msgid "" +"This toolkit primarily provides modules for performing both\n" +"traditional and object-oriented i/o) on things *other* than normal\n" +"filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.= " +msgstr "" + +#: gnu/packages/perl.scm:2510 +msgid "Perl interface to pseudo ttys" +msgstr "" + +#: gnu/packages/perl.scm:2512 +#, fuzzy +msgid "" +"This package provides the 'IO::Pty' and 'IO::Tty' Perl interfaces to\n" +"pseudo ttys." +msgstr "Tiu =C4=89i pako provizas datumbazan interfacon por Perl." + +#: gnu/packages/perl.scm:2540 +msgid "system() and background procs w/ piping, redirs, ptys" +msgstr "" + +#: gnu/packages/perl.scm:2541 +msgid "" +"IPC::Run allows you run and interact with child processes\n" +"using files, pipes, and pseudo-ttys. Both system()-style and scripted " +"usages\n" +"are supported and may be mixed. Likewise, functional and OO API styles = are\n" +"both supported and may be mixed." +msgstr "" + +#: gnu/packages/perl.scm:2559 +msgid "Run a subprocess with input/ouput redirection" +msgstr "" + +#: gnu/packages/perl.scm:2561 +msgid "" +"The IPC::Run3 module allows you to run a subprocess and redirect stdin,= \n" +"stdout, and/or stderr to files and perl data structures. It aims to " +"satisfy\n" +"99% of the need for using system, qx, and open3 with a simple, extremel= y\n" +"Perlish API and none of the bloat and rarely used features of IPC::Run.= " +msgstr "" + +#: gnu/packages/perl.scm:2585 +#, fuzzy +msgid "Lightweight interface to shared memory" +msgstr "Interfaco de SQLite por Perl" + +#: gnu/packages/perl.scm:2586 +msgid "" +"IPC::ShareLite provides a simple interface to shared memory,\n" +"allowing data to be efficiently communicated between processes." +msgstr "" + +#: gnu/packages/perl.scm:2606 +msgid "JSON encoder/decoder for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2607 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa using either JSON::XS or JSON::PP." +msgstr "" + +#: gnu/packages/perl.scm:2632 +msgid "Wrapper for Perl JSON classes" +msgstr "" + +#: gnu/packages/perl.scm:2634 +msgid "" +"This module tries to provide a coherent API to bring together the\n" +"various JSON modules currently on CPAN. This module will allow you to = code " +"to\n" +"any JSON API and have it work regardless of which JSON module is actual= ly\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:2658 +msgid "Cpanel::JSON::XS with fallback" +msgstr "" + +#: gnu/packages/perl.scm:2659 +msgid "" +"This module first checks to see if either Cpanel::JSON::XS\n" +"or JSON::XS is already loaded, in which case it uses that module. " +"Otherwise\n" +"it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in orde= r, " +"and\n" +"either uses the first module it finds or throws an error." +msgstr "" + +#: gnu/packages/perl.scm:2682 +msgid "JSON serialising/deserialising for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2706 +msgid "Combination of List::Util and List::MoreUtils" +msgstr "" + +#: gnu/packages/perl.scm:2707 +msgid "" +"This module exports all of the functions that either\n" +"List::Util or List::MoreUtils defines, with preference to List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2731 +msgid "Provide the stuff missing in List::Util" +msgstr "" + +#: gnu/packages/perl.scm:2732 +msgid "" +"List::MoreUtils provides some trivial but commonly needed\n" +"functionality on lists which is not going to go into List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2750 +msgid "Expiry plug-in for Memoize that adds LRU cache expiration" +msgstr "" + +#: gnu/packages/perl.scm:2751 +msgid "" +"This module implements an expiry policy for Memoize that\n" +"follows LRU semantics, that is, the last n results, where n is specifie= d as\n" +"the argument to the CACHESIZE parameter, will be cached." +msgstr "" + +#: gnu/packages/perl.scm:2770 +msgid "Definition of MIME types" +msgstr "" + +#: gnu/packages/perl.scm:2771 +msgid "" +"This module provides a list of known mime-types, combined\n" +"from various sources. For instance, it contains all IANA types and the= \n" +"knowledge of Apache." +msgstr "" + +#: gnu/packages/perl.scm:2800 +msgid "Tiny replacement for Module::Build" +msgstr "" + +#: gnu/packages/perl.scm:2801 +msgid "" +"Many Perl distributions use a Build.PL file instead of a\n" +"Makefile.PL file to drive distribution configuration, build, test and\n= " +"installation. Traditionally, Build.PL uses Module::Build as the underl= ying\n" +"build system. This module provides a simple, lightweight, drop-in\n" +"replacement. Whereas Module::Build has over 6,700 lines of code; this = " +"module\n" +"has less than 120, yet supports the features needed by most distributio= ns." +msgstr "" + +#: gnu/packages/perl.scm:2823 +msgid "Find and use installed modules in a (sub)category" +msgstr "" + +#: gnu/packages/perl.scm:2824 +msgid "" +"Module::Find lets you find and use modules in categories.\n" +"This can be useful for auto-detecting driver or plugin modules. You ca= n\n" +"differentiate between looking in the category itself or in all\n" +"subcategories." +msgstr "" + +#: gnu/packages/perl.scm:2850 +msgid "Loads alternate underlying implementations for a module" +msgstr "" + +#: gnu/packages/perl.scm:2851 +msgid "" +"This module abstracts out the process of choosing one of\n" +"several underlying implementations for a module. This can be used to " +"provide\n" +"XS and pure Perl implementations of a module, or it could be used to lo= ad " +"an\n" +"implementation for a given OS or any other case of needing to provide " +"multiple\n" +"implementations." +msgstr "" + +#: gnu/packages/perl.scm:2889 +msgid "Standalone, extensible Perl module installer" +msgstr "" + +#: gnu/packages/perl.scm:2890 +msgid "" +"Module::Install is a package for writing installers for\n" +"CPAN (or CPAN-like) distributions that are clean, simple, minimalist, a= ct in " +"a\n" +"strictly correct manner with ExtUtils::MakeMaker, and will run on any P= erl\n" +"installation version 5.005 or newer." +msgstr "" + +#: gnu/packages/perl.scm:2910 +msgid "Perl runtime module handling" +msgstr "" + +#: gnu/packages/perl.scm:2911 +msgid "" +"The functions exported by this module deal with runtime\n" +"handling of Perl modules, which are normally handled at compile time." +msgstr "" + +#: gnu/packages/perl.scm:2932 +msgid "Provide information on conflicts for Module::Runtime" +msgstr "" + +#: gnu/packages/perl.scm:2933 +msgid "" +"This module provides conflicts checking for Module::Runtime,\n" +"which had a recent release that broke some versions of Moose. It is ca= lled\n" +"from Moose::Conflicts and moose-outdated." +msgstr "" + +#: gnu/packages/perl.scm:2954 +msgid "Recursively scan Perl code for dependencies" +msgstr "" + +#: gnu/packages/perl.scm:2955 +msgid "" +"Module::ScanDeps is a module to recursively scan Perl\n" +"programs for dependencies." +msgstr "" + +#: gnu/packages/perl.scm:2975 +msgid "Module name tools and transformations" +msgstr "" + +#: gnu/packages/perl.scm:2976 +msgid "" +"This module provides a few useful functions for manipulating\n" +"module names. Its main aim is to centralise some of the functions comm= only\n" +"used by modules that manipulate other modules in some way, like convert= ing\n" +"module names to relative paths." +msgstr "" + +#: gnu/packages/perl.scm:3006 +msgid "Minimalist Object Orientation (with Moose compatibility)" +msgstr "" + +#: gnu/packages/perl.scm:3007 +msgid "" +"Moo is an extremely light-weight Object Orientation system.\n" +"It allows one to concisely define objects and roles with a convenient " +"syntax\n" +"that avoids the details of Perl's object system. Moo contains a subset= of\n" +"Moose and is optimised for rapid startup." +msgstr "" + +#: gnu/packages/perl.scm:3083 +msgid "Postmodern object system for Perl 5" +msgstr "" + +#: gnu/packages/perl.scm:3085 +msgid "" +"Moose is a complete object system for Perl 5. It provides keywords for= \n" +"attribute declaration, object construction, inheritance, and maybe more= . " +"With\n" +"Moose, you define your class declaratively, without needing to know abo= ut\n" +"blessed hashrefs, accessor methods, and so on. You can concentrate on = the\n" +"logical structure of your classes, focusing on \"what\" rather than \"h= ow" +"\".\n" +"A class definition with Moose reads like a list of very concise English= \n" +"sentences." +msgstr "" + +#: gnu/packages/perl.scm:3113 +msgid "Emulate Class::Accessor::Fast behavior using Moose attributes" +msgstr "" + +#: gnu/packages/perl.scm:3114 +msgid "" +"This module attempts to emulate the behavior of\n" +"Class::Accessor::Fast as accurately as possible using the Moose attribu= te\n" +"system. The public API of Class::Accessor::Fast is wholly supported, b= ut " +"the\n" +"private methods are not." +msgstr "" + +#: gnu/packages/perl.scm:3145 +msgid "Moose role for processing command line options" +msgstr "" + +#: gnu/packages/perl.scm:3146 +msgid "" +"This is a Moose role which provides an alternate constructor\n" +"for creating objects using parameters passed in from the command line." +msgstr "" + +#: gnu/packages/perl.scm:3167 +msgid "Mark overload code symbols as methods" +msgstr "" + +#: gnu/packages/perl.scm:3168 +msgid "" +"MooseX::MarkAsMethods allows one to easily mark certain\n" +"functions as Moose methods. This will allow other packages such as\n" +"namespace::autoclean to operate without blowing away your overloads. A= fter\n" +"using MooseX::MarkAsMethods your overloads will be recognized by Class:= :MOP " +"as\n" +"being methods, and class extension as well as composition from roles wi= th\n" +"overloads will \"just work\"." +msgstr "" + +#: gnu/packages/perl.scm:3198 +msgid "Code attribute introspection" +msgstr "" + +#: gnu/packages/perl.scm:3199 +msgid "" +"This module allows code attributes of methods to be\n" +"introspected using Moose meta method objects." +msgstr "" + +#: gnu/packages/perl.scm:3225 +msgid "Subclassing of non-Moose classes" +msgstr "" + +#: gnu/packages/perl.scm:3226 +msgid "" +"MooseX::NonMoose allows for easily subclassing non-Moose\n" +"classes with Moose, taking care of the details connected with doing thi= s, " +"such\n" +"as setting up proper inheritance from Moose::Object and installing (and= \n" +"inlining, at make_immutable time) a constructor that makes sure things = like\n" +"BUILD methods are called. It tries to be as non-intrusive as possible.= " +msgstr "" + +#: gnu/packages/perl.scm:3255 +msgid "Extension of Params::Validate using Moose's types" +msgstr "" + +#: gnu/packages/perl.scm:3256 +msgid "" +"This module fills a gap in Moose by adding method parameter\n" +"validation to Moose." +msgstr "" + +#: gnu/packages/perl.scm:3277 +msgid "Apply roles to a related Perl class" +msgstr "" + +#: gnu/packages/perl.scm:3278 +msgid "" +"This module applies roles to make a subclass instead of\n" +"manually setting up a subclass." +msgstr "" + +#: gnu/packages/perl.scm:3304 +msgid "Moose roles with composition parameters" +msgstr "" + +#: gnu/packages/perl.scm:3305 +msgid "" +"Because Moose roles serve many different masters, they\n" +"usually provide only the least common denominator of functionality. To= \n" +"empower roles further, more configurability than -alias and -excludes i= s\n" +"required. Perhaps your role needs to know which method to call when it= is\n" +"done processing, or what default value to use for its url attribute.\n" +"Parameterized roles offer a solution to these (and other) kinds of prob= lems." +msgstr "" + +#: gnu/packages/perl.scm:3331 +msgid "Roles which support overloading" +msgstr "" + +#: gnu/packages/perl.scm:3332 +msgid "" +"MooseX::Role::WithOverloading allows you to write a\n" +"Moose::Role which defines overloaded operators and allows those overloa= d\n" +"methods to be composed into the classes/roles/instances it's compiled t= o,\n" +"where plain Moose::Roles would lose the overloading." +msgstr "" + +#: gnu/packages/perl.scm:3354 +msgid "Name your accessors foo() and set_foo()" +msgstr "" + +#: gnu/packages/perl.scm:3355 +msgid "" +"This module does not provide any methods. Simply loading it\n" +"changes the default naming policy for the loading class so that accesso= rs " +"are\n" +"separated into get and set methods. The get methods have the same name= as " +"the\n" +"accessor, while set methods are prefixed with \"_set_\"." +msgstr "" + +#: gnu/packages/perl.scm:3381 +msgid "Strict object constructors for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3382 +msgid "" +"Simply loading this module makes your constructors\n" +"\"strict\". If your constructor is called with an attribute init argume= nt " +"that\n" +"your class does not declare, then it calls Moose->throw_error(). " +msgstr "" + +#: gnu/packages/perl.scm:3410 +msgid "Trait loading and resolution for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3411 +msgid "" +"Adds support on top of MooseX::Traits for class precedence\n" +"search for traits and some extra attributes" +msgstr "" + +#: gnu/packages/perl.scm:3436 +msgid "Organise your Moose types in libraries" +msgstr "" + +#: gnu/packages/perl.scm:3437 +msgid "" +"This package lets you declare types using short names, but\n" +"behind the scenes it namespaces all your type declarations, effectively= \n" +"prevent name clashes between packages." +msgstr "" + +#: gnu/packages/perl.scm:3468 +msgid "DateTime related constraints and coercions for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3469 +msgid "" +"This module packages several Moose::Util::TypeConstraints\n" +"with coercions, designed to work with the DateTime suite of objects." +msgstr "" + +#: gnu/packages/perl.scm:3501 +msgid "Extensions to MooseX::Types::DateTime" +msgstr "" + +#: gnu/packages/perl.scm:3502 +msgid "" +"This module builds on MooseX::Types::DateTime to add\n" +"additional custom types and coercions. Since it builds on an existing = " +"type,\n" +"all coercions and constraints are inherited." +msgstr "" + +#: gnu/packages/perl.scm:3531 +msgid "ClassName type constraints for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3532 +msgid "" +"MooseX::Types::LoadableClass provides a ClassName type\n" +"constraint with coercion to load the class." +msgstr "" + +#: gnu/packages/perl.scm:3556 +msgid "Moosish types and type builder" +msgstr "" + +#: gnu/packages/perl.scm:3557 +msgid "" +"MooX::Types::MooseLike provides a possibility to build your\n" +"own set of Moose-like types. These custom types can then be used to " +"describe\n" +"fields in Moo-based classes." +msgstr "" + +#: gnu/packages/perl.scm:3576 +msgid "MRO interface compatibility for Perls < 5.9.5" +msgstr "" + +#: gnu/packages/perl.scm:3577 +msgid "" +"The \"mro\" namespace provides several utilities for dealing\n" +"with method resolution order and method caching in general in Perl 5.9.= 5 " +"and\n" +"higher. This module provides those interfaces for earlier versions of\= n" +"Perl (back to 5.6.0)." +msgstr "" + +#: gnu/packages/perl.scm:3603 +msgid "Keep imports out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3604 +msgid "" +"The namespace::autoclean pragma will remove all imported\n" +"symbols at the end of the current package's compile cycle. Functions " +"called\n" +"in the package itself will still be bound by their name, but they won't= " +"show\n" +"up as methods on your class or instances. It is very similar to\n" +"namespace::clean, except it will clean all imported functions, no matte= r if\n" +"you imported them before or after you used the pragma. It will also no= t " +"touch\n" +"anything that looks like a method." +msgstr "" + +#: gnu/packages/perl.scm:3630 +msgid "Keep imports and functions out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3631 +msgid "" +"The namespace::clean pragma will remove all previously\n" +"declared or imported symbols at the end of the current package's compil= e\n" +"cycle. Functions called in the package itself will still be bound by t= heir\n" +"name, but they won't show up as methods on your class or instances." +msgstr "" + +#: gnu/packages/perl.scm:3651 +msgid "Numeric comparisons" +msgstr "" + +#: gnu/packages/perl.scm:3652 +msgid "" +"Number::Compare compiles a simple comparison to an anonymous\n" +"subroutine, which you can call with a value to be tested against." +msgstr "" + +#: gnu/packages/perl.scm:3670 +msgid "Generate cryptographic signatures for objects" +msgstr "" + +#: gnu/packages/perl.scm:3671 +msgid "" +"Object::Signature is an abstract base class that you can\n" +"inherit from in order to allow your objects to generate unique " +"cryptographic\n" +"signatures." +msgstr "" + +#: gnu/packages/perl.scm:3693 +msgid "Anonymous packages" +msgstr "" + +#: gnu/packages/perl.scm:3694 +msgid "" +"This module allows for anonymous packages that are\n" +"independent of the main namespace and only available through an object\= n" +"instance, not by name." +msgstr "" + +#: gnu/packages/perl.scm:3722 +msgid "Manage deprecation warnings for your distribution" +msgstr "" + +#: gnu/packages/perl.scm:3723 +msgid "" +"This module allows you to manage a set of deprecations for\n" +"one or more modules." +msgstr "" + +#: gnu/packages/perl.scm:3750 +msgid "Routines for manipulating stashes" +msgstr "" + +#: gnu/packages/perl.scm:3751 +msgid "" +"Manipulating stashes (Perl's symbol tables) is occasionally\n" +"necessary, but incredibly messy, and easy to get wrong. This module hi= des " +"all\n" +"of that behind a simple API." +msgstr "" + +#: gnu/packages/perl.scm:3774 +#, fuzzy +msgid "Faster implementation of the Package::Stash API" +msgstr "Realigo curses de la API Glk" + +#: gnu/packages/perl.scm:3775 +msgid "" +"This is a backend for Package::Stash, which provides the\n" +"functionality in a way that's less buggy and much faster. It will be u= sed " +"by\n" +"default if it's installed, and should be preferred in all environments = with " +"a\n" +"compiler." +msgstr "" + +#: gnu/packages/perl.scm:3795 +msgid "Play with other peoples' lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:3796 +msgid "" +"PadWalker is a module which allows you to inspect (and even\n" +"change) lexical variables in any subroutine which called you. It will = only\n" +"show those variables which are in scope at the point of the call. " +"PadWalker\n" +"is particularly useful for debugging." +msgstr "" + +#: gnu/packages/perl.scm:3817 +msgid "Simple, compact and correct param-checking functions" +msgstr "" + +#: gnu/packages/perl.scm:3819 +msgid "" +"Params::Util provides a basic set of importable functions that makes\n" +"checking parameters easier." +msgstr "" + +#: gnu/packages/perl.scm:3842 +msgid "Validate method/function parameters" +msgstr "" + +#: gnu/packages/perl.scm:3843 +msgid "" +"The Params::Validate module allows you to validate method or\n" +"function call parameters to an arbitrary level of specificity." +msgstr "" + +#: gnu/packages/perl.scm:3861 +msgid "Create and manipulate PAR distributions" +msgstr "" + +#: gnu/packages/perl.scm:3862 +msgid "" +"PAR::Dist is a toolkit to create and manipulate PAR\n" +"distributions." +msgstr "" + +#: gnu/packages/perl.scm:3881 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time." +msgstr "" + +#: gnu/packages/perl.scm:3899 +msgid "Path specification manipulation" +msgstr "" + +#: gnu/packages/perl.scm:3900 +msgid "" +"Path::Class is a module for manipulation of file and\n" +"directory specifications in a cross-platform manner." +msgstr "" + +#: gnu/packages/perl.scm:3920 +msgid "Check for comprehensive documentation of a module" +msgstr "" + +#: gnu/packages/perl.scm:3921 +msgid "" +"This module provides a mechanism for determining if the pod\n" +"for a given module is comprehensive." +msgstr "" + +#: gnu/packages/perl.scm:3940 +msgid "GNU C library compatible strftime for loggers and servers" +msgstr "" + +#: gnu/packages/perl.scm:3941 +msgid "" +"POSIX::strftime::Compiler provides GNU C library compatible\n" +"strftime(3). But this module is not affected by the system locale. Th= is\n" +"feature is useful when you want to write loggers, servers, and portable= \n" +"applications." +msgstr "" + +#: gnu/packages/perl.scm:3959 +msgid "Information about the currently running perl" +msgstr "" + +#: gnu/packages/perl.scm:3961 +msgid "" +"Probe::Perl provides methods for obtaining information about the\n" +"currently running perl interpreter. It originally began life as code i= n " +"the\n" +"Module::Build project, but has been externalized here for general use." +msgstr "" + +#: gnu/packages/perl.scm:3982 +msgid "Create read-only scalars, arrays, hashes" +msgstr "" + +#: gnu/packages/perl.scm:3983 +msgid "" +"This module provides a facility for creating non-modifiable\n" +"variables in Perl. This is useful for configuration files, headers, et= c. " +"It\n" +"can also be useful as a development and debugging tool for catching upd= ates " +"to\n" +"variables that should not be changed." +msgstr "" + +#: gnu/packages/perl.scm:4001 +msgid "Provide commonly requested regular expressions" +msgstr "" + +#: gnu/packages/perl.scm:4003 +msgid "" +"This module exports a single hash (`%RE') that stores or generates\n" +"commonly needed regular expressions. Patterns currently provided inclu= de:\n" +"balanced parentheses and brackets, delimited text (with escapes), integ= ers " +"and\n" +"floating-point numbers in any base (up to 36), comments in 44 languages= ,\n" +"offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip= \n" +"codes." +msgstr "" + +#: gnu/packages/perl.scm:4033 +msgid "Roles, as a slice of Moose" +msgstr "" + +#: gnu/packages/perl.scm:4034 +msgid "Role::Tiny is a minimalist role composition tool." +msgstr "" + +#: gnu/packages/perl.scm:4051 +msgid "Call isa, can, does, and DOES safely" +msgstr "" + +#: gnu/packages/perl.scm:4052 +msgid "" +"This module allows you to call isa, can, does, and DOES\n" +"safely on things that may not be objects." +msgstr "" + +#: gnu/packages/perl.scm:4070 +#, fuzzy +msgid "Lexically-scoped resource management" +msgstr "Administro de uzant-spaca aparato" + +#: gnu/packages/perl.scm:4071 +msgid "" +"This module provides a convenient way to perform cleanup or\n" +"other forms of resource management at the end of a scope. It is " +"particularly\n" +"useful when dealing with exceptions: the Scope::Guard constructor takes= a\n" +"reference to a subroutine that is guaranteed to be called even if the " +"thread\n" +"of execution is aborted prematurely. This effectively allows lexically= -" +"scoped\n" +"\"promises\" to be made that are automatically honoured by perl's garba= ge\n" +"collector." +msgstr "" + +#: gnu/packages/perl.scm:4094 +msgid "Infinite sets" +msgstr "" + +#: gnu/packages/perl.scm:4095 +msgid "Set::Infinite is a set theory module for infinite sets." +msgstr "" + +#: gnu/packages/perl.scm:4115 +msgid "Unordered collections of Perl Objects" +msgstr "" + +#: gnu/packages/perl.scm:4116 +msgid "" +"Set::Object provides efficient sets, unordered collections\n" +"of Perl objects without duplicates for scalars and references." +msgstr "" + +#: gnu/packages/perl.scm:4134 +#, fuzzy +msgid "Set operations for Perl" +msgstr "Interfaco de SQLite por Perl" + +#: gnu/packages/perl.scm:4135 +msgid "" +"The first priority of Set::Scalar is to be a convenient\n" +"interface to sets (as in: unordered colletions of Perl scalars.) While= not\n" +"designed to be slow or big, neither has it been designed to be fast or\= n" +"compact." +msgstr "" + +#: gnu/packages/perl.scm:4155 +msgid "Spiffy Perl Interface Framework For You" +msgstr "" + +#: gnu/packages/perl.scm:4156 +msgid "" +"Spiffy is a framework and methodology for doing object\n" +"oriented (OO) programming in Perl. Spiffy combines the best parts of\n= " +"Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation " +"class.\n" +"It attempts to fix all the nits and warts of traditional Perl OO, in a = " +"clean,\n" +"straightforward and (perhaps someday) standard way. Spiffy borrows ide= as " +"from\n" +"other OO languages like Python, Ruby, Java and Perl 6." +msgstr "" + +#: gnu/packages/perl.scm:4178 +msgid "Temporary buffer to save bytes" +msgstr "" + +#: gnu/packages/perl.scm:4179 +msgid "" +"Stream::Buffered is a buffer class to store arbitrary length\n" +"of byte strings and then get a seekable filehandle once everything is\n= " +"buffered. It uses PerlIO and/or temporary file to save the buffer " +"depending\n" +"on the length of the size." +msgstr "" + +#: gnu/packages/perl.scm:4199 +msgid "Turn on strict and make all warnings fatal" +msgstr "" + +#: gnu/packages/perl.scm:4200 +msgid "" +"Strictures turns on strict and make all warnings fatal when\n" +"run from within a source-controlled directory." +msgstr "" + +#: gnu/packages/perl.scm:4218 +msgid "Camelcase and de-camelcase" +msgstr "" + +#: gnu/packages/perl.scm:4219 +msgid "" +"This module may be used to convert from under_score text to\n" +"CamelCase and back again." +msgstr "" + +#: gnu/packages/perl.scm:4239 +msgid "Rewrite strings based on a set of known prefixes" +msgstr "" + +#: gnu/packages/perl.scm:4240 +msgid "" +"This module allows you to rewrite strings based on a set of\n" +"known pprefixes." +msgstr "" + +#: gnu/packages/perl.scm:4262 +msgid "Sophisticated exporter for custom-built routines" +msgstr "" + +#: gnu/packages/perl.scm:4264 +msgid "" +"Sub::Exporter provides a sophisticated alternative to Exporter.pm for\n= " +"custom-built routines." +msgstr "" + +#: gnu/packages/perl.scm:4283 +msgid "Only use Sub::Exporter if you need it" +msgstr "" + +#: gnu/packages/perl.scm:4284 +msgid "" +"Sub::Exporter is an incredibly powerful module, but with\n" +"that power comes great responsibility, as well as some runtime penaltie= s.\n" +"This module is a \"Sub::Exporter\" wrapper that will let your users jus= t " +"use\n" +"Exporter if all they are doing is picking exports, but use \"Sub::Expor= ter" +"\"\n" +"if your users try to use \"Sub::Exporter\"'s more advanced features, li= ke\n" +"renaming exports, if they try to use them." +msgstr "" + +#: gnu/packages/perl.scm:4306 +msgid "Retrieve names of code references" +msgstr "" + +#: gnu/packages/perl.scm:4307 +msgid "" +"Sub::Identify allows you to retrieve the real name of code\n" +"references." +msgstr "" + +#: gnu/packages/perl.scm:4326 +msgid "Install subroutines into packages easily" +msgstr "" + +#: gnu/packages/perl.scm:4328 +msgid "" +"Sub::Install makes it easy to install subroutines into packages without= \n" +"the unsightly mess of C or typeglobs lying about where just = " +"anyone\n" +"can see them." +msgstr "" + +#: gnu/packages/perl.scm:4349 +msgid "(Re)name a sub" +msgstr "" + +#: gnu/packages/perl.scm:4350 +msgid "" +"Assigns a new name to referenced sub. If package\n" +"specification is omitted in the name, then the current package is used.= " +"The\n" +"return value is the sub." +msgstr "" + +#: gnu/packages/perl.scm:4369 +msgid "Apparently run a function in a higher stack frame" +msgstr "" + +#: gnu/packages/perl.scm:4370 +msgid "" +"Like Tcl's uplevel() function, but not quite so dangerous.\n" +"The idea is just to fool caller(). All the really naughty bits of Tcl'= s\n" +"uplevel() are avoided." +msgstr "" + +#: gnu/packages/perl.scm:4389 +msgid "Perl extension for generating SVG documents" +msgstr "" + +#: gnu/packages/perl.scm:4390 +msgid "" +"SVG is a Perl module which generates a nested data structure\n" +"containing the DOM representation of an SVG (Scalable Vector Graphics) = " +"image.\n" +"Using SVG, you can generate SVG objects, embed other SVG instances into= it,\n" +"access the DOM object, create and access Javascript, and generate SMIL\= n" +"animation content." +msgstr "" + +#: gnu/packages/perl.scm:4409 +msgid "Perl extension for getting CPU information" +msgstr "" + +#: gnu/packages/perl.scm:4411 +msgid "" +"In responce to a post on perlmonks.org, a module for counting the numbe= r\n" +"of CPU's on a system. Support has now also been added for type of CPU = and\n" +"clock speed." +msgstr "" + +#: gnu/packages/perl.scm:4433 +msgid "Get full hostname in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4434 +msgid "" +"Sys::Hostname::Long tries very hard to get the full hostname\n" +"of a system." +msgstr "" + +#: gnu/packages/perl.scm:4452 +msgid "Ensure that a platform has weaken support" +msgstr "" + +#: gnu/packages/perl.scm:4453 +msgid "" +"One recurring problem in modules that use Scalar::Util's\n" +"weaken function is that it is not present in the pure-perl variant. If= \n" +"Scalar::Util is not available at all, it will issue a normal dependency= on " +"the\n" +"module. However, if Scalar::Util is relatively new ( it is >=3D 1.19 )= and " +"the\n" +"module does not have weaken, the install will bail out altogether with = a " +"long\n" +"error encouraging the user to seek support." +msgstr "" + +#: gnu/packages/perl.scm:4478 +msgid "Template processing system for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4479 +msgid "" +"The Template Toolkit is a collection of modules which\n" +"implement an extensible template processing system. It was originally\= n" +"designed and remains primarily useful for generating dynamic web conten= t, " +"but\n" +"it can be used equally well for processing any other kind of text based= \n" +"documents: HTML, XML, POD, PostScript, LaTeX, and so on." +msgstr "" + +#: gnu/packages/perl.scm:4502 +msgid "Profiling for Template Toolkit" +msgstr "" + +#: gnu/packages/perl.scm:4503 +msgid "" +"Template::Timer provides inline profiling of the template\n" +"processing in Perl code." +msgstr "" + +#: gnu/packages/perl.scm:4521 +msgid "Detect encoding of the current terminal" +msgstr "" + +#: gnu/packages/perl.scm:4522 +msgid "" +"Term::Encoding is a simple module to detect the encoding of\n" +"the current terminal expects in various ways." +msgstr "" + +#: gnu/packages/perl.scm:4546 +msgid "Progress meter on a standard terminal" +msgstr "" + +#: gnu/packages/perl.scm:4547 +msgid "" +"Term::ProgressBar provides a simple progress bar on the\n" +"terminal, to let the user know that something is happening, roughly how= " +"much\n" +"stuff has been done, and maybe an estimate at how long remains." +msgstr "" + +#: gnu/packages/perl.scm:4570 +msgid "Progress meter if run interactively" +msgstr "" + +#: gnu/packages/perl.scm:4571 +msgid "" +"Term::ProgressBar is a wonderful module for showing progress\n" +"bars on the terminal. This module acts very much like that module when= it " +"is\n" +"run interactively. However, when it is not run interactively (for examp= le, " +"as\n" +"a cron job) then it does not show the progress bar." +msgstr "" + +#: gnu/packages/perl.scm:4593 +msgid "Simple progress bars" +msgstr "" + +#: gnu/packages/perl.scm:4594 +msgid "" +"Term::ProgressBar::Simple tells you how much work has been\n" +"done, how much is left to do, and estimate how long it will take." +msgstr "" + +#: gnu/packages/perl.scm:4612 +#, fuzzy +msgid "Simple terminal control" +msgstr "Simpla alkrementa savkopiilo" + +#: gnu/packages/perl.scm:4613 +msgid "" +"This module, ReadKey, provides ioctl control for terminals\n" +"so the input modes can be changed (thus allowing reads of a single " +"character\n" +"at a time), and also provides non-blocking reads of stdin, as well as " +"several\n" +"other terminal related features, including retrieval/modification of th= e\n" +"screen size, and retrieval/modification of the control characters." +msgstr "" + +#: gnu/packages/perl.scm:4640 +msgid "Data-driven testing framework for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4641 +msgid "" +"Test::Base gives a way to trivially write your own test\n" +"framework base class. It concentrates on offering reusable data driven= \n" +"patterns, so that you can write tests with a minimum of code." +msgstr "" + +#: gnu/packages/perl.scm:4672 +msgid "Check for uncleaned imports" +msgstr "" + +#: gnu/packages/perl.scm:4673 +msgid "" +"This module lets you check your module's namespaces for\n" +"imported functions you might have forgotten to remove with\n" +"namespace::autoclean or namespace::clean and are therefore available to= be\n" +"called as methods, which usually isn't want you want." +msgstr "" + +#: gnu/packages/perl.scm:4693 +msgid "Flexible deep comparison for the Test::Builder framework" +msgstr "" + +#: gnu/packages/perl.scm:4695 +msgid "" +"Test::Deep compares two structures by going through each level, ensurin= g\n" +"that the values match, that arrays and hashes have the same elements an= d " +"that\n" +"references are blessed into the correct class. It also handles circular= " +"data\n" +"structures without getting caught in an infinite loop." +msgstr "" + +#: gnu/packages/perl.scm:4720 +msgid "Test strings and data structures and show differences" +msgstr "" + +#: gnu/packages/perl.scm:4721 +msgid "" +"This module exports three test functions and four diff-style\n" +"functions" +msgstr "" + +#: gnu/packages/perl.scm:4742 +msgid "Perl extension for maintaining test directories" +msgstr "" + +#: gnu/packages/perl.scm:4743 +msgid "" +"Testing code can involve making sure that files are created\n" +"and deleted as expected. Doing this manually can be error prone, as it= 's " +"easy\n" +"to forget a file, or miss that some unexpected file was added. This mo= dule\n" +"simplifies maintaining test directories by tracking their status as the= y " +"are\n" +"modified or tested with this API, making it simple to test both individ= ual\n" +"files, as well as to verify that there are no missing or unknown files.= " +msgstr "" + +#: gnu/packages/perl.scm:4769 +msgid "Test exception based code" +msgstr "" + +#: gnu/packages/perl.scm:4770 +msgid "" +"This module provides a few convenience methods for testing\n" +"exception based code. It is built with Test::Builder and plays happily= " +"with\n" +"Test::More and friends." +msgstr "" + +#: gnu/packages/perl.scm:4790 +msgid "Simple helpers for testing code with exceptions" +msgstr "" + +#: gnu/packages/perl.scm:4791 +msgid "" +"Test::Fatal is an alternative to the popular\n" +"Test::Exception. It does much less, but should allow greater flexibili= ty " +"in\n" +"testing exception-throwing code with about the same amount of typing." +msgstr "" + +#: gnu/packages/perl.scm:4821 +msgid "Run Perl standard test scripts with statistics" +msgstr "" + +#: gnu/packages/perl.scm:4822 +msgid "" +"Simple test harness which allows tests to be run and results\n" +"automatically aggregated and output to STDOUT." +msgstr "" + +#: gnu/packages/perl.scm:4840 +msgid "Traces memory leaks in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4841 +msgid "" +"Test::LeakTrace provides several functions that trace memory\n" +"leaks. This module scans arenas, the memory allocation system, so it ca= n\n" +"detect any leaked SVs in given blocks." +msgstr "" + +#: gnu/packages/perl.scm:4860 +msgid "Tests strings for equality, with more helpful failures" +msgstr "" + +#: gnu/packages/perl.scm:4861 +msgid "" +"This module provides some drop-in replacements for the\n" +"string comparison functions of Test::More, but which are more suitable = when\n" +"you test against long strings." +msgstr "" + +#: gnu/packages/perl.scm:4888 +#, fuzzy +msgid "Emulate troublesome interfaces in Perl" +msgstr "Interfaco de SQLite por Perl" + +#: gnu/packages/perl.scm:4889 +msgid "" +"Test::MockObject allows you to create objects that conform\n" +"to particular interfaces with very little code. You don't have to " +"reimplement\n" +"the behavior, just the input and the output." +msgstr "" + +#: gnu/packages/perl.scm:4908 +msgid "Replaces actual time with simulated time" +msgstr "" + +#: gnu/packages/perl.scm:4909 +msgid "" +"This module was created to enable test suites to test code\n" +"at specific points in time. Specifically it overrides localtime, gmtim= e " +"and\n" +"time at compile time and then relies on the user supplying a mock time = via\n" +"set_relative_time, set_absolute_time or set_fixed_time to alter future = " +"calls\n" +"to gmtime,time or localtime." +msgstr "" + +#: gnu/packages/perl.scm:4936 +msgid "Most commonly needed test functions and features" +msgstr "" + +#: gnu/packages/perl.scm:4937 +msgid "" +"This module provides the most commonly used testing\n" +"functions, along with automatically turning on strict and warning and g= ives " +"a\n" +"bit more fine-grained control over test suites." +msgstr "" + +#: gnu/packages/perl.scm:4955 +msgid "Ensure no warnings are produced while testing" +msgstr "" + +#: gnu/packages/perl.scm:4957 +msgid "" +"This modules causes any warnings during testing to be captured and\n" +"stored. It automatically adds an extra test that will run when your sc= ript\n" +"ends to check that there were no warnings. If there were any warings, = the\n" +"test will fail and output diagnostics of where, when and what the warni= ng " +"was,\n" +"including a stack trace of what was going on when it occurred." +msgstr "" + +#: gnu/packages/perl.scm:4982 +msgid "Utilities to test STDOUT and STDERR messages" +msgstr "" + +#: gnu/packages/perl.scm:4984 +msgid "" +"Test::Output provides a simple interface for testing output sent to\n" +"STDOUT or STDERR. A number of different utilities are included to try = and " +"be\n" +"as flexible as possible to the tester." +msgstr "" + +#: gnu/packages/perl.scm:5005 +msgid "Check for POD errors in files" +msgstr "" + +#: gnu/packages/perl.scm:5006 +msgid "" +"Check POD files for errors or warnings in a test file, using\n" +"Pod::Simple to do the heavy lifting." +msgstr "" + +#: gnu/packages/perl.scm:5026 +msgid "Check for pod coverage" +msgstr "" + +#: gnu/packages/perl.scm:5027 +msgid "" +"This module adds a test to your Perl distribution which\n" +"checks for pod coverage of all appropriate files." +msgstr "" + +#: gnu/packages/perl.scm:5045 +msgid "Checks to see if the module can be loaded" +msgstr "" + +#: gnu/packages/perl.scm:5046 +msgid "" +"Test::Requires checks to see if the module can be loaded.\n" +"If this fails, then rather than failing tests this skips all tests." +msgstr "" + +#: gnu/packages/perl.scm:5065 +msgid "Basic cross-platform tests for scripts" +msgstr "" + +#: gnu/packages/perl.scm:5067 +msgid "" +"The intent of the Test::Script module is to provide a series of basic\n= " +"tests for 80% of the testing you will need to do for scripts in the scr= ipt " +"(or\n" +"bin as is also commonly used) paths of your Perl distribution." +msgstr "" + +#: gnu/packages/perl.scm:5090 +msgid "Fork test in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5091 +msgid "" +"Test::SharedFork is a utility module for Test::Builder. It\n" +"makes fork(2) safe to use in test cases." +msgstr "" + +#: gnu/packages/perl.scm:5107 +msgid "Basic utilities for writing tests" +msgstr "" + +#: gnu/packages/perl.scm:5109 +msgid "Test::Simple contains basic utilities for writing tests." +msgstr "" + +#: gnu/packages/perl.scm:5126 +msgid "Simplify running Test::Builder tests" +msgstr "" + +#: gnu/packages/perl.scm:5128 +msgid "" +"Test::Tester allows testing of test modules based on Test::Builder with= \n" +"a minimum of effort." +msgstr "" + +#: gnu/packages/perl.scm:5152 +msgid "Trap exit codes, exceptions, output, etc." +msgstr "" + +#: gnu/packages/perl.scm:5153 +msgid "" +"This module is primarily (but not exclusively) for use in\n" +"test scripts: A block eval configurable and extensible but by default " +"trapping\n" +"STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return " +"values\n" +"from boxed blocks of test code." +msgstr "" + +#: gnu/packages/perl.scm:5173 +msgid "UTF-8 testing in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5174 +msgid "" +"This module is a collection of tests useful for dealing with\n" +"UTF-8 strings in Perl. This module has two types of tests: The validit= y " +"tests\n" +"check if a string is valid and not corrupt, whereas the characteristics= " +"tests\n" +"will check that string has a given set of characteristics." +msgstr "" + +#: gnu/packages/perl.scm:5196 +msgid "Perl extension to test methods for warnings" +msgstr "" + +#: gnu/packages/perl.scm:5197 +msgid "" +"This module provides a few convenience methods for testing\n" +"warning based code." +msgstr "" + +#: gnu/packages/perl.scm:5215 +msgid "Test for warnings and the lack of them" +msgstr "" + +#: gnu/packages/perl.scm:5216 +msgid "" +"This module is intended to be used as a drop-in replacement\n" +"for Test::NoWarnings. It also adds an extra test, but runs this test " +"before\n" +"done_testing calculates the test count, rather than after. It does thi= s by\n" +"hooking into done_testing as well as via an END block. You can declare= a\n" +"plan, or not, and things will still Just Work." +msgstr "" + +#: gnu/packages/perl.scm:5237 +msgid "Test fallback behaviour in absence of modules" +msgstr "" + +#: gnu/packages/perl.scm:5238 +msgid "" +"This module allows you to deliberately hide modules from a\n" +"program even though they are installed. This is mostly useful for test= ing\n" +"modules that have a fallback when a certain dependency module is not\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:5264 +msgid "Dynamic generation of tests" +msgstr "" + +#: gnu/packages/perl.scm:5265 +msgid "" +"The Test::WriteVariants module provides for the dynamic\n" +"generation of tests in nested combinations of contexts." +msgstr "" + +#: gnu/packages/perl.scm:5285 +msgid "Testing module for YAML implementations" +msgstr "" + +#: gnu/packages/perl.scm:5286 +msgid "" +"Test::YAML is a subclass of Test::Base with YAML specific\n" +"support." +msgstr "" + +#: gnu/packages/perl.scm:5304 +msgid "Align text" +msgstr "" + +#: gnu/packages/perl.scm:5305 +msgid "" +"Text::Aligner exports a single function, align(), which is\n" +"used to justify strings to various alignment styles." +msgstr "" + +#: gnu/packages/perl.scm:5323 +msgid "Extract delimited text sequences from strings" +msgstr "" + +#: gnu/packages/perl.scm:5324 +msgid "" +"The Text::Balanced module can be used to extract delimited\n" +"text sequences from strings." +msgstr "" + +#: gnu/packages/perl.scm:5342 +msgid "Manipulate comma-separated values" +msgstr "" + +#: gnu/packages/perl.scm:5343 +msgid "" +"Text::CSV provides facilities for the composition and\n" +"decomposition of comma-separated values. An instance of the Text::CSV = " +"class\n" +"can combine fields into a CSV string and parse a CSV string into fields= ." +msgstr "" + +#: gnu/packages/perl.scm:5364 +msgid "Perform diffs on files and record sets" +msgstr "" + +#: gnu/packages/perl.scm:5365 +msgid "" +"Text::Diff provides a basic set of services akin to the GNU\n" +"diff utility. It is not anywhere near as feature complete as GNU diff,= but " +"it\n" +"is better integrated with Perl and available on all platforms. It is o= ften\n" +"faster than shelling out to a system's diff executable for small files,= and\n" +"generally slower on larger files." +msgstr "" + +#: gnu/packages/perl.scm:5386 +msgid "Match globbing patterns against text" +msgstr "" + +#: gnu/packages/perl.scm:5387 +msgid "" +"Text::Glob implements glob(3) style matching that can be\n" +"used to match against text, rather than fetching names from a filesyste= m. " +"If\n" +"you want to do full file globbing use the File::Glob module instead." +msgstr "" + +#: gnu/packages/perl.scm:5406 +msgid "Simple ASCII tables" +msgstr "" + +#: gnu/packages/perl.scm:5407 +msgid "Text::SimpleTable draws simple ASCII tables." +msgstr "" + +#: gnu/packages/perl.scm:5426 +msgid "Organize Data in Tables" +msgstr "" + +#: gnu/packages/perl.scm:5427 +msgid "Text::Table renders plaintext tables." +msgstr "" + +#: gnu/packages/perl.scm:5444 +msgid "Provide plain ASCII transliterations of Unicode text" +msgstr "" + +#: gnu/packages/perl.scm:5445 +msgid "" +"Text::Unidecode provides a function, unidecode(...) that\n" +"takes Unicode data and tries to represent it in US-ASCII characters (i.= e., " +"the\n" +"universally displayable characters between 0x00 and 0x7F). The " +"representation\n" +"is almost always an attempt at transliteration-- i.e., conveying, in Ro= man\n" +"letters, the pronunciation expressed by the text in some other writing\= n" +"system." +msgstr "" + +#: gnu/packages/perl.scm:5473 +msgid "Role for classes that can be thrown" +msgstr "" + +#: gnu/packages/perl.scm:5474 +msgid "" +"Throwable is a role for classes that are meant to be thrown\n" +"as exceptions to standard program flow." +msgstr "" + +#: gnu/packages/perl.scm:5492 +msgid "Ordered associative arrays for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5493 +msgid "" +"This Perl module implements Perl hashes that preserve the\n" +"order in which the hash elements were added. The order is not affected = when\n" +"values corresponding to existing keys in the IxHash are changed. The " +"elements\n" +"can also be set to any arbitrary supplied order. The familiar perl arra= y\n" +"operations can also be performed on the IxHash." +msgstr "" + +#: gnu/packages/perl.scm:5516 +msgid "Tie to an existing Perl object" +msgstr "" + +#: gnu/packages/perl.scm:5517 +msgid "" +"This class provides a tie constructor that returns the\n" +"object it was given as it's first argument. This way side effects of " +"calling\n" +"$object->TIEHASH are avoided." +msgstr "" + +#: gnu/packages/perl.scm:5539 +msgid "English expression of durations" +msgstr "" + +#: gnu/packages/perl.scm:5540 +msgid "" +"This module provides functions for expressing durations in\n" +"rounded or exact terms." +msgstr "" + +#: gnu/packages/perl.scm:5562 +msgid "Parse time duration strings" +msgstr "" + +#: gnu/packages/perl.scm:5563 +msgid "" +"Time::Duration::Parse is a module to parse human readable\n" +"duration strings like \"2 minutes\" and \"3 seconds\" to seconds." +msgstr "" + +#: gnu/packages/perl.scm:5581 +msgid "Efficiently compute time from local and GMT time" +msgstr "" + +#: gnu/packages/perl.scm:5582 +msgid "" +"This module provides functions that are the inverse of\n" +"built-in perl functions localtime() and gmtime(). They accept a date a= s a\n" +"six-element array, and return the corresponding time(2) value in second= s " +"since\n" +"the system epoch" +msgstr "" + +#: gnu/packages/perl.scm:5602 +msgid "Date parsing/formating subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5603 +msgid "" +"This module provides routines for parsing date string into\n" +"time values and formating dates into ASCII strings." +msgstr "" + +#: gnu/packages/perl.scm:5623 +msgid "Shift and scale time" +msgstr "" + +#: gnu/packages/perl.scm:5624 +msgid "" +"This module allows you to speed up your sleep(), alarm(),\n" +"and time() calls." +msgstr "" + +#: gnu/packages/perl.scm:5647 +msgid "Simple tree object" +msgstr "" + +#: gnu/packages/perl.scm:5648 +msgid "" +"This module in a fully object-oriented implementation of a\n" +"simple n-ary tree." +msgstr "" + +#: gnu/packages/perl.scm:5671 +msgid "Factory object for dispensing Visitor objects" +msgstr "" + +#: gnu/packages/perl.scm:5672 +msgid "" +"This module is a factory for dispensing\n" +"Tree::Simple::Visitor::* objects." +msgstr "" + +#: gnu/packages/perl.scm:5690 +msgid "Minimal try/catch with proper preservation of $@" +msgstr "" + +#: gnu/packages/perl.scm:5691 +msgid "" +"This module provides bare bones try/catch/finally statements\n" +"that are designed to minimize common mistakes with eval blocks, and not= hing\n" +"else." +msgstr "" + +#: gnu/packages/perl.scm:5712 +msgid "Data types for common serialisation formats" +msgstr "" + +#: gnu/packages/perl.scm:5713 +msgid "" +"This module provides some extra datatypes that are used by\n" +"common serialisation formats such as JSON or CBOR." +msgstr "" + +#: gnu/packages/perl.scm:5731 +msgid "UNIVERSAL::can() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5732 +msgid "" +"This module attempts to work around people calling\n" +"UNIVERSAL::can() as a function, which it is not." +msgstr "" + +#: gnu/packages/perl.scm:5752 +msgid "UNIVERSAL::isa() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5753 +msgid "" +"This module attempts to recover from people calling\n" +"UNIVERSAL::isa as a function" +msgstr "" + +#: gnu/packages/perl.scm:5771 +msgid "Associate user-defined magic to variables from Perl" +msgstr "" + +#: gnu/packages/perl.scm:5772 +msgid "" +"Magic is Perl's way of enhancing variables. This mechanism\n" +"lets the user add extra data to any variable and hook syntactical\n" +"operations (such as access, assignment or destruction) that can be appl= ied " +"to\n" +"it. With this module, you can add your own magic to any variable witho= ut\n" +"having to write a single line of XS." +msgstr "" + +#: gnu/packages/perl.scm:5795 +msgid "YAML for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5796 +msgid "" +"The YAML.pm module implements a YAML Loader and Dumper based\n" +"on the YAML 1.0 specification." +msgstr "" + +#: gnu/packages/perl.scm:5819 +msgid "Read/Write YAML files" +msgstr "" + +#: gnu/packages/perl.scm:5820 +msgid "" +"YAML::Tiny is a perl class for reading and writing\n" +"YAML-style files, written with as little code as possible, reducing loa= d " +"time\n" +"and memory overhead." +msgstr "" + +#: gnu/packages/perl.scm:5847 +msgid "Distribution metadata for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5848 +msgid "" +"Software distributions released to the CPAN include a\n" +"META.json or, for older distributions, META.yml, which describes the\n" +"distribution, its contents, and the requirements for building and " +"installing\n" +"the distribution. The data structure stored in the META.json file is\n= " +"described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to\n= " +"represent this distribution metadata (or distmeta), along with some hel= pful\n" +"methods for interrogating that data." +msgstr "" + +#: gnu/packages/perl.scm:5871 +msgid "Set of version requirements for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5872 +msgid "" +"A CPAN::Meta::Requirements object models a set of version\n" +"constraints like those specified in the META.yml or META.json files in = CPAN\n" +"distributions, and as defined by CPAN::Meta::Spec. It can be built up = by\n" +"adding more and more constraints, and will reduce them to the simplest\= n" +"representation." +msgstr "" + +#: gnu/packages/perl.scm:5895 +msgid "Read and write a subset of YAML for CPAN Meta files" +msgstr "" + +#: gnu/packages/perl.scm:5896 +msgid "" +"This module implements a subset of the YAML specification\n" +"for use in reading and writing CPAN metadata files like META.yml and\n" +"MYMETA.yml." +msgstr "" + +#: gnu/packages/perl.scm:5917 +msgid "Build and install Perl modules" +msgstr "" + +#: gnu/packages/perl.scm:5918 +msgid "" +"\"Module::Build\" is a system for building, testing, and\n" +"installing Perl modules. It is meant to be an alternative to\n" +"\"ExtUtils::MakeMaker\". Developers may alter the behavior of the modu= le\n" +"through subclassing in a much more straightforward way than with\n" +"\"MakeMaker\". It also does not require a \"make\" on your system - mo= st " +"of\n" +"the \"Module::Build\" code is pure-perl and written in a cross-platform= way." +msgstr "" + +#: gnu/packages/perl.scm:5942 +msgid "Parse META.yml and META.json CPAN metadata files" +msgstr "" + +#: gnu/packages/perl.scm:5943 +msgid "" +"Parse::CPAN::Meta is a parser for META.json and META.yml\n" +"files, using JSON::PP and/or CPAN::Meta::YAML." +msgstr "" + +#: gnu/packages/perl.scm:5961 +msgid "Common Scalar and List utility subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5962 +msgid "" +"This package contains a selection of subroutines that people\n" +"have expressed would be nice to have in the perl core, but the usage wo= uld " +"not\n" +"really be high enough to warrant the use of a keyword, and the size so = " +"small\n" +"such that being individual extensions would be wasteful." +msgstr "" + +#: gnu/packages/photo.scm:46 +msgid "Read and manipulate EXIF data in digital photographs" +msgstr "Legi kaj manipuli datumaron EXIF en ciferecaj fota=C4=B5oj" + +#: gnu/packages/photo.scm:48 +msgid "" +"The libexif C library allows applications to read, edit, and save EXIF\= n" +"data as produced by digital cameras." +msgstr "" +"La C-biblioteko libexif ebligas ke aplika=C4=B5oj legu, redaktu kaj kon= servu\n" +"datumaron EXIF samkiel produktite de ciferecaj kameraoj." + +#: gnu/packages/photo.scm:73 +msgid "Accessing digital cameras" +msgstr "Aliro al ciferecaj kameraoj" + +#: gnu/packages/photo.scm:75 +msgid "" +"This is the library backend for gphoto2. It contains the code for PTP,= \n" +"MTP, and other vendor specific protocols for controlling and transferri= ng " +"data\n" +"from digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:116 +msgid "Command-line tools to access digital cameras" +msgstr "Komandliniaj iloj por aliri ciferecajn kameraojn" + +#: gnu/packages/photo.scm:118 +msgid "" +"Gphoto2 is a set of command line utilities for manipulating a large\n" +"number of different digital cameras. Through libgphoto2, it supports P= TP,\n" +"MTP, and much more." +msgstr "" + +#: gnu/packages/photo.scm:152 +msgid "Program and Perl library to manipulate EXIF tags" +msgstr "Programaro kaj biblioteko Perl por manipuli etikedojn EXIF" + +#: gnu/packages/photo.scm:154 +msgid "" +"This package provides the 'exiftool' command and the 'Image::ExifTool'\= n" +"Perl library to manipulate EXIF tags of digital images." +msgstr "" +"Tiu =C4=89i pako provizas la komandon 'exiftool' kaj la bibliotekon Per= l\n" +"'Image::ExifTool' por manipuli etikedojn EXIF el ciferecaj bildoj." + +#: gnu/packages/qemu.scm:129 +msgid "Machine emulator and virtualizer (without GUI)" +msgstr "" + +#: gnu/packages/qemu.scm:131 +msgid "" +"QEMU is a generic machine emulator and virtualizer.\n" +"\n" +"When used as a machine emulator, QEMU can run OSes and programs made fo= r " +"one\n" +"machine (e.g. an ARM board) on a different machine---e.g., your own PC.= By\n" +"using dynamic translation, it achieves very good performance.\n" +"\n" +"When used as a virtualizer, QEMU achieves near native performances by\n= " +"executing the guest code directly on the host CPU. QEMU supports\n" +"virtualization when executing under the Xen hypervisor or using\n" +"the KVM kernel module in Linux. When using KVM, QEMU can virtualize x8= 6,\n" +"server and embedded PowerPC, and S390 guests." +msgstr "" + +#: gnu/packages/qemu.scm:153 +msgid "Machine emulator and virtualizer" +msgstr "" + +#: gnu/packages/ratpoison.scm:83 +msgid "Simple mouse-free tiling window manager" +msgstr "Simpla mus-libera kaheleca fenestr-administrilo" + +#: gnu/packages/ratpoison.scm:85 +msgid "" +"Ratpoison is a simple window manager with no fat library\n" +"dependencies, no fancy graphics, no window decorations, and no\n" +"rodent dependence. It is largely modelled after GNU Screen which\n" +"has done wonders in the virtual terminal market.\n" +"\n" +"The screen can be split into non-overlapping frames. All windows\n" +"are kept maximized inside their frames to take full advantage of\n" +"your precious screen real estate.\n" +"\n" +"All interaction with the window manager is done through keystrokes.\n" +"Ratpoison has a prefix map to minimize the key clobbering that\n" +"cripples Emacs and other quality pieces of software." +msgstr "" + +#: gnu/packages/readline.scm:68 +msgid "Edit command lines while typing, with history support" +msgstr "" + +#: gnu/packages/readline.scm:70 +msgid "" +"The GNU readline library allows users to edit command lines as they\n" +"are typed in. It can maintain a searchable history of previously enter= ed\n" +"commands, letting you easily recall, edit and re-enter past commands. = It\n" +"features both Emacs-like and vi-like keybindings, making its usage\n" +"comfortable for anyone." +msgstr "" + +#: gnu/packages/scanner.scm:52 +msgid "Raster image scanner library and drivers" +msgstr "Rastruma bild-skanila biblioteko kaj peliloj" + +#: gnu/packages/scanner.scm:53 +msgid "" +"SANE stands for \"Scanner Access Now Easy\" and is an API\n" +"proving access to any raster image scanner hardware (flatbed scanner,\n= " +"hand-held scanner, video- and still-cameras, frame-grabbers, etc.). Th= e\n" +"package contains the library and drivers." +msgstr "" + +#: gnu/packages/scheme.scm:131 +msgid "A Scheme implementation with integrated editor and debugger" +msgstr "Realigo de Scheme kun integrita redaktilo kaj erarser=C4=89ilo" + +#: gnu/packages/scheme.scm:133 +msgid "" +"GNU/MIT Scheme is an implementation of the Scheme programming\n" +"language. It provides an interpreter, a compiler and a debugger. It a= lso\n" +"features an integrated Emacs-like editor and a large runtime library." +msgstr "" + +#: gnu/packages/scheme.scm:216 +msgid "Efficient Scheme compiler" +msgstr "Efika kompililo Scheme" + +#: gnu/packages/scheme.scm:218 +msgid "" +"Bigloo is a Scheme implementation devoted to one goal: enabling\n" +"Scheme based programming style where C(++) is usually\n" +"required. Bigloo attempts to make Scheme practical by offering\n" "features usually presented by traditional programming languages\n" "but not offered by Scheme and functional programming. Bigloo\n" "compiles Scheme modules. It delivers small and fast stand alone\n" @@ -1892,51 +6074,1722 @@ msgid "" "Scheme and C programs and between Scheme and Java programs." msgstr "" =20 -#: gnu/packages/scheme.scm:281 -msgid "Multi-tier programming language for the Web 2.0" -msgstr "Plurtavola programlingvo por la Web 2.0" +#: gnu/packages/scheme.scm:261 +msgid "Multi-tier programming language for the Web 2.0" +msgstr "Plurtavola programlingvo por la Web 2.0" + +#: gnu/packages/scheme.scm:263 +msgid "" +"HOP is a multi-tier programming language for the Web 2.0 and the\n" +"so-called diffuse Web. It is designed for programming interactive web\= n" +"applications in many fields such as multimedia (web galleries, music " +"players,\n" +"...), ubiquitous and house automation (SmartPhones, personal appliance)= ,\n" +"mashups, office (web agendas, mail clients, ...), etc." +msgstr "" + +#: gnu/packages/scheme.scm:303 +msgid "R5RS Scheme implementation that compiles native code via C" +msgstr "Realigo R5RS de Scheme kiu kompilas originalan kodumaron per C" + +#: gnu/packages/scheme.scm:305 +msgid "" +"CHICKEN is a compiler for the Scheme programming language. CHICKEN\n" +"produces portable and efficient C, supports almost all of the R5RS Sche= me\n" +"language standard, and includes many enhancements and extensions." +msgstr "" + +#: gnu/packages/scheme.scm:324 +msgid "Scheme implementation using a bytecode interpreter" +msgstr "Realigo de Scheme, kiu uzas bajtkodan interpretilon" + +#: gnu/packages/scheme.scm:326 +msgid "" +"Scheme 48 is an implementation of Scheme based on a byte-code\n" +"interpreter and is designed to be used as a testbed for experiments in\= n" +"implementation techniques and as an expository tool." +msgstr "" + +#: gnu/packages/scheme.scm:402 +msgid "Implementation of Scheme and related languages" +msgstr "Realigo de Scheme kaj rilataj program-lingvoj" + +#: gnu/packages/scheme.scm:404 +msgid "" +"Racket is an implementation of the Scheme programming language (R5RS an= d\n" +"R6RS) and related languages, such as Typed Racket. It features a compi= ler " +"and\n" +"a virtual machine with just-in-time native compilation, as well as a la= rge " +"set\n" +"of libraries." +msgstr "" + +#: gnu/packages/scheme.scm:442 +#, fuzzy +msgid "Efficient Scheme interpreter and compiler" +msgstr "Efika kompililo Scheme" + +#: gnu/packages/scheme.scm:444 +msgid "" +"Gambit consists of two main programs: gsi, the Gambit Scheme\n" +"interpreter, and gsc, the Gambit Scheme compiler. The interpreter cont= ains\n" +"the complete execution and debugging environment. The compiler is the\= n" +"interpreter extended with the capability of generating executable files= . " +"The\n" +"compiler can produce standalone executables or compiled modules which c= an " +"be\n" +"loaded at run time. Interpreted code and compiled code can be freely\n= " +"mixed." +msgstr "" + +#: gnu/packages/scheme.scm:481 +#, fuzzy +msgid "Small embeddable Scheme implementation" +msgstr "Kompleta realigo de =C5=9Dako" + +#: gnu/packages/scheme.scm:483 +msgid "" +"Chibi-Scheme is a very small library with no external dependencies\n" +"intended for use as an extension and scripting language in C programs. = In\n" +"addition to support for lightweight VM-based threads, each VM itself ru= ns " +"in\n" +"an isolated heap allowing multiple VMs to run simultaneously in differe= nt " +"OS\n" +"threads." +msgstr "" + +#: gnu/packages/search.scm:52 +msgid "Search Engine Library" +msgstr "" + +#: gnu/packages/search.scm:54 +msgid "" +"Xapian is a highly adaptable toolkit which allows developers to easily\= n" +"add advanced indexing and search facilities to their own applications. = It\n" +"supports the Probabilistic Information Retrieval model and also support= s a\n" +"rich set of boolean query operators." +msgstr "" + +#: gnu/packages/search.scm:97 +msgid "Tool for Obsessive Compulsive Classifiers" +msgstr "" + +#: gnu/packages/search.scm:99 +msgid "" +"libtocc is the engine of the Tocc project, a tag-based file management\= n" +"system. The goal of Tocc is to provide a better system for classifying= " +"files\n" +"that is more flexible than classic file systems that are based on a tre= e of\n" +"files and directories." +msgstr "" + +#: gnu/packages/search.scm:121 +msgid "Command-line interface to libtocc" +msgstr "" + +#: gnu/packages/search.scm:123 +msgid "" +"Tocc is a tag-based file management system. This package contains the\= n" +"command line tool for interacting with libtocc." +msgstr "" + +#: gnu/packages/search.scm:141 +msgid "Finding text and HTML files that match boolean expressions" +msgstr "" + +#: gnu/packages/search.scm:143 +msgid "" +"GNU Bool is a utility to perform text searches on files using Boolean\n= " +"expressions. For example, a search for \"hello AND world\" would retur= n a\n" +"file containing the phrase \"Hello, world!\". It supports both AND and= OR\n" +"statements, as well as the NEAR statement to search for the occurrence = of\n" +"words in close proximity to each other. It handles context gracefully,= \n" +"accounting for new lines and paragraph changes. It also has robust sup= port\n" +"for parsing HTML files." +msgstr "" + +#: gnu/packages/serveez.scm:51 +msgid "Framework for implementing IP-based servers" +msgstr "" + +#: gnu/packages/serveez.scm:53 +msgid "" +"GNU Serveez is a server framework providing the routines necessary to\n= " +"easily implement IP-based servers in your application. It\n" +"demonstrates aspects of network programming in a portable manner,\n" +"making it convenient for both simplifying the process of adding a\n" +"server to your application or for learning about how network services\n= " +"work. Several example servers are provided already, such as an HTTP\n" +"server and an IRC server." +msgstr "" + +#: gnu/packages/telephony.scm:50 +msgid "(u)Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:51 +msgid "" +"GNU Common C++ is an portable, optimized class framework for\n" +"threaded applications, supporting concurrent synchronization, inter-pro= cess\n" +"communications via sockets, and various methods for data handling, such= as\n" +"serialization and XML parsing. It includes the uCommon C++ library, a = " +"smaller\n" +"reimplementation." +msgstr "" + +#: gnu/packages/telephony.scm:70 +msgid "Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:71 +msgid "" +"GNU uCommon C++ is meant as a very light-weight C++ library\n" +"to facilitate using C++ design patterns even for very deeply embedded\n= " +"applications, such as for systems using uclibc along with posix threadi= ng\n" +"support." +msgstr "" + +#: gnu/packages/telephony.scm:92 +msgid "Implementation of RTP (real-time transport protocol)" +msgstr "" + +#: gnu/packages/telephony.scm:93 +msgid "" +"GNU ccRTP is an implementation of RTP, the real-time transport\n" +"protocol from the IETF. It is suitable both for high capacity servers = and\n" +"personal client applications. It is flexible in its design, allowing i= t to\n" +"function as a framework for the framework, rather than just being a\n" +"packet-manipulation library." +msgstr "" + +#: gnu/packages/telephony.scm:113 +msgid "Library implementing SIP (RFC-3261)" +msgstr "" + +#: gnu/packages/telephony.scm:114 +msgid "" +"GNU oSIP is an implementation of the SIP protocol. It is\n" +"used to provide multimedia and telecom software developers with an " +"interface\n" +"to initiate and control SIP sessions." +msgstr "" + +#: gnu/packages/telephony.scm:134 +#, fuzzy +msgid "Sip abstraction library" +msgstr "Datumar-fonta abstrakta biblioteko" + +#: gnu/packages/telephony.scm:135 +msgid "" +"EXosip is a library that hides the complexity of using the\n" +"SIP protocol for mutlimedia session establishement. This protocol is m= ainly " +"to\n" +"be used by VoIP telephony applications (endpoints or conference server)= but\n" +"might be also usefull for any application that wish to establish sessio= ns " +"like\n" +"multiplayer games." +msgstr "" + +#: gnu/packages/telephony.scm:178 +msgid "Secure peer-to-peer VoIP server for the SIP protocol" +msgstr "" + +#: gnu/packages/telephony.scm:179 +msgid "" +"GNU SIP Witch is a peer-to-peer Voice-over-IP server that\n" +"uses the SIP protocol. Calls can be made from behind NAT firewalls and= \n" +"without the need for a service provider. Its peer-to-peer design ensur= es " +"that\n" +"there is no central point for media intercept or capture and thus it ca= n be\n" +"used to construct a secure telephone system that operates over the publ= ic\n" +"internet." +msgstr "" + +#: gnu/packages/telephony.scm:204 +msgid "Secure RTP (SRTP) Reference Implementation" +msgstr "" + +#: gnu/packages/telephony.scm:205 +msgid "" +"This package provides an implementation of the Secure\n" +"Real-time Transport Protocol (SRTP), the Universal Security Transform " +"(UST),\n" +"and a supporting cryptographic kernel." +msgstr "" + +#: gnu/packages/texinfo.scm:46 +#, fuzzy +msgid "The GNU documentation format" +msgstr "Iloj kaj dokumentado por tradukado" + +#: gnu/packages/texinfo.scm:48 +msgid "" +"Texinfo is the official documentation format of the GNU project. It\n" +"uses a single source file using explicit commands to produce a final " +"document\n" +"in any of several supported output formats, such as HTML or PDF. This\= n" +"package includes both the tools necessary to produce Info documents fro= m\n" +"their source and the command-line Info reader. The emphasis of the " +"language\n" +"is on expressing the content semantically, avoiding physical markup com= mands." +msgstr "" + +#: gnu/packages/texinfo.scm:93 +msgid "Convert Texinfo to HTML" +msgstr "" + +#: gnu/packages/texinfo.scm:95 +msgid "" +"Texi2HTML is a Perl script which converts Texinfo source files to HTML\= n" +"output. It now supports many advanced features, such as " +"internationalization\n" +"and extremely configurable output formats.\n" +"\n" +"Development of Texi2HTML moved to the GNU Texinfo repository in 2010, s= ince " +"it\n" +"was meant to replace the makeinfo implementation in GNU Texinfo. The r= oute\n" +"forward for authors is, in most cases, to alter manuals and build proce= sses " +"as\n" +"necessary to use the new features of the makeinfo/texi2any implementati= on " +"of\n" +"GNU Texinfo. The Texi2HTML maintainers (one of whom is the principal " +"author\n" +"of the GNU Texinfo implementation) do not intend to make further releas= es " +"of\n" +"Texi2HTML." +msgstr "" + +#: gnu/packages/texlive.scm:151 gnu/packages/texlive.scm:207 +#: gnu/packages/texlive.scm:265 +msgid "TeX Live, a package of the TeX typesetting system" +msgstr "" + +#: gnu/packages/texlive.scm:153 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the binaries." +msgstr "" + +#: gnu/packages/texlive.scm:209 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete tree of texmf-dist data." +msgstr "" + +#: gnu/packages/texlive.scm:267 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete TeX Live distribution." +msgstr "" + +#: gnu/packages/texlive.scm:296 +msgid "Wrapper for LaTeX and friends" +msgstr "" + +#: gnu/packages/texlive.scm:298 +msgid "" +"Rubber is a program whose purpose is to handle all tasks related to the= \n" +"compilation of LaTeX documents. This includes compiling the document " +"itself,\n" +"of course, enough times so that all references are defined, and running= " +"BibTeX\n" +"to manage bibliographic references. Automatic execution of dvips to " +"produce\n" +"PostScript documents is also included, as well as usage of pdfLaTeX to = " +"produce\n" +"PDF documents." +msgstr "" + +#: gnu/packages/textutils.scm:61 +msgid "Text encoding converter" +msgstr "" + +#: gnu/packages/textutils.scm:62 +msgid "" +"The Recode library converts files between character sets and\n" +"usages. It recognises or produces over 200 different character sets (o= r " +"about\n" +"300 if combined with an iconv library) and transliterates files between= " +"almost\n" +"any pair. When exact transliteration are not possible, it gets rid of\= n" +"offending characters or falls back on approximations. The recode progr= am is " +"a\n" +"handy front-end to the library." +msgstr "" + +#: gnu/packages/textutils.scm:89 +msgid "Text encoding detection tool" +msgstr "" + +#: gnu/packages/textutils.scm:90 +msgid "" +"Enca (Extremely Naive Charset Analyser) consists of libenca,\n" +"an encoding detection library, and enca, a command line frontend, " +"integrating\n" +"libenca and several charset conversion libraries and tools." +msgstr "" + +#: gnu/packages/textutils.scm:127 +msgid "C library for processing UTF-8 Unicode data" +msgstr "" + +#: gnu/packages/textutils.scm:128 +msgid "" +"utf8proc is a small C library that provides Unicode\n" +"normalization, case-folding, and other operations for data in the UTF-8= \n" +"encoding, supporting Unicode version 7.0." +msgstr "" + +#: gnu/packages/textutils.scm:157 +msgid "Gordon's text utils library" +msgstr "" + +#: gnu/packages/textutils.scm:159 +msgid "" +"libgtextutils is a text utilities library used by the fastx toolkit fro= m\n" +"the Hannon Lab." +msgstr "" + +#: gnu/packages/textutils.scm:199 +msgid "Text-to-HTML conversion tool" +msgstr "" + +#: gnu/packages/textutils.scm:201 +msgid "" +"Markdown is a text-to-HTML conversion tool for web writers. It allows\= n" +"you to write using an easy-to-read, easy-to-write plain text format, th= en\n" +"convert it to structurally valid XHTML (or HTML)." +msgstr "" + +#: gnu/packages/version-control.scm:93 +msgid "" +"Version control system supporting both distributed and centralized work= flows" +msgstr "" + +#: gnu/packages/version-control.scm:95 +msgid "" +"GNU Bazaar is a version control system that allows you to record\n" +"changes to project files over time. It supports both a distributed " +"workflow\n" +"as well as the classic centralized workflow." +msgstr "" + +#: gnu/packages/version-control.scm:229 +msgid "Distributed version control system" +msgstr "" + +#: gnu/packages/version-control.scm:231 +msgid "" +"Git is a free distributed version control system designed to handle\n" +"everything from small to very large projects with speed and efficiency.= " +msgstr "" + +#: gnu/packages/version-control.scm:276 +msgid "Man pages of the Git version control system" +msgstr "" + +#: gnu/packages/version-control.scm:278 +msgid "" +"This package provides the man pages of the Git version control system.\= n" +"This is the documentation displayed when using the '--help' option of a= " +"'git'\n" +"command." +msgstr "" + +#: gnu/packages/version-control.scm:315 +#, fuzzy +msgid "Command-line flags library for shell scripts" +msgstr "Komandliniaj iloj kaj biblioteko por transformi PDF-dosierojn" + +#: gnu/packages/version-control.scm:317 +msgid "" +"Shell Flags (shFlags) is a library written to greatly simplify the\n" +"handling of command-line flags in Bourne based Unix shell scripts (bash= , " +"dash,\n" +"ksh, sh, zsh). Most shell scripts use getopt for flags processing, but= the\n" +"different versions of getopt on various OSes make writing portable shel= l\n" +"scripts difficult. shFlags instead provides an API that doesn't change= " +"across\n" +"shell and OS versions so the script writer can be confident that the sc= ript\n" +"will work." +msgstr "" + +#: gnu/packages/version-control.scm:360 +msgid "Git extensions for Vincent Driessen's branching model" +msgstr "" + +#: gnu/packages/version-control.scm:362 +msgid "" +"Vincent Driessen's branching model is a git branching and release\n" +"management strategy that helps developers keep track of features, hotfi= xes,\n" +"and releases in bigger software projects. The git-flow library of git\= n" +"subcommands helps automate some parts of the flow to make working with = it a\n" +"lot easier." +msgstr "" + +#: gnu/packages/version-control.scm:399 +msgid "Run a command over a sequence of commits" +msgstr "" + +#: gnu/packages/version-control.scm:401 +msgid "" +"git-test-sequence is similar to an automated git bisect except it=E2=80= =99s\n" +"linear. It will test every change between two points in the DAG. It w= ill\n" +"also walk each side of a merge and test those changes individually." +msgstr "" + +#: gnu/packages/version-control.scm:459 +msgid "Git access control layer" +msgstr "" + +#: gnu/packages/version-control.scm:461 +msgid "" +"Gitolite is an access control layer on top of Git, providing fine acces= s\n" +"control to Git repositories." +msgstr "" + +#: gnu/packages/version-control.scm:485 +msgid "Decentralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:487 +msgid "" +"Mercurial is a free, distributed source control management tool.\n" +"It efficiently handles projects of any size\n" +"and offers an easy and intuitive interface." +msgstr "" + +#: gnu/packages/version-control.scm:521 +msgid "HTTP and WebDAV client library" +msgstr "" + +#: gnu/packages/version-control.scm:522 +msgid "" +"Neon is an HTTP and WebDAV client library, with a\n" +"C interface. Features:\n" +"High-level wrappers for common HTTP and WebDAV operations (GET, MOVE,\n= " +"DELETE, etc.);\n" +"low-level interface to the HTTP request/response engine, allowing the u= se\n" +"of arbitrary HTTP methods, headers, etc.;\n" +"authentication support including Basic and Digest support, along with\n= " +"GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32;= \n" +"SSL/TLS support using OpenSSL or GnuTLS, exposing an abstraction layer = for\n" +"verifying server certificates, handling client certificates, and examin= ing\n" +"certificate properties, smartcard-based client certificates are also\n" +"supported via a PKCS#11 wrapper interface;\n" +"abstract interface to parsing XML using libxml2 or expat, and wrappers = for\n" +"simplifying handling XML HTTP response bodies;\n" +"WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to simplif= y\n" +"property manipulation." +msgstr "" + +#: gnu/packages/version-control.scm:604 +msgid "Revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:606 +msgid "" +"Subversion exists to be universally recognized and adopted as a\n" +"centralized version control system characterized by its\n" +"reliability as a safe haven for valuable data; the simplicity of its mo= del " +"and\n" +"usage; and its ability to support the needs of a wide variety of users = and\n" +"projects, from individuals to large-scale enterprise operations." +msgstr "" + +#: gnu/packages/version-control.scm:627 +msgid "Per-file local revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:629 +msgid "" +"RCS is the original Revision Control System. It works on a\n" +"file-by-file basis, in contrast to subsequent version control systems s= uch " +"as\n" +"CVS, Subversion, and Git. This can make it suitable for system\n" +"administration files, for example, which are often inherently local to = one\n" +"machine." +msgstr "" + +#: gnu/packages/version-control.scm:655 +msgid "Historical centralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:657 +msgid "" +"CVS is a version control system, an important component of Source\n" +"Configuration Management (SCM). Using it, you can record the history o= f\n" +"sources files, and documents. It fills a similar role to the free soft= ware\n" +"RCS, PRCS, and Aegis packages." +msgstr "" + +#: gnu/packages/version-control.scm:679 +msgid "Version-control-agnostic ChangeLog diff and commit tool" +msgstr "" + +#: gnu/packages/version-control.scm:681 +msgid "" +"The vc-dwim package contains two tools, \"vc-dwim\" and \"vc-chlog\".\n= " +"vc-dwim is a tool that simplifies the task of maintaining a ChangeLog a= nd\n" +"using version control at the same time, for example by printing a remin= der\n" +"when a file change has been described in the ChangeLog but the file has= not\n" +"been added to the VC. vc-chlog scans changed files and generates\n" +"standards-compliant ChangeLog entries based on the changes that it dete= cts." +msgstr "" + +#: gnu/packages/version-control.scm:703 +msgid "Make histograms from the output of 'diff'" +msgstr "" + +#: gnu/packages/version-control.scm:705 +msgid "" +"Diffstat reads the output of 'diff' and displays a histogram of the\n" +"insertions, deletions, and modifications per-file. It is useful for " +"reviewing\n" +"large, complex patch files." +msgstr "" + +#: gnu/packages/version-control.scm:746 +msgid "File-based version control like SCCS" +msgstr "" + +#: gnu/packages/version-control.scm:747 +msgid "" +"GNU CSSC provides a replacement for the legacy Unix source\n" +"code control system SCCS. This allows old code still under that system= to " +"be\n" +"accessed and migrated on modern systems." +msgstr "" + +#: gnu/packages/version-control.scm:828 +msgid "Project change supervisor" +msgstr "" + +#: gnu/packages/version-control.scm:829 +msgid "" +"Aegis is a project change supervisor, and performs some of\n" +"the Software Configuration Management needed in a CASE environment. Ae= gis\n" +"provides a framework within which a team of developers may work on many= \n" +"changes to a program independently, and Aegis coordinates integrating t= hese\n" +"changes back into the master source of the program, with as little " +"disruption\n" +"as possible. Resolution of contention for source files, a major headac= he " +"for\n" +"any project with more than one developer, is one of Aegis's major funct= ions." +msgstr "" + +#: gnu/packages/version-control.scm:856 +msgid "Ncurses-based text user interface for Git" +msgstr "" + +#: gnu/packages/version-control.scm:858 +msgid "" +"Tig is an ncurses text user interface for Git, primarily intended as\n" +"a history browser. It can also stage hunks for commit, or colorize the= \n" +"output of the 'git' command." +msgstr "" + +#: gnu/packages/webkit.scm:105 +msgid "Web content engine for GTK+" +msgstr "" + +#: gnu/packages/webkit.scm:107 +msgid "" +"WebKitGTK+ is a full-featured port of the WebKit rendering engine,\n" +"suitable for projects requiring any kind of web integration, from hybri= d\n" +"HTML/CSS applications to full-fledged web browsers." +msgstr "" + +#: gnu/packages/web.scm:84 +msgid "Featureful HTTP server" +msgstr "" + +#: gnu/packages/web.scm:86 +msgid "" +"The Apache HTTP Server Project is a collaborative software development\= n" +"effort aimed at creating a robust, commercial-grade, featureful, and\n" +"freely-available source code implementation of an HTTP (Web) server. T= he\n" +"project is jointly managed by a group of volunteers located around the = " +"world,\n" +"using the Internet and the Web to communicate, plan, and develop the se= rver\n" +"and its related documentation." +msgstr "" + +#: gnu/packages/web.scm:164 +msgid "HTTP and reverse proxy server" +msgstr "" + +#: gnu/packages/web.scm:166 +msgid "" +"Nginx (\"engine X\") is a high-performance web and reverse proxy server= \n" +"created by Igor Sysoev. It can be used both as a standalone web server= \n" +"and as a proxy to reduce the load on back-end HTTP or mail servers." +msgstr "" + +#: gnu/packages/web.scm:202 +msgid "PSGI/Plack web server" +msgstr "" + +#: gnu/packages/web.scm:203 +msgid "" +"Starman is a PSGI perl web server that has unique features\n" +"such as high performance, preforking, signal support, superdaemon " +"awareness,\n" +"and UNIX socket support." +msgstr "" + +#: gnu/packages/web.scm:222 +#, fuzzy +msgid "JSON C library" +msgstr "La Biblioteko GNU C" + +#: gnu/packages/web.scm:224 +msgid "" +"Jansson is a C library for encoding, decoding and manipulating JSON\n" +"data." +msgstr "" + +#: gnu/packages/web.scm:255 +#, fuzzy +msgid "JSON implementation in C" +msgstr "Kompleta realigo de =C5=9Dako" + +#: gnu/packages/web.scm:257 +msgid "" +"JSON-C implements a reference counting object model that allows you to\= n" +"easily construct JSON objects in C, output them as JSON formatted strin= gs " +"and\n" +"parse JSON formatted strings back into the C representation of JSON obj= ects." +msgstr "" + +#: gnu/packages/web.scm:277 +msgid "JSON parser/generator for C++ with both SAX/DOM style API" +msgstr "" + +#: gnu/packages/web.scm:279 +msgid "" +"RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM\n" +"style API." +msgstr "" + +#: gnu/packages/web.scm:309 +msgid "WebSockets library written in C" +msgstr "" + +#: gnu/packages/web.scm:311 +msgid "" +"Libwebsockets is a library that allows C programs to establish client\n= " +"and server WebSockets connections---a protocol layered above HTTP that = " +"allows\n" +"for efficient socket-like bidirectional reliable communication channels= ." +msgstr "" + +#: gnu/packages/web.scm:351 +msgid "C library for the Publix Suffix List" +msgstr "" + +#: gnu/packages/web.scm:353 +msgid "" +"A \"public suffix\" is a domain name under which Internet users can\n" +"directly register own names.\n" +"\n" +"Browsers and other web clients can use it to avoid privacy-leaking\n" +"\"supercookies\", avoid privacy-leaking \"super domain\" certificates, = " +"domain\n" +"highlighting parts of the domain in a user interface, and sorting domai= n " +"lists\n" +"by site.\n" +"\n" +"Libpsl has built-in PSL data for fast access, allows to load PSL data f= rom\n" +"files, checks if a given domain is a public suffix, provides immediate = " +"cookie\n" +"domain verification, finds the longest public part of a given domain, f= inds\n" +"the shortest private part of a given domain, works with international\n= " +"domains (UTF-8 and IDNA2008 Punycode), is thread-safe, and handles IDNA= 2008\n" +"UTS#46" +msgstr "" + +#: gnu/packages/web.scm:398 +msgid "HTML validator and tidier" +msgstr "" + +#: gnu/packages/web.scm:399 +msgid "" +"HTML Tidy is a command-line tool and C library that can be\n" +"used to validate and fix HTML data." +msgstr "" + +#: gnu/packages/web.scm:439 +msgid "Light-weight HTTP/HTTPS proxy daemon" +msgstr "" + +#: gnu/packages/web.scm:440 +msgid "" +"Tinyproxy is a light-weight HTTP/HTTPS proxy\n" +"daemon. Designed from the ground up to be fast and yet small, it is an= " +"ideal\n" +"solution for use cases such as embedded deployments where a full featur= ed " +"HTTP\n" +"proxy is required, but the system resources for a larger proxy are\n" +"unavailable." +msgstr "" + +#: gnu/packages/web.scm:473 +msgid "Small caching web proxy" +msgstr "" + +#: gnu/packages/web.scm:475 +msgid "" +"Polipo is a small caching web proxy (web cache, HTTP proxy, and proxy\n= " +"server). It was primarily designed to be used by one person or a small= " +"group\n" +"of people." +msgstr "" + +#: gnu/packages/web.scm:495 +msgid "YAML 1.1 parser and emitter written in C" +msgstr "" + +#: gnu/packages/web.scm:497 +msgid "LibYAML is a YAML 1.1 parser and emitter written in C." +msgstr "" + +#: gnu/packages/web.scm:513 gnu/packages/web.scm:546 gnu/packages/web.sc= m:568 +msgid "Media stream URL parser" +msgstr "" + +#: gnu/packages/web.scm:514 +msgid "" +"This package contains support scripts called by libquvi to\n" +"parse media stream properties." +msgstr "" + +#: gnu/packages/web.scm:547 +msgid "" +"libquvi is a library with a C API for parsing media stream\n" +"URLs and extracting their actual media files." +msgstr "" + +#: gnu/packages/web.scm:569 +msgid "" +"quvi is a command-line-tool suite to extract media files\n" +"from streaming URLs. It is a command-line wrapper for the libquvi libr= ary." +msgstr "" + +#: gnu/packages/web.scm:632 +msgid "High-performance asynchronous HTTP client library" +msgstr "" + +#: gnu/packages/web.scm:634 +msgid "" +"serf is a C-based HTTP client library built upon the Apache Portable\n" +"Runtime (APR) library. It multiplexes connections, running the read/wr= ite\n" +"communication asynchronously. Memory copies and transformations are ke= pt to " +"a\n" +"minimum to provide high performance operation." +msgstr "" + +#: gnu/packages/web.scm:665 +msgid "Compile a log format string to perl-code" +msgstr "" + +#: gnu/packages/web.scm:666 +msgid "" +"This module provides methods to compile a log format string\n" +"to perl-code, for faster generation of access_log lines." +msgstr "" + +#: gnu/packages/web.scm:691 +msgid "Sensible default Catalyst action" +msgstr "" + +#: gnu/packages/web.scm:692 +msgid "" +"This Catalyst action implements a sensible default end\n" +"action, which will forward to the first available view." +msgstr "" + +#: gnu/packages/web.scm:720 +msgid "Automated REST Method Dispatching" +msgstr "" + +#: gnu/packages/web.scm:721 +msgid "" +"This Action handles doing automatic method dispatching for\n" +"REST requests. It takes a normal Catalyst action, and changes the disp= atch " +"to\n" +"append an underscore and method name. First it will try dispatching to= an\n" +"action with the generated name, and failing that it will try to dispatc= h to " +"a\n" +"regular method." +msgstr "" + +#: gnu/packages/web.scm:757 +msgid "Storage class for Catalyst authentication using DBIx::Class" +msgstr "" + +#: gnu/packages/web.scm:758 +msgid "" +"The Catalyst::Authentication::Store::DBIx::Class class\n" +"provides access to authentication information stored in a database via\= n" +"DBIx::Class." +msgstr "" + +#: gnu/packages/web.scm:782 +msgid "Create only one instance of Moose component per context" +msgstr "" + +#: gnu/packages/web.scm:783 +msgid "" +"Catalyst::Component::InstancePerContext returns a new\n" +"instance of a component on each request." +msgstr "" + +#: gnu/packages/web.scm:820 +msgid "Catalyst Development Tools" +msgstr "" + +#: gnu/packages/web.scm:821 +msgid "" +"The Catalyst-Devel distribution includes a variety of\n" +"modules useful for the development of Catalyst applications, but not " +"required\n" +"to run them. Catalyst-Devel includes the Catalyst::Helper system, whic= h\n" +"autogenerates scripts and tests; Module::Install::Catalyst, a Module::" +"Install\n" +"extension for Catalyst; and requirements for a variety of development-" +"related\n" +"modules." +msgstr "" + +#: gnu/packages/web.scm:850 +msgid "Regex DispatchType for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:851 +msgid "" +"Dispatch type managing path-matching behaviour using\n" +"regexes. Regex dispatch types have been deprecated and removed from " +"Catalyst\n" +"core. It is recommend that you use Chained methods or other techniques= \n" +"instead. As part of the refactoring, the dispatch priority of Regex vs= " +"Regexp\n" +"vs LocalRegex vs LocalRegexp may have changed. Priority is now influen= ced " +"by\n" +"when the dispatch type is first seen in your application." +msgstr "" + +#: gnu/packages/web.scm:899 +msgid "DBIx::Class::Schema Model Class" +msgstr "" + +#: gnu/packages/web.scm:900 +msgid "" +"This is a Catalyst Model for DBIx::Class::Schema-based\n" +"Models." +msgstr "" + +#: gnu/packages/web.scm:924 +msgid "Request logging from within Catalyst" +msgstr "" + +#: gnu/packages/web.scm:925 +msgid "" +"This Catalyst plugin enables you to create \"access logs\"\n" +"from within a Catalyst application instead of requiring a webserver to = do " +"it\n" +"for you. It will work even with Catalyst debug logging turned off." +msgstr "" + +#: gnu/packages/web.scm:957 +msgid "Infrastructure plugin for the Catalyst authentication framework" +msgstr "" + +#: gnu/packages/web.scm:958 +msgid "" +"The authentication plugin provides generic user support for\n" +"Catalyst apps. It is the basis for both authentication (checking the us= er " +"is\n" +"who they claim to be), and authorization (allowing the user to do what = the\n" +"system authorises them to do)." +msgstr "" + +#: gnu/packages/web.scm:988 +msgid "Role-based authorization for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:989 +msgid "" +"Catalyst::Plugin::Authorization::Roles provides role-based\n" +"authorization for Catalyst based on Catalyst::Plugin::Authentication." +msgstr "" + +#: gnu/packages/web.scm:1012 +msgid "Captchas for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:1013 +msgid "" +"This plugin creates and validates Captcha images for\n" +"Catalyst." +msgstr "" + +#: gnu/packages/web.scm:1039 +msgid "Load config files of various types" +msgstr "" + +#: gnu/packages/web.scm:1040 +msgid "" +"This module will attempt to load find and load configuration\n" +"files of various types. Currently it supports YAML, JSON, XML, INI and= " +"Perl\n" +"formats." +msgstr "" + +#: gnu/packages/web.scm:1070 +msgid "Catalyst generic session plugin" +msgstr "" + +#: gnu/packages/web.scm:1071 +msgid "" +"This plugin links the two pieces required for session\n" +"management in web applications together: the state, and the store." +msgstr "" + +#: gnu/packages/web.scm:1097 +msgid "Maintain session IDs using cookies" +msgstr "" + +#: gnu/packages/web.scm:1098 +msgid "" +"In order for Catalyst::Plugin::Session to work, the session\n" +"ID needs to be stored on the client, and the session data needs to be " +"stored\n" +"on the server. This plugin stores the session ID on the client using t= he\n" +"cookie mechanism." +msgstr "" + +#: gnu/packages/web.scm:1128 +msgid "FastMmap session storage backend." +msgstr "" + +#: gnu/packages/web.scm:1129 +msgid "" +"Catalyst::Plugin::Session::Store::FastMmap is a fast session\n" +"storage plugin for Catalyst that uses an mmap'ed file to act as a share= d\n" +"memory interprocess cache. It is based on Cache::FastMmap." +msgstr "" + +#: gnu/packages/web.scm:1152 +msgid "Stack trace on the Catalyst debug screen" +msgstr "" + +#: gnu/packages/web.scm:1153 +msgid "" +"This plugin enhances the standard Catalyst debug screen by\n" +"including a stack trace of your appliation up to the point where the er= ror\n" +"occurred. Each stack frame is displayed along with the package name, l= ine\n" +"number, file name, and code context surrounding the line number." +msgstr "" + +#: gnu/packages/web.scm:1179 +msgid "Simple serving of static pages" +msgstr "" + +#: gnu/packages/web.scm:1180 +msgid "" +"The Static::Simple plugin is designed to make serving static\n" +"content in your application during development quick and easy, without\= n" +"requiring a single line of code from you. This plugin detects static f= iles " +"by\n" +"looking at the file extension in the URL (such as .css or .png or .js).= " +"The\n" +"plugin uses the lightweight MIME::Types module to map file extensions t= o\n" +"IANA-registered MIME types, and will serve your static files with the " +"correct\n" +"MIME type directly to the browser, without being processed through Cata= lyst." +msgstr "" + +#: gnu/packages/web.scm:1246 +msgid "The Catalyst Framework Runtime" +msgstr "" + +#: gnu/packages/web.scm:1247 +msgid "" +"Catalyst is a modern framework for making web applications.\n" +"It is designed to make it easy to manage the various tasks you need to = do " +"to\n" +"run an application on the web, either by doing them itself, or by letti= ng " +"you\n" +"\"plug in\" existing Perl modules that do what you need." +msgstr "" + +#: gnu/packages/web.scm:1277 +msgid "Replace request base with value passed by HTTP proxy" +msgstr "" + +#: gnu/packages/web.scm:1278 +msgid "" +"This module is a Moose::Role which allows you more\n" +"flexibility in your application's deployment configurations when deploy= ed\n" +"behind a proxy. Using this module, the request base ($c->req->base) is= \n" +"replaced with the contents of the X-Request-Base header." +msgstr "" + +#: gnu/packages/web.scm:1304 +msgid "Download data in many formats" +msgstr "" + +#: gnu/packages/web.scm:1305 +msgid "" +"The purpose of this module is to provide a method for\n" +"downloading data into many supportable formats. For example, downloadi= ng a\n" +"table based report in a variety of formats (CSV, HTML, etc.). " +msgstr "" + +#: gnu/packages/web.scm:1330 +msgid "Catalyst JSON view" +msgstr "" + +#: gnu/packages/web.scm:1331 +msgid "" +"Catalyst::View::JSON is a Catalyst View handler that returns\n" +"stash data in JSON format." +msgstr "" + +#: gnu/packages/web.scm:1356 +msgid "Template View Class" +msgstr "" + +#: gnu/packages/web.scm:1357 +msgid "" +"This module is a Catalyst view class for the Template\n" +"Toolkit." +msgstr "" + +#: gnu/packages/web.scm:1386 +msgid "Trait Loading and Resolution for Catalyst Components" +msgstr "" + +#: gnu/packages/web.scm:1387 +msgid "" +"Adds a \"COMPONENT\" in Catalyst::Component method to your\n" +"Catalyst component base class that reads the optional \"traits\" parame= ter\n" +"from app and component config and instantiates the component subclass w= ith\n" +"those traits using \"new_with_traits\" in MooseX::Traits from\n" +"MooseX::Traits::Pluggable." +msgstr "" + +#: gnu/packages/web.scm:1412 +msgid "Apply roles to Catalyst classes" +msgstr "" + +#: gnu/packages/web.scm:1413 +msgid "" +"CatalystX::RoleApplicator applies roles to Catalyst\n" +"application classes." +msgstr "" + +#: gnu/packages/web.scm:1439 +msgid "Catalyst development server with Starman" +msgstr "" + +#: gnu/packages/web.scm:1440 +msgid "" +"This module provides a Catalyst extension to replace the\n" +"development server with Starman." +msgstr "" + +#: gnu/packages/web.scm:1460 +msgid "CGI interface that is CGI.pm compliant" +msgstr "" + +#: gnu/packages/web.scm:1461 +msgid "" +"CGI::Simple provides a relatively lightweight drop in\n" +"replacement for CGI.pm. It shares an identical OO interface to CGI.pm = for\n" +"parameter parsing, file upload, cookie handling and header generation." +msgstr "" + +#: gnu/packages/web.scm:1482 +msgid "Build structures from CGI data" +msgstr "" + +#: gnu/packages/web.scm:1483 +msgid "" +"This is a module for building structured data from CGI\n" +"inputs, in a manner reminiscent of how PHP does." +msgstr "" + +#: gnu/packages/web.scm:1504 +msgid "Date conversion routines" +msgstr "" + +#: gnu/packages/web.scm:1505 +msgid "" +"This module provides functions that deal with the date\n" +"formats used by the HTTP protocol." +msgstr "" + +#: gnu/packages/web.scm:1525 +msgid "MD5 sums for files and urls" +msgstr "" + +#: gnu/packages/web.scm:1526 +msgid "" +"Digest::MD5::File is a Perl extension for getting MD5 sums\n" +"for files and urls." +msgstr "" + +#: gnu/packages/web.scm:1544 +msgid "Perl locale encoding determination" +msgstr "" + +#: gnu/packages/web.scm:1546 +msgid "" +"The POSIX locale system is used to specify both the language\n" +"conventions requested by the user and the preferred character set to " +"consume\n" +"and output. The Encode::Locale module looks up the charset and encodin= g\n" +"(called a CODESET in the locale jargon) and arranges for the Encode mod= ule\n" +"to know this encoding under the name \"locale\". It means bytes obtain= ed\n" +"from the environment can be converted to Unicode strings by calling\n" +"Encode::encode(locale =3D> $bytes) and converted back again with\n" +"Encode::decode(locale =3D> $string)." +msgstr "" + +#: gnu/packages/web.scm:1572 +msgid "Perl directory listing parser" +msgstr "" + +#: gnu/packages/web.scm:1574 +msgid "" +"The File::Listing module exports a single function called parse_dir(),\= n" +"which can be used to parse directory listings." +msgstr "" + +#: gnu/packages/web.scm:1598 +msgid "Perl class representing an HTML form element" +msgstr "" + +#: gnu/packages/web.scm:1599 +msgid "" +"Objects of the HTML::Form class represents a single HTML\n" +"
...
instance." +msgstr "" + +#: gnu/packages/web.scm:1621 +msgid "Check for HTML errors in a string or file" +msgstr "" =20 -#: gnu/packages/scheme.scm:283 +#: gnu/packages/web.scm:1622 msgid "" -"HOP is a multi-tier programming language for the Web 2.0 and the\n" -"so-called diffuse Web. It is designed for programming interactive web\= n" -"applications in many fields such as multimedia (web galleries, music pl= ayers,\n" -"...), ubiquitous and house automation (SmartPhones, personal appliance)= ,\n" -"mashups, office (web agendas, mail clients, ...), etc." +"HTML::Lint is a pure-Perl HTML parser and checker for\n" +"syntactic legitmacy." msgstr "" =20 -#: gnu/packages/scheme.scm:323 -msgid "R5RS Scheme implementation that compiles native code via C" -msgstr "Realigo R5RS de Scheme kiu kompilas originalan kodumaron per C" +#: gnu/packages/web.scm:1646 +msgid "Work with HTML in a DOM-like tree structure" +msgstr "" =20 -#: gnu/packages/scheme.scm:325 +#: gnu/packages/web.scm:1647 msgid "" -"CHICKEN is a compiler for the Scheme programming language. CHICKEN\n" -"produces portable and efficient C, supports almost all of the R5RS Sche= me\n" -"language standard, and includes many enhancements and extensions." +"This distribution contains a suite of modules for\n" +"representing, creating, and extracting information from HTML syntax tre= es." msgstr "" =20 -#: gnu/packages/scheme.scm:344 -msgid "Scheme implementation using a bytecode interpreter" -msgstr "Realigo de Scheme, kiu uzas bajtkodan interpretilon" +#: gnu/packages/web.scm:1667 +msgid "Perl HTML parser class" +msgstr "" =20 -#: gnu/packages/scheme.scm:346 +#: gnu/packages/web.scm:1669 msgid "" -"Scheme 48 is an implementation of Scheme based on a byte-code\n" -"interpreter and is designed to be used as a testbed for experiments in\= n" -"implementation techniques and as an expository tool." +"Objects of the HTML::Parser class will recognize markup and separate\n" +"it from plain text (alias data content) in HTML documents. As differen= t\n" +"kinds of markup and text are recognized, the corresponding event handle= rs\n" +"are invoked." msgstr "" =20 -#: gnu/packages/scheme.scm:419 -msgid "Implementation of Scheme and related languages" -msgstr "Realigo de Scheme kaj rilataj program-lingvoj" +#: gnu/packages/web.scm:1689 +msgid "Perl data tables useful in parsing HTML" +msgstr "" =20 -#: gnu/packages/scheme.scm:421 +#: gnu/packages/web.scm:1691 msgid "" -"Racket is an implementation of the Scheme programming language (R5RS an= d\n" -"R6RS) and related languages, such as Typed Racket. It features a compi= ler and\n" -"a virtual machine with just-in-time native compilation, as well as a la= rge set\n" -"of libraries." +"The HTML::Tagset module contains several data tables useful in various\= n" +"kinds of HTML parsing operations." +msgstr "" + +#: gnu/packages/web.scm:1714 +msgid "HTTP Body Parser" +msgstr "" + +#: gnu/packages/web.scm:1715 +msgid "" +"HTTP::Body parses chunks of HTTP POST data and supports\n" +"application/octet-stream, application/json, application/x-www-form-" +"urlencoded,\n" +"and multipart/form-data." +msgstr "" + +#: gnu/packages/web.scm:1741 +msgid "Minimalist HTTP user agent cookie jar" +msgstr "" + +#: gnu/packages/web.scm:1742 +msgid "" +"This module implements a minimalist HTTP user agent cookie\n" +"jar in conformance with RFC 6265 ." +msgstr "" + +#: gnu/packages/web.scm:1762 +msgid "Perl HTTP cookie jars" +msgstr "" + +#: gnu/packages/web.scm:1764 +msgid "" +"The HTTP::Cookies class is for objects that represent a cookie jar,\n" +"that is, a database of all the HTTP cookies that a given LWP::UserAgent= \n" +"object knows about." +msgstr "" + +#: gnu/packages/web.scm:1786 +msgid "Perl simple http server class" +msgstr "" + +#: gnu/packages/web.scm:1788 +msgid "" +"Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen\n" +"on a socket for incoming requests. The HTTP::Daemon is a subclass of\n= " +"IO::Socket::INET, so you can perform socket operations directly on it t= oo." +msgstr "" + +#: gnu/packages/web.scm:1807 +msgid "Perl date conversion routines" +msgstr "" + +#: gnu/packages/web.scm:1809 +msgid "" +"The HTTP::Date module provides functions that deal with date formats\n" +"used by the HTTP protocol (and then some more)." +msgstr "" + +#: gnu/packages/web.scm:1832 +msgid "Perl HTTP style message" +msgstr "" + +#: gnu/packages/web.scm:1834 +msgid "An HTTP::Message object contains some headers and a content body.= " +msgstr "" + +#: gnu/packages/web.scm:1853 +msgid "Perl http content negotiation" +msgstr "" + +#: gnu/packages/web.scm:1855 +msgid "" +"The HTTP::Negotiate module provides a complete implementation of the\n" +"HTTP content negotiation algorithm specified in\n" +"draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows = for\n" +"the selection of a preferred content representation based upon attribut= es\n" +"of the negotiable variants and the value of the various Accept* header\= n" +"fields in the request." +msgstr "" + +#: gnu/packages/web.scm:1880 +msgid "Parse HTTP/1.1 requests" +msgstr "" + +#: gnu/packages/web.scm:1881 +msgid "" +"This is an HTTP request parser. It takes chunks of text as\n" +"received and returns a 'hint' as to what is required, or returns the\n" +"HTTP::Request when a complete request has been read. HTTP/1.1 chunking= is\n" +"supported." +msgstr "" + +#: gnu/packages/web.scm:1901 +msgid "Fast HTTP request parser" +msgstr "" + +#: gnu/packages/web.scm:1902 +msgid "" +"HTTP::Parser::XS is a fast, primitive HTTP request/response\n" +"parser." +msgstr "" + +#: gnu/packages/web.scm:1923 +msgid "Set up a CGI environment from an HTTP::Request" +msgstr "" + +#: gnu/packages/web.scm:1924 +msgid "" +"This module provides a convenient way to set up a CGI\n" +"environment from an HTTP::Request." +msgstr "" + +#: gnu/packages/web.scm:1946 +msgid "Lightweight HTTP server" +msgstr "" + +#: gnu/packages/web.scm:1947 +msgid "" +"HTTP::Server::Simple is a simple standalone HTTP daemon with\n" +"no non-core module dependencies. It can be used for building a standal= one\n" +"http-based UI to your existing tools." +msgstr "" + +#: gnu/packages/web.scm:1971 +msgid "HTTP/1.1 client" +msgstr "" + +#: gnu/packages/web.scm:1972 +msgid "" +"This is a very simple HTTP/1.1 client, designed for doing\n" +"simple requests without the overhead of a large framework like LWP::" +"UserAgent.\n" +"It supports proxies and redirection. It also correctly resumes after E= INTR." +msgstr "" + +#: gnu/packages/web.scm:1991 +msgid "Perl module to open an HTML file with automatic charset detection= " +msgstr "" + +#: gnu/packages/web.scm:1993 +msgid "" +"IO::HTML provides an easy way to open a file containing HTML while\n" +"automatically determining its encoding. It uses the HTML5 encoding " +"sniffing\n" +"algorithm specified in section 8.2.2.1 of the draft standard." +msgstr "" + +#: gnu/packages/web.scm:2012 +msgid "Family-neutral IP socket supporting both IPv4 and IPv6" +msgstr "" + +#: gnu/packages/web.scm:2013 +msgid "" +"This module provides a protocol-independent way to use IPv4\n" +"and IPv6 sockets, intended as a replacement for IO::Socket::INET." +msgstr "" + +#: gnu/packages/web.scm:2030 +msgid "Nearly transparent SSL encapsulation for IO::Socket::INET" +msgstr "" + +#: gnu/packages/web.scm:2032 +msgid "" +"IO::Socket::SSL makes using SSL/TLS much easier by wrapping the\n" +"necessary functionality into the familiar IO::Socket interface and " +"providing\n" +"secure defaults whenever possible. This way existing applications can = be " +"made\n" +"SSL-aware without much effort, at least if you do blocking I/O and don'= t " +"use\n" +"select or poll." +msgstr "" + +#: gnu/packages/web.scm:2063 +msgid "Perl modules for the WWW" +msgstr "" + +#: gnu/packages/web.scm:2065 +msgid "" +"The libwww-perl collection is a set of Perl modules which provides a\n" +"simple and consistent application programming interface to the\n" +"World-Wide Web. The main focus of the library is to provide classes\n" +"and functions that allow you to write WWW clients. The library also\n" +"contains modules that are of more general use and even classes that\n" +"help you implement simple HTTP servers." +msgstr "" + +#: gnu/packages/web.scm:2087 +msgid "Perl module to guess the media type for a file or a URL" +msgstr "" + +#: gnu/packages/web.scm:2089 +#, scheme-format +msgid "" +"The LWP::MediaTypes module provides functions for handling media (also\= n" +"known as MIME) types and encodings. The mapping from file extensions t= o\n" +"media types is defined by the media.types file. If the ~/.media.types = file\n" +"exists it is used instead." +msgstr "" + +#: gnu/packages/web.scm:2115 +msgid "HTTPS support for LWP::UserAgent" +msgstr "" + +#: gnu/packages/web.scm:2116 +msgid "" +"The LWP::Protocol::https module provides support for using\n" +"https schemed URLs with LWP." +msgstr "" + +#: gnu/packages/web.scm:2136 +msgid "Virtual browser that retries errors" +msgstr "" + +#: gnu/packages/web.scm:2137 +msgid "" +"LWP::UserAgent::Determined works just like LWP::UserAgent,\n" +"except that when you use it to get a web page but run into a\n" +"possibly-temporary error (like a DNS lookup timeout), it'll wait a few = " +"seconds\n" +"and retry a few times." +msgstr "" + +#: gnu/packages/web.scm:2182 +msgid "Perl interface to Amazon S3" +msgstr "" + +#: gnu/packages/web.scm:2183 +#, fuzzy +msgid "This module provides a Perlish interface to Amazon S3." +msgstr "Tiu =C4=89i pako provizas datumbazan interfacon por Perl." + +#: gnu/packages/web.scm:2203 +msgid "Perl low-level HTTP connection (client)" +msgstr "" + +#: gnu/packages/web.scm:2205 +msgid "" +"The Net::HTTP class is a low-level HTTP client. An instance of the\n" +"Net::HTTP class represents a connection to an HTTP server. The HTTP " +"protocol\n" +"is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and\n" +"HTTP/1.1." +msgstr "" + +#: gnu/packages/web.scm:2225 +msgid "Extensible Perl server engine" +msgstr "" + +#: gnu/packages/web.scm:2226 +msgid "" +"Net::Server is an extensible, generic Perl server engine.\n" +"It attempts to be a generic server as in Net::Daemon and NetServer::" +"Generic.\n" +"It includes with it the ability to run as an inetd\n" +"process (Net::Server::INET), a single connection server (Net::Server or= \n" +"Net::Server::Single), a forking server (Net::Server::Fork), a preforkin= g\n" +"server which maintains a constant number of preforked\n" +"children (Net::Server::PreForkSimple), or as a managed preforking serve= r " +"which\n" +"maintains the number of children based on server load (Net::Server::" +"PreFork).\n" +"In all but the inetd type, the server provides the ability to connect t= o " +"one\n" +"or to multiple server ports." +msgstr "" + +#: gnu/packages/web.scm:2269 +msgid "Perl Superglue for Web frameworks and servers (PSGI toolkit)" +msgstr "" + +#: gnu/packages/web.scm:2270 +msgid "" +"Plack is a set of tools for using the PSGI stack. It\n" +"contains middleware components, a reference server, and utilities for W= eb\n" +"application frameworks. Plack is like Ruby's Rack or Python's Paste fo= r\n" +"WSGI." +msgstr "" + +#: gnu/packages/web.scm:2296 +msgid "Plack::Middleware which sets body for redirect response" +msgstr "" + +#: gnu/packages/web.scm:2297 +msgid "" +"This module sets the body in redirect response, if it's not\n" +"already set." +msgstr "" + +#: gnu/packages/web.scm:2318 +msgid "Override REST methods to Plack apps via POST" +msgstr "" + +#: gnu/packages/web.scm:2319 +msgid "" +"This middleware allows for POST requests that pretend to be\n" +"something else: by adding either a header named X-HTTP-Method-Override = to " +"the\n" +"request, or a query parameter named x-tunneled-method to the URI, the " +"client\n" +"can say what method it actually meant." +msgstr "" + +#: gnu/packages/web.scm:2343 +msgid "Plack::Middleware which removes body for HTTP response" +msgstr "" + +#: gnu/packages/web.scm:2344 +msgid "" +"This module removes the body in an HTTP response if it's not\n" +"required." +msgstr "" + +#: gnu/packages/web.scm:2365 +msgid "Supports app to run as a reverse proxy backend" +msgstr "" + +#: gnu/packages/web.scm:2366 +msgid "" +"Plack::Middleware::ReverseProxy resets some HTTP headers,\n" +"which are changed by reverse-proxy. You can specify the reverse proxy = " +"address\n" +"and stop fake requests using 'enable_if' directive in your app.psgi." +msgstr "" + +#: gnu/packages/web.scm:2387 +msgid "Run HTTP tests on external live servers" +msgstr "" + +#: gnu/packages/web.scm:2388 +msgid "" +"This module allows your to run your Plack::Test tests\n" +"against an external server instead of just against a local application = " +"through\n" +"either mocked HTTP or a locally spawned server." +msgstr "" + +#: gnu/packages/web.scm:2410 +#, fuzzy +msgid "Testing TCP programs" +msgstr "Teksto-proceza programaro" + +#: gnu/packages/web.scm:2411 +msgid "Test::TCP is test utilities for TCP/IP programs." +msgstr "" + +#: gnu/packages/web.scm:2439 +msgid "Testing-specific WWW::Mechanize subclass" +msgstr "" + +#: gnu/packages/web.scm:2440 +msgid "" +"Test::WWW::Mechanize is a subclass of the Perl module\n" +"WWW::Mechanize that incorporates features for web application testing." +msgstr "" + +#: gnu/packages/web.scm:2473 +msgid "Test::WWW::Mechanize for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:2474 +msgid "" +"The Test::WWW::Mechanize::Catalyst module meshes the\n" +"Test::WWW:Mechanize module and the Catalyst web application framework t= o " +"allow\n" +"testing of Catalyst applications without needing to start up a web serv= er." +msgstr "" + +#: gnu/packages/web.scm:2498 +msgid "Test PSGI programs using WWW::Mechanize" +msgstr "" + +#: gnu/packages/web.scm:2499 +msgid "" +"PSGI is a specification to decouple web server environments\n" +"from web application framework code. Test::WWW::Mechanize is a subclas= s of\n" +"WWW::Mechanize that incorporates features for web application testing. = The\n" +"Test::WWW::Mechanize::PSGI module meshes the two to allow easy testing = of " +"PSGI\n" +"applications." +msgstr "" + +#: gnu/packages/web.scm:2519 +msgid "Perl Uniform Resource Identifiers (absolute and relative)" +msgstr "" + +#: gnu/packages/web.scm:2521 +msgid "" +"The URI module implements the URI class. Objects of this class\n" +"represent \"Uniform Resource Identifier references\" as specified in RF= C " +"2396\n" +"and updated by RFC 2732." +msgstr "" + +#: gnu/packages/web.scm:2542 +msgid "Find URIs in arbitrary text" +msgstr "" + +#: gnu/packages/web.scm:2543 +msgid "" +"This module finds URIs and URLs (according to what URI.pm\n" +"considers a URI) in plain text. It only finds URIs which include a\n" +"scheme (http:// or the like), for something a bit less strict, consider= \n" +"URI::Find::Schemeless. For a command-line interface, urifind is provid= ed." +msgstr "" + +#: gnu/packages/web.scm:2565 +msgid "WebSocket support for URI package" +msgstr "" + +#: gnu/packages/web.scm:2566 +msgid "" +"With this module, the URI package provides the same set of\n" +"methods for WebSocket URIs as it does for HTTP URIs." +msgstr "" + +#: gnu/packages/web.scm:2586 +#, fuzzy +msgid "Perl extension interface for libcurl" +msgstr "Interfaco de SQLite por Perl" + +#: gnu/packages/web.scm:2588 +msgid "" +"This is a Perl extension interface for the libcurl file downloading\n" +"library." +msgstr "" + +#: gnu/packages/web.scm:2615 +msgid "Web browsing in a Perl object" +msgstr "" + +#: gnu/packages/web.scm:2616 +msgid "" +"WWW::Mechanize is a Perl module for stateful programmatic\n" +"web browsing, used for automating interaction with websites." +msgstr "" + +#: gnu/packages/web.scm:2636 +msgid "Perl database of robots.txt-derived permissions" +msgstr "" + +#: gnu/packages/web.scm:2638 +msgid "" +"The WWW::RobotRules module parses /robots.txt files as specified in\n" +"\"A Standard for Robot Exclusion\", at\n" +". Webmasters can use the\n" +"/robots.txt file to forbid conforming robots from accessing parts of\n" +"their web site." +msgstr "" + +#: gnu/packages/weechat.scm:93 +msgid "Extensible chat client" +msgstr "" + +#: gnu/packages/weechat.scm:94 +msgid "" +"WeeChat (Wee Enhanced Environment for Chat) is an\n" +"Internet Relay Chat client, which is designed to be light and fast.\n" +"The client uses a curses frontend, and there are remote interfaces\n" +"for Web, Qt, Android and Emacs. In WeeChat everything can be done\n" +"with a keyboard, though it also supports mouse. It is customizable\n" +"and extensible with plugins and scripts." msgstr "" =20 #: gnu/packages/wordnet.scm:79 @@ -1948,31 +7801,33 @@ msgid "" "WordNet=C2=AE is a large lexical database of English. Nouns, verbs,\n" "adjectives and adverbs are grouped into sets of cognitive synonyms\n" "(synsets), each expressing a distinct concept. Synsets are interlinked= by\n" -"means of conceptual-semantic and lexical relations. The resulting netw= ork of\n" +"means of conceptual-semantic and lexical relations. The resulting netw= ork " +"of\n" "meaningfully related words and concepts can be navigated with the brows= er.\n" "WordNet is also freely and publicly available for download. WordNet's\= n" "structure makes it a useful tool for computational linguistics and natu= ral\n" "language processing." msgstr "" =20 -#: gnu/packages/xiph.scm:61 +#: gnu/packages/xiph.scm:63 msgid "Library for manipulating the ogg multimedia format" msgstr "Biblioteko por manipuli la a=C5=ADdvidan formon ogg" =20 -#: gnu/packages/xiph.scm:63 +#: gnu/packages/xiph.scm:65 msgid "" "The libogg library allows to manipulate the ogg multimedia container\n" -"format, which encapsulates raw compressed data and allows the interleav= ing of\n" +"format, which encapsulates raw compressed data and allows the interleav= ing " +"of\n" "audio and video data. In addition to encapsulation and interleaving of= \n" "multiple data streams, ogg provides packet framing, error detection, an= d\n" "periodic timestamps for seeking." msgstr "" =20 -#: gnu/packages/xiph.scm:87 +#: gnu/packages/xiph.scm:89 msgid "Library implementing the vorbis audio format" msgstr "Biblioteko kiu realigas la a=C5=ADdformon vorbis" =20 -#: gnu/packages/xiph.scm:89 +#: gnu/packages/xiph.scm:91 msgid "" "The libvorbis library implements the ogg vorbis audio format,\n" "a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" @@ -1981,22 +7836,22 @@ msgid "" "128 kbps/channel." msgstr "" =20 -#: gnu/packages/xiph.scm:114 +#: gnu/packages/xiph.scm:116 msgid "Library implementing the Theora video format" msgstr "Biblioteko kiu realigas la videformon Theora" =20 -#: gnu/packages/xiph.scm:116 +#: gnu/packages/xiph.scm:118 msgid "" "The libtheora library implements the ogg theora video format,\n" "a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" "compressed video format." msgstr "" =20 -#: gnu/packages/xiph.scm:137 +#: gnu/packages/xiph.scm:139 msgid "Library for patent-free audio compression format" msgstr "Biblioteko por senpatenta sondensiga formo" =20 -#: gnu/packages/xiph.scm:139 +#: gnu/packages/xiph.scm:141 msgid "" "GNU Speex is a patent-free audio compression codec specially designed\n= " "for speech. It is well-adapted to internet applications, such as VoIP.= It\n" @@ -2004,11 +7859,11 @@ msgid "" "stereo encoding, and voice activity detection." msgstr "" =20 -#: gnu/packages/xiph.scm:167 +#: gnu/packages/xiph.scm:169 msgid "Cross platform audio library" msgstr "Plursistema son-biblioteko" =20 -#: gnu/packages/xiph.scm:169 +#: gnu/packages/xiph.scm:171 msgid "" "Libao is a cross-platform audio library that allows programs to\n" "output audio using a simple API on a wide variety of platforms.\n" @@ -2032,23 +7887,24 @@ msgid "" "OpenBSD's sndio." msgstr "" =20 -#: gnu/packages/xiph.scm:208 +#: gnu/packages/xiph.scm:210 msgid "Free lossless audio codec" msgstr "Libera senperda sona kodeko" =20 -#: gnu/packages/xiph.scm:210 +#: gnu/packages/xiph.scm:212 msgid "" -"FLAC stands for Free Lossless Audio Codec, an audio format that is loss= less,\n" +"FLAC stands for Free Lossless Audio Codec, an audio format that is " +"lossless,\n" "meaning that audio is compressed in FLAC without any loss in quality." msgstr "" "FLAC signifas Libera Senperda Son-kodeko, kio signifas ke,\n" "sono densigita per FLAC ne havas perdon en =C4=9Dia kvalito." =20 -#: gnu/packages/xiph.scm:236 +#: gnu/packages/xiph.scm:238 msgid "Karaoke and text codec for embedding in ogg" msgstr "Karaokea kaj teksta kodeko por enkorpigi en ogg" =20 -#: gnu/packages/xiph.scm:238 +#: gnu/packages/xiph.scm:240 msgid "" "Kate is an overlay codec, originally designed for karaoke and text,\n" "that can be multiplixed in Ogg. Text and images can be carried by a Ka= te\n" @@ -2063,11 +7919,11 @@ msgid "" "Kate stream." msgstr "" =20 -#: gnu/packages/xiph.scm:272 +#: gnu/packages/xiph.scm:274 msgid "Ogg vorbis tools" msgstr "Ilaro ogg vorbis" =20 -#: gnu/packages/xiph.scm:274 +#: gnu/packages/xiph.scm:276 msgid "" "Ogg vorbis is a non-proprietary, patent-and-royalty-free,\n" "general-purpose compressed audio format.\n" @@ -2080,20 +7936,22 @@ msgid "" " an ogg vorbis file." msgstr "" =20 -#: gnu/packages/xiph.scm:299 +#: gnu/packages/xiph.scm:301 msgid "Versatile audio codec" msgstr "Diversutila son-kodeko" =20 -#: gnu/packages/xiph.scm:301 +#: gnu/packages/xiph.scm:303 msgid "" "Opus is a totally open, royalty-free, highly versatile audio codec. Op= us\n" -"is unmatched for interactive speech and music transmission over the Int= ernet,\n" +"is unmatched for interactive speech and music transmission over the " +"Internet,\n" "but is also intended for storage and streaming applications. It is\n" -"standardized by the Internet Engineering Task Force (IETF) as RFC 6716 = which\n" +"standardized by the Internet Engineering Task Force (IETF) as RFC 6716 = " +"which\n" "incorporated technology from Skype's SILK codec and Xiph.Org's CELT cod= ec." msgstr "" =20 -#: gnu/packages/xiph.scm:334 +#: gnu/packages/xiph.scm:336 msgid "" "Command line utilities to encode, inspect, and decode .opus\n" "files" @@ -2101,13 +7959,38 @@ msgstr "" "Komandliniaj utila=C4=B5oj por enkodigi, inspekti, kaj dekodigi\n" "dosierojn .opus" =20 -#: gnu/packages/xiph.scm:336 +#: gnu/packages/xiph.scm:338 msgid "" "Opus is a royalty-free, highly versatile audio codec.\n" "Opus-tools provide command line utilities for creating, inspecting and\= n" "decoding .opus files" msgstr "" =20 +#: gnu/packages/xiph.scm:368 +#, fuzzy +msgid "Streaming media server" +msgstr "Flu-redaktilo" + +#: gnu/packages/xiph.scm:369 +msgid "" +"Icecast is a streaming media server which currently supports\n" +"Ogg (Vorbis and Theora), Opus, WebM and MP3 audio streams. It can be u= sed " +"to\n" +"create an Internet radio station or a privately running jukebox and man= y\n" +"things in between." +msgstr "" + +#: gnu/packages/xiph.scm:397 +msgid "Audio streaming library for icecast encoders" +msgstr "" + +#: gnu/packages/xiph.scm:399 +msgid "" +"Libshout is a library for communicating with and sending data to an\n" +"icecast server. It handles the socket connection, the timing of the da= ta,\n" +"and prevents bad data from getting to the icecast server." +msgstr "" + #: gnu/packages/zip.scm:57 msgid "Compression and file packing utility" msgstr "Utila=C4=B5o por densigi kaj pakigi dosierojn" @@ -2123,7 +8006,8 @@ msgid "" "directory structure can be packed into a ZIP archive with a single comm= and.\n" "\n" "Zip has one compression method (deflation) and can also store files wit= hout\n" -"compression. Zip automatically chooses the better of the two for each = file.\n" +"compression. Zip automatically chooses the better of the two for each = " +"file.\n" "Compression ratios of 2:1 to 3:1 are common for text files." msgstr "" =20 @@ -2154,19 +8038,11 @@ msgstr "ZZipLib estas biblioteko bazita sur zlib = por aliri zip-dosierojn." msgid "Provides an interface to ZIP archive files" msgstr "Provizas interfacon por ar=C4=A5iv-dosierojn ZIP" =20 -#: gnu/packages/zip.scm:159 -msgid "" -"The Archive::Zip module allows a Perl program to create,\n" -"manipulate, read, and write Zip archive files." -msgstr "" -"La modulo Archive::Zip ebligas al Perl-programo krei,\n" -"manipuli, legi, kaj skribi ar=C4=A5iv-dosierojn ZIP." - -#: gnu/packages/zsh.scm:63 +#: gnu/packages/zsh.scm:65 msgid "Powerful shell for interactive use and scripting" msgstr "Potenca =C5=9Delo por interaga uzo kaj por skriptoj" =20 -#: gnu/packages/zsh.scm:64 +#: gnu/packages/zsh.scm:66 msgid "" "The Z shell (zsh) is a Unix shell that can be used\n" "as an interactive login shell and as a powerful command interpreter\n" @@ -2175,15 +8051,15 @@ msgid "" "ksh, and tcsh." msgstr "" =20 +#~ msgid "3D audio API" +#~ msgstr "3D-sona API" + #~ msgid "Create charts and graphs in Guile" #~ msgstr "Krei diagramojn kaj grafika=C4=B5ojn en Guile" =20 #~ msgid "GNU C++ standard library (intermediate)" #~ msgstr "GNU C++ norma biblioteko (intermeza)" =20 -#~ msgid "The linker wrapper" -#~ msgstr "La ligila =C4=89irka=C5=ADanto" - #~ msgid "Complete GCC tool chain for C/C++ development" #~ msgstr "Kompleta ilaro GCC por kodumado en C/C++" =20 diff --git a/po/packages/fr.po b/po/packages/fr.po index 5c086c0..f86331d 100644 --- a/po/packages/fr.po +++ b/po/packages/fr.po @@ -2,11 +2,12 @@ # Copyright (C) 2014 Free Software Foundation, Inc. # This file is distributed under the same license as the guix package. # R=C3=A9my Chevalier , 2014. +#: gnu/packages/databases.scm:559 msgid "" msgstr "" "Project-Id-Version: guix-packages 0.8\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-11-10 15:37+0100\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2014-12-20 22:00+0100\n" "Last-Translator: R=C3=A9my Chevalier \n" "Language-Team: French \n" @@ -15,25 +16,41 @@ msgstr "" "Content-Type: text/plain; charset=3DUTF-8\n" "Content-Transfer-Encoding: 8bit\n" =20 -#: gnu/packages/aspell.scm:42 +#: gnu/packages/abiword.scm:101 +msgid "Word processing program" +msgstr "" + +#: gnu/packages/abiword.scm:103 +msgid "" +"AbiWord is a word processing program. It is rapidly becoming a state\n= " +"of the art word processor, with lots of features useful for your daily = " +"work,\n" +"personal needs, or for just some good old typing fun." +msgstr "" + +#: gnu/packages/aspell.scm:43 msgid "Spell checker" msgstr "Correcteur orthographique" =20 -#: gnu/packages/aspell.scm:44 +#: gnu/packages/aspell.scm:45 msgid "" "Aspell is a spell-checker which can be used either as a library or as\n= " -"a standalone program. Notable features of Aspell include its full supp= ort of\n" +"a standalone program. Notable features of Aspell include its full supp= ort " +"of\n" "documents written in the UTF-8 encoding and its ability to use multiple= \n" "dictionaries, including personal ones." msgstr "" "Aspell est un correcteur orthographique pouvant =C3=AAtre utilis=C3=A9 = comme une\n" -"biblioth=C3=A8que ou comme un programme. Aspell inclut notamment un sup= port complet\n" -"des documents encod=C3=A9s UTF-8 et la possibilit=C3=A9 d'utiliser plus= ieurs dictionnaires\n" +"biblioth=C3=A8que ou comme un programme. Aspell inclut notamment un sup= port " +"complet\n" +"des documents encod=C3=A9s UTF-8 et la possibilit=C3=A9 d'utiliser plus= ieurs " +"dictionnaires\n" "y compris personnels." =20 -#: gnu/packages/aspell.scm:84 +#: gnu/packages/aspell.scm:85 msgid "This package provides a dictionary for the GNU Aspell spell check= er." -msgstr "Ce paquet fournit un dictionnaire pour le correcteur orthographi= que Aspell" +msgstr "" +"Ce paquet fournit un dictionnaire pour le correcteur orthographique Asp= ell" =20 #: gnu/packages/backup.scm:87 msgid "Encrypted backup using rsync algorithm" @@ -42,17 +59,22 @@ msgstr "Syst=C3=A8me de sauvegarde chiffr=C3=A9e util= isant l'algorithme rsync" #: gnu/packages/backup.scm:89 msgid "" "Duplicity backs up directories by producing encrypted tar-format volume= s\n" -"and uploading them to a remote or local file server. Because duplicity= uses\n" +"and uploading them to a remote or local file server. Because duplicity= " +"uses\n" "librsync, the incremental archives are space efficient and only record = the\n" "parts of files that have changed since the last backup. Because duplic= ity\n" "uses GnuPG to encrypt and/or sign these archives, they will be safe fro= m\n" "spying and/or modification by the server." msgstr "" "Duplicity sauvegarde des dossiers en cr=C3=A9ant des volumes chiffr=C3=A9= s au format\n" -"tar et en envoyant ceux-ci vers un serveur de fichier local ou distant.= Parce que\n" -"Duplicity utilise librsync, les archives incr=C3=A9mentales sont peu en= combrantes\n" -"et ne contiennent que les parties des fichiers qui ont =C3=A9t=C3=A9 mo= difi=C3=A9es depuis la\n" -"derni=C3=A8re sauvegarde. L'utilisation de GnuPG pour chiffrer ou signe= r ces archives\n" +"tar et en envoyant ceux-ci vers un serveur de fichier local ou distant.= " +"Parce que\n" +"Duplicity utilise librsync, les archives incr=C3=A9mentales sont peu " +"encombrantes\n" +"et ne contiennent que les parties des fichiers qui ont =C3=A9t=C3=A9 mo= difi=C3=A9es depuis " +"la\n" +"derni=C3=A8re sauvegarde. L'utilisation de GnuPG pour chiffrer ou signe= r ces " +"archives\n" "permet de pr=C3=A9venir tout rique d'espionnage ou d'alt=C3=A9ration pa= r le serveur." =20 #: gnu/packages/backup.scm:123 @@ -66,7 +88,8 @@ msgid "" "include/exclude mechanism, remote backups, encrypted backups and split\= n" "backups (called chunks) to allow easy burning to CD/DVD." msgstr "" -"Hdup2 est un outil de sauvegarde convivial. La planification des sauveg= ardes\n" +"Hdup2 est un outil de sauvegarde convivial. La planification des " +"sauvegardes\n" "s'effectue au moyen de t=C3=A2ches cron. Il supporte un m=C3=A9canisme\= n" "d'inclusion et d'exclusion, les sauvegardes distantes, chiffr=C3=A9es o= u\n" "morcel=C3=A9es (appell=C3=A9es chunks) permettant un gravure sur CD/DVD= ais=C3=A9e." @@ -79,18 +102,24 @@ msgstr "Biblioth=C3=A8que de compression et d'archiv= age multi-format" msgid "" "Libarchive provides a flexible interface for reading and writing\n" "archives in various formats such as tar and cpio. Libarchive also supp= orts\n" -"reading and writing archives compressed using various compression filte= rs such\n" +"reading and writing archives compressed using various compression filte= rs " +"such\n" "as gzip and bzip2. The library is inherently stream-oriented; readers\= n" "serially iterate through the archive, writers serially add things to th= e\n" -"archive. In particular, note that there is currently no built-in suppo= rt for\n" +"archive. In particular, note that there is currently no built-in suppo= rt " +"for\n" "random access nor for in-place modification." msgstr "" "Libarchive fournit une interface flexible pour lire et =C3=A9crire\n" -"des archives dans des formats vari=C3=A9s tels que tar ou cpio. Libarch= ive supporte\n" -"aussi la lecture et l'=C3=A9criture d'archives compress=C3=A9es au moye= n de filtres divers\n" +"des archives dans des formats vari=C3=A9s tels que tar ou cpio. Libarch= ive " +"supporte\n" +"aussi la lecture et l'=C3=A9criture d'archives compress=C3=A9es au moye= n de filtres " +"divers\n" "comme gzip ou bzip2. La biblioth=C3=A8que est intrins=C3=A8quement orie= nt=C3=A9e flux; des\n" -"lecteurs it=C3=A8rent sur l'archive alors que des r=C3=A9dacteurs ajout= ent des donn=C3=A9es =C3=A0\n" -"l'archive en continu. Notez qu'il n'existe pour l'instant aucun support= int=C3=A9gr=C3=A9\n" +"lecteurs it=C3=A8rent sur l'archive alors que des r=C3=A9dacteurs ajout= ent des donn=C3=A9es " +"=C3=A0\n" +"l'archive en continu. Notez qu'il n'existe pour l'instant aucun support= " +"int=C3=A9gr=C3=A9\n" "pour les acc=C3=A8s al=C3=A9atoires ou les modifications ponctuelles." =20 #: gnu/packages/backup.scm:243 @@ -101,7 +130,8 @@ msgstr "Fournit une liste des fichiers =C3=A0 sauvega= rder" msgid "" "Rdup is a utility inspired by rsync and the plan9 way of doing backups.= \n" "Rdup itself does not backup anything, it only print a list of absolute\= n" -"filenames to standard output. Auxiliary scripts are needed that act on= this\n" +"filenames to standard output. Auxiliary scripts are needed that act on= " +"this\n" "list and implement the backup strategy." msgstr "" "Rdup est un utilitaire inspir=C3=A9 par rsync et par la fa=C3=A7on dont= plan9 r=C3=A9alise\n" @@ -117,12 +147,16 @@ msgstr "Archiveur compatible avec le format tar" msgid "" "Btar is a tar-compatible archiver which allows arbitrary compression an= d\n" "ciphering, redundancy, differential backup, indexed extraction, multico= re\n" -"compression, input and output serialisation, and tolerance to partial a= rchive\n" +"compression, input and output serialisation, and tolerance to partial " +"archive\n" "errors." msgstr "" -"Btar est un archiveur compatible avec le format tar permettant la compr= ession\n" -"et le chiffrement arbitraires, la redondance, les sauvegardes diff=C3=A9= rentielles,\n" -"l'extraction index=C3=A9e, la compression multi-coeurs, la s=C3=A9riali= sation des entr=C3=A9es-\n" +"Btar est un archiveur compatible avec le format tar permettant la " +"compression\n" +"et le chiffrement arbitraires, la redondance, les sauvegardes " +"diff=C3=A9rentielles,\n" +"l'extraction index=C3=A9e, la compression multi-coeurs, la s=C3=A9riali= sation des " +"entr=C3=A9es-\n" "sorties et la tol=C3=A9rance aux erreurs d'archivage partielles." =20 #: gnu/packages/backup.scm:305 @@ -132,49 +166,62 @@ msgstr "Sauvegarde mirroir/incr=C3=A9mentales, loca= les ou distantes" #: gnu/packages/backup.scm:307 msgid "" "Rdiff-backup backs up one directory to another, possibly over a network= .\n" -"The target directory ends up a copy of the source directory, but extra = reverse\n" +"The target directory ends up a copy of the source directory, but extra = " +"reverse\n" "diffs are stored in a special subdirectory of that target directory, so= you\n" -"can still recover files lost some time ago. The idea is to combine the= best\n" -"features of a mirror and an incremental backup. Rdiff-backup also pres= erves\n" +"can still recover files lost some time ago. The idea is to combine the= " +"best\n" +"features of a mirror and an incremental backup. Rdiff-backup also " +"preserves\n" "subdirectories, hard links, dev files, permissions, uid/gid ownership,\= n" "modification times, extended attributes, acls, and resource forks. Als= o,\n" "rdiff-backup can operate in a bandwidth efficient manner over a pipe, l= ike\n" -"rsync. Thus you can use rdiff-backup and ssh to securely back a hard d= rive up\n" -"to a remote location, and only the differences will be transmitted. Fi= nally,\n" +"rsync. Thus you can use rdiff-backup and ssh to securely back a hard d= rive " +"up\n" +"to a remote location, and only the differences will be transmitted. " +"Finally,\n" "rdiff-backup is easy to use and settings have sensical defaults." msgstr "" "Rdiff-backup sauvegarde un r=C3=A9pertoire vers un autre, =C3=A9ventuel= lement sur un\n" "r=C3=A9seau. Le r=C3=A9pertoire cible devient une copie du r=C3=A9perto= ire source, mais le\n" -"contenu en trop est stock=C3=A9 dans un sous-r=C3=A9pertoire du r=C3=A9= pertoire cible de fa=C3=A7on\n" -"=C3=A0 ce que vous puissiez r=C3=A9cup=C3=A9rer les fichiers perdus. L'= id=C3=A9e est de combiner les\n" +"contenu en trop est stock=C3=A9 dans un sous-r=C3=A9pertoire du r=C3=A9= pertoire cible de " +"fa=C3=A7on\n" +"=C3=A0 ce que vous puissiez r=C3=A9cup=C3=A9rer les fichiers perdus. L'= id=C3=A9e est de combiner " +"les\n" "meilleures fonctionnalit=C3=A9s d'un mirroir et d'une sauvegarde incr=C3= =A9mentale.\n" "Rdiff-backup pr=C3=A9serve les sous-r=C3=A9pertoires, liens mat=C3=A9ri= els, fichiers dev,\n" -"permissions, uid/gid des propri=C3=A9taires, dates de modification, att= ributs =C3=A9tendus,\n" -"acls et forks de ressources. Rdiff-backup peut aussi op=C3=A9rer d'une = mani=C3=A8re efficace\n" -"sur un pipe tout comme rsync. Vous pouvez ainsi utiliser rdiff-bacup et= ssh pour\n" -"sauvegarder de mani=C3=A8re s=C3=BBre un disque dur vers une machine di= stante, et seule la\n" -"diff=C3=A9rence sera transmise. Enfin, rdiff-backup est simple d'utilis= ation et la\n" +"permissions, uid/gid des propri=C3=A9taires, dates de modification, att= ributs " +"=C3=A9tendus,\n" +"acls et forks de ressources. Rdiff-backup peut aussi op=C3=A9rer d'une = mani=C3=A8re " +"efficace\n" +"sur un pipe tout comme rsync. Vous pouvez ainsi utiliser rdiff-bacup et= ssh " +"pour\n" +"sauvegarder de mani=C3=A8re s=C3=BBre un disque dur vers une machine di= stante, et " +"seule la\n" +"diff=C3=A9rence sera transmise. Enfin, rdiff-backup est simple d'utilis= ation et " +"la\n" "configuration par d=C3=A9faut sera g=C3=A9n=C3=A9ralement suffisante." =20 -#: gnu/packages/base.scm:56 +#: gnu/packages/base.scm:61 msgid "Hello, GNU world: An example GNU package" msgstr "Hello, GNU world: Un exemple de paquet GNU" =20 -#: gnu/packages/base.scm:58 +#: gnu/packages/base.scm:63 msgid "" "GNU Hello prints the message \"Hello, world!\" and then exits. It\n" -"serves as an example of standard GNU coding practices. As such, it sup= ports\n" +"serves as an example of standard GNU coding practices. As such, it " +"supports\n" "command-line arguments, multiple languages, and so on." msgstr "" "GNU Hello affiche le message \"Hello, world!\" puis se termine. Il sert= \n" "d'exemple pour les pratiques de programmation GNU standard. Il supporte= \n" "les arguments en ligne de commande, plusieurs langages, etc." =20 -#: gnu/packages/base.scm:76 +#: gnu/packages/base.scm:82 msgid "Print lines matching a pattern" msgstr "Affiche les lignes correspondant =C3=A0 un pattern donn=C3=A9" =20 -#: gnu/packages/base.scm:78 +#: gnu/packages/base.scm:84 msgid "" "grep is a tool for finding text inside files. Text is found by\n" "matching a pattern provided by the user in one or many files. The patt= ern\n" @@ -185,36 +232,46 @@ msgid "" "including, for example, recursive directory searching." msgstr "" "grep est un outil d=C3=A9di=C3=A9 =C3=A0 la recherche de texte dans des= fichiers. Un texte\n" -"peut =C3=AAtre trouv=C3=A9 dans un ou plusieurs fichiers =C3=A0 partir = d'un pattern fourni par l'utilisateur.\n" -"Le pattern peut =C3=AAtre fourni comme un expression r=C3=A9guli=C3=A8r= e basique ou =C3=A9tendue, ou comme\n" -"des chaines fixes. Par d=C3=A9faut, le texte trouv=C3=A9 est simplement= affich=C3=A9 =C3=A0 l'=C3=A9cran\n" -"mais il est possible de personnaliser la sortie pour inclure, par exemp= le, les\n" -"les num=C3=A9ros de ligne. GNU grep offre de nombreuses extensions, inc= luant par exemple\n" +"peut =C3=AAtre trouv=C3=A9 dans un ou plusieurs fichiers =C3=A0 partir = d'un pattern fourni " +"par l'utilisateur.\n" +"Le pattern peut =C3=AAtre fourni comme un expression r=C3=A9guli=C3=A8r= e basique ou " +"=C3=A9tendue, ou comme\n" +"des chaines fixes. Par d=C3=A9faut, le texte trouv=C3=A9 est simplement= affich=C3=A9 =C3=A0 " +"l'=C3=A9cran\n" +"mais il est possible de personnaliser la sortie pour inclure, par exemp= le, " +"les\n" +"les num=C3=A9ros de ligne. GNU grep offre de nombreuses extensions, inc= luant par " +"exemple\n" "la recherche r=C3=A9cursive sur des r=C3=A9pertoires." =20 -#: gnu/packages/base.scm:100 +#: gnu/packages/base.scm:106 msgid "Stream editor" msgstr "=C3=89diteur de flux" =20 -#: gnu/packages/base.scm:115 +#: gnu/packages/base.scm:121 msgid "" "Sed is a non-interactive, text stream editor. It receives a text\n" -"input from a file or from standard input and it then applies a series o= f text\n" -"editing commands to the stream and prints its output to standard output= . It\n" +"input from a file or from standard input and it then applies a series o= f " +"text\n" +"editing commands to the stream and prints its output to standard output= . " +"It\n" "is often used for substituting text patterns in a stream. The GNU\n" "implementation offers several extensions over the standard utility." msgstr "" "Sed est un =C3=A9diteur de texte par flux non interactif. Il re=C3=A7oi= t un texte\n" -"depuis un fichier ou l'entr=C3=A9e standard et lui applique une s=C3=A9= rie de moficiation\n" -"puis affiche le r=C3=A9sultat sur la sortie. Il est souvent utilis=C3=A9= pour substituer\n" -"des morceaux de texte dans un flux. L'implantation GNU ajoute plusieurs= extensions\n" +"depuis un fichier ou l'entr=C3=A9e standard et lui applique une s=C3=A9= rie de " +"moficiation\n" +"puis affiche le r=C3=A9sultat sur la sortie. Il est souvent utilis=C3=A9= pour " +"substituer\n" +"des morceaux de texte dans un flux. L'implantation GNU ajoute plusieurs= " +"extensions\n" "=C3=A0 l'utilitaire standard." =20 -#: gnu/packages/base.scm:135 +#: gnu/packages/base.scm:141 msgid "Managing tar archives" msgstr "Gestion d'archives tar" =20 -#: gnu/packages/base.scm:137 +#: gnu/packages/base.scm:143 msgid "" "Tar provides the ability to create tar archives, as well as the\n" "ability to extract, update or list files in an existing archive. It is= \n" @@ -224,110 +281,135 @@ msgid "" "standard utility." msgstr "" "Tar permet de cr=C3=A9er des archives tar ainsi que d'extraire, de mett= re =C3=A0 jour\n" -"et de lister les fichiers pr=C3=A9sents dans ces archives. Il est utile= pour combiner\n" +"et de lister les fichiers pr=C3=A9sents dans ces archives. Il est utile= pour " +"combiner\n" "de nombreux fichiers au sein d'un fichier plus grand tout en pr=C3=A9se= rvant\n" "la structure des r=C3=A9pertoires et certaines informations comme\n" "les permissions et les dates de cr=C3=A9ation/modification. GNU tar ajo= ute de\n" "nombreuses extensions =C3=A0 l'utilaire standard." =20 -#: gnu/packages/base.scm:161 +#: gnu/packages/base.scm:165 msgid "Apply differences to originals, with optional backups" msgstr "Applique les diff=C3=A9rences aux originaux, avec sauvegardes op= tionnelles" =20 -#: gnu/packages/base.scm:163 +#: gnu/packages/base.scm:167 msgid "" "Patch is a program that applies changes to files based on differences\n= " -"laid out as by the program \"diff\". The changes may be applied to one= or more\n" +"laid out as by the program \"diff\". The changes may be applied to one= or " +"more\n" "files depending on the contents of the diff file. It accepts several\n= " "different diff formats. It may also be used to revert previously appli= ed\n" "differences." msgstr "" "Patch est une programme qui applique des modifications aux fichiers bas= =C3=A9es\n" -"sur les diff=C3=A9rences donn=C3=A9es par le programme \"diff\". Les ch= angements peuvent\n" -"=C3=AAtre appliqu=C3=A9s sur un ou plusieurs fichiers selon le contenu = du fichier diff. Il\n" -"accepte diff=C3=A9rents formats diff. Il peut aussi =C3=AAtre utilis=C3= =A9 pour annuler des\n" +"sur les diff=C3=A9rences donn=C3=A9es par le programme \"diff\". Les ch= angements " +"peuvent\n" +"=C3=AAtre appliqu=C3=A9s sur un ou plusieurs fichiers selon le contenu = du fichier " +"diff. Il\n" +"accepte diff=C3=A9rents formats diff. Il peut aussi =C3=AAtre utilis=C3= =A9 pour annuler " +"des\n" "diff=C3=A9rences appliqu=C3=A9es ant=C3=A9rieurement." =20 -#: gnu/packages/base.scm:183 +#: gnu/packages/base.scm:187 msgid "Comparing and merging files" msgstr "Comparaison et fusion des fichiers" =20 -#: gnu/packages/base.scm:185 +#: gnu/packages/base.scm:189 msgid "" "GNU Diffutils is a package containing tools for finding the\n" -"differences between files. The \"diff\" command is used to show how tw= o files\n" -"differ, while \"cmp\" shows the offsets and line numbers where they dif= fer. \n" +"differences between files. The \"diff\" command is used to show how tw= o " +"files\n" +"differ, while \"cmp\" shows the offsets and line numbers where they " +"differ. \n" "\"diff3\" allows you to compare three files. Finally, \"sdiff\" offers= an\n" "interactive means to merge two files." msgstr "" "GNU Diffutils est un paquet contenant des outils pour trouver\n" "des diff=C3=A9rences entre fichiers. La commande \"diff\" est utilis=C3= =A9e pour\n" "d=C3=A9terminer les diff=C3=A9rences entre fichiers alors que \"cmp\" m= ontre les\n" -"num=C3=A9ros de lignes et d=C3=A9calages o=C3=B9 ils diff=C3=A8rent. \"= diff3\" permet de comparer\n" -"trois fichiers. Enfin, \"sdiff\" offre un moyen interactif de fusionner= deux fichiers." +"num=C3=A9ros de lignes et d=C3=A9calages o=C3=B9 ils diff=C3=A8rent. \"= diff3\" permet de " +"comparer\n" +"trois fichiers. Enfin, \"sdiff\" offre un moyen interactif de fusionner= deux " +"fichiers." =20 -#: gnu/packages/base.scm:212 +#: gnu/packages/base.scm:216 msgid "Operating on files matching given criteria" msgstr "Op=C3=A9ration sur les fichiers correspondant au crit=C3=A8re do= nn=C3=A9" =20 -#: gnu/packages/base.scm:214 +#: gnu/packages/base.scm:218 msgid "" "Findutils supplies the basic file directory searching utilities of the\= n" "GNU system. It consists of two primary searching utilities: \"find\"\n= " -"recursively searches for files in a directory according to given criter= ia and\n" -"\"locate\" lists files in a database that match a query. Two auxiliary= tools\n" -"are included: \"updatedb\" updates the file name database and \"xargs\"= may be\n" +"recursively searches for files in a directory according to given criter= ia " +"and\n" +"\"locate\" lists files in a database that match a query. Two auxiliary= " +"tools\n" +"are included: \"updatedb\" updates the file name database and \"xargs\"= may " +"be\n" "used to apply commands with arbitrarily long arguments." msgstr "" -"Findutils fournit les outils basiques de recherche de fichier du syst=C3= =A8me GNU.\n" -"Il consiste en deux utilitaires de recherche : \"find\" cherche r=C3=A9= cursivement les fichiers\n" -"correspondant =C3=A0 un crit=C3=A8re donn=C3=A9 dans un dossier et \"lo= cate\" liste les fichiers\n" -"pr=C3=A9sents dans une base de donn=C3=A9es =C3=A0 partir d'une requ=C3= =AAte. Deux outils auxiliaires\n" -"sont inclus : \"updatedb\" met =C3=A0 jour la base de donn=C3=A9es et \= "xargs\" peut =C3=AAtre utilis=C3=A9 \n" +"Findutils fournit les outils basiques de recherche de fichier du syst=C3= =A8me " +"GNU.\n" +"Il consiste en deux utilitaires de recherche : \"find\" cherche " +"r=C3=A9cursivement les fichiers\n" +"correspondant =C3=A0 un crit=C3=A8re donn=C3=A9 dans un dossier et \"lo= cate\" liste les " +"fichiers\n" +"pr=C3=A9sents dans une base de donn=C3=A9es =C3=A0 partir d'une requ=C3= =AAte. Deux outils " +"auxiliaires\n" +"sont inclus : \"updatedb\" met =C3=A0 jour la base de donn=C3=A9es et \= "xargs\" peut " +"=C3=AAtre utilis=C3=A9 \n" "pour appliquer des commandes avec des arguments longs et arbitraires" =20 -#: gnu/packages/base.scm:264 +#: gnu/packages/base.scm:268 msgid "Core GNU utilities (file, text, shell)" msgstr "Utilitaires GNU (fichier, texte, shell)" =20 -#: gnu/packages/base.scm:266 +#: gnu/packages/base.scm:270 msgid "" "GNU Coreutils includes all of the basic command-line tools that are\n" "expected in a POSIX system. These provide the basic file, shell and te= xt\n" -"manipulation functions of the GNU system. Most of these tools offer ex= tended\n" +"manipulation functions of the GNU system. Most of these tools offer " +"extended\n" "functionality beyond that which is outlined in the POSIX standard." msgstr "" "GNU Coreutils inclut tous les outils basiques en ligne de commande\n" -"attendus dans un syst=C3=A8me POSIX. Ceux-ci fournissent les fonctions = basiques de manipulation\n" -"de fichiers, du shell et de textes d'un syst=C3=A8me GNU. Ils offrent p= our la plupart\n" -"des fonctionnalit=C3=A9s =C3=A9tendues au-del=C3=A0 de ce qui est d=C3=A9= fini dans le standard POSIX." - -#: gnu/packages/base.scm:300 +"attendus dans un syst=C3=A8me POSIX. Ceux-ci fournissent les fonctions = basiques " +"de manipulation\n" +"de fichiers, du shell et de textes d'un syst=C3=A8me GNU. Ils offrent p= our la " +"plupart\n" +"des fonctionnalit=C3=A9s =C3=A9tendues au-del=C3=A0 de ce qui est d=C3=A9= fini dans le standard " +"POSIX." + +#: gnu/packages/base.scm:304 msgid "Remake files automatically" msgstr "Recompiler les fichiers automatiquement" =20 -#: gnu/packages/base.scm:302 +#: gnu/packages/base.scm:306 msgid "" "Make is a program that is used to control the production of\n" "executables or other files from their source files. The process is\n" -"controlled from a Makefile, in which the developer specifies how each f= ile is\n" +"controlled from a Makefile, in which the developer specifies how each f= ile " +"is\n" "generated from its source. It has powerful dependency resolution and t= he\n" "ability to determine when files have to be regenerated after their sour= ces\n" "change. GNU make offers many powerful extensions over the standard uti= lity." msgstr "" "Make est un programme pouvant =C3=AAtre utilis=C3=A9 pour contr=C3=B4le= r la cr=C3=A9ation\n" -"d'ex=C3=A9cutables ou d'autres fichiers depuis leurs fichiers sources. = Le processus\n" +"d'ex=C3=A9cutables ou d'autres fichiers depuis leurs fichiers sources. = Le " +"processus\n" "est contr=C3=B4l=C3=A9 depuis un fichier Makefile dans lequel le d=C3=A9= veloppeur sp=C3=A9cifie\n" -"comment chaque fichier est g=C3=A9n=C3=A9r=C3=A9 depuis ses sources. Ce= t outil a un puissant syst=C3=A8me\n" -"de r=C3=A9solution des d=C3=A9pendances et peut d=C3=A9terminer quand l= es fichiers doivent =C3=AAtre\n" +"comment chaque fichier est g=C3=A9n=C3=A9r=C3=A9 depuis ses sources. Ce= t outil a un " +"puissant syst=C3=A8me\n" +"de r=C3=A9solution des d=C3=A9pendances et peut d=C3=A9terminer quand l= es fichiers doivent " +"=C3=AAtre\n" "reg=C3=A9n=C3=A9r=C3=A9s. GNU make poss=C3=A8de beaucoup d'extensions e= n plus de\n" "l'utilitaire standard." =20 -#: gnu/packages/base.scm:347 +#: gnu/packages/base.scm:351 msgid "Binary utilities: bfd gas gprof ld" msgstr "Utilitaires binaires: bfd gas gprof ld" =20 -#: gnu/packages/base.scm:349 +#: gnu/packages/base.scm:353 msgid "" "GNU Binutils is a collection of tools for working with binary files.\n" "Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler= .\n" @@ -336,54 +418,344 @@ msgid "" "\"bfd\" library for working with executable and object formats is also\= n" "included." msgstr "" -"GNU Binutils est une collection d'outils pour travailler avec les fichi= ers binaires.\n" -"Les plus notables sont peut-=C3=AAtre \"ld\", un =C3=A9diteur de liens,= et \"as\", un assembleur.\n" -"Les autres outils incluent des programmes pour afficher des information= s de profilage sur \n" -"les binaires, lister les chaines de caract=C3=A8res et des utilitaires = pour travailler avec\n" -"des archives. La biblioth=C3=A8que \"bfd\", permettant de travailler av= ec des ex=C3=A9cutables et des\n" +"GNU Binutils est une collection d'outils pour travailler avec les fichi= ers " +"binaires.\n" +"Les plus notables sont peut-=C3=AAtre \"ld\", un =C3=A9diteur de liens,= et \"as\", un " +"assembleur.\n" +"Les autres outils incluent des programmes pour afficher des information= s de " +"profilage sur \n" +"les binaires, lister les chaines de caract=C3=A8res et des utilitaires = pour " +"travailler avec\n" +"des archives. La biblioth=C3=A8que \"bfd\", permettant de travailler av= ec des " +"ex=C3=A9cutables et des\n" "des formats objet, est aussi incluse." =20 -#: gnu/packages/base.scm:491 +#: gnu/packages/base.scm:418 +msgid "The linker wrapper" +msgstr "" + +#: gnu/packages/base.scm:420 +msgid "" +"The linker wrapper (or 'ld-wrapper') wraps the linker to add any\n" +"missing '-rpath' flags, and to detect any misuse of libraries outside o= f " +"the\n" +"store." +msgstr "" + +#: gnu/packages/base.scm:585 msgid "The GNU C Library" msgstr "La biblioth=C3=A8que GNU C" =20 -#: gnu/packages/base.scm:493 +#: gnu/packages/base.scm:587 msgid "" "Any Unix-like operating system needs a C library: the library which\n" -"defines the \"system calls\" and other basic facilities such as open, m= alloc,\n" +"defines the \"system calls\" and other basic facilities such as open, " +"malloc,\n" "printf, exit...\n" "\n" -"The GNU C library is used as the C library in the GNU system and most s= ystems\n" +"The GNU C library is used as the C library in the GNU system and most " +"systems\n" "with the Linux kernel." msgstr "" "Tout syst=C3=A8me d'exploitation bas=C3=A9 sur Unix requiert une biblio= th=C3=A8que C:\n" -"la biblioth=C3=A8que qui d=C3=A9finit les \"appels syst=C3=A8me\" et au= tres fonctions basiques\n" -"telles que open, malloc, printf, exit, ... La biblioth=C3=A8que GNU C e= st utilis=C3=A9e comme\n" -"biblioth=C3=A8que C dans les syst=C3=A8mes GNU et la plupart des syst=C3= =A8mes bas=C3=A9s sur le noyau Linux." +"la biblioth=C3=A8que qui d=C3=A9finit les \"appels syst=C3=A8me\" et au= tres fonctions " +"basiques\n" +"telles que open, malloc, printf, exit, ... La biblioth=C3=A8que GNU C e= st " +"utilis=C3=A9e comme\n" +"biblioth=C3=A8que C dans les syst=C3=A8mes GNU et la plupart des syst=C3= =A8mes bas=C3=A9s sur le " +"noyau Linux." + +#: gnu/packages/base.scm:603 +msgid "All the locales supported by the GNU C Library" +msgstr "" + +#: gnu/packages/base.scm:605 +msgid "" +"This package provides all the locales supported by the GNU C Library,\n= " +"more than 400 in total. To use them set the 'LOCPATH' environment vari= able " +"to\n" +"the 'share/locale' sub-directory of this package." +msgstr "" =20 -#: gnu/packages/base.scm:562 +#: gnu/packages/base.scm:665 +msgid "Small sample of UTF-8 locales" +msgstr "" + +#: gnu/packages/base.scm:667 +msgid "" +"This package provides a small sample of UTF-8 locales mostly useful in\= n" +"test environments." +msgstr "" + +#: gnu/packages/base.scm:685 +msgid "Find full path of shell commands" +msgstr "" + +#: gnu/packages/base.scm:687 +msgid "" +"The which program finds the location of executables in PATH, with a\n" +"variety of options. It is an alternative to the shell \"type\" built-i= n\n" +"command." +msgstr "" + +#: gnu/packages/base.scm:752 msgid "Database of current and historical time zones" msgstr "Base de donn=C3=A9es des fuseaux horaires courant et historiques= " =20 -#: gnu/packages/base.scm:563 +#: gnu/packages/base.scm:753 msgid "" "The Time Zone Database (often called tz or zoneinfo)\n" "contains code and data that represent the history of local time for man= y\n" "representative locations around the globe. It is updated periodically = to\n" -"reflect changes made by political bodies to time zone boundaries, UTC o= ffsets,\n" +"reflect changes made by political bodies to time zone boundaries, UTC " +"offsets,\n" "and daylight-saving rules." msgstr "" -"La base de donn=C3=A9es des fuseaux horaires (souvent appel=C3=A9e \"tz= \" pour \"zoneinfo\")\n" -"contient du code et des donn=C3=A9es repr=C3=A9sentant l'historique de = l'heure locale pour\n" -"de nombreux endroits repr=C3=A9sentatifs dans le monde. Elle est mise =C3= =A0 jour p=C3=A9riodiquement\n" -"pour refl=C3=A9ter les changements effectu=C3=A9s par les entit=C3=A9s = politiques aux limites de ces zones,\n" +"La base de donn=C3=A9es des fuseaux horaires (souvent appel=C3=A9e \"tz= \" pour " +"\"zoneinfo\")\n" +"contient du code et des donn=C3=A9es repr=C3=A9sentant l'historique de = l'heure locale " +"pour\n" +"de nombreux endroits repr=C3=A9sentatifs dans le monde. Elle est mise =C3= =A0 jour " +"p=C3=A9riodiquement\n" +"pour refl=C3=A9ter les changements effectu=C3=A9s par les entit=C3=A9s = politiques aux " +"limites de ces zones,\n" "les d=C3=A9calages UTC et les changements d'heures." =20 -#: gnu/packages/databases.scm:83 +#: gnu/packages/bittorrent.scm:82 +msgid "Fast and easy BitTorrent client" +msgstr "" + +#: gnu/packages/bittorrent.scm:84 +msgid "" +"Transmission is a BitTorrent client that comes with graphical,\n" +"textual, and Web user interfaces. Transmission also has a daemon for\n= " +"unattended operationg. It supports local peer discovery, full encrypti= on,\n" +"DHT, =C2=B5TP, PEX and Magnet Links." +msgstr "" + +#: gnu/packages/bittorrent.scm:122 +msgid "BitTorrent library of rtorrent" +msgstr "" + +#: gnu/packages/bittorrent.scm:124 +msgid "" +"LibTorrent is a BitTorrent library used by and developed in parallel\n" +"with the BitTorrent client rtorrent. It is written in C++ with emphasi= s on\n" +"speed and efficiency." +msgstr "" + +#: gnu/packages/bittorrent.scm:151 +msgid "BitTorrent client with ncurses interface" +msgstr "" + +#: gnu/packages/bittorrent.scm:153 +msgid "" +"rTorrent is a BitTorrent client with an ncurses interface. It supports= \n" +"full encryption, DHT, PEX, and Magnet Links. It can also be controlled= via\n" +"XML-RPC over SCGI." +msgstr "" + +#: gnu/packages/certs.scm:64 +msgid "Python script to extract .pem data from certificate collection" +msgstr "" + +#: gnu/packages/certs.scm:66 +msgid "" +"certdata2pem.py is a Python script to transform X.509 certificate\n" +"\"source code\" as contained, for example, in the Mozilla sources, into= \n" +".pem formatted certificates." +msgstr "" + +#: gnu/packages/certs.scm:122 +msgid "CA certificates from Mozilla" +msgstr "" + +#: gnu/packages/certs.scm:124 +msgid "" +"This package provides certificates for Certification Authorities (CA)\n= " +"taken from the NSS package and thus ultimately from the Mozilla project= ." +msgstr "" + +#: gnu/packages/compression.scm:64 +#, fuzzy +msgid "Compression library" +msgstr "Biblioth=C3=A8que d'abstraction de source de donn=C3=A9es" + +#: gnu/packages/compression.scm:66 +msgid "" +"zlib is designed to be a free, general-purpose, legally unencumbered --= \n" +"that is, not covered by any patents -- lossless data-compression librar= y " +"for\n" +"use on virtually any computer hardware and operating system. The zlib = data\n" +"format is itself portable across platforms. Unlike the LZW compression= " +"method\n" +"used in Unix compress(1) and in the GIF image format, the compression " +"method\n" +"currently used in zlib essentially never expands the data. (LZW can dou= ble " +"or\n" +"triple the file size in extreme cases.) zlib's memory footprint is als= o\n" +"independent of the input data and can be reduced, if necessary, at some= " +"cost\n" +"in compression." +msgstr "" + +#: gnu/packages/compression.scm:91 +msgid "Replacement for Sun's 'jar' utility" +msgstr "" + +#: gnu/packages/compression.scm:93 +msgid "" +"FastJar is an attempt to create a much faster replacement for Sun's 'ja= r'\n" +"utility. Instead of being written in Java, FastJar is written in C." +msgstr "" + +#: gnu/packages/compression.scm:109 +msgid "General file (de)compression (using lzw)" +msgstr "" + +#: gnu/packages/compression.scm:114 +msgid "" +"GNU Gzip provides data compression and decompression utilities; the\n" +"typical extension is \".gz\". Unlike the \"zip\" format, it compresses= a " +"single\n" +"file; as a result, it is often used in conjunction with \"tar\", result= ing " +"in\n" +"\".tar.gz\" or \".tgz\", etc." +msgstr "" + +#: gnu/packages/compression.scm:190 +msgid "High-quality data compression program" +msgstr "" + +#: gnu/packages/compression.scm:192 +msgid "" +"bzip2 is a freely available, patent free (see below), high-quality data= \n" +"compressor. It typically compresses files to within 10% to 15% of the = best\n" +"available techniques (the PPM family of statistical compressors), whils= t\n" +"being around twice as fast at compression and six times faster at\n" +"decompression." +msgstr "" + +#: gnu/packages/compression.scm:213 +msgid "General-purpose data compression" +msgstr "" + +#: gnu/packages/compression.scm:215 +msgid "" +"XZ Utils is free general-purpose data compression software with high\n" +"compression ratio. XZ Utils were written for POSIX-like systems, but a= lso\n" +"work on some not-so-POSIX systems. XZ Utils are the successor to LZMA = " +"Utils.\n" +"\n" +"The core of the XZ Utils compression code is based on LZMA SDK, but it = has\n" +"been modified quite a lot to be suitable for XZ Utils. The primary\n" +"compression algorithm is currently LZMA2, which is used inside the .xz\= n" +"container format. With typical files, XZ Utils create 30 % smaller out= put\n" +"than gzip and 15 % smaller output than bzip2." +msgstr "" + +#: gnu/packages/compression.scm:243 +msgid "Data compresion library suitable for real-time data de-/compressi= on" +msgstr "" + +#: gnu/packages/compression.scm:245 +msgid "" +"LZO is a data compression library which is suitable for data\n" +"de-/compression in real-time. This means it favours speed over\n" +"compression ratio.\n" +"\n" +"LZO is written in ANSI C. Both the source code and the compressed data= \n" +"format are designed to be portable across platforms." +msgstr "" + +#: gnu/packages/compression.scm:268 +#, fuzzy +msgid "Compress or expand files" +msgstr "Utilitaire de compression et de paquetage de fichiers" + +#: gnu/packages/compression.scm:270 +msgid "" +"Lzop is a file compressor which is very similar to gzip. Lzop uses the= \n" +"LZO data compression library for compression services, and its main " +"advantages\n" +"over gzip are much higher compression and decompression speed (at the c= ost " +"of\n" +"some compression ratio)." +msgstr "" + +#: gnu/packages/compression.scm:289 +msgid "Lossless data compressor based on the LZMA algorithm" +msgstr "" + +#: gnu/packages/compression.scm:291 +msgid "" +"Lzip is a lossless data compressor with a user interface similar to the= \n" +"one of gzip or bzip2. Lzip decompresses almost as fast as gzip and " +"compresses\n" +"more than bzip2, which makes it well suited for software distribution a= nd " +"data\n" +"archiving. Lzip is a clean implementation of the LZMA algorithm." +msgstr "" + +#: gnu/packages/compression.scm:323 +msgid "Archives in shell scripts, uuencode/uudecode" +msgstr "" + +#: gnu/packages/compression.scm:325 +msgid "" +"GNU sharutils is a package for creating and manipulating shell\n" +"archives that can be readily emailed. A shell archive is a file that c= an " +"be\n" +"processed by a Bourne-type shell to unpack the original collection of " +"files. \n" +"This package is mostly for compatibility and historical interest." +msgstr "" + +#: gnu/packages/compression.scm:344 +msgid "Compression tools for some formats used by Microsoft" +msgstr "" + +#: gnu/packages/compression.scm:346 +msgid "" +"The purpose of libmspack is to provide both compression and\n" +"decompression of some loosely related file formats used by Microsoft." +msgstr "" + +#: gnu/packages/compression.scm:365 +msgid "Low-level interface to bzip2 compression library" +msgstr "" + +#: gnu/packages/compression.scm:366 +msgid "" +"This module provides a Perl interface to the bzip2\n" +"compression library." +msgstr "" + +#: gnu/packages/compression.scm:400 +msgid "Low-level interface to zlib compression library" +msgstr "" + +#: gnu/packages/compression.scm:401 +msgid "" +"This module provides a Perl interface to the zlib\n" +"compression library." +msgstr "" + +#: gnu/packages/compression.scm:422 +msgid "IO Interface to compressed files/buffers" +msgstr "" + +#: gnu/packages/compression.scm:423 +msgid "" +"IO-Compress provides a Perl interface to allow reading and\n" +"writing of compressed data created with the zlib and bzip2 libraries." +msgstr "" + +#: gnu/packages/databases.scm:92 msgid "Berkeley database" msgstr "Base de donn=C3=A9es Berkeley" =20 -#: gnu/packages/databases.scm:85 +#: gnu/packages/databases.scm:94 msgid "" "Berkeley DB is an embeddable database allowing developers the choice of= \n" "SQL, Key/Value, XML/XQuery or Java Object storage for their data model.= " @@ -392,11 +764,11 @@ msgstr "" "le choix de SQL, cl=C3=A9/valeur, XML/XQuery ou Java Object Storage pou= r leur\n" "mod=C3=A8le de donn=C3=A9es." =20 -#: gnu/packages/databases.scm:143 +#: gnu/packages/databases.scm:146 msgid "Fast, easy to use, and popular database" msgstr "Base de donn=C3=A9es rapide, facile d'utilisation et populaire" =20 -#: gnu/packages/databases.scm:145 +#: gnu/packages/databases.scm:148 msgid "" "MySQL is a fast, reliable, and easy to use relational database\n" "management system that supports the standardized Structured Query\n" @@ -405,1082 +777,7599 @@ msgstr "" "MySQL est un syst=C3=A8me de gestion de base de donn=C3=A9es relationne= lle rapide,\n" " fiable et facile d'emploi, supportant le SQL standardis=C3=A9." =20 -#: gnu/packages/databases.scm:166 +#: gnu/packages/databases.scm:215 +msgid "SQL database server" +msgstr "" + +#: gnu/packages/databases.scm:217 +msgid "" +"MariaDB is a multi-user and multi-threaded SQL database server, designe= d\n" +"as a drop-in replacement of MySQL." +msgstr "" + +#: gnu/packages/databases.scm:237 msgid "Powerful object-relational database system" msgstr "Syst=C3=A8me de base de donn=C3=A9es relationnelle puissant" =20 -#: gnu/packages/databases.scm:168 +#: gnu/packages/databases.scm:239 msgid "" "PostgreSQL is a powerful object-relational database system. It is full= y\n" -"ACID compliant, has full support for foreign keys, joins, views, trigge= rs, and\n" +"ACID compliant, has full support for foreign keys, joins, views, trigge= rs, " +"and\n" "stored procedures (in multiple languages). It includes most SQL:2008 d= ata\n" -"types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERV= AL, and\n" +"types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERV= AL, " +"and\n" "TIMESTAMP. It also supports storage of binary large objects, including= \n" "pictures, sounds, or video." msgstr "" -"PostgreSQL est un syt=C3=A8me de base de donn=C3=A9es relationnelle pui= ssant. Totalement\n" -"conforme =C3=A0 ACID, il poss=C3=A8de un support complet des cl=C3=A9s = =C3=A9trang=C3=A8res, jointures, vues, \n" -"triggers, et proc=C3=A9dures stock=C3=A9es (dans plusieurs langages). I= l inclut la plupart des\n" -"types de donn=C3=A9es SQL:2008, y compris INTEGER, NUMERIC, BOOLEAN, CH= AR, VARCHAR, DATE, \n" -"INTERVAL et TIMESTAMP. Il supporte aussi le stockage binaire de grands = objets, dont\n" +"PostgreSQL est un syt=C3=A8me de base de donn=C3=A9es relationnelle pui= ssant. " +"Totalement\n" +"conforme =C3=A0 ACID, il poss=C3=A8de un support complet des cl=C3=A9s = =C3=A9trang=C3=A8res, " +"jointures, vues, \n" +"triggers, et proc=C3=A9dures stock=C3=A9es (dans plusieurs langages). I= l inclut la " +"plupart des\n" +"types de donn=C3=A9es SQL:2008, y compris INTEGER, NUMERIC, BOOLEAN, CH= AR, " +"VARCHAR, DATE, \n" +"INTERVAL et TIMESTAMP. Il supporte aussi le stockage binaire de grands = " +"objets, dont\n" "les images, le son et la vid=C3=A9o." =20 -#: gnu/packages/databases.scm:203 +#: gnu/packages/databases.scm:274 msgid "Manipulate plain text files as databases" msgstr "Manipule les fichiers texte comme des bases de donn=C3=A9es" =20 -#: gnu/packages/databases.scm:205 +#: gnu/packages/databases.scm:276 msgid "" "GNU Recutils is a set of tools and libraries for creating and\n" -"manipulating text-based, human-editable databases. Despite being text-= based,\n" +"manipulating text-based, human-editable databases. Despite being text-= " +"based,\n" "databases created with Recutils carry all of the expected features such= as\n" "unique fields, primary keys, time stamps and more. Many different fiel= d\n" "types are supported, as is encryption." msgstr "" "GNU Recutils est un ensemble d'outils et de biblioth=C3=A8ques permetta= nt de\n" "cr=C3=A9er et de manipuler des bases de donn=C3=A9es textuelles. Bien q= ue textuelles,\n" -"les bases de donn=C3=A9es cr=C3=A9=C3=A9es avec Recutils fournissent to= utes les fonctionnalit=C3=A9s\n" -"attendues d'une base de donn=C3=A9es, telles que les champs uniques, le= s cl=C3=A9s primaires,\n" -"les timestamps et plus encore. De nombreux types de champs sont support= =C3=A9s, tout comme\n" +"les bases de donn=C3=A9es cr=C3=A9=C3=A9es avec Recutils fournissent to= utes les " +"fonctionnalit=C3=A9s\n" +"attendues d'une base de donn=C3=A9es, telles que les champs uniques, le= s cl=C3=A9s " +"primaires,\n" +"les timestamps et plus encore. De nombreux types de champs sont support= =C3=A9s, " +"tout comme\n" "le chiffrement." =20 -#: gnu/packages/databases.scm:243 +#: gnu/packages/databases.scm:317 msgid "The SQLite database management system" msgstr "Le syst=C3=A8me de gestion de bases de donn=C3=A9es SQLite" =20 -#: gnu/packages/databases.scm:245 +#: gnu/packages/databases.scm:319 msgid "" "SQLite is a software library that implements a self-contained, serverle= ss,\n" "zero-configuration, transactional SQL database engine. SQLite is the m= ost\n" -"widely deployed SQL database engine in the world. The source code for = SQLite\n" +"widely deployed SQL database engine in the world. The source code for = " +"SQLite\n" "is in the public domain." msgstr "SQLite est une biblioth=C3=A8que logicielle implantant" =20 -#: gnu/packages/databases.scm:280 +#: gnu/packages/databases.scm:354 msgid "Trivial database" msgstr "Base de donn=C3=A9es triviale" =20 -#: gnu/packages/databases.scm:282 +#: gnu/packages/databases.scm:356 msgid "" "TDB is a Trivial Database. In concept, it is very much like GDBM,\n" "and BSD's DB except that it allows multiple simultaneous writers and us= es\n" -"locking internally to keep writers from trampling on each other. TDB i= s also\n" +"locking internally to keep writers from trampling on each other. TDB i= s " +"also\n" "extremely small." msgstr "" "TDB est une base de donn=C3=A9es triviale. Elle se rapproche conceptuel= lement\n" -"de GDBM et de la base de donn=C3=A9es de BSD, si ce n'est qu'elle autor= ise plusieurs\n" -"acc=C3=A8s simultan=C3=A9s en =C3=A9criture et utilise un verrouillage = interne pour =C3=A9viter les\n" +"de GDBM et de la base de donn=C3=A9es de BSD, si ce n'est qu'elle autor= ise " +"plusieurs\n" +"acc=C3=A8s simultan=C3=A9s en =C3=A9criture et utilise un verrouillage = interne pour =C3=A9viter " +"les\n" "empi=C3=A9tements. Notez que TDB est aussi tr=C3=A8s l=C3=A9ger." =20 -#: gnu/packages/databases.scm:301 +#: gnu/packages/databases.scm:375 msgid "Database independent interface for Perl" msgstr "Interface de base de donn=C3=A9es pour Perl" =20 -#: gnu/packages/databases.scm:302 +#: gnu/packages/databases.scm:376 msgid "This package provides an database interface for Perl." msgstr "Ce paquet fournit une interface de base de donn=C3=A9es pour Per= l." =20 -#: gnu/packages/databases.scm:321 +#: gnu/packages/databases.scm:423 +msgid "Extensible and flexible object <-> relational mapper" +msgstr "" + +#: gnu/packages/databases.scm:424 +msgid "" +"An SQL to OO mapper with an object API inspired by\n" +"Class::DBI (with a compatibility layer as a springboard for porting) an= d a\n" +"resultset API that allows abstract encapsulation of database operations= . " +"It\n" +"aims to make representing queries in your code as perl-ish as possible = " +"while\n" +"still providing access to as many of the capabilities of the database a= s\n" +"possible, including retrieving related records from multiple tables in = a\n" +"single query, \"JOIN\", \"LEFT JOIN\", \"COUNT\", \"DISTINCT\", \"GROUP= BY" +"\",\n" +"\"ORDER BY\" and \"HAVING\" support." +msgstr "" + +#: gnu/packages/databases.scm:454 +msgid "Cursor with built-in caching support" +msgstr "" + +#: gnu/packages/databases.scm:455 +msgid "" +"DBIx::Class::Cursor::Cached provides a cursor class with\n" +"built-in caching support." +msgstr "" + +#: gnu/packages/databases.scm:475 +msgid "Introspect many-to-many relationships" +msgstr "" + +#: gnu/packages/databases.scm:476 +msgid "" +"Because the many-to-many relationships are not real\n" +"relationships, they can not be introspected with DBIx::Class. Many-to-= many\n" +"relationships are actually just a collection of convenience methods " +"installed\n" +"to bridge two relationships. This DBIx::Class component can be used to= " +"store\n" +"all relevant information about these non-relationships so they can late= r be\n" +"introspected and examined." +msgstr "" + +#: gnu/packages/databases.scm:533 +msgid "Create a DBIx::Class::Schema based on a database" +msgstr "" + +#: gnu/packages/databases.scm:534 +msgid "" +"DBIx::Class::Schema::Loader automates the definition of a\n" +"DBIx::Class::Schema by scanning database table definitions and setting = up " +"the\n" +"columns, primary keys, unique constraints and relationships." +msgstr "" + +#: gnu/packages/databases.scm:558 +msgid "DBI PostgreSQL interface" +msgstr "" + +#: gnu/packages/databases.scm:577 msgid "SQlite interface for Perl" msgstr "Interface SQLite pour Perl" =20 -#: gnu/packages/databases.scm:322 +#: gnu/packages/databases.scm:578 msgid "" "DBD::SQLite is a Perl DBI driver for SQLite, that includes\n" -"the entire thing in the distribution. So in order to get a fast transa= ction\n" +"the entire thing in the distribution. So in order to get a fast " +"transaction\n" "capable RDBMS working for your Perl project you simply have to install = this\n" "module, and nothing else." msgstr "" -"DBD::SQLite est driver DBI pour SQLite =C3=A9crit en Perl. Il suffit d'= installer ce\n" +"DBD::SQLite est driver DBI pour SQLite =C3=A9crit en Perl. Il suffit d'= installer " +"ce\n" "module dans votre projet Perl pour obtenir une" =20 -#: gnu/packages/databases.scm:342 +#: gnu/packages/databases.scm:608 +msgid "Generate SQL from Perl data structures" +msgstr "" + +#: gnu/packages/databases.scm:609 +msgid "" +"This module was inspired by the excellent DBIx::Abstract.\n" +"While based on the concepts used by DBIx::Abstract, the concepts used h= ave\n" +"been modified to make the SQL easier to generate from Perl data structu= res.\n" +"The underlying idea is for this module to do what you mean, based on th= e " +"data\n" +"structures you provide it, so that you don't have to modify your code e= very\n" +"time your data changes" +msgstr "" + +#: gnu/packages/databases.scm:638 +msgid "Split SQL code into atomic statements" +msgstr "" + +#: gnu/packages/databases.scm:639 +msgid "" +"This module tries to split any SQL code, even including\n" +"non-standard extensions, into the atomic statements it is composed of." +msgstr "" + +#: gnu/packages/databases.scm:657 +msgid "SQL tokenizer" +msgstr "" + +#: gnu/packages/databases.scm:658 +msgid "" +"SQL::Tokenizer is a tokenizer for SQL queries. It does not\n" +"claim to be a parser or query verifier. It just creates sane tokens fr= om a\n" +"valid SQL query." +msgstr "" + +#: gnu/packages/databases.scm:675 msgid "Data source abstraction library" msgstr "Biblioth=C3=A8que d'abstraction de source de donn=C3=A9es" =20 -#: gnu/packages/databases.scm:343 +#: gnu/packages/databases.scm:676 msgid "" "Unixodbc is a library providing an API with which to access\n" -"data sources. Data sources include SQL Servers and any software with a= n ODBC\n" +"data sources. Data sources include SQL Servers and any software with a= n " +"ODBC\n" "Driver." msgstr "" "Unixodbc est une biblioth=C3=A8que fournissant une API permettant\n" "d'acc=C3=A9der =C3=A0 des sources de donn=C3=A9es. Ces sources incluent= des serveurs SQL\n" "o=C3=B9 tout logiciel avec un driver ODBC." =20 -#: gnu/packages/gcc.scm:254 -msgid "GNU Compiler Collection" -msgstr "GNU Compiler Collection" +#: gnu/packages/databases.scm:700 +msgid "In-memory key/value and document store" +msgstr "" =20 -#: gnu/packages/gcc.scm:256 +#: gnu/packages/databases.scm:702 +#, fuzzy msgid "" -"GCC is the GNU Compiler Collection. It provides compiler front-ends\n" -"for several languages, including C, C++, Objective-C, Fortran, Java, Ad= a, and\n" -"Go. It also includes runtime support libraries for these languages." -msgstr "" -"GCC est la collection de compilateurs GNU. Il fournit des compilateurs\= n" -"pour plusieurs langages, dont C, C++, Objective-C, Fortran, Java, Ada,\= n" -"et Go. Il inclut =C3=A9galement le support de biblioth=C3=A8ques pour c= es langages." +"UnQLite is an in-process software library which implements a\n" +"self-contained, serverless, zero-configuration, transactional NoSQL\n" +"database engine. UnQLite is a document store database similar to\n" +"MongoDB, Redis, CouchDB, etc. as well as a standard Key/Value store\n" +"similar to BerkelyDB, LevelDB, etc." +msgstr "SQLite est une biblioth=C3=A8que logicielle implantant" =20 -#: gnu/packages/gcc.scm:340 -msgid "Manipulating sets and relations of integer points bounded by line= ar constraints" +#: gnu/packages/debug.scm:71 +msgid "Heuristical file minimizer" msgstr "" -"Manipulation des ensembles et relations d'entiers li=C3=A9s par des\n" -"contraintes lin=C3=A9aires." =20 -#: gnu/packages/gcc.scm:343 +#: gnu/packages/debug.scm:73 msgid "" -"isl is a library for manipulating sets and relations of integer points\= n" -"bounded by linear constraints. Supported operations on sets include\n" -"intersection, union, set difference, emptiness check, convex hull, (int= eger)\n" -"affine hull, integer projection, computing the lexicographic minimum us= ing\n" -"parametric integer programming, coalescing and parametric vertex\n" -"enumeration. It also includes an ILP solver based on generalized basis= \n" -"reduction, transitive closures on maps (which may encode infinite graph= s),\n" -"dependence analysis and bounds on piecewise step-polynomials." +"Delta assists you in minimizing \"interesting\" files subject to a test= \n" +"of their interestingness. A common such situation is when attempting t= o\n" +"isolate a small failure-inducing substring of a large input that causes= " +"your\n" +"program to exhibit a bug." msgstr "" =20 -#: gnu/packages/gcc.scm:375 -msgid "Library to generate code for scanning Z-polyhedra" +#: gnu/packages/debug.scm:132 +msgid "Reducer for interesting code" msgstr "" =20 -#: gnu/packages/gcc.scm:377 +#: gnu/packages/debug.scm:134 msgid "" -"CLooG is a free software library to generate code for scanning\n" -"Z-polyhedra. That is, it finds a code (e.g., in C, FORTRAN...) that\n" -"reaches each integral point of one or more parameterized polyhedra.\n" -"CLooG has been originally written to solve the code generation problem\= n" -"for optimizing compilers based on the polytope model. Nevertheless it\= n" -"is used now in various area e.g., to build control automata for\n" -"high-level synthesis or to find the best polynomial approximation of a\= n" -"function. CLooG may help in any situation where scanning polyhedra\n" -"matters. While the user has full control on generated code quality,\n" -"CLooG is designed to avoid control overhead and to produce a very\n" -"effective code." -msgstr "CLooG est biblioth=C3=A8que logiciel libre permettant de g=C3=A9= n=C3=A9rer du code" +"C-Reduce is a tool that takes a large C or C++ program that has a\n" +"property of interest (such as triggering a compiler bug) and automatica= lly\n" +"produces a much smaller C/C++ program that has the same property. It i= s\n" +"intended for use by people who discover and report bugs in compilers an= d " +"other\n" +"tools that process C/C++ code." +msgstr "" =20 -#: gnu/packages/gettext.scm:74 -msgid "Tools and documentation for translation" -msgstr "Outils et documentation pour la traduction" +#: gnu/packages/dejagnu.scm:78 +msgid "GNU software testing framework" +msgstr "" =20 -#: gnu/packages/gettext.scm:76 -#, fuzzy -#| msgid "" -#| "GNU Gettext is a package providing a framework for translating the\n= " -#| "textual output of programs into multiple languages. It provides tran= slators\n" -#| "with the means to create message catalogs, as well as an Emacs mode = to work\n" -#| "with them, and a runtime library to load translated messages from th= e\n" -#| "catalogs. Nearly all GNU packages use Gettext." +#: gnu/packages/dejagnu.scm:80 msgid "" -"GNU Gettext is a package providing a framework for translating the\n" -"textual output of programs into multiple languages. It provides transl= ators\n" -"with the means to create message catalogs, as well as an Emacs mode to = work\n" -"with them, and a runtime library to load translated messages from the\n= " -"catalogs. Nearly all GNU packages use Gettext." +"DejaGnu is a framework for testing software. In effect, it serves as\n= " +"a front-end for all tests written for a program. Thus, each program ca= n " +"have\n" +"multiple test suites, which are then all managed by a single harness." msgstr "" -"GNU Gettext est un paquet fournissant un framework pour la traduction d= e\n" -"sorties textuelles de programmes vers de nombreux langages. Il fournit\= n" -"des traducteur dans le but de cr=C3=A9er des catalogues de messages, ai= nsi qu'un\n" -"mode Emacs pour travailler avec ceux-ci, et une biblioth=C3=A8que pour = charger lesmessages depuis les catalogues. Presque tous les paquets GNU u= tilisent Gettext." =20 -#: gnu/packages/guile.scm:100 gnu/packages/guile.scm:163 -msgid "Scheme implementation intended especially for extensions" -msgstr "Implantation de Scheme sp=C3=A9cialement destin=C3=A9e aux exten= sions" +#: gnu/packages/feh.scm:53 +msgid "Fast and light imlib2-based image viewer" +msgstr "" =20 -#: gnu/packages/guile.scm:102 gnu/packages/guile.scm:165 +#: gnu/packages/feh.scm:55 msgid "" -"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" -"official extension language of the GNU system. It is an implementation= of\n" -"the Scheme language which can be easily embedded in other applications = to\n" -"provide a convenient means of extending the functionality of the applic= ation\n" -"without requiring the source code to be rewritten." +"feh is an X11 image viewer aimed mostly at console users.\n" +"Unlike most other viewers, it does not have a fancy GUI, but simply\n" +"displays images. It can also be used to set the desktop wallpaper.\n" +"It is controlled via commandline arguments and configurable key/mouse\n= " +"actions." msgstr "" -"Guile (GNU Ubiquitous Intelligent Langage for Extensions) est le langag= e\n" -"d'extension officiel du syst=C3=A8me GNU. Il s'agit d'une implantation = du langage\n" -"Scheme qui peut =C3=AAtre facilement incluse dans d'autres applications= pour faciliter\n" -"l'ajout de fonctionnalit=C3=A9s sans avoir =C3=A0 r=C3=A9=C3=A9crire le= code source." =20 -#: gnu/packages/guile.scm:208 -msgid "Framework for building readers for GNU Guile" -msgstr "Framework pour la construction de lecteurs GNU Guile" +#: gnu/packages/games.scm:100 +msgid "Backgammon game" +msgstr "" =20 -#: gnu/packages/guile.scm:210 +#: gnu/packages/games.scm:101 msgid "" -"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" -"\n" -"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" -"procedure. Readers supporting various syntax variants can easily be wr= itten,\n" -"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" -"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-= derived\n" -"document syntax.\n" -"\n" -"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" -"hopefully more powerful and flexible (for instance, one may instantiate= as\n" -"many readers as needed)." +"The GNU backgammon application can be used for playing, analyzing and\n= " +"teaching the game. It has an advanced evaluation engine based on " +"artificial\n" +"neural networks suitable for both beginners and advanced players. In\n= " +"addition to a command-line interface, it also features an attractive, 3= D\n" +"representation of the playing board." msgstr "" -"Guile-Reader est un framework permettant de construire des lecteurs pou= r\n" -"GNU Guile. L'id=C3=A9e est de rendre facile la construction de proc=C3=A9= dures =C3=A9tendant\n" -"la proc=C3=A9dure de lecture de Guile. Il est possible d'=C3=A9crire fa= cilement des lecteurs\n" -"supportant de nombreuses syntaxes. Par exemple, Guile-Reader est utilis= =C3=A9 pour\n" -"implanter la syntaxe de documents bas=C3=A9s sur R5RS de Skribilo.\n" -"\n" -"L'approche de Guile-Reader est similaire =C3=A0 la table de lecture de = Lisp, mais\n" -"plus puissante et plus flexible (il est par exemple possible d'instanci= er autant\n" -"de lecteurs que n=C3=A9cessaires)." =20 -#: gnu/packages/guile.scm:263 -msgid "Guile bindings to ncurses" -msgstr "Bindings Guile pour ncurses" +#: gnu/packages/games.scm:130 +msgid "3d Rubik's cube game" +msgstr "" =20 -#: gnu/packages/guile.scm:265 +#: gnu/packages/games.scm:132 msgid "" -"guile-ncurses provides Guile language bindings for the ncurses\n" -"library." -msgstr "guile-ncurses fournit un binding Guile pour la bilioth=C3=A8que = ncurses." +"GNUbik is a puzzle game in which you must manipulate a cube to make\n" +"each of its faces have a uniform color. The game is customizable, allo= wing\n" +"you to set the size of the cube (the default is 3x3) or to change the " +"colors.\n" +"You may even apply photos to the faces instead of colors. The game is\= n" +"scriptable with Guile." +msgstr "" =20 -#: gnu/packages/guile.scm:285 -msgid "Run jobs at scheduled times" -msgstr "Plannification de t=C3=A2ches" +#: gnu/packages/games.scm:194 +msgid "GNU/Linux port of the indie game \"l'Abbaye des Morts\"" +msgstr "" =20 -#: gnu/packages/guile.scm:287 +#: gnu/packages/games.scm:195 msgid "" -"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" -"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten in\n" -"Guile, so its configuration can be written in Scheme; the original cron= \n" -"format is also supported." +"L'Abbaye des Morts is a 2D platform game set in 13th century\n" +"France. The Cathars, who preach about good Christian beliefs, were bei= ng\n" +"expelled by the Catholic Church out of the Languedoc region in France. = One " +"of\n" +"them, called Jean Raymond, found an old church in which to hide, not " +"knowing\n" +"that beneath its ruins lay buried an ancient evil." msgstr "" -"GNU Mcron est un rempla=C3=A7ant =C3=A0 Vixie cron. Il est utilis=C3=A9= pour la planification\n" -"de t=C3=A2ches =C3=A0 intervalles r=C3=A9guliers (toutes les heures, to= us les lundi, etc...).\n" -"Mcron est =C3=A9crit en Guile et peut donc =C3=AAtre configur=C3=A9 en = Scheme ; le format cron\n" -"original est aussi support=C3=A9." =20 -#: gnu/packages/guile.scm:315 -msgid "Collection of useful Guile Scheme modules" -msgstr "Collection de modules Scheme utiles pour Guile" +#: gnu/packages/games.scm:238 +msgid "Lemmings clone" +msgstr "" =20 -#: gnu/packages/guile.scm:317 +#: gnu/packages/games.scm:240 msgid "" -"Guile-Lib is intended as an accumulation place for pure-scheme Guile\n" -"modules, allowing for people to cooperate integrating their generic Gui= le\n" -"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" -"for Guile\"." +"Pingus is a free Lemmings-like puzzle game in which the player takes\n" +"command of a bunch of small animals and has to guide them through level= s.\n" +"Since the animals walk on their own, the player can only influence them= by\n" +"giving them commands, like build a bridge, dig a hole, or redirect all = " +"animals\n" +"in the other direction. Multiple such commands are necessary to reach = the\n" +"level's exit. The game is presented in a 2D side view." msgstr "" -"Guile-Lib est con=C3=A7ue comme une collection de modules Scheme pour G= uile permettant\n" -"aux utilisateurs d'int=C3=A9grer leurs modules Guile au sein d'une bilb= ioth=C3=A9que commune\n" -"et coh=C3=A9rente. Voyez Guile-Lib comme une version plus simple de CPA= N limit=C3=A9e =C3=A0 Guile." =20 -#: gnu/packages/guile.scm:348 -msgid "JSON module for Guile" -msgstr "Module JSON pour Guile" +#: gnu/packages/games.scm:262 +msgid "Convert English text to humorous dialects" +msgstr "" + +#: gnu/packages/games.scm:263 +msgid "" +"The GNU Talk Filters are programs that convert English text\n" +"into stereotyped or otherwise humorous dialects. The filters are provi= ded " +"as\n" +"a C library, so they can easily be integrated into other programs." +msgstr "" + +#: gnu/packages/games.scm:295 +msgid "Simulate the display from \"The Matrix\"" +msgstr "" + +#: gnu/packages/games.scm:296 +msgid "" +"CMatrix simulates the display from \"The Matrix\" and is\n" +"based on the screensaver from the movie's website. It works with termi= nal\n" +"settings up to 132x300 and can scroll lines all at the same rate or\n" +"asynchronously and at a user-defined speed." +msgstr "" + +#: gnu/packages/games.scm:316 +msgid "Full chess implementation" +msgstr "" + +#: gnu/packages/games.scm:317 +msgid "" +"GNU Chess is a chess engine. It allows you to compete\n" +"against the computer in a game of chess, either through the default " +"terminal\n" +"interface or via an external visual interface such as GNU XBoard." +msgstr "" + +#: gnu/packages/games.scm:345 +msgid "Twisted adventures of young pig farmer Dink Smallwood" +msgstr "" + +#: gnu/packages/games.scm:347 +msgid "" +"GNU FreeDink is a free and portable re-implementation of the engine\n" +"for the role-playing game Dink Smallwood. It supports not only the " +"original\n" +"game data files but it also supports user-produced game mods or \"D-Mod= s\".\n" +"To that extent, it also includes a front-end for managing all of your D= -Mods." +msgstr "" + +#: gnu/packages/games.scm:369 +msgid "Game data for GNU Freedink" +msgstr "" + +#: gnu/packages/games.scm:371 +msgid "This package contains the game data of GNU Freedink." +msgstr "" + +#: gnu/packages/games.scm:423 +msgid "Graphical user interface for chess programs" +msgstr "" + +#: gnu/packages/games.scm:424 +msgid "" +"GNU XBoard is a graphical board for all varieties of chess,\n" +"including international chess, xiangqi (Chinese chess), shogi (Japanese= " +"chess)\n" +"and Makruk. Several lesser-known variants are also supported. It pres= ents " +"a\n" +"fully interactive graphical interface and it can load and save games in= the\n" +"Portable Game Notation." +msgstr "" + +#: gnu/packages/games.scm:477 +msgid "Ball and paddle game" +msgstr "" + +#: gnu/packages/games.scm:478 +msgid "" +"XBoing is a blockout type game where you have a paddle which\n" +"you control to bounce a ball around the game zone destroying blocks wit= h a\n" +"proton ball. Each block carries a different point value. The more blo= cks " +"you\n" +"destroy, the better your score. The person with the highest score wins= ." +msgstr "" + +#: gnu/packages/games.scm:510 +msgid "Typing tutor" +msgstr "" + +#: gnu/packages/games.scm:512 +msgid "" +"GNU Typist is a universal typing tutor. It can be used to learn and\n" +"practice touch-typing. Several tutorials are included; in addition to\= n" +"tutorials for the standard QWERTY layout, there are also tutorials for = the\n" +"alternative layouts Dvorak and Colemak, as well as for the numpad. " +"Tutorials\n" +"are primarily in English, however some in other languages are provided.= " +msgstr "" + +#: gnu/packages/games.scm:565 +msgid "3D game engine written in C++" +msgstr "" + +#: gnu/packages/games.scm:567 +msgid "" +"The Irrlicht Engine is a high performance realtime 3D engine written in= \n" +"C++. Features include an OpenGL renderer, extensible materials, scene = " +"graph\n" +"management, character animation, particle and other special effects, " +"support\n" +"for common mesh file formats, and collision detection." +msgstr "" + +#: gnu/packages/games.scm:609 +msgid "Main game data for the Minetest game engine" +msgstr "" + +#: gnu/packages/games.scm:611 +msgid "Game data for the Minetest infinite-world block sandox game." +msgstr "" + +#: gnu/packages/games.scm:663 +msgid "Infinite-world block sandbox game" +msgstr "" + +#: gnu/packages/games.scm:665 +msgid "" +"Minetest is a sandbox construction game. Players can create and destro= y\n" +"various types of blocks in a three-dimensional open world. This allows= \n" +"forming structures in every possible creation, on multiplayer servers o= r as " +"a\n" +"single player. Mods and texture packs allow players to personalize the= " +"game\n" +"in different ways." +msgstr "" + +#: gnu/packages/games.scm:704 +msgid "Curses Implementation of the Glk API" +msgstr "" + +#: gnu/packages/games.scm:706 +msgid "" +"Glk defines a portable API for applications with text UIs. It was\n" +"primarily designed for interactive fiction, but it should be suitable f= or " +"many\n" +"interactive text utilities, particularly those based on a command line.= \n" +"This is an implementation of the Glk library which runs in a terminal " +"window,\n" +"using the curses.h library for screen control." +msgstr "" + +#: gnu/packages/games.scm:743 +msgid "Interpreter for Glulx VM" +msgstr "" + +#: gnu/packages/games.scm:745 +msgid "" +"Glulx is a 32-bit portable virtual machine intended for writing and\n" +"playing interactive fiction. It was designed by Andrew Plotkin to reli= eve\n" +"some of the restrictions in the venerable Z-machine format. This is th= e\n" +"reference interpreter, using Glk API." +msgstr "" + +#: gnu/packages/games.scm:781 +msgid "Z-machine interpreter" +msgstr "" + +#: gnu/packages/games.scm:783 +msgid "" +"Fizmo is a console-based Z-machine interpreter. It is used to play\n" +"interactive ficiton, also known as textadventures, which were implement= ed\n" +"either by Infocom or created using the Inform compiler." +msgstr "" + +#: gnu/packages/games.scm:833 +msgid "Reference frontend for the libretro API" +msgstr "" + +#: gnu/packages/games.scm:835 +msgid "" +"Libretro is a simple but powerful development interface that allows for= \n" +"the easy creation of emulators, games and multimedia applications that = can " +"plug\n" +"straight into any libretro-compatible frontend. RetroArch is the offic= ial\n" +"reference frontend for the libretro API, currently used by most as a " +"modular\n" +"multi-system game/emulator system." +msgstr "" + +#: gnu/packages/games.scm:855 +msgid "Play the game of Go" +msgstr "" + +#: gnu/packages/games.scm:856 +msgid "" +"GNU Go is a program that plays the game of Go, in which\n" +"players place stones on a grid to form territory or capture other stone= s.\n" +"While it can be played directly from the terminal, rendered in ASCII\n" +"characters, it is also possible to play GNU Go with 3rd party graphical= \n" +"interfaces or even in Emacs. It supports the standard game storage for= mat\n" +"(SGF, Smart Game Format) and inter-process communication format (GMP, G= o\n" +"Modem Protocol)." +msgstr "" + +#: gnu/packages/games.scm:906 +msgid "High speed arctic racing game based on Tux Racer" +msgstr "" + +#: gnu/packages/games.scm:908 +msgid "" +"Extreme Tux Racer, or etracer as it is called for short, is\n" +"a simple OpenGL racing game featuring Tux, the Linux mascot. The goal = of " +"the\n" +"game is to slide down a snow- and ice-covered mountain as quickly as " +"possible,\n" +"avoiding the trees and rocks that will slow you down.\n" +"\n" +"Collect herrings and other goodies while sliding down the hill, but avo= id " +"fish\n" +"bones.\n" +"\n" +"This game is based on the GPL version of the famous game TuxRacer." +msgstr "" + +#: gnu/packages/games.scm:946 +msgid "Game of jumping to the next floor, trying not to fall" +msgstr "" + +#: gnu/packages/games.scm:948 +msgid "" +"GNUjump is a simple, yet addictive game in which you must jump from\n" +"platform to platform to avoid falling, while the platforms drop at fast= er " +"rates\n" +"the higher you go. The game features multiplayer, unlimited FPS, smoot= h " +"floor\n" +"falling, themeable graphics and sounds, and replays." +msgstr "" + +#: gnu/packages/gcc.scm:298 +msgid "GNU Compiler Collection" +msgstr "GNU Compiler Collection" + +#: gnu/packages/gcc.scm:300 +msgid "" +"GCC is the GNU Compiler Collection. It provides compiler front-ends\n" +"for several languages, including C, C++, Objective-C, Fortran, Java, Ad= a, " +"and\n" +"Go. It also includes runtime support libraries for these languages." +msgstr "" +"GCC est la collection de compilateurs GNU. Il fournit des compilateurs\= n" +"pour plusieurs langages, dont C, C++, Objective-C, Fortran, Java, Ada,\= n" +"et Go. Il inclut =C3=A9galement le support de biblioth=C3=A8ques pour c= es langages." + +#: gnu/packages/gcc.scm:503 +msgid "" +"Manipulating sets and relations of integer points bounded by linear " +"constraints" +msgstr "" +"Manipulation des ensembles et relations d'entiers li=C3=A9s par des\n" +"contraintes lin=C3=A9aires." + +#: gnu/packages/gcc.scm:506 +msgid "" +"isl is a library for manipulating sets and relations of integer points\= n" +"bounded by linear constraints. Supported operations on sets include\n" +"intersection, union, set difference, emptiness check, convex hull, " +"(integer)\n" +"affine hull, integer projection, computing the lexicographic minimum us= ing\n" +"parametric integer programming, coalescing and parametric vertex\n" +"enumeration. It also includes an ILP solver based on generalized basis= \n" +"reduction, transitive closures on maps (which may encode infinite graph= s),\n" +"dependence analysis and bounds on piecewise step-polynomials." +msgstr "" + +#: gnu/packages/gcc.scm:538 +msgid "Library to generate code for scanning Z-polyhedra" +msgstr "" + +#: gnu/packages/gcc.scm:540 +msgid "" +"CLooG is a free software library to generate code for scanning\n" +"Z-polyhedra. That is, it finds a code (e.g., in C, FORTRAN...) that\n" +"reaches each integral point of one or more parameterized polyhedra.\n" +"CLooG has been originally written to solve the code generation problem\= n" +"for optimizing compilers based on the polytope model. Nevertheless it\= n" +"is used now in various area e.g., to build control automata for\n" +"high-level synthesis or to find the best polynomial approximation of a\= n" +"function. CLooG may help in any situation where scanning polyhedra\n" +"matters. While the user has full control on generated code quality,\n" +"CLooG is designed to avoid control overhead and to produce a very\n" +"effective code." +msgstr "CLooG est biblioth=C3=A8que logiciel libre permettant de g=C3=A9= n=C3=A9rer du code" + +#: gnu/packages/geeqie.scm:49 +msgid "Library and command-line utility to manage image metadata" +msgstr "" + +#: gnu/packages/geeqie.scm:51 +msgid "" +"Exiv2 is a C++ library and a command line utility to manage image\n" +"metadata. It provides fast and easy read and write access to the Exif,= " +"IPTC\n" +"and XMP metadata of images in various formats." +msgstr "" + +#: gnu/packages/geeqie.scm:82 +msgid "Lightweight GTK+ based image viewer" +msgstr "" + +#: gnu/packages/geeqie.scm:84 +msgid "" +"Geeqie is a lightweight GTK+ based image viewer for Unix like operating= \n" +"systems. It features: EXIF, IPTC and XMP metadata browsing and editing= \n" +"interoperability; easy integration with other software; geeqie works on= " +"files\n" +"and directories, there is no need to import images; fast preview for ma= ny " +"raw\n" +"image formats; tools for image comparison, sorting and managing photo\n= " +"collection. Geeqie was initially based on GQview." +msgstr "" + +#: gnu/packages/gettext.scm:86 +msgid "Tools and documentation for translation" +msgstr "Outils et documentation pour la traduction" + +#: gnu/packages/gettext.scm:88 +#, fuzzy +msgid "" +"GNU Gettext is a package providing a framework for translating the\n" +"textual output of programs into multiple languages. It provides " +"translators\n" +"with the means to create message catalogs, as well as an Emacs mode to = work\n" +"with them, and a runtime library to load translated messages from the\n= " +"catalogs. Nearly all GNU packages use Gettext." +msgstr "" +"GNU Gettext est un paquet fournissant un framework pour la traduction d= e\n" +"sorties textuelles de programmes vers de nombreux langages. Il fournit\= n" +"des traducteur dans le but de cr=C3=A9er des catalogues de messages, ai= nsi qu'un\n" +"mode Emacs pour travailler avec ceux-ci, et une biblioth=C3=A8que pour = charger " +"lesmessages depuis les catalogues. Presque tous les paquets GNU utilise= nt " +"Gettext." + +#: gnu/packages/gnuzilla.scm:85 +msgid "Mozilla javascript engine" +msgstr "" + +#: gnu/packages/gnuzilla.scm:86 +msgid "" +"SpiderMonkey is Mozilla's JavaScript engine written\n" +"in C/C++." +msgstr "" + +#: gnu/packages/gnuzilla.scm:118 +msgid "Netscape API for system level and libc-like functions" +msgstr "" + +#: gnu/packages/gnuzilla.scm:119 +msgid "" +"Netscape Portable Runtime (NSPR) provides a\n" +"platform-neutral API for system level and libc-like functions. It is u= sed\n" +"in the Mozilla clients." +msgstr "" + +#: gnu/packages/gnuzilla.scm:216 +msgid "Network Security Services" +msgstr "" + +#: gnu/packages/gnuzilla.scm:218 +msgid "" +"Network Security Services (NSS) is a set of libraries designed to suppo= rt\n" +"cross-platform development of security-enabled client and server " +"applications.\n" +"Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PK= CS " +"#7,\n" +"PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security\n= " +"standards." +msgstr "" + +#: gnu/packages/gnuzilla.scm:347 +msgid "Entirely free browser derived from Mozilla Firefox" +msgstr "" + +#: gnu/packages/gnuzilla.scm:349 +msgid "" +"IceCat is the GNU version of the Firefox browser. It is entirely free\= n" +"software, which does not recommend non-free plugins and addons. It als= o\n" +"features built-in privacy-protecting features." +msgstr "" + +#: gnu/packages/gtk.scm:78 +msgid "GNOME accessibility toolkit" +msgstr "" + +#: gnu/packages/gtk.scm:80 +msgid "" +"ATK provides the set of accessibility interfaces that are implemented\n= " +"by other toolkits and applications. Using the ATK interfaces, " +"accessibility\n" +"tools have full access to view and control running applications." +msgstr "" + +#: gnu/packages/gtk.scm:119 +#, fuzzy +msgid "2D graphics library" +msgstr "Biblioth=C3=A8que de rendu PDF" + +#: gnu/packages/gtk.scm:121 +msgid "" +"Cairo is a 2D graphics library with support for multiple output devices= .\n" +"Currently supported output targets include the X Window System (via bot= h\n" +"Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG f= ile\n" +"output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB= .\n" +"\n" +"Cairo is designed to produce consistent output on all output media whil= e\n" +"taking advantage of display hardware acceleration when available\n" +"eg. through the X Render Extension).\n" +"\n" +"The cairo API provides operations similar to the drawing operators of\n= " +"PostScript and PDF. Operations in cairo including stroking and filling= " +"cubic\n" +"B=C3=A9zier splines, transforming and compositing translucent images, a= nd\n" +"antialiased text rendering. All drawing operations can be transformed = by " +"any\n" +"affine transformation (scale, rotation, shear, etc.)" +msgstr "" + +#: gnu/packages/gtk.scm:163 +msgid "OpenType text shaping engine" +msgstr "" + +#: gnu/packages/gtk.scm:165 +msgid "HarfBuzz is an OpenType text shaping engine." +msgstr "" + +#: gnu/packages/gtk.scm:196 +msgid "GNOME text and font handling library" +msgstr "" + +#: gnu/packages/gtk.scm:198 +msgid "" +"Pango is the core text and font handling library used in GNOME\n" +"applications. It has extensive support for the different writing syste= ms\n" +"used throughout the world." +msgstr "" + +#: gnu/packages/gtk.scm:224 +msgid "Obsolete pango functions" +msgstr "" + +#: gnu/packages/gtk.scm:225 +msgid "" +"Pangox was a X backend to pango. It is now obsolete and no\n" +"longer provided by recent pango releases. pangox-compat provides the\n= " +"functions which were removed." +msgstr "" + +#: gnu/packages/gtk.scm:259 +msgid "GTK+ widget for interactive graph-like environments" +msgstr "" + +#: gnu/packages/gtk.scm:261 +msgid "" +"Ganv is an interactive GTK+ widget for interactive =E2=80=9Cboxes and l= ines=E2=80=9D or\n" +"graph-like environments, e.g. modular synths or finite state machine\n" +"diagrams." +msgstr "" + +#: gnu/packages/gtk.scm:311 +msgid "Widget that extends the standard GTK+ 2.x 'GtkTextView' widget" +msgstr "" + +#: gnu/packages/gtk.scm:313 +msgid "" +"GtkSourceView is a portable C library that extends the standard GTK+\n" +"framework for multiline text editing with support for configurable synt= ax\n" +"highlighting, unlimited undo/redo, search and replace, a completion " +"framework,\n" +"printing and other features typical of a source code editor." +msgstr "" + +#: gnu/packages/gtk.scm:346 +msgid "GNOME image loading and manipulation library" +msgstr "" + +#: gnu/packages/gtk.scm:348 +msgid "" +"GdkPixbuf is a library for image loading and manipulation developed\n" +"in the GNOME project." +msgstr "" + +#: gnu/packages/gtk.scm:389 +msgid "Assistive Technology Service Provider Interface, core components" +msgstr "" + +#: gnu/packages/gtk.scm:391 +msgid "" +"The Assistive Technology Service Provider Interface, core components,\n= " +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:423 +msgid "Assistive Technology Service Provider Interface, ATK bindings" +msgstr "" + +#: gnu/packages/gtk.scm:425 +msgid "" +"The Assistive Technology Service Provider Interface\n" +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:477 +msgid "Cross-platform toolkit for creating graphical user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:479 +msgid "" +"GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating\n" +"graphical user interfaces. Offering a complete set of widgets, GTK+ is= \n" +"suitable for projects ranging from small one-off tools to complete\n" +"application suites." +msgstr "" + +#: gnu/packages/gtk.scm:605 +#, fuzzy +msgid "Cairo bindings for GNU Guile" +msgstr "Framework pour la construction de lecteurs GNU Guile" + +#: gnu/packages/gtk.scm:607 +msgid "" +"Guile-Cairo wraps the Cairo graphics library for Guile Scheme.\n" +"Guile-Cairo is complete, wrapping almost all of the Cairo API. It is A= PI\n" +"stable, providing a firm base on which to do graphics work. Finally, a= nd\n" +"importantly, it is pleasant to use. You get a powerful and well-mainta= ined\n" +"graphics library with all of the benefits of Scheme: memory management,= \n" +"exceptions, macros, and a dynamic programming environment." +msgstr "" + +#: gnu/packages/gtk.scm:642 +msgid "C++ bindings to the Cairo 2D graphics library" +msgstr "" + +#: gnu/packages/gtk.scm:644 +msgid "" +"Cairomm provides a C++ programming interface to the Cairo 2D graphics\n= " +"library." +msgstr "" + +#: gnu/packages/gtk.scm:668 +msgid "C++ interface to the Pango text rendering library" +msgstr "" + +#: gnu/packages/gtk.scm:670 +msgid "" +"Pangomm provides a C++ programming interface to the Pango text renderin= g\n" +"library." +msgstr "" + +#: gnu/packages/gtk.scm:691 +msgid "C++ interface to the ATK accessibility library" +msgstr "" + +#: gnu/packages/gtk.scm:693 +msgid "" +"ATKmm provides a C++ programming interface to the ATK accessibility\n" +"toolkit." +msgstr "" + +#: gnu/packages/gtk.scm:719 +msgid "C++ interface to the GTK+ graphical user interface library" +msgstr "" + +#: gnu/packages/gtk.scm:721 +msgid "" +"gtkmm is the official C++ interface for the popular GUI library GTK+.\n= " +"Highlights include typesafe callbacks, and a comprehensive set of widge= ts " +"that\n" +"are easily extensible via inheritance. You can create user interfaces = " +"either\n" +"in code or with the Glade User Interface designer, using libglademm. " +"There's\n" +"extensive documentation, including API reference and a tutorial." +msgstr "" + +#: gnu/packages/gtk.scm:777 +msgid "Python bindings for cairo" +msgstr "" + +#: gnu/packages/gtk.scm:779 +msgid "Pycairo is a set of Python bindings for the Cairo graphics librar= y." +msgstr "" + +#: gnu/packages/gtk.scm:853 +msgid "Python bindings for GTK+" +msgstr "" + +#: gnu/packages/gtk.scm:855 +msgid "" +"PyGTK allows you to write full featured GTK programs in Python. It is\= n" +"targetted at GTK 2.x, and can be used in conjunction with gnome-python = to\n" +"write GNOME applications." +msgstr "" + +#: gnu/packages/gtk.scm:886 +msgid "Library for minimalistic gtk+3 user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:887 +msgid "" +"Girara is a library that implements a user interface that\n" +"focuses on simplicity and minimalism. Currently based on GTK+, a\n" +"cross-platform widget toolkit, it provides an interface that focuses on= " +"three\n" +"main components: a so-called view widget that represents the actual\n" +"application, an input bar that is used to execute commands of the\n" +"application and the status bar which provides the user with current\n" +"information." +msgstr "" + +#: gnu/packages/guile.scm:106 gnu/packages/guile.scm:173 +msgid "Scheme implementation intended especially for extensions" +msgstr "Implantation de Scheme sp=C3=A9cialement destin=C3=A9e aux exten= sions" + +#: gnu/packages/guile.scm:108 gnu/packages/guile.scm:175 +msgid "" +"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" +"official extension language of the GNU system. It is an implementation= of\n" +"the Scheme language which can be easily embedded in other applications = to\n" +"provide a convenient means of extending the functionality of the " +"application\n" +"without requiring the source code to be rewritten." +msgstr "" +"Guile (GNU Ubiquitous Intelligent Langage for Extensions) est le langag= e\n" +"d'extension officiel du syst=C3=A8me GNU. Il s'agit d'une implantation = du " +"langage\n" +"Scheme qui peut =C3=AAtre facilement incluse dans d'autres applications= pour " +"faciliter\n" +"l'ajout de fonctionnalit=C3=A9s sans avoir =C3=A0 r=C3=A9=C3=A9crire le= code source." + +#: gnu/packages/guile.scm:248 +msgid "Framework for building readers for GNU Guile" +msgstr "Framework pour la construction de lecteurs GNU Guile" + +#: gnu/packages/guile.scm:250 +msgid "" +"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" +"\n" +"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" +"procedure. Readers supporting various syntax variants can easily be " +"written,\n" +"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" +"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-= derived\n" +"document syntax.\n" +"\n" +"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" +"hopefully more powerful and flexible (for instance, one may instantiate= as\n" +"many readers as needed)." +msgstr "" +"Guile-Reader est un framework permettant de construire des lecteurs pou= r\n" +"GNU Guile. L'id=C3=A9e est de rendre facile la construction de proc=C3=A9= dures " +"=C3=A9tendant\n" +"la proc=C3=A9dure de lecture de Guile. Il est possible d'=C3=A9crire fa= cilement des " +"lecteurs\n" +"supportant de nombreuses syntaxes. Par exemple, Guile-Reader est utilis= =C3=A9 " +"pour\n" +"implanter la syntaxe de documents bas=C3=A9s sur R5RS de Skribilo.\n" +"\n" +"L'approche de Guile-Reader est similaire =C3=A0 la table de lecture de = Lisp, " +"mais\n" +"plus puissante et plus flexible (il est par exemple possible d'instanci= er " +"autant\n" +"de lecteurs que n=C3=A9cessaires)." + +#: gnu/packages/guile.scm:303 +msgid "Guile bindings to ncurses" +msgstr "Bindings Guile pour ncurses" + +#: gnu/packages/guile.scm:305 +msgid "" +"guile-ncurses provides Guile language bindings for the ncurses\n" +"library." +msgstr "guile-ncurses fournit un binding Guile pour la bilioth=C3=A8que = ncurses." + +#: gnu/packages/guile.scm:325 +msgid "Run jobs at scheduled times" +msgstr "Plannification de t=C3=A2ches" + +#: gnu/packages/guile.scm:327 +msgid "" +"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" +"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten " +"in\n" +"Guile, so its configuration can be written in Scheme; the original cron= \n" +"format is also supported." +msgstr "" +"GNU Mcron est un rempla=C3=A7ant =C3=A0 Vixie cron. Il est utilis=C3=A9= pour la " +"planification\n" +"de t=C3=A2ches =C3=A0 intervalles r=C3=A9guliers (toutes les heures, to= us les lundi, " +"etc...).\n" +"Mcron est =C3=A9crit en Guile et peut donc =C3=AAtre configur=C3=A9 en = Scheme ; le format " +"cron\n" +"original est aussi support=C3=A9." + +#: gnu/packages/guile.scm:355 +msgid "Collection of useful Guile Scheme modules" +msgstr "Collection de modules Scheme utiles pour Guile" + +#: gnu/packages/guile.scm:357 +msgid "" +"Guile-Lib is intended as an accumulation place for pure-scheme Guile\n" +"modules, allowing for people to cooperate integrating their generic Gui= le\n" +"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" +"for Guile\"." +msgstr "" +"Guile-Lib est con=C3=A7ue comme une collection de modules Scheme pour G= uile " +"permettant\n" +"aux utilisateurs d'int=C3=A9grer leurs modules Guile au sein d'une bilb= ioth=C3=A9que " +"commune\n" +"et coh=C3=A9rente. Voyez Guile-Lib comme une version plus simple de CPA= N limit=C3=A9e " +"=C3=A0 Guile." + +#: gnu/packages/guile.scm:388 +msgid "JSON module for Guile" +msgstr "Module JSON pour Guile" + +#: gnu/packages/guile.scm:390 +msgid "" +"Guile-json supports parsing and building JSON documents according to th= e\n" +"http:://json.org specification. These are the main features:\n" +"- Strictly complies to http://json.org specification.\n" +"- Build JSON documents programmatically via macros.\n" +"- Unicode support for strings.\n" +"- Allows JSON pretty printing." +msgstr "" +"Guile-json supporte l'analyse et la construction de documents JSON " +"respectant\n" +"la sp=C3=A9cification http:://json.org . Les principales fonctionnalit=C3= =A9es " +"propos=C3=A9es\n" +"sont les suivantes :\n" +"- stricte conformit=C3=A9 =C3=A0 la sp=C3=A9cification http://json.org = ;\n" +"- cr=C3=A9ation de documents JSON par programmation via macros ;\n" +"- support d'unicode pour les chaines de caract=C3=A8re ;\n" +"- formatage =C3=A9l=C3=A9gant." + +#: gnu/packages/guile.scm:460 +msgid "miniKanren declarative logic system, packaged for Guile" +msgstr "" + +#: gnu/packages/guile.scm:462 +msgid "" +"MiniKanren is a relational programming extension to the Scheme\n" +"programming Language, written as a smaller version of Kanren suitable f= or\n" +"pedagogical purposes. It is featured in the book, The Reasoned Schemer= ,\n" +"written by Dan Friedman, William Byrd, and Oleg Kiselyov.\n" +"\n" +"This is Ian Price's r6rs packaged version of miniKranen, which deviates= \n" +"slightly from miniKanren mainline.\n" +"\n" +"See http://minikanren.org/ for more on miniKanren generally." +msgstr "" + +#: gnu/packages/guile.scm:532 +msgid "Guile bindings to the GDBM library via Guile's FFI" +msgstr "" + +#: gnu/packages/guile.scm:534 +msgid "" +"Guile bindings to the GDBM key-value storage system, using\n" +"Guile's foreign function interface." +msgstr "" + +#: gnu/packages/imagemagick.scm:86 +msgid "Create, edit, compose, or convert bitmap images" +msgstr "" + +#: gnu/packages/imagemagick.scm:88 +msgid "" +"ImageMagick=C2=AE is a software suite to create, edit, compose, or conv= ert\n" +"bitmap images. It can read and write images in a variety of formats (o= ver " +"100)\n" +"including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript= , " +"SVG,\n" +"and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, sh= ear " +"and\n" +"transform images, adjust image colors, apply various special effects, o= r " +"draw\n" +"text, lines, polygons, ellipses and B=C3=A9zier curves." +msgstr "" + +#: gnu/packages/imagemagick.scm:132 +msgid "Perl interface to ImageMagick" +msgstr "" + +#: gnu/packages/imagemagick.scm:133 +msgid "" +"This Perl extension allows the reading, manipulation and\n" +"writing of a large number of image file formats using the ImageMagick " +"library.\n" +"Use it to create, edit, compose, or convert bitmap images from within a= " +"Perl\n" +"script." +msgstr "" + +#: gnu/packages/image.scm:68 +#, fuzzy +msgid "Library for handling PNG files" +msgstr "Biblioth=C3=A8que de manipulation des fichiers zip" + +#: gnu/packages/image.scm:70 +msgid "" +"Libpng is the official PNG (Portable Network Graphics) reference\n" +"library. It supports almost all PNG features and is extensible." +msgstr "" + +#: gnu/packages/image.scm:86 +#, fuzzy +msgid "Library for handling JPEG files" +msgstr "Biblioth=C3=A8que de manipulation des fichiers zip" + +#: gnu/packages/image.scm:88 +msgid "" +"Libjpeg implements JPEG image encoding, decoding, and transcoding.\n" +"JPEG is a standardized compression method for full-color and gray-scale= \n" +"images.\n" +"The included programs provide conversion between the JPEG format and\n" +"image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats." +msgstr "" + +#: gnu/packages/image.scm:125 +#, fuzzy +msgid "Library for handling TIFF files" +msgstr "Biblioth=C3=A8que de manipulation des fichiers zip" + +#: gnu/packages/image.scm:127 +msgid "" +"Libtiff provides support for the Tag Image File Format (TIFF), a format= \n" +"used for storing image data.\n" +"Included are a library, libtiff, for reading and writing TIFF and a sma= ll\n" +"collection of tools for doing simple manipulations of TIFF images." +msgstr "" + +#: gnu/packages/image.scm:157 +msgid "Library for reading images in the Microsoft WMF format" +msgstr "" + +#: gnu/packages/image.scm:159 +msgid "" +"libwmf is a library for reading vector images in Microsoft's native\n" +"Windows Metafile Format (WMF) and for either (a) displaying them in, e.= g., " +"an X\n" +"window; or (b) converting them to more standard/free file formats such = as, e." +"g.,\n" +"the W3C's XML-based Scaleable Vector Graphic (SVG) format." +msgstr "" + +#: gnu/packages/image.scm:217 +msgid "Library and tools for image processing and analysis" +msgstr "" + +#: gnu/packages/image.scm:219 +msgid "" +"Leptonica is a C library and set of command-line tools for efficient\n" +"image processing and image analysis operations. It supports rasterop, = " +"affine\n" +"transformations, binary and grayscale morphology, rank order, and " +"convolution,\n" +"seedfill and connected components, image transformations combining chan= ges " +"in\n" +"scale and pixel depth, and pixelwise masking, blending, enhancement, an= d\n" +"arithmetic ops." +msgstr "" + +#: gnu/packages/image.scm:242 +msgid "Decoder of the JBIG2 image compression format" +msgstr "" + +#: gnu/packages/image.scm:244 +msgid "" +"JBIG2 is designed for lossy or lossless encoding of 'bilevel'\n" +"(1-bit monochrome) images at moderately high resolution, and in\n" +"particular scanned paper documents. In this domain it is very\n" +"efficient, offering compression ratios on the order of 100:1.\n" +"\n" +"This is a decoder only implementation, and currently is in the alpha\n" +"stage, meaning it doesn't completely work yet. However, it is\n" +"maintaining parity with available encoders, so it is useful for real\n" +"work." +msgstr "" + +#: gnu/packages/image.scm:277 +msgid "JPEG 2000 codec" +msgstr "" + +#: gnu/packages/image.scm:279 +msgid "" +"The OpenJPEG library is a JPEG 2000 codec written in C. It has\n" +"been developed in order to promote the use of JPEG 2000, the new\n" +"still-image compression standard from the Joint Photographic Experts\n" +"Group (JPEG).\n" +"\n" +"In addition to the basic codec, various other features are under\n" +"development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats= ,\n" +"an indexing tool useful for the JPIP protocol, JPWL-tools for\n" +"error-resilience, a Java-viewer for j2k-images, ..." +msgstr "" + +#: gnu/packages/image.scm:356 +#, fuzzy +msgid "Tools and library for working with GIF images" +msgstr "Biblioth=C3=A8que pour travailler avec les possibilit=C3=A9s de = POSIX" + +#: gnu/packages/image.scm:358 +msgid "" +"GIFLIB is a library for reading and writing GIF images. It is API and\= n" +"ABI compatible with libungif which was in wide use while the LZW " +"compression\n" +"algorithm was patented. Tools are also included to convert, manipulate= ,\n" +"compose, and analyze GIF images." +msgstr "" + +#: gnu/packages/image.scm:379 +#, fuzzy +msgid "GIF decompression library" +msgstr "Biblioth=C3=A8que de rendu PDF" + +#: gnu/packages/image.scm:381 +msgid "libungif is the old GIF decompression library by the GIFLIB proje= ct." +msgstr "" + +#: gnu/packages/image.scm:410 +msgid "Loading, saving, rendering and manipulating image files" +msgstr "" + +#: gnu/packages/image.scm:412 +msgid "" +"Imlib2 is a library that does image file loading and saving as well as\= n" +"rendering, manipulation, arbitrary polygon support, etc.\n" +"\n" +"It does ALL of these operations FAST. Imlib2 also tries to be highly\n= " +"intelligent about doing them, so writing naive programs can be done eas= ily,\n" +"without sacrificing speed.\n" +"\n" +"This is a complete rewrite over the Imlib 1.x series. The architecture= is\n" +"more modular, simple, and flexible." +msgstr "" + +#: gnu/packages/image.scm:440 +msgid "Wrapper library for imlib2" +msgstr "" + +#: gnu/packages/image.scm:442 +msgid "" +"Giblib is a simple library which wraps imlib2's context API, avoiding\n= " +"all the context_get/set calls, adds fontstyles to the truetype renderer= and\n" +"supplies a generic doubly-linked list and some string functions." +msgstr "" + +#: gnu/packages/image.scm:481 +msgid "Library for handling popular graphics image formats" +msgstr "" + +#: gnu/packages/image.scm:483 +msgid "" +"FreeImage is a library for developers who would like to support popular= \n" +"graphics image formats like PNG, BMP, JPEG, TIFF and others." +msgstr "" + +#: gnu/packages/image.scm:522 +msgid "Computer vision library" +msgstr "" + +#: gnu/packages/image.scm:524 +msgid "" +"VIGRA stands for Vision with Generic Algorithms. It is an image\n" +"processing and analysis library that puts its main emphasis on customiz= able\n" +"algorithms and data structures. It is particularly strong for\n" +"multi-dimensional image processing." +msgstr "" + +#: gnu/packages/image.scm:555 +msgid "Lossless and lossy image compression" +msgstr "" + +#: gnu/packages/image.scm:557 +msgid "" +"WebP is a new image format that provides lossless and lossy compression= \n" +"for images. WebP lossless images are 26% smaller in size compared to\n= " +"PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG im= ages " +"at\n" +"equivalent SSIM index. WebP supports lossless transparency (also known= as\n" +"alpha channel) with just 22% additional bytes. Transparency is also " +"supported\n" +"with lossy compression and typically provides 3x smaller file sizes " +"compared\n" +"to PNG when lossy compression is acceptable for the red/green/blue colo= r\n" +"channels." +msgstr "" + +#: gnu/packages/image.scm:585 +#, fuzzy +msgid "Library for handling MNG files" +msgstr "Biblioth=C3=A8que de manipulation des fichiers zip" + +#: gnu/packages/image.scm:587 +msgid "Libmng is the MNG (Multiple-image Network Graphics) reference lib= rary." +msgstr "" + +#: gnu/packages/inkscape.scm:84 +msgid "Vector graphics editor" +msgstr "=C3=89diteur graphique vectoriel" + +#: gnu/packages/inkscape.scm:85 +msgid "" +"Inkscape is a vector graphics editor. What sets Inkscape\n" +"apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C " +"standard,\n" +"as the native format." +msgstr "" +"Inkscape est un =C3=A9diteur graphique vectoriel. Ce qui diff=C3=A9renc= ie Inkscape\n" +"est son utilisation du format SVG, un standard W3C bas=C3=A9 sur XML, c= omme " +"format natif." + +#: gnu/packages/jemalloc.scm:39 +msgid "General-purpose scalable concurrent malloc implementation" +msgstr "" + +#: gnu/packages/jemalloc.scm:41 +msgid "" +"This library providing a malloc(3) implementation that emphasizes\n" +"fragmentation avoidance and scalable concurrency support." +msgstr "" + +#: gnu/packages/key-mon.scm:65 +msgid "Show keyboard and mouse status" +msgstr "" + +#: gnu/packages/key-mon.scm:67 +msgid "" +"The key-mon utility displays the current keyboard and mouse status.\n" +"This is useful for teaching and screencasts." +msgstr "" + +#: gnu/packages/less.scm:41 +msgid "Paginator for terminals" +msgstr "" + +#: gnu/packages/less.scm:43 +msgid "" +"GNU less is a pager, a program that allows you to view large amounts\n" +"of text in page-sized chunks. Unlike traditional pagers, it allows bot= h\n" +"backwards and forwards movement through the document. It also does not= " +"have\n" +"to read the entire input file before starting, so it starts faster than= " +"most\n" +"text editors." +msgstr "" + +#: gnu/packages/lesstif.scm:47 gnu/packages/lesstif.scm:48 +msgid "Clone of the Motif toolkit for the X window system" +msgstr "" + +#: gnu/packages/linux.scm:139 +msgid "GNU Linux-Libre kernel headers" +msgstr "Fichiers d'en-t=C3=AAte pour le noyau GNU Linux-Libre" + +#: gnu/packages/linux.scm:140 +msgid "Headers of the Linux-Libre kernel." +msgstr "Fichiers d'en-t=C3=AAte pour le noyau Linux-Libre" + +#: gnu/packages/linux.scm:171 +msgid "Tools for loading and managing Linux kernel modules" +msgstr "Outils de chargement et de gestion de modules noyau pour Linux" + +#: gnu/packages/linux.scm:173 +msgid "" +"Tools for loading and managing Linux kernel modules, such as `modprobe'= ,\n" +"`insmod', `lsmod', and more." +msgstr "" +"Outils pour le chargement et la gestion des modules noyau Linux, tels q= ue\n" +"\"modprob\", \"insmod\", \"lsmod\" et plus." + +#: gnu/packages/linux.scm:304 +msgid "100% free redistribution of a cleaned Linux kernel" +msgstr "Redistribution 100% libre d'un noyau Linux propre" + +#: gnu/packages/linux.scm:306 +msgid "" +"GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.\= n" +"It has been modified to remove all non-free binary blobs." +msgstr "" +"GNU Linux-Libre est une variante libre du noyau Linux.\n" +"Il a =C3=A9t=C3=A9 modifi=C3=A9 pour en retirer toutes les composantes = non-libres." + +#: gnu/packages/linux.scm:349 +msgid "Pluggable authentication modules for Linux" +msgstr "Modules d'authentification pour Linux" + +#: gnu/packages/linux.scm:351 +msgid "" +"A *Free* project to implement OSF's RFC 86.0.\n" +"Pluggable authentication modules are small shared object files that can= \n" +"be used through the PAM API to perform tasks, like authenticating a use= r\n" +"at login. Local and dynamic reconfiguration are its key features" +msgstr "" +"Un projet libre implantant OSF (RFC 86.0).\n" +"Les modules d'authentification sont de petits fichiers objets partag=C3= =A9s " +"pouvant\n" +"=C3=AAtre utilis=C3=A9s =C3=A0 travers l'API PAM pour effectuer des t=C3= =A2ches, comme " +"l'authentification\n" +"d'un utilisateur au moment de la connexion. Ses principales fonctionnal= it=C3=A9s " +"sont\n" +"la reconfiguration locale et dynamique." + +#: gnu/packages/linux.scm:378 +msgid "Small utilities that use the proc filesystem" +msgstr "Petits utilitaires utilisant le syst=C3=A8me de fichier proc" + +#: gnu/packages/linux.scm:380 +msgid "" +"This PSmisc package is a set of some small useful utilities that\n" +"use the proc filesystem. We're not about changing the world, but\n" +"providing the system administrator with some help in common tasks." +msgstr "" +"Le paquet PSmisc est un ensemble de petits utilitaires utilisant le\n" +"syst=C3=A8me de fichier proc. Notre objectif n'est pas de changer le mo= nde\n" +"mais simplement de fournir de l'aide =C3=A0 l'administrateur syst=C3=A8= me dans ses\n" +"t=C3=A2ches les plus courantes." + +#: gnu/packages/linux.scm:432 +msgid "Collection of utilities for the Linux kernel" +msgstr "Collection d'utilitaires pour le noyau Linux" + +#: gnu/packages/linux.scm:434 +msgid "Util-linux is a random collection of utilities for the Linux kern= el." +msgstr "Util-linux est une collection d'utilitaires pour le noyau Linux.= " + +#: gnu/packages/linux.scm:501 +msgid "Utilities that give information about processes" +msgstr "Utilitaires fournissant des informations sur les processus" + +#: gnu/packages/linux.scm:503 +msgid "" +"Procps is the package that has a bunch of small useful utilities\n" +"that give information about processes using the Linux /proc file system= .\n" +"The package includes the programs ps, top, vmstat, w, kill, free,\n" +"slabtop, and skill." +msgstr "" +"Procps est un paquet fournissant de nombreux outils simples donnant des= \n" +"des informations sur les processus utilisant le syst=C3=A8me de fichier= /proc.\n" +"Le paquet inclut les programmes ps, top, vmstat, w, kill, free,\n" +"slabtop et skill." + +#: gnu/packages/linux.scm:528 +msgid "Tools for working with USB devices, such as lsusb" +msgstr "Outils de manipulation des p=C3=A9riph=C3=A9riques USB, tels que= lsusb." + +#: gnu/packages/linux.scm:530 +msgid "Tools for working with USB devices, such as lsusb." +msgstr "Outils de manipulation des p=C3=A9riph=C3=A9riques USB, tels que= lsusb." + +#: gnu/packages/linux.scm:602 +msgid "Creating and checking ext2/ext3/ext4 file systems" +msgstr "Cr=C3=A9ation et v=C3=A9rification de syst=C3=A8mes de fichiers = ext1/ext3/ext4" + +#: gnu/packages/linux.scm:604 +msgid "" +"This package provides tools for manipulating ext2/ext3/ext4 file system= s." +msgstr "" +"Ce paquet fournit des outils pour manipuler les syst=C3=A8mes de fichie= rs ext2/" +"ext3/ext4" + +#: gnu/packages/linux.scm:646 +msgid "Statically-linked fsck.* commands from e2fsprogs" +msgstr "Commandes de e2fsprogs (fsck.*) li=C3=A9es statiquement" + +#: gnu/packages/linux.scm:648 +msgid "" +"This package provides statically-linked command of fsck.ext[234] taken\= n" +"from the e2fsprogs package. It is meant to be used in initrds." +msgstr "" +"Ce paquet fournit la commande li=C3=A9e statiquement de fsck.ext[234] i= ssue\n" +"du paquet e2fsprogs. Il est cens=C3=A9 =C3=AAtre utilis=C3=A9 dans init= rds." + +#: gnu/packages/linux.scm:681 +#, fuzzy +msgid "Zero non-allocated regions in ext2/ext3/ext4 file systems" +msgstr "Cr=C3=A9ation et v=C3=A9rification de syst=C3=A8mes de fichiers = ext1/ext3/ext4" + +#: gnu/packages/linux.scm:683 +msgid "" +"The zerofree command scans the free blocks in an ext2 file system and\n= " +"fills any non-zero blocks with zeroes. This is a useful way to make di= sk\n" +"images more compressible." +msgstr "" + +#: gnu/packages/linux.scm:702 +msgid "System call tracer for Linux" +msgstr "Traceur d'appel syst=C3=A8me pour Linux" + +#: gnu/packages/linux.scm:704 +msgid "" +"strace is a system call tracer, i.e. a debugging tool which prints out = a\n" +"trace of all the system calls made by a another process/program." +msgstr "" +"strace est un traceur d'appels syst=C3=A8me, c-=C3=A0-d un outil de d=C3= =A9bogage " +"affichant\n" +"les appels syst=C3=A8me effectu=C3=A9s par un autre processus/programme= ." + +#: gnu/packages/linux.scm:725 +#, fuzzy +msgid "Library call tracer for Linux" +msgstr "Traceur d'appel syst=C3=A8me pour Linux" + +#: gnu/packages/linux.scm:727 +msgid "" +"ltrace intercepts and records dynamic library calls which are called by= \n" +"an executed process and the signals received by that process. It can a= lso\n" +"intercept and print the system calls executed by the program." +msgstr "" + +#: gnu/packages/linux.scm:747 +msgid "The Advanced Linux Sound Architecture libraries" +msgstr "Biblioth=C3=A8ques ALSA (Advanced Linux Sound Architecture)" + +#: gnu/packages/linux.scm:749 gnu/packages/linux.scm:791 +msgid "" +"The Advanced Linux Sound Architecture (ALSA) provides audio and\n" +"MIDI functionality to the Linux-based operating system." +msgstr "" +"ALSA fournit des fonctionnalit=C3=A9s audio et MIDI pour les syt=C3=A8m= es\n" +"bas=C3=A9s sur Linux." + +#: gnu/packages/linux.scm:789 +msgid "Utilities for the Advanced Linux Sound Architecture (ALSA)" +msgstr "Utilitaires pour ALSA (Advanced Linux Sound Architecture)" + +#: gnu/packages/linux.scm:816 +msgid "Program to configure the Linux IP packet filtering rules" +msgstr "" +"Programme de configuration de r=C3=A8gles de filtrage des paquets IP po= ur Linux" + +#: gnu/packages/linux.scm:818 +msgid "" +"iptables is the userspace command line program used to configure the\n" +"Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted " +"towards\n" +"system administrators. Since Network Address Translation is also " +"configured\n" +"from the packet filter ruleset, iptables is used for this, too. The " +"iptables\n" +"package also includes ip6tables. ip6tables is used for configuring the= " +"IPv6\n" +"packet filter." +msgstr "" +"iptables est un programme utilisateur en ligne de commande utilis=C3=A9= pour\n" +"configurer le filtrage des paquets IPv4 sur Linux depuis la version 2.4= .x.\n" +"Il s'adresse particuli=C3=A8rement aux administrateurs. iptables g=C3=A8= re aussi le " +"NAT\n" +"Network Address Translation). Le paquet inclut aussi ip6tables, utilis=C3= =A9 " +"pour\n" +"configurer le filtrage IPv6." + +#: gnu/packages/linux.scm:866 +msgid "Utilities for controlling TCP/IP networking and traffic in Linux" +msgstr "Utilitaires de contr=C3=B4le du traffic TCP/IP pour Linux" + +#: gnu/packages/linux.scm:868 +msgid "" +"Iproute2 is a collection of utilities for controlling TCP/IP\n" +"networking and traffic with the Linux kernel.\n" +"\n" +"Most network configuration manuals still refer to ifconfig and route as= the\n" +"primary network configuration tools, but ifconfig is known to behave\n" +"inadequately in modern network environments. They should be deprecated= , " +"but\n" +"most distros still include them. Most network configuration systems ma= ke " +"use\n" +"of ifconfig and thus provide a limited feature set. The /etc/net proje= ct " +"aims\n" +"to support most modern network technologies, as it doesn't use ifconfig= and\n" +"allows a system administrator to make use of all iproute2 features, " +"including\n" +"traffic control.\n" +"\n" +"iproute2 is usually shipped in a package called iproute or iproute2 and= \n" +"consists of several tools, of which the most important are ip and tc. = ip\n" +"controls IPv4 and IPv6 configuration and tc stands for traffic control.= " +"Both\n" +"tools print detailed usage messages and are accompanied by a set of\n" +"manpages." +msgstr "" +"Iproute2 est une collection d'utilitaires pour le contr=C3=B4le des r=C3= =A9seaux TCP/" +"IP\n" +"sous Linux. De nombreux manuels sur la configuration du r=C3=A9seau sou= s Linux " +"se\n" +"r=C3=A9f=C3=A8rent toujours =C3=A0 ifconfig et route comme des outils i= ndispensables\n" +"bien que ifconfig soit connu pour son inad=C3=A9quation aux r=C3=A9seau= x modernes. Ils " +"devraient\n" +"=C3=AAtre d=C3=A9pr=C3=A9ci=C3=A9s mais de nombreuses distributions les= incluent encore. Le " +"projet\n" +"/etc/net a pour but de supporter des technologies r=C3=A9seau plus mode= rnes. " +"Iproute2\n" +"est habituellement fourni dans un paquet appel=C3=A9 iproute ou iproute= 2 et " +"consiste\n" +"en plusieurs outils dont les plus importants sont ip et tc. ip contr=C3= =B4le la\n" +"configuration IPv4 et IPv6 tandis que tc se charge du contr=C3=B4le du = trafic. " +"Ces\n" +"deux outils sont accompagn=C3=A9s par leur manuel." + +#: gnu/packages/linux.scm:976 +msgid "Tools for controlling the network subsystem in Linux" +msgstr "Outils pour contr=C3=B4ler le sous-syst=C3=A8me r=C3=A9seau dans= Linux" + +#: gnu/packages/linux.scm:978 +msgid "" +"This package includes the important tools for controlling the network\n= " +"subsystem of the Linux kernel. This includes arp, hostname, ifconfig,\= n" +"netstat, rarp and route. Additionally, this package contains utilities= \n" +"relating to particular network hardware types (plipconfig, slattach) an= d\n" +"advanced aspects of IP configuration (iptunnel, ipmaddr)." +msgstr "" +"Ce paquet inclut des outils importants pour contr=C3=B4ler le sous-syst= =C3=A8me " +"r=C3=A9seau\n" +"du noyau Linux. Cela inclut arp, hostname, ifconfig, netstat, rarp et " +"route.\n" +"Aditionnellement, ce paquet contient des utilitaires relatifs =C3=A0 de= s " +"architectures\n" +"particuli=C3=A8res (pliconfig, slattach) et =C3=A0 des aspects avanc=C3= =A9s de la " +"configuration\n" +"r=C3=A9seau (iptunnel, ipmaddr)." + +#: gnu/packages/linux.scm:1019 +msgid "Library for working with POSIX capabilities" +msgstr "Biblioth=C3=A8que pour travailler avec les possibilit=C3=A9s de = POSIX" + +#: gnu/packages/linux.scm:1021 +msgid "" +"Libcap2 provides a programming interface to POSIX capabilities on\n" +"Linux-based operating systems." +msgstr "" +"Libcap2 fournit une interface de programmation POSIX aux syst=C3=A8mes = bas=C3=A9s sur " +"Linux." + +#: gnu/packages/linux.scm:1064 +msgid "Manipulate Ethernet bridges" +msgstr "Manipulation des ponts Ethernet" + +#: gnu/packages/linux.scm:1066 +msgid "" +"Utilities for Linux's Ethernet bridging facilities. A bridge is a way\= n" +"to connect two Ethernet segments together in a protocol independent way= .\n" +"Packets are forwarded based on Ethernet address, rather than IP address= " +"(like\n" +"a router). Since forwarding is done at Layer 2, all protocols can go\n= " +"transparently through a bridge." +msgstr "" +"Utilitaires pour la gestion des ponts ethernet sous Linux. Un pont est = un\n" +"moyen de connecter deux segments Ethernet ind=C3=A9pendant du protocole= utilis=C3=A9.\n" +"Les paquets sont transf=C3=A9r=C3=A9s en se basant sur leur adresse Eth= ernet plut=C3=B4t " +"que\n" +"sur leur adresse IP (contrairement aux routeurs). Le forwarding se fais= ant " +"au\n" +"niveau 2, tous les protocoles peuvent transiter de mani=C3=A8re transpa= rente sur " +"un\n" +"un pont." + +#: gnu/packages/linux.scm:1088 +msgid "NetLink protocol library suite" +msgstr "Biblioth=C3=A8qye pour le protocole NetLink" + +#: gnu/packages/linux.scm:1090 +msgid "" +"The libnl suite is a collection of libraries providing APIs to netlink\= n" +"protocol based Linux kernel interfaces. Netlink is an IPC mechanism " +"primarly\n" +"between the kernel and user space processes. It was designed to be a m= ore\n" +"flexible successor to ioctl to provide mainly networking related kernel= \n" +"configuration and monitoring interfaces." +msgstr "" +"La suite libnl est une collection de biblioth=C3=A8ques fournissant des= API pour\n" +"le protocole netlink bas=C3=A9 sur des interfaces du noyau Linux. Netli= nk est un\n" +"m=C3=A9canisme IPC intervenant entre le noyay et les processus utilisat= eur. Il\n" +"est con=C3=A7u pour =C3=AAtre un successeur plus flexible =C3=A0 ioctl = permettant de " +"configurer\n" +"le r=C3=A9seau au niveau noyau et surveiller les interfaces." + +#: gnu/packages/linux.scm:1120 +#, fuzzy +msgid "Tool for configuring wireless devices" +msgstr "Outils de manipulation d'extensions sans fil pour Linux" + +#: gnu/packages/linux.scm:1122 +msgid "" +"iw is a new nl80211 based CLI configuration utility for wireless\n" +"devices. It replaces 'iwconfig', which is deprecated." +msgstr "" + +#: gnu/packages/linux.scm:1149 +msgid "Analyze power consumption on Intel-based laptops" +msgstr "Analyse de la consommation des portables bas=C3=A9s sur Intel" + +#: gnu/packages/linux.scm:1151 +msgid "" +"PowerTOP is a Linux tool to diagnose issues with power consumption and\= n" +"power management. In addition to being a diagnostic tool, PowerTOP als= o " +"has\n" +"an interactive mode where the user can experiment various power managem= ent\n" +"settings for cases where the operating system has not enabled these\n" +"settings." +msgstr "" +"PowerTOP est un outil Linux permettant de diagnostiquer des probl=C3=A8= mes de\n" +"consommation =C3=A9lectrique ou de gestion de l'=C3=A9nergie. En plus d= '=C3=AAtre un outil\n" +"de diagnostique, PowerTOP propose aussi un mode interactif dans lequel\= n" +"l'utilisateur peut exp=C3=A9rimenter de multiples configurations de ges= tion de\n" +"l'=C3=A9nergie pour des cas o=C3=B9 le syst=C3=A8me d'exploitation n'a = pas " + +#: gnu/packages/linux.scm:1173 +msgid "Audio mixer for X and the console" +msgstr "Table de mixage audio bas=C3=A9e sur X et la console" + +#: gnu/packages/linux.scm:1175 +msgid "" +"Aumix adjusts an audio mixer from X, the console, a terminal,\n" +"the command line or a script." +msgstr "" +"Aumix ajuste un mixer audio depuis X, la console, un terminal,\n" +"la ligne de commande ou un script." + +#: gnu/packages/linux.scm:1199 +msgid "Displays the IO activity of running processes" +msgstr "" +"Affiche l'activit=C3=A9 des entr=C3=A9es-sorties des processus en cours= d'ex=C3=A9cution." + +#: gnu/packages/linux.scm:1201 +msgid "" +"Iotop is a Python program with a top like user interface to show the\n" +"processes currently causing I/O." +msgstr "" +"Iotop est un programme Python dot=C3=A9 d'une interface utilisateur aff= ichant " +"les\n" +"entr=C3=A9es-sorties en cours des processus." + +#: gnu/packages/linux.scm:1253 +msgid "Support file systems implemented in user space" +msgstr "Support des syst=C3=A8mes de fichiers implant=C3=A9s dans l'espa= ce utilisateur." + +#: gnu/packages/linux.scm:1255 +msgid "" +"As a consequence of its monolithic design, file system code for Linux\n= " +"normally goes into the kernel itself---which is not only a robustness " +"issue,\n" +"but also an impediment to system extensibility. FUSE, for \"file syste= ms " +"in\n" +"user space\", is a kernel module and user-space library that tries to " +"address\n" +"part of this problem by allowing users to run file system implementatio= ns " +"as\n" +"user-space processes." +msgstr "" +"Parce qu'il est bas=C3=A9 sur un mod=C3=A8le monolithique, la gestion d= u syst=C3=A8me de\n" +"de fichiers sous Linux se trouve normalement au sein du noyau, ce qui\n= " +"consititue un probl=C3=A8me de robustesse et =C3=A9galement une entrave= \n" +"=C3=A0 l'extensibilit=C3=A9 du syst=C3=A8me. FUSE (File systems in user= space) est\n" +"un module noyau et une biblioth=C3=A8que utilisateur destin=C3=A9e =C3=A0= r=C3=A9soudre\n" +"ce probl=C3=A8me en permettant aux utilisateurs de lancer les implantat= ions de\n" +"syst=C3=A8mes de fichiers comme des processus utilisateur." + +#: gnu/packages/linux.scm:1280 +msgid "User-space union file system" +msgstr "" + +#: gnu/packages/linux.scm:1282 +msgid "" +"UnionFS-FUSE is a flexible union file system implementation in user\n" +"space, using the FUSE library. Mounting a union file system allows you= to\n" +"\"aggregate\" the contents of several directories into a single mount " +"point.\n" +"UnionFS-FUSE additionally supports copy-on-write." +msgstr "" + +#: gnu/packages/linux.scm:1307 +msgid "User-space union file system (statically linked)" +msgstr "" + +#: gnu/packages/linux.scm:1349 +msgid "Mount remote file systems over SSH" +msgstr "Montage de syst=C3=A8mes de fichier distants avec SSH" + +#: gnu/packages/linux.scm:1351 +msgid "" +"This is a file system client based on the SSH File Transfer Protocol.\n= " +"Since most SSH servers already support this protocol it is very easy to= set\n" +"up: on the server side there's nothing to do; on the client side mounti= ng " +"the\n" +"file system is as easy as logging into the server with an SSH client." +msgstr "" +"Syst=C3=A8me de fichier client bas=C3=A9 sur SFTP (SSH File Transfer Pr= otocole).\n" +"Beaucoup de serveurs SSH supportant le protocole, ce client est tr=C3=A8= s facile\n" +"=C3=A0 configurer : il n'y a rien =C3=A0 faire du c=C3=B4t=C3=A9 serveu= r ; du c=C3=B4t=C3=A9 client, il " +"est\n" +"aussi facile de monter le syst=C3=A8me de fichiers que de se connecter = avec un " +"client\n" +"SSH." + +#: gnu/packages/linux.scm:1399 +msgid "Tools for non-uniform memory access (NUMA) machines" +msgstr "Outils pour les machines bas=C3=A9es sur NUMA (non-uniform memor= y access)" + +#: gnu/packages/linux.scm:1401 +msgid "" +"NUMA stands for Non-Uniform Memory Access, in other words a system whos= e\n" +"memory is not all in one place. The numactl program allows you to run = your\n" +"application program on specific CPU's and memory nodes. It does this b= y\n" +"supplying a NUMA memory policy to the operating system before running y= our\n" +"program.\n" +"\n" +"The package contains other commands, such as numademo, numastat and mem= hog.\n" +"The numademo command provides a quick overview of NUMA performance on y= our\n" +"system." +msgstr "" +"NUMA (Non-Uniform Memory Access) est un syst=C3=A8me dans lequel la m=C3= =A9moire est\n" +"r=C3=A9partie en diff=C3=A9rents endroits. Le programme numactl permet = de lancer une\n" +"une application sur des noeuds CPU et m=C3=A9moire sp=C3=A9cifiques au = moyen de " +"politiques\n" +"fournies au syst=C3=A8me d'exploitation avant le lancement du programme= ." + +#: gnu/packages/linux.scm:1464 +msgid "Linux keyboard utilities and keyboard maps" +msgstr "" + +#: gnu/packages/linux.scm:1466 +msgid "" +"This package contains keytable files and keyboard utilities compatible\= n" +"for systems using the Linux kernel. This includes commands such as\n" +"'loadkeys', 'setfont', 'kbdinfo', and 'chvt'." +msgstr "" + +#: gnu/packages/linux.scm:1485 +msgid "Monitor file accesses" +msgstr "Surveillance des acc=C3=A8s fichier" + +#: gnu/packages/linux.scm:1487 +msgid "" +"The inotify-tools packages provides a C library and command-line tools\= n" +"to use Linux' inotify mechanism, which allows file accesses to be monit= ored." +msgstr "" +"Le paquet inotify-tools fournit une biblioth=C3=A8que C et des outils e= n ligne de " +"commande\n" +"permettant d'utiliser le m=C3=A9canisme inotify de Linux qui autorise l= a " +"surveillance\n" +"des acc=C3=A8s fichier." + +#: gnu/packages/linux.scm:1525 +msgid "Kernel module tools" +msgstr "Outils de module noyau" + +#: gnu/packages/linux.scm:1526 +msgid "" +"Kmod is a set of tools to handle common tasks with Linux\n" +"kernel modules like insert, remove, list, check properties, resolve\n" +"dependencies and aliases.\n" +"\n" +"These tools are designed on top of libkmod, a library that is shipped w= ith\n" +"kmod. The aim is to be compatible with tools, configurations and indic= es\n" +"from the module-init-tools project." +msgstr "" +"Kmod est un ensemble d'outils g=C3=A9rant les op=C3=A9rations courantes= sur les\n" +"les modules noyau comme ins=C3=A9rer, supprimer, lister, v=C3=A9rifier = les " +"propri=C3=A9t=C3=A9s,\n" +"r=C3=A9soudre les d=C3=A9pendances et alias.\n" +"\n" +"Ces outils sont construits au-dessus libkmod, une biblioth=C3=A8que fou= rnie avec\n" +"kmod. L'objectif est d'=C3=AAtre compatible avec les outils, les config= urations " +"et\n" +"les indices du projet module-init-tools." + +#: gnu/packages/linux.scm:1597 +msgid "Userspace device management" +msgstr "Gestion de p=C3=A9riph=C3=A9riques utilisateurs" + +#: gnu/packages/linux.scm:1598 +msgid "" +"Udev is a daemon which dynamically creates and removes\n" +"device nodes from /dev/, handles hotplug events and loads drivers at bo= ot\n" +"time." +msgstr "" +"Udev est un daemon capable de cr=C3=A9er et supprimer dynamiquement\n" +"des noeuds de p=C3=A9riph=C3=A9riques dans /dev/, g=C3=A9rer leur branc= hement =C3=A0 chaud\n" +"et charger leur pilotes au d=C3=A9marrage." + +#: gnu/packages/linux.scm:1658 +msgid "Logical volume management for Linux" +msgstr "Gestion de volumes logiques pour Linux" + +#: gnu/packages/linux.scm:1660 +msgid "" +"LVM2 is the logical volume management tool set for Linux-based systems.= \n" +"This package includes the user-space libraries and tools, including the= " +"device\n" +"mapper. Kernel components are part of Linux-libre." +msgstr "" + +#: gnu/packages/linux.scm:1693 +msgid "Tools for manipulating Linux Wireless Extensions" +msgstr "Outils de manipulation d'extensions sans fil pour Linux" + +#: gnu/packages/linux.scm:1694 +msgid "" +"Wireless Tools are used to manipulate the now-deprecated\n" +"Linux Wireless Extensions; consider using 'iw' instead. The Wireless\n= " +"Extension was an interface allowing you to set Wireless LAN specific\n" +"parameters and get the specific stats. It is deprecated in favor the " +"nl80211\n" +"interface." +msgstr "" + +#: gnu/packages/linux.scm:1768 +msgid "Utilities to read temperature/voltage/fan sensors" +msgstr "" +"Utilitaires pour la lecture de capteurs de temp=C3=A9ture/voltage/venti= lateur" + +#: gnu/packages/linux.scm:1770 +msgid "" +"Lm-sensors is a hardware health monitoring package for Linux. It allow= s\n" +"you to access information from temperature, voltage, and fan speed sens= ors.\n" +"It works with most newer systems." +msgstr "" +"Lm-sensors est un utilitaire de monitoring hardware pour Linux. Il perm= et\n" +"d'acc=C3=A9der =C3=A0 des informations sur les composants telles que la= temp=C3=A9rature,\n" +"le voltage ou la vitesse des ventilatuers. Il fonctionne avec la plupar= t " +"des\n" +"syst=C3=A8mes les plus r=C3=A9cents." + +#: gnu/packages/linux.scm:1797 +msgid "I2C tools for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1799 +msgid "" +"The i2c-tools package contains a heterogeneous set of I2C tools for\n" +"Linux: a bus probing tool, a chip dumper, register-level SMBus access " +"helpers,\n" +"EEPROM decoding scripts, EEPROM programming tools, and a python module = for\n" +"SMBus access." +msgstr "" + +#: gnu/packages/linux.scm:1835 +msgid "Hardware health information viewer" +msgstr "Utiltaire de monitoring hardware" + +#: gnu/packages/linux.scm:1837 +msgid "" +"Xsensors reads data from the libsensors library regarding hardware\n" +"health such as temperature, voltage and fan speed and displays the " +"information\n" +"in a digital read-out." +msgstr "Xsensors lit les donn=C3=A9es depuis la biblioth=C3=A8que libsen= sors " + +#: gnu/packages/linux.scm:1885 +msgid "Linux profiling with performance counters" +msgstr "" + +#: gnu/packages/linux.scm:1887 +msgid "" +"perf is a tool suite for profiling using hardware performance counters,= \n" +"with support in the Linux kernel. perf can instrument CPU performance\= n" +"counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is " +"capable\n" +"of lightweight profiling. This package contains the user-land tools an= d in\n" +"particular the 'perf' command." +msgstr "" + +#: gnu/packages/linux.scm:1910 +msgid "Simple tool for creating Linux namespace containers" +msgstr "" + +#: gnu/packages/linux.scm:1911 +msgid "" +"pflask is a simple tool for creating Linux namespace\n" +"containers. It can be used for running a command or even booting an OS= " +"inside\n" +"an isolated container, created with the help of Linux namespaces. It i= s\n" +"similar in functionality to chroot, although pflask provides better " +"isolation\n" +"thanks to the use of namespaces." +msgstr "" + +#: gnu/packages/linux.scm:1938 +msgid "tune hard disk parameters for high performance" +msgstr "" + +#: gnu/packages/linux.scm:1940 +msgid "" +"Get/set device parameters for Linux SATA/IDE drives. It's primary use\= n" +"is for enabling irq-unmasking and IDE multiplemode." +msgstr "" + +#: gnu/packages/linux.scm:1957 +msgid "Daemon for delivering ACPI events to user-space programs" +msgstr "" + +#: gnu/packages/linux.scm:1959 +msgid "" +"acpid is designed to notify user-space programs of Advanced\n" +"Configuration and Power Interface (ACPI) events. acpid should be start= ed\n" +"during the system boot, and will run as a background process. When an = ACPI\n" +"event is received from the kernel, acpid will examine the list of rules= \n" +"specified in /etc/acpi/events and execute the rules that match the even= t." +msgstr "" + +#: gnu/packages/linux.scm:1981 +msgid "System utilities based on Linux sysfs" +msgstr "" + +#: gnu/packages/linux.scm:1983 +msgid "" +"These are a set of utilites built upon sysfs, a virtual filesystem in\n= " +"Linux kernel versions 2.5+ that exposes a system's device tree. The " +"package\n" +"also contains the libsysfs library." +msgstr "" + +#: gnu/packages/linux.scm:2019 +msgid "System utilities based on Linux sysfs (version 1.x)" +msgstr "" + +#: gnu/packages/linux.scm:2042 +msgid "Utilities to get and set CPU frequency on Linux" +msgstr "" + +#: gnu/packages/linux.scm:2044 +msgid "" +"The cpufrequtils suite contains utilities to retreive CPU frequency\n" +"information, and set the CPU frequency if supported, using the cpufreq\= n" +"capabilities of the Linux kernel." +msgstr "" + +#: gnu/packages/linux.scm:2063 +msgid "Interface library for the Linux IEEE1394 drivers" +msgstr "" + +#: gnu/packages/linux.scm:2065 +msgid "" +"Libraw1394 is the only supported interface to the kernel side raw1394 o= f\n" +"the Linux IEEE-1394 subsystem, which provides direct access to the " +"connected\n" +"1394 buses to user space. Through libraw1394/raw1394, applications can= " +"directly\n" +"send to and receive from other nodes without requiring a kernel driver = for " +"the\n" +"protocol in question." +msgstr "" + +#: gnu/packages/linux.scm:2089 +msgid "AV/C protocol library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2091 +msgid "" +"Libavc1394 is a programming interface to the AV/C specification from\n" +"the 1394 Trade Assocation. AV/C stands for Audio/Video Control." +msgstr "" + +#: gnu/packages/linux.scm:2113 +msgid "Isochronous streaming media library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2115 +msgid "" +"The libiec61883 library provides a higher level API for streaming DV,\n= " +"MPEG-2 and audio over Linux IEEE 1394." +msgstr "" + +#: gnu/packages/linux.scm:2154 +msgid "Tool for managing Linux Software RAID arrays" +msgstr "" + +#: gnu/packages/linux.scm:2156 +msgid "" +"mdadm is a tool for managing Linux Software RAID arrays. It can create= ,\n" +"assemble, report on, and monitor arrays. It can also move spares betwe= en " +"raid\n" +"arrays when needed." +msgstr "" + +#: gnu/packages/linux.scm:2183 +msgid "Linux-native asynchronous I/O access library" +msgstr "" + +#: gnu/packages/linux.scm:2185 +msgid "" +"This library enables userspace to use Linux kernel asynchronous I/O\n" +"system calls, important for the performance of databases and other adva= nced\n" +"applications." +msgstr "" + +#: gnu/packages/linux.scm:2221 +msgid "Linux Bluetooth protocol stack" +msgstr "" + +#: gnu/packages/linux.scm:2223 +msgid "" +"BlueZ provides support for the core Bluetooth layers and protocols. It= \n" +"is flexible, efficient and uses a modular implementation." +msgstr "" + +#: gnu/packages/lout.scm:109 +msgid "Document layout system" +msgstr "" + +#: gnu/packages/lout.scm:111 +msgid "" +"The Lout document formatting system reads a high-level description of\n= " +"a document similar in style to LaTeX and produces a PostScript or plain= " +"text\n" +"output file.\n" +"\n" +"Lout offers an unprecedented range of advanced features, including opti= mal\n" +"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" +"inclusion and generation, equation formatting, tables, diagrams, rotati= on " +"and\n" +"scaling, sorted indexes, bibliographic databases, running headers and\n= " +"odd-even pages, automatic cross referencing, multilingual documents " +"including\n" +"hyphenation (most European languages are supported), formatting of comp= uter\n" +"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" +"extended with definitions which are very much easier to write than trof= f of\n" +"TeX macros because Lout is a high-level, purely functional language, th= e\n" +"outcome of an eight-year research project that went back to the\n" +"beginning." +msgstr "" + +#: gnu/packages/messaging.scm:61 +msgid "Off-the-Record (OTR) Messaging Library and Toolkit" +msgstr "" + +#: gnu/packages/messaging.scm:63 +msgid "" +"OTR allows you to have private conversations over instant messaging by\= n" +"providing:\n" +"* Encryption: No one else can read your instant messages.\n" +"* Authentication: You are assured the correspondent is who you think it= is.\n" +"* Deniability: The messages you send do not have digital signatures tha= t " +"are\n" +" checkable by a third party. Anyone can forge messages after a " +"conversation\n" +" to make them look like they came from you. However, during a " +"conversation,\n" +" your correspondent is assured the messages he sees are authentic and\= n" +" unmodified.\n" +"* Perfect forward secrecy: If you lose control of your private keys, no= \n" +" previous conversation is compromised." +msgstr "" + +#: gnu/packages/messaging.scm:121 +msgid "IRC to instant messaging gateway" +msgstr "" + +#: gnu/packages/messaging.scm:122 +msgid "" +"BitlBee brings IM (instant messaging) to IRC clients, for\n" +"people who have an IRC client running all the time and don't want to ru= n an\n" +"additional IM client. BitlBee currently supports XMPP/Jabber (includin= g\n" +"Google Talk), MSN Messenger, Yahoo! Messenger, AIM and ICQ, and the " +"Twitter\n" +"microblogging network (plus all other Twitter API compatible services l= ike\n" +"identi.ca and status.net)." +msgstr "" + +#: gnu/packages/messaging.scm:155 +msgid "Graphical IRC Client" +msgstr "" + +#: gnu/packages/messaging.scm:157 +msgid "" +"HexChat lets you connect to multiple IRC networks at once. The main wi= ndow\n" +"shows the list of currently connected networks and their channels, the = " +"current\n" +"conversation and the list of users. It uses colors to differentiate " +"between\n" +"users and to highlight messages. It checks spelling using available\n" +"dictionaries. HexChat can be extended with multiple addons." +msgstr "" + +#: gnu/packages/messaging.scm:223 +msgid "Lightweight Internet Relay Chat server for small networks" +msgstr "" + +#: gnu/packages/messaging.scm:225 +msgid "" +"ngIRCd is a lightweight Internet Relay Chat server for small or private= \n" +"networks. It is easy to configure, can cope with dynamic IP addresses,= and\n" +"supports IPv6, SSL-protected connections as well as PAM for authenticat= ion." +msgstr "" + +#: gnu/packages/mpd.scm:63 +msgid "Music Player Daemon client library" +msgstr "" + +#: gnu/packages/mpd.scm:64 +msgid "" +"A stable, documented, asynchronous API library for\n" +"interfacing MPD in the C, C++ & Objective C languages." +msgstr "" + +#: gnu/packages/mpd.scm:124 +msgid "Music Player Daemon" +msgstr "" + +#: gnu/packages/mpd.scm:125 +msgid "" +"Music Player Daemon (MPD) is a flexible, powerful,\n" +"server-side application for playing music. Through plugins and librari= es " +"it\n" +"can play a variety of sound files while being controlled by its network= \n" +"protocol." +msgstr "" + +#: gnu/packages/mpd.scm:148 +msgid "Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:149 +msgid "" +"MPC is a minimalist command line interface to MPD, the music\n" +"player daemon." +msgstr "" + +#: gnu/packages/mpd.scm:172 +msgid "Curses Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:173 +msgid "" +"ncmpc is a fully featured MPD client, which runs in a\n" +"terminal using ncurses." +msgstr "" + +#: gnu/packages/mpd.scm:211 +msgid "Featureful ncurses based MPD client inspired by ncmpc" +msgstr "" + +#: gnu/packages/mpd.scm:212 +msgid "" +"Ncmpcpp is an mpd client with a UI very similar to ncmpc,\n" +"but it provides new useful features such as support for regular express= ions\n" +"for library searches, extended song format, items filtering, the abilit= y to\n" +"sort playlists, and a local filesystem browser." +msgstr "" + +#: gnu/packages/mpd.scm:235 +msgid "MPD client for track scrobbling" +msgstr "" + +#: gnu/packages/mpd.scm:236 +msgid "" +"mpdscribble is a Music Player Daemon client which submits\n" +"information about tracks being played to a scrobbler, such as Libre.FM.= " +msgstr "" + +#: gnu/packages/netpbm.scm:146 +#, fuzzy +msgid "Toolkit for manipulation of images" +msgstr "Outils de manipulation d'extensions sans fil pour Linux" + +#: gnu/packages/netpbm.scm:148 +msgid "" +"Netpbm is a toolkit for the manipulation of graphic images, including\n= " +"the conversion of images between a variety of different formats.\n" +"There are over 300 separate tools in the package including converters f= or\n" +"about 100 graphics formats." +msgstr "" + +#: gnu/packages/nettle.scm:50 +msgid "C library for low-level cryptographic functionality" +msgstr "" + +#: gnu/packages/nettle.scm:52 +msgid "" +"GNU Nettle is a low-level cryptographic library. It is designed to\n" +"fit in easily in almost any context. It can be easily included in\n" +"cryptographic toolkits for object-oriented languages or in applications= \n" +"themselves." +msgstr "" + +#: gnu/packages/networking.scm:49 +msgid "Teredo IPv6 tunneling software" +msgstr "" + +#: gnu/packages/networking.scm:51 +msgid "" +"Miredo is an implementation (client, relay, server) of the Teredo\n" +"specification, which provides IPv6 Internet connectivity to IPv6 enable= d " +"hosts\n" +"residing in IPv4-only networks, even when they are behind a NAT device.= " +msgstr "" + +#: gnu/packages/networking.scm:73 +msgid "Open bidirectional communication channels from the command line" +msgstr "" + +#: gnu/packages/networking.scm:75 +msgid "" +"socat is a relay for bidirectional data transfer between two independen= t\n" +"data channels---files, pipes, devices, sockets, etc. It can create\n" +"\"listening\" sockets, named pipes, and pseudo terminals.\n" +"\n" +"socat can be used, for instance, as TCP port forwarder, as a shell " +"interface\n" +"to UNIX sockets, IPv6 relay, for redirecting TCP oriented programs to a= " +"serial\n" +"line, to logically connect serial lines on different computers, or to\n= " +"establish a relatively secure environment (su and chroot) for running " +"client\n" +"or server shell scripts with network connections. " +msgstr "" + +#: gnu/packages/networking.scm:99 +msgid "Library for message-based applications" +msgstr "" + +#: gnu/packages/networking.scm:101 +msgid "" +"The 0MQ lightweight messaging kernel is a library which extends the\n" +"standard socket interfaces with features traditionally provided by " +"specialized\n" +"messaging middle-ware products. 0MQ sockets provide an abstraction of\= n" +"asynchronous message queues, multiple messaging patterns, message\n" +"filtering (subscriptions), seamless access to multiple transport protoc= ols " +"and\n" +"more." +msgstr "" + +#: gnu/packages/pdf.scm:100 +msgid "PDF rendering library" +msgstr "Biblioth=C3=A8que de rendu PDF" + +#: gnu/packages/pdf.scm:102 +msgid "Poppler is a PDF rendering library based on the xpdf-3.0 code bas= e." +msgstr "" + +#: gnu/packages/pdf.scm:149 +msgid "Viewer for PDF files based on the Motif toolkit" +msgstr "Visionneuse pour fichiers PDF bas=C3=A9e sur la bo=C3=AEte =C3=A0= outil Motif" + +#: gnu/packages/pdf.scm:151 +msgid "Xpdf is a viewer for Portable Document Format (PDF) files" +msgstr "Xpdf est une visionneuse pour fichiers PDF (Portable Document Fo= rmat)" + +#: gnu/packages/pdf.scm:181 +msgid "Comic book support for zathura (libarchive backend)" +msgstr "" + +#: gnu/packages/pdf.scm:182 +msgid "" +"The zathura-cb plugin adds comic book support to zathura\n" +"using libarchive." +msgstr "" + +#: gnu/packages/pdf.scm:212 +msgid "PS support for zathura (libspectre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:213 +msgid "" +"The zathura-ps plugin adds PS support to zathura\n" +"using libspectre." +msgstr "" + +#: gnu/packages/pdf.scm:244 +msgid "DjVu support for zathura (DjVuLibre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:245 +msgid "" +"The zathura-djvu plugin adds DjVu support to zathura\n" +"using the DjVuLibre library." +msgstr "" + +#: gnu/packages/pdf.scm:277 +msgid "PDF support for zathura (poppler backend)" +msgstr "" + +#: gnu/packages/pdf.scm:278 +msgid "" +"The zathura-pdf-poppler plugin adds PDF support to zathura\n" +"by using the poppler rendering engine." +msgstr "" + +#: gnu/packages/pdf.scm:316 +#, fuzzy +msgid "Lightweight keyboard-driven PDF viewer" +msgstr "Boite =C3=A0 outils l=C3=A9g=C3=A8re pour la visualisation de do= cuments PDF" + +#: gnu/packages/pdf.scm:317 +msgid "" +"Zathura is a customizable document viewer. It provides a\n" +"minimalistic interface and an interface that mainly focuses on keyboard= \n" +"interaction." +msgstr "" + +#: gnu/packages/pdf.scm:356 +msgid "Tools to work with the PDF file format" +msgstr "Outils de manipulation de fichiers PDF" + +#: gnu/packages/pdf.scm:358 +msgid "" +"PoDoFo is a C++ library and set of command-line tools to work with the\= n" +"PDF file format. It can parse PDF files and load them into memory, and= " +"makes\n" +"it easy to modify them and write the changes to disk. It is primarily = " +"useful\n" +"for applications that wish to do lower level manipulation of PDF, such = as\n" +"extracting content or merging files." +msgstr "" + +#: gnu/packages/pdf.scm:419 +msgid "Lightweight PDF viewer and toolkit" +msgstr "Boite =C3=A0 outils l=C3=A9g=C3=A8re pour la visualisation de do= cuments PDF" + +#: gnu/packages/pdf.scm:421 +msgid "" +"MuPDF is a C library that implements a PDF and XPS parsing and\n" +"rendering engine. It is used primarily to render pages into bitmaps,\n= " +"but also provides support for other operations such as searching and\n" +"listing the table of contents and hyperlinks.\n" +"\n" +"The library ships with a rudimentary X11 viewer, and a set of command\n= " +"line tools for batch rendering (pdfdraw), examining the file structure\= n" +"(pdfshow), and rewriting files (pdfclean)." +msgstr "" +"MuPDF est une biblioth=C3=A8que C permettant d'analyser et de faire le = rendu de\n" +"fichiers PDF et XPS. Elle est surtout utilis=C3=A9e pour effectuer le r= endu de " +"pages dans\n" +"des bitmaps mais fournit aussi le support pour d'autres op=C3=A9rations= comme la " +"recherche\n" +"et l'affichage de tables des mati=C3=A8res et d'hyperliens.\n" +"\n" +"La biblioth=C3=A8que est fournie avec une visionneuse rudimentaire X11 = et un " +"ensemble\n" +"d'outils en ligne de commande pour le rendu par lots (pdfdraw), l'analy= se de " +"structure\n" +"(pdfshow), et la r=C3=A9=C3=A9criture de fichiers (pdfclean)." + +#: gnu/packages/pdf.scm:461 +msgid "Command-line tools and library for transforming PDF files" +msgstr "" + +#: gnu/packages/pdf.scm:463 +msgid "" +"QPDF is a command-line program that does structural, content-preserving= \n" +"transformations on PDF files. It could have been called something like= \n" +"pdf-to-pdf. It includes support for merging and splitting PDFs and to\= n" +"manipulate the list of pages in a PDF file. It is not a PDF viewer or = a\n" +"program capable of converting PDF into other formats." +msgstr "" + +#: gnu/packages/pdf.scm:493 +msgid "Notetaking using a stylus" +msgstr "" + +#: gnu/packages/pdf.scm:495 +msgid "" +"Xournal is an application for notetaking, sketching, keeping a journal\= n" +"using a stylus." +msgstr "" + +#: gnu/packages/pem.scm:41 +msgid "Personal expenses manager" +msgstr "" + +#: gnu/packages/pem.scm:43 +msgid "" +"GNU Pem is a simple tool for tracking personal income and\n" +"expenses. It operates from the command line and it stores its data\n" +"in a basic text format in your home directory. It can easily print\n" +"reports of your spending on different expenses via a basic search\n" +"feature." +msgstr "" + +#: gnu/packages/perl.scm:79 +#, fuzzy +msgid "Implementation of the Perl programming language" +msgstr "Implantation de Scheme et d'autres langages associ=C3=A9s" + +#: gnu/packages/perl.scm:81 +msgid "" +"Perl 5 is a highly capable, feature-rich programming language with over= \n" +"24 years of development." +msgstr "" + +#: gnu/packages/perl.scm:100 +msgid "Module for merging hierarchies using the C3 algorithm" +msgstr "" + +#: gnu/packages/perl.scm:101 +msgid "" +"This module implements the C3 algorithm, which aims to\n" +"provide a sane method resolution order under multiple inheritance." +msgstr "" + +#: gnu/packages/perl.scm:119 +msgid "Compute differences between two files or lists" +msgstr "" + +#: gnu/packages/perl.scm:120 +msgid "" +"This is a module for computing the difference between two\n" +"files, two strings, or any other two lists of things. It uses an " +"intelligent\n" +"algorithm similar to (or identical to) the one used by the Unix \"diff\= "\n" +"program. It is guaranteed to find the *smallest possible* set of\n" +"differences." +msgstr "" + +#: gnu/packages/perl.scm:141 +msgid "Use shorter versions of class names" +msgstr "" + +#: gnu/packages/perl.scm:142 +msgid "" +"The alias module loads the class you specify and exports\n" +"into your namespace a subroutine that returns the class name. You can\= n" +"explicitly alias the class to another name or, if you prefer, you can d= o so\n" +"implicitly." +msgstr "" + +#: gnu/packages/perl.scm:164 +msgid "Configuration files and command line parsing" +msgstr "" + +#: gnu/packages/perl.scm:165 +msgid "" +"AppConfig is a bundle of Perl5 modules for reading\n" +"configuration files and parsing command line arguments." +msgstr "" + +#: gnu/packages/perl.scm:183 +msgid "Perl API to zip files" +msgstr "" + +#: gnu/packages/perl.scm:184 gnu/packages/zip.scm:159 +msgid "" +"The Archive::Zip module allows a Perl program to create,\n" +"manipulate, read, and write Zip archive files." +msgstr "" +"Le module Archive::Zip permet =C3=A0 un programme Perl de cr=C3=A9er,\n= " +"manipuler, lire et =C3=A9crire des archives Zip." + +#: gnu/packages/perl.scm:203 gnu/packages/perl.scm:3880 +msgid "Establish an ISA relationship with base classes at compile time" +msgstr "" + +#: gnu/packages/perl.scm:204 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time. Unless you are usi= ng " +"the\n" +"fields pragma, consider this module discouraged in favor of the lighter= -" +"weight\n" +"parent." +msgstr "" + +#: gnu/packages/perl.scm:229 +msgid "Execute code after a scope finished compilation" +msgstr "" + +#: gnu/packages/perl.scm:230 +msgid "" +"This module allows you to execute code when perl finished\n" +"compiling the surrounding scope." +msgstr "" + +#: gnu/packages/perl.scm:248 +msgid "Benchmarking with statistical confidence" +msgstr "" + +#: gnu/packages/perl.scm:250 +msgid "" +"The Benchmark::Timer class allows you to time portions of code\n" +"conveniently, as well as benchmark code by allowing timings of repeated= \n" +"trials. It is perfect for when you need more precise information about= the\n" +"running time of portions of your code than the Benchmark module will gi= ve " +"you,\n" +"but don't want to go all out and profile your code." +msgstr "" + +#: gnu/packages/perl.scm:275 +msgid "Bit vector library" +msgstr "" + +#: gnu/packages/perl.scm:276 +msgid "" +"Bit::Vector is an efficient C library which allows you to\n" +"handle bit vectors, sets (of integers), \"big integer arithmetic\" and = " +"boolean\n" +"matrices, all of arbitrary sizes. The package also includes an\n" +"object-oriented Perl module for accessing the C library from Perl, and\= n" +"optionally features overloaded operators for maximum ease of use. The = C\n" +"library can nevertheless be used stand-alone, without Perl." +msgstr "" + +#: gnu/packages/perl.scm:298 +msgid "Boolean support for Perl" +msgstr "" + +#: gnu/packages/perl.scm:299 +msgid "" +"This module provides basic Boolean support, by defining two\n" +"special objects: true and false." +msgstr "" + +#: gnu/packages/perl.scm:320 +#, fuzzy +msgid "Cache interface for Perl" +msgstr "Interface SQLite pour Perl" + +#: gnu/packages/perl.scm:321 +msgid "" +"The Cache modules are designed to assist a developer in\n" +"persisting data for a specified period of time. Often these modules ar= e " +"used\n" +"in web applications to store data locally to save repeated and redundan= t\n" +"expensive calls to remote machines or databases. People have also been= " +"known\n" +"to use Cache::Cache for its straightforward interface in sharing data " +"between\n" +"runs of an application or invocations of a CGI-style script or simply a= s an\n" +"easy to use abstraction of the filesystem or shared memory." +msgstr "" + +#: gnu/packages/perl.scm:344 +msgid "Shared memory interprocess cache via mmap" +msgstr "" + +#: gnu/packages/perl.scm:345 +msgid "" +"A shared memory cache through an mmap'ed file. It's core is\n" +"written in C for performance. It uses fcntl locking to ensure multiple= \n" +"processes can safely access the cache at the same time. It uses a basi= c " +"LRU\n" +"algorithm to keep the most used entries in the cache." +msgstr "" + +#: gnu/packages/perl.scm:366 +msgid "Capture STDOUT and STDERR from Perl, XS or external programs" +msgstr "" + +#: gnu/packages/perl.scm:368 +msgid "" +"Capture::Tiny provides a simple, portable way to capture almost anythin= g\n" +"sent to STDOUT or STDERR, regardless of whether it comes from Perl, fro= m XS\n" +"code or from an external program. Optionally, output can be teed so th= at " +"it\n" +"is captured while being passed through to the original file handles." +msgstr "" + +#: gnu/packages/perl.scm:388 +msgid "Executable comments for Perl" +msgstr "" + +#: gnu/packages/perl.scm:389 +msgid "" +"Carp::Assert is intended for a purpose like the ANSI C\n" +"library assert.h." +msgstr "" + +#: gnu/packages/perl.scm:411 +msgid "Convenience wrappers around Carp::Assert" +msgstr "" + +#: gnu/packages/perl.scm:412 +msgid "" +"Carp::Assert::More is a set of handy assertion functions for\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:432 +msgid "Report errors from a \"clan\" of modules" +msgstr "" + +#: gnu/packages/perl.scm:433 +msgid "" +"This module allows errors from a clan (or family) of modules\n" +"to appear to originate from the caller of the clan. This is necessary = in\n" +"cases where the clan modules are not classes derived from each other, a= nd " +"thus\n" +"the Carp.pm module doesn't help." +msgstr "" + +#: gnu/packages/perl.scm:457 +msgid "Automated accessor generation" +msgstr "" + +#: gnu/packages/perl.scm:458 +msgid "" +"This module automagically generates accessors/mutators for\n" +"your class." +msgstr "" + +#: gnu/packages/perl.scm:478 +msgid "Faster, but less expandable, chained accessors" +msgstr "" + +#: gnu/packages/perl.scm:479 +msgid "" +"A chained accessor is one that always returns the object\n" +"when called with parameters (to set), and the value of the field when " +"called\n" +"with no arguments. This module subclasses Class::Accessor in order to = " +"provide\n" +"the same mk_accessors interface." +msgstr "" + +#: gnu/packages/perl.scm:505 +msgid "Build groups of accessors" +msgstr "" + +#: gnu/packages/perl.scm:506 +msgid "" +"This class lets you build groups of accessors that will call\n" +"different getters and setters." +msgstr "" + +#: gnu/packages/perl.scm:526 +msgid "Pragma to use the C3 method resolution order algorithm" +msgstr "" + +#: gnu/packages/perl.scm:527 +msgid "" +"This is pragma to change Perl 5's standard method resolution\n" +"order from depth-first left-to-right (a.k.a - pre-order) to the more\n" +"sophisticated C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:551 +msgid "Drop-in replacement for NEXT" +msgstr "" + +#: gnu/packages/perl.scm:552 +msgid "" +"This module is intended as a drop-in replacement for NEXT,\n" +"supporting the same interface, but using Class::C3 to do the hard work.= " +msgstr "" + +#: gnu/packages/perl.scm:576 +msgid "Load mix-ins or components to your C3-based class" +msgstr "" + +#: gnu/packages/perl.scm:577 +msgid "" +"This module will inject base classes to your module using\n" +"the Class::C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:595 +msgid "Inheritable, overridable class data" +msgstr "" + +#: gnu/packages/perl.scm:596 +msgid "" +"Class::Data::Inheritable is for creating accessor/mutators\n" +"to class data. That is, if you want to store something about your clas= s as " +"a\n" +"whole (instead of about a single object). This data is then inherited = by " +"your\n" +"subclasses and can be overriden." +msgstr "" + +#: gnu/packages/perl.scm:617 +msgid "Class for easy date and time manipulation" +msgstr "" + +#: gnu/packages/perl.scm:618 +msgid "" +"This module provides a general-purpose date and datetime\n" +"type for perl." +msgstr "" + +#: gnu/packages/perl.scm:636 +msgid "Utility methods for factory classes" +msgstr "" + +#: gnu/packages/perl.scm:637 +msgid "This module exports methods useful for factory classes." +msgstr "" + +#: gnu/packages/perl.scm:654 +msgid "Get information about a class and its structure" +msgstr "" + +#: gnu/packages/perl.scm:655 +msgid "" +"Class::Inspector allows you to get information about a\n" +"loaded class." +msgstr "" + +#: gnu/packages/perl.scm:683 +msgid "Working (require \"Class::Name\") and more" +msgstr "" + +#: gnu/packages/perl.scm:684 +msgid "" +"\"require EXPR\" only accepts Class/Name.pm style module\n" +"names, not Class::Name. For that, this module provides \"load_class\n" +"'Class::Name'\"." +msgstr "" + +#: gnu/packages/perl.scm:707 +msgid "XS implementation of parts of Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:708 +msgid "" +"This module provides an XS implementation for portions of\n" +"Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:727 +msgid "Create generic methods for OO Perl" +msgstr "" + +#: gnu/packages/perl.scm:728 +msgid "" +"This module solves the problem of having to continually\n" +"write accessor methods for your objects that perform standard tasks." +msgstr "" + +#: gnu/packages/perl.scm:749 +msgid "Moose-like method modifiers" +msgstr "" + +#: gnu/packages/perl.scm:750 +msgid "" +"Class::Method::Modifiers provides three modifiers: before,\n" +"around, and after. before and after are run just before and after the = " +"method\n" +"they modify, but can not really affect that original method. around is= run " +"in\n" +"place of the original method, with a hook to easily call that original\= n" +"method." +msgstr "" + +#: gnu/packages/perl.scm:771 +msgid "Implementation of a singleton class for Perl" +msgstr "" + +#: gnu/packages/perl.scm:772 +msgid "" +"This module implements a Singleton class from which other\n" +"classes can be derived. By itself, the Class::Singleton module does ver= y\n" +"little other than manage the instantiation of a single object." +msgstr "" + +#: gnu/packages/perl.scm:791 +msgid "Minimalist class construction" +msgstr "" + +#: gnu/packages/perl.scm:792 +msgid "" +"This module offers a minimalist class construction kit. It\n" +"uses no non-core modules for any recent Perl." +msgstr "" + +#: gnu/packages/perl.scm:812 +msgid "Unload a class" +msgstr "" + +#: gnu/packages/perl.scm:813 +msgid "" +"Class:Unload unloads a given class by clearing out its\n" +"symbol table and removing it from %INC." +msgstr "" + +#: gnu/packages/perl.scm:831 +msgid "Generate fast XS accessors without runtime compilation" +msgstr "" + +#: gnu/packages/perl.scm:832 +msgid "" +"Class::XSAccessor implements fast read, write, and\n" +"read/write accessors in XS. Additionally, it can provide predicates su= ch " +"as\n" +"\"has_foo()\" for testing whether the attribute \"foo\" is defined in t= he\n" +"object. It only works with objects that are implemented as ordinary " +"hashes.\n" +"Class::XSAccessor::Array implements the same interface for objects that= use\n" +"arrays for their internal representation." +msgstr "" + +#: gnu/packages/perl.scm:852 +msgid "Recursively copy Perl datatypes" +msgstr "" + +#: gnu/packages/perl.scm:854 +msgid "" +"This module provides a clone() method which makes recursive copies of\n= " +"nested hash, array, scalar and reference types, including tied variable= s " +"and\n" +"objects." +msgstr "" + +#: gnu/packages/perl.scm:875 +msgid "Sane defaults for Perl programs" +msgstr "" + +#: gnu/packages/perl.scm:876 +msgid "" +"This module implements some sane defaults for Perl programs,\n" +"as defined by two typical specimens of Perl coders." +msgstr "" + +#: gnu/packages/perl.scm:894 +msgid "Load configuration from different file formats" +msgstr "" + +#: gnu/packages/perl.scm:895 +msgid "" +"Config::Any provides a facility for Perl applications and\n" +"libraries to load configuration data from multiple different file forma= ts. " +"It\n" +"supports XML, YAML, JSON, Apache-style configuration, and Perl code." +msgstr "" + +#: gnu/packages/perl.scm:916 +msgid "Module to implement some AutoConf macros in Perl" +msgstr "" + +#: gnu/packages/perl.scm:917 +msgid "" +"Config::AutoConf is intended to provide the same\n" +"opportunities to Perl developers as GNU Autoconf does for Shell develop= ers." +msgstr "" + +#: gnu/packages/perl.scm:935 +msgid "Generic Config Module" +msgstr "" + +#: gnu/packages/perl.scm:936 +msgid "" +"This module opens a config file and parses its contents for\n" +"you. The format of config files supported by Config::General is inspir= ed " +"by\n" +"the well known Apache config format and is 100% compatible with Apache\= n" +"configs, but you can also just use simple name/value pairs in your conf= ig\n" +"files. In addition to the capabilities of an Apache config file it " +"supports\n" +"some enhancements such as here-documents, C-style comments, and multili= ne\n" +"options." +msgstr "" + +#: gnu/packages/perl.scm:962 +msgid "Preserve context during subroutine call" +msgstr "" + +#: gnu/packages/perl.scm:963 +msgid "" +"This module runs code after a subroutine call, preserving\n" +"the context the subroutine would have seen if it were the last statemen= t in\n" +"the caller." +msgstr "" + +#: gnu/packages/perl.scm:984 +msgid "Verify requirements in a CPAN::Meta object" +msgstr "" + +#: gnu/packages/perl.scm:985 +msgid "" +"This module verifies if requirements described in a\n" +"CPAN::Meta object are present." +msgstr "" + +#: gnu/packages/perl.scm:1005 +msgid "JSON::XS for Cpanel" +msgstr "" + +#: gnu/packages/perl.scm:1006 gnu/packages/perl.scm:2683 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa." +msgstr "" + +#: gnu/packages/perl.scm:1024 +msgid "Random password generator" +msgstr "" + +#: gnu/packages/perl.scm:1025 +msgid "" +"Crypt::RandPasswd provides three functions that can be used\n" +"to generate random passwords, constructed from words, letters, or " +"characters.\n" +"This code is a Perl implementation of the Automated Password Generator\= n" +"standard, like the program described in \"A Random Word Generator For\n= " +"Pronounceable Passwords\". This code is a re-engineering of the program= \n" +"contained in Appendix A of FIPS Publication 181, \"Standard for Automat= ed\n" +"Password Generator\"." +msgstr "" + +#: gnu/packages/perl.scm:1048 +msgid "Pretty printing of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1049 +msgid "" +"This module provide functions that takes a list of values as\n" +"their argument and produces a string as its result. The string contain= s " +"Perl\n" +"code that, when \"eval\"ed, produces a deep copy of the original argume= nts." +msgstr "" + +#: gnu/packages/perl.scm:1068 +msgid "Concise data dumper" +msgstr "" + +#: gnu/packages/perl.scm:1069 +msgid "" +"Data::Dumper::Concise provides a dumper with Less\n" +"indentation and newlines plus sub deparsing." +msgstr "" + +#: gnu/packages/perl.scm:1091 +msgid "Parse and validate simple name/value option pairs" +msgstr "" + +#: gnu/packages/perl.scm:1093 +msgid "Data::OptList provides a simple syntax for name/value option pair= s." +msgstr "" + +#: gnu/packages/perl.scm:1114 +msgid "Help when paging through sets of results" +msgstr "" + +#: gnu/packages/perl.scm:1115 +msgid "" +"When searching through large amounts of data, it is often\n" +"the case that a result set is returned that is larger than we want to " +"display\n" +"on one page. This results in wanting to page through various pages of = " +"data.\n" +"The maths behind this is unfortunately fiddly, hence this module." +msgstr "" + +#: gnu/packages/perl.scm:1137 +msgid "Structured tags datastructures" +msgstr "" + +#: gnu/packages/perl.scm:1139 +msgid "" +"This module is for manipulating data as hierarchical tag/value\n" +"pairs (Structured TAGs or Simple Tree AGgreggates). These datastructur= es " +"can\n" +"be represented as nested arrays, which have the advantage of being nati= ve " +"to\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:1166 +msgid "N at a time iteration API" +msgstr "" + +#: gnu/packages/perl.scm:1167 +msgid "" +"This module tries to find middle ground between one at a\n" +"time and all at once processing of data sets. The purpose of this modu= le " +"is\n" +"to avoid the overhead of implementing an iterative api when this isn't\= n" +"necessary, without breaking forward compatibility in case that becomes\= n" +"necessary later on." +msgstr "" + +#: gnu/packages/perl.scm:1192 +msgid "Dynamic generation of nested combinations of variants" +msgstr "" + +#: gnu/packages/perl.scm:1193 +msgid "" +"Data::Tumbler - Dynamic generation of nested combinations of\n" +"variants" +msgstr "" + +#: gnu/packages/perl.scm:1219 +msgid "Visitor style traversal of Perl data structures" +msgstr "" + +#: gnu/packages/perl.scm:1220 +msgid "" +"This module is a simple visitor implementation for Perl\n" +"values. It has a main dispatcher method, visit, which takes a single p= erl\n" +"value and then calls the methods appropriate for that value. It can\n" +"recursively map (cloning as necessary) or just traverse most structures= , " +"with\n" +"support for per-object behavior, circular structures, visiting tied\n" +"structures, and all ref types (hashes, arrays, scalars, code, globs)." +msgstr "" + +#: gnu/packages/perl.scm:1245 +msgid "Gregorian calendar date calculations" +msgstr "" + +#: gnu/packages/perl.scm:1246 +msgid "" +"This package consists of a Perl module for date calculations\n" +"based on the Gregorian calendar, thereby complying with all relevant no= rms " +"and\n" +"standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (whe= re\n" +"applicable)." +msgstr "" + +#: gnu/packages/perl.scm:1270 +msgid "XS wrapper for Date::Calc" +msgstr "" + +#: gnu/packages/perl.scm:1271 +msgid "" +"Date::Calc::XS is an XS wrapper and C library plug-in for\n" +"Date::Calc." +msgstr "" + +#: gnu/packages/perl.scm:1297 +msgid "Date and time object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1298 +msgid "" +"DateTime is a class for the representation of date/time\n" +"combinations. It represents the Gregorian calendar, extended backwards= in\n" +"time before its creation (in 1582)." +msgstr "" + +#: gnu/packages/perl.scm:1321 +msgid "DateTime set objects" +msgstr "" + +#: gnu/packages/perl.scm:1322 +msgid "" +"The DateTime::Set module provides a date/time sets\n" +"implementation. It allows, for example, the generation of groups of da= tes,\n" +"like \"every wednesday\", and then find all the dates matching that " +"pattern,\n" +"within a time range." +msgstr "" + +#: gnu/packages/perl.scm:1345 +msgid "DateTime rfc2445 recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1346 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for RFC 2445 style recurrences." +msgstr "" + +#: gnu/packages/perl.scm:1367 +msgid "DateTime::Set extension for basic recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1368 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for various recurrences, such as \"once a = month" +"\"\n" +"or \"every day\". You can also create more complicated recurrences, su= ch " +"as\n" +"\"every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM\"." +msgstr "" + +#: gnu/packages/perl.scm:1393 +msgid "Create DateTime parser classes and objects." +msgstr "" + +#: gnu/packages/perl.scm:1394 +msgid "" +"DateTime::Format::Builder creates DateTime parsers. Many\n" +"string formats of dates and times are simple and just require a basic " +"regular\n" +"expression to extract the relevant information. Builder provides a sim= ple " +"way\n" +"to do this without writing reams of structural code." +msgstr "" + +#: gnu/packages/perl.scm:1420 +msgid "Parse data/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1421 +msgid "" +"DateTime::Format::Flexible attempts to take any string you\n" +"give it and parse it into a DateTime object." +msgstr "" + +#: gnu/packages/perl.scm:1445 +msgid "Parse and format iCal datetime and duration strings" +msgstr "" + +#: gnu/packages/perl.scm:1446 +msgid "" +"This module understands the ICal date/time and duration\n" +"formats, as defined in RFC 2445. It can be used to parse these formats= in\n" +"order to create the appropriate objects." +msgstr "" + +#: gnu/packages/perl.scm:1477 +msgid "Machine-readable date/time with natural parsing" +msgstr "" + +#: gnu/packages/perl.scm:1478 +msgid "" +"DateTime::Format::Natural takes a string with a human\n" +"readable date/time and creates a machine readable one by applying natur= al\n" +"parsing logic." +msgstr "" + +#: gnu/packages/perl.scm:1502 +msgid "Parse and format strp and strf time patterns" +msgstr "" + +#: gnu/packages/perl.scm:1503 +msgid "" +"This module implements most of `strptime(3)`, the POSIX\n" +"function that is the reverse of `strftime(3)`, for `DateTime`. While\n= " +"`strftime` takes a `DateTime` and a pattern and returns a string, " +"`strptime`\n" +"takes a string and a pattern and returns the `DateTime` object associat= ed." +msgstr "" + +#: gnu/packages/perl.scm:1526 +msgid "Localization support for DateTime.pm" +msgstr "" + +#: gnu/packages/perl.scm:1527 +msgid "" +"The DateTime::Locale modules provide localization data for\n" +"the DateTime.pm class." +msgstr "" + +#: gnu/packages/perl.scm:1554 +#, fuzzy +msgid "Time zone object for Perl" +msgstr "Interface SQLite pour Perl" + +#: gnu/packages/perl.scm:1555 +msgid "" +"This class is the base class for all time zone objects. A\n" +"time zone is represented internally as a set of observances, each of wh= ich\n" +"describes the offset from GMT for a given time period. Note that witho= ut " +"the\n" +"DateTime module, this module does not do much. It's primary interface = is\n" +"through a DateTime object, and most users will not need to directly use= \n" +"DateTime::TimeZone methods." +msgstr "" + +#: gnu/packages/perl.scm:1585 +msgid "Parse date/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1586 +msgid "" +"DateTimeX::Easy uses a variety of DateTime::Format packages\n" +"to create DateTime objects, with some custom tweaks to smooth out the r= ough\n" +"edges (mainly concerning timezone detection and selection)." +msgstr "" + +#: gnu/packages/perl.scm:1607 +msgid "Meatier version of caller" +msgstr "" + +#: gnu/packages/perl.scm:1608 +msgid "Devel::Caller provides meatier version of caller." +msgstr "" + +#: gnu/packages/perl.scm:1625 +msgid "Check that a command is available" +msgstr "" + +#: gnu/packages/perl.scm:1626 +msgid "" +"Devel::CheckBin is a perl module that checks whether a\n" +"particular command is available." +msgstr "" + +#: gnu/packages/perl.scm:1646 +msgid "Provides equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older p= erls" +msgstr "" + +#: gnu/packages/perl.scm:1647 +msgid "" +"Devel::GlobalDestruction provides a function returning the\n" +"equivalent of \"${^GLOBAL_PHASE} eq 'DESTRUCT'\" for older perls." +msgstr "" + +#: gnu/packages/perl.scm:1667 +msgid "Alias lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:1668 +msgid "" +"Devel::LexAlias provides the ability to alias a lexical\n" +"variable in a subroutines scope to one of your choosing." +msgstr "" + +#: gnu/packages/perl.scm:1690 +msgid "Introspect overloaded operators" +msgstr "" + +#: gnu/packages/perl.scm:1691 +msgid "" +"Devel::OverloadInfo returns information about overloaded\n" +"operators for a given class (or object), including where in the inherit= ance\n" +"hierarchy the overloads are declared and where the code implementing it= is." +msgstr "" + +#: gnu/packages/perl.scm:1718 +msgid "Partial dumping of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1719 +msgid "" +"This module is a data dumper optimized for logging of\n" +"arbitrary parameters." +msgstr "" + +#: gnu/packages/perl.scm:1737 +msgid "Object representing a stack trace" +msgstr "" + +#: gnu/packages/perl.scm:1738 +msgid "" +"The Devel::StackTrace module contains two classes,\n" +"Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsul= ate " +"the\n" +"information that can be retrieved via Perl's caller() function, as well= as\n" +"providing a simple interface to this data." +msgstr "" + +#: gnu/packages/perl.scm:1760 +msgid "Displays stack trace in HTML" +msgstr "" + +#: gnu/packages/perl.scm:1761 +msgid "" +"Devel::StackTrace::AsHTML adds as_html method to\n" +"Devel::StackTrace which displays the stack trace in beautiful HTML, wit= h " +"code\n" +"snippet context and function parameters. If you call it on an instance= of\n" +"Devel::StackTrace::WithLexicals, you even get to see the lexical variab= les " +"of\n" +"each stack frame." +msgstr "" + +#: gnu/packages/perl.scm:1782 +msgid "Dump symbol names or the symbol table" +msgstr "" + +#: gnu/packages/perl.scm:1783 +msgid "Devel::Symdump provides access to the perl symbol table." +msgstr "" + +#: gnu/packages/perl.scm:1800 +msgid "Keyed-Hashing for Message Authentication" +msgstr "" + +#: gnu/packages/perl.scm:1801 +msgid "" +"The Digest::HMAC module follows the common Digest::\n" +"interface for the RFC 2104 HMAC mechanism." +msgstr "" + +#: gnu/packages/perl.scm:1817 +msgid "Perl implementation of the SHA-1 message digest algorithm" +msgstr "" + +#: gnu/packages/perl.scm:1819 +msgid "" +"This package provides 'Digest::SHA1', an implementation of the NIST\n" +"SHA-1 message digest algorithm for use by Perl programs." +msgstr "" + +#: gnu/packages/perl.scm:1841 +msgid "Declare version conflicts for your dist" +msgstr "" + +#: gnu/packages/perl.scm:1842 +msgid "" +"This module allows you to specify conflicting versions of\n" +"modules separately and deal with them after the module is done installi= ng." +msgstr "" + +#: gnu/packages/perl.scm:1859 +msgid "OO-ish Error/Exception handling for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1860 +msgid "" +"The Error package provides two interfaces. Firstly Error\n" +"provides a procedural interface to exception handling. Secondly Error i= s a\n" +"base class for errors/exceptions that can either be thrown, for subsequ= ent\n" +"catch, or can simply be recorded." +msgstr "" + +#: gnu/packages/perl.scm:1885 +msgid "Safely and cleanly create closures via string eval" +msgstr "" + +#: gnu/packages/perl.scm:1886 +msgid "" +"String eval is often used for dynamic code generation. For\n" +"instance, Moose uses it heavily, to generate inlined versions of access= ors " +"and\n" +"constructors, which speeds code up at runtime by a significant amount. = " +"String\n" +"eval is not without its issues however - it's difficult to control the = " +"scope\n" +"it's used in (which determines which variables are in scope inside the = " +"eval),\n" +"and it's easy to miss compilation errors, since eval catches them and " +"sticks\n" +"them in $@ instead. This module attempts to solve these problems. It\= n" +"provides an eval_closure function, which evals a string in a clean\n" +"environment, other than a fixed list of specified variables. Compilati= on\n" +"errors are rethrown automatically." +msgstr "" + +#: gnu/packages/perl.scm:1915 +msgid "Allows you to declare real exception classes in Perl" +msgstr "" + +#: gnu/packages/perl.scm:1916 +msgid "" +"Exception::Class allows you to declare exception hierarchies\n" +"in your modules in a \"Java-esque\" manner." +msgstr "" + +#: gnu/packages/perl.scm:1932 +msgid "Lightweight exporting of functions and variables" +msgstr "" + +#: gnu/packages/perl.scm:1934 +msgid "" +"Exporter::Lite is an alternative to Exporter, intended to provide a\n" +"lightweight subset of the most commonly-used functionality. It support= s\n" +"import(), @EXPORT and @EXPORT_OK and not a whole lot else." +msgstr "" + +#: gnu/packages/perl.scm:1955 +msgid "Exporter with the features of Sub::Exporter but only core depende= ncies" +msgstr "" + +#: gnu/packages/perl.scm:1956 +msgid "" +"Exporter::Tiny supports many of Sub::Exporter's\n" +"external-facing features including renaming imported functions with the= `-" +"as`,\n" +"`-prefix` and `-suffix` options; explicit destinations with the `into` = " +"option;\n" +"and alternative installers with the `installler` option. But it's writ= ten " +"in\n" +"only about 40% as many lines of code and with zero non-core dependencie= s." +msgstr "" + +#: gnu/packages/perl.scm:1979 +msgid "Build.PL install path logic made easy" +msgstr "" + +#: gnu/packages/perl.scm:1980 +msgid "" +"This module tries to make install path resolution as easy as\n" +"possible." +msgstr "" + +#: gnu/packages/perl.scm:1998 +msgid "Wrapper for perl's configuration" +msgstr "" + +#: gnu/packages/perl.scm:1999 +msgid "" +"ExtUtils::Config is an abstraction around the %Config hash.\n" +"By itself it is not a particularly interesting module by any measure, " +"however\n" +"it ties together a family of modern toolchain modules." +msgstr "" + +#: gnu/packages/perl.scm:2018 +msgid "Various portability utilities for module builders" +msgstr "" + +#: gnu/packages/perl.scm:2019 +msgid "" +"This module provides various portable helper functions for\n" +"module building modules." +msgstr "" + +#: gnu/packages/perl.scm:2047 +msgid "Watch for changes to files" +msgstr "" + +#: gnu/packages/perl.scm:2048 +msgid "" +"This module provides a class to monitor a directory for\n" +"changes made to any file." +msgstr "" + +#: gnu/packages/perl.scm:2066 +msgid "Recursively copy files and directories" +msgstr "" + +#: gnu/packages/perl.scm:2067 +msgid "" +"This module has 3 functions: one to copy files only, one to\n" +"copy directories only, and one to do either depending on the argument's= \n" +"type." +msgstr "" + +#: gnu/packages/perl.scm:2089 +msgid "Alternative interface to File::Find" +msgstr "" + +#: gnu/packages/perl.scm:2090 +msgid "" +"File::Find::Rule is a friendlier interface to File::Find.\n" +"It allows you to build rules which specify the desired files and\n" +"directories." +msgstr "" + +#: gnu/packages/perl.scm:2113 +msgid "Common rules for searching for Perl things" +msgstr "" + +#: gnu/packages/perl.scm:2114 +msgid "" +"File::Find::Rule::Perl provides methods for finding various\n" +"types Perl-related files, or replicating search queries run on a " +"distribution\n" +"in various parts of the CPAN ecosystem." +msgstr "" + +#: gnu/packages/perl.scm:2137 +msgid "Find your home and other directories on any platform" +msgstr "" + +#: gnu/packages/perl.scm:2138 +msgid "" +"File::HomeDir is a module for locating the directories that\n" +"are \"owned\" by a user (typicaly your user) and to solve the various " +"issues\n" +"that arise trying to find them consistently across a wide variety of\n" +"platforms." +msgstr "" + +#: gnu/packages/perl.scm:2165 +msgid "" +"Perl extension for crawling directory trees and compiling\n" +"lists of files" +msgstr "" + +#: gnu/packages/perl.scm:2168 +msgid "" +"The File::List module crawls the directory tree starting at the\n" +"provided base directory and can return files (and/or directories if " +"desired)\n" +"matching a regular expression." +msgstr "" + +#: gnu/packages/perl.scm:2187 +msgid "Remove files and directories in Perl" +msgstr "" + +#: gnu/packages/perl.scm:2188 +msgid "" +"File::Remove::remove removes files and directories. It acts\n" +"like /bin/rm, for the most part. Although \"unlink\" can be given a li= st " +"of\n" +"files, it will not remove directories; this module remedies that. It a= lso\n" +"accepts wildcards, * and ?, as arguments for filenames." +msgstr "" + +#: gnu/packages/perl.scm:2212 +msgid "Locate per-dist and per-module shared files" +msgstr "" + +#: gnu/packages/perl.scm:2213 +msgid "" +"The intent of File::ShareDir is to provide a companion to\n" +"Class::Inspector and File::HomeDir. Quite often you want or need your = Perl\n" +"module to have access to a large amount of read-only data that is store= d on\n" +"the file-system at run-time. Once the files have been installed to the= \n" +"correct directory, you can use File::ShareDir to find your files again = " +"after\n" +"the installation." +msgstr "" + +#: gnu/packages/perl.scm:2235 +msgid "Install shared files" +msgstr "" + +#: gnu/packages/perl.scm:2236 +msgid "" +"File::ShareDir::Install allows you to install read-only data\n" +"files from a distribution. It is a companion module to File::ShareDir,= " +"which\n" +"allows you to locate these files after installation." +msgstr "" + +#: gnu/packages/perl.scm:2255 +msgid "Reading/Writing/Modifying of complete files" +msgstr "" + +#: gnu/packages/perl.scm:2256 +msgid "" +"File::Slurp provides subroutines to read or write entire\n" +"files with a simple call. It also has a subroutine for reading the lis= t of\n" +"filenames in a directory." +msgstr "" + +#: gnu/packages/perl.scm:2277 +msgid "Return name and handle of a temporary file safely" +msgstr "" + +#: gnu/packages/perl.scm:2278 +msgid "" +"File::Temp can be used to create and open temporary files in\n" +"a safe way." +msgstr "" + +#: gnu/packages/perl.scm:2295 +msgid "Portable implementation of the `which' utility" +msgstr "" + +#: gnu/packages/perl.scm:2297 +msgid "" +"File::Which was created to be able to get the paths to executable\n" +"programs on systems under which the `which' program wasn't implemented = in " +"the\n" +"shell." +msgstr "" + +#: gnu/packages/perl.scm:2324 +msgid "Getopt::Long, but simpler and more powerful" +msgstr "" + +#: gnu/packages/perl.scm:2325 +msgid "" +"Getopt::Long::Descriptive is yet another Getopt library.\n" +"It's built atop Getopt::Long, and gets a lot of its features, but tries= to\n" +"avoid making you think about its huge array of options. It also provid= es\n" +"usage (help) messages, data validation, and a few other useful features= ." +msgstr "" + +#: gnu/packages/perl.scm:2343 +msgid "Table-driven argument parsing for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2345 +msgid "" +"Getopt::Tabular is a Perl 5 module for table-driven argument parsing,\n= " +"vaguely inspired by John Ousterhout's Tk_ParseArgv." +msgstr "" + +#: gnu/packages/perl.scm:2365 +msgid "Merge arbitrarily deep hashes into a single hash" +msgstr "" + +#: gnu/packages/perl.scm:2366 +msgid "" +"Hash::Merge merges two arbitrarily deep hashes into a single\n" +"hash. That is, at any level, it will add non-conflicting key-value pai= rs " +"from\n" +"one hash to the other, and follows a set of specific rules when there a= re " +"key\n" +"value conflicts. The hash is followed recursively, so that deeply nest= ed\n" +"hashes that are at the same level will be merged when the parent hashes= are\n" +"merged." +msgstr "" + +#: gnu/packages/perl.scm:2388 +msgid "Store multiple values per key" +msgstr "" + +#: gnu/packages/perl.scm:2389 +msgid "" +"Hash::MultiValue is an object (and a plain hash reference)\n" +"that may contain multiple values per key, inspired by MultiDict of WebO= b." +msgstr "" + +#: gnu/packages/perl.scm:2409 +msgid "Import packages into other packages" +msgstr "" + +#: gnu/packages/perl.scm:2410 +msgid "" +"Writing exporters is a pain. Some use Exporter, some use\n" +"Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ...= and\n" +"some things are pragmas. Exporting on someone else's behalf is harder.= " +"The\n" +"exporters don't provide a consistent API for this, and pragmas need to = have\n" +"their import method called directly, since they effect the current unit= of\n" +"compilation. Import::Into provides global methods to make this painles= s." +msgstr "" + +#: gnu/packages/perl.scm:2432 +msgid "Use modules in inc/ if newer than installed" +msgstr "" + +#: gnu/packages/perl.scm:2433 +msgid "" +"The inc::latest module helps bootstrap configure-time\n" +"dependencies for CPAN distributions. These dependencies get bundled in= to " +"the\n" +"inc directory within a distribution and are used by Makefile.PL or Buil= d.PL." +msgstr "" + +#: gnu/packages/perl.scm:2452 +msgid "Utilities for interactive I/O" +msgstr "" + +#: gnu/packages/perl.scm:2453 +msgid "" +"This module provides three utility subroutines that make it\n" +"easier to develop interactive applications: is_interactive(), " +"interactive(),\n" +"and busy()" +msgstr "" + +#: gnu/packages/perl.scm:2472 +msgid "Emulate file interface for in-core strings" +msgstr "" + +#: gnu/packages/perl.scm:2473 +msgid "" +"IO::String is an IO::File (and IO::Handle) compatible class\n" +"that reads or writes data from in-core strings." +msgstr "" + +#: gnu/packages/perl.scm:2491 +msgid "IO:: interface for reading/writing an array of lines" +msgstr "" + +#: gnu/packages/perl.scm:2492 +msgid "" +"This toolkit primarily provides modules for performing both\n" +"traditional and object-oriented i/o) on things *other* than normal\n" +"filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.= " +msgstr "" + +#: gnu/packages/perl.scm:2510 +msgid "Perl interface to pseudo ttys" +msgstr "" + +#: gnu/packages/perl.scm:2512 +#, fuzzy +msgid "" +"This package provides the 'IO::Pty' and 'IO::Tty' Perl interfaces to\n" +"pseudo ttys." +msgstr "Ce paquet fournit une interface de base de donn=C3=A9es pour Per= l." + +#: gnu/packages/perl.scm:2540 +msgid "system() and background procs w/ piping, redirs, ptys" +msgstr "" + +#: gnu/packages/perl.scm:2541 +msgid "" +"IPC::Run allows you run and interact with child processes\n" +"using files, pipes, and pseudo-ttys. Both system()-style and scripted " +"usages\n" +"are supported and may be mixed. Likewise, functional and OO API styles = are\n" +"both supported and may be mixed." +msgstr "" + +#: gnu/packages/perl.scm:2559 +msgid "Run a subprocess with input/ouput redirection" +msgstr "" + +#: gnu/packages/perl.scm:2561 +msgid "" +"The IPC::Run3 module allows you to run a subprocess and redirect stdin,= \n" +"stdout, and/or stderr to files and perl data structures. It aims to " +"satisfy\n" +"99% of the need for using system, qx, and open3 with a simple, extremel= y\n" +"Perlish API and none of the bloat and rarely used features of IPC::Run.= " +msgstr "" + +#: gnu/packages/perl.scm:2585 +#, fuzzy +msgid "Lightweight interface to shared memory" +msgstr "Interface SQLite pour Perl" + +#: gnu/packages/perl.scm:2586 +msgid "" +"IPC::ShareLite provides a simple interface to shared memory,\n" +"allowing data to be efficiently communicated between processes." +msgstr "" + +#: gnu/packages/perl.scm:2606 +msgid "JSON encoder/decoder for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2607 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa using either JSON::XS or JSON::PP." +msgstr "" + +#: gnu/packages/perl.scm:2632 +msgid "Wrapper for Perl JSON classes" +msgstr "" + +#: gnu/packages/perl.scm:2634 +msgid "" +"This module tries to provide a coherent API to bring together the\n" +"various JSON modules currently on CPAN. This module will allow you to = code " +"to\n" +"any JSON API and have it work regardless of which JSON module is actual= ly\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:2658 +msgid "Cpanel::JSON::XS with fallback" +msgstr "" + +#: gnu/packages/perl.scm:2659 +msgid "" +"This module first checks to see if either Cpanel::JSON::XS\n" +"or JSON::XS is already loaded, in which case it uses that module. " +"Otherwise\n" +"it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in orde= r, " +"and\n" +"either uses the first module it finds or throws an error." +msgstr "" + +#: gnu/packages/perl.scm:2682 +msgid "JSON serialising/deserialising for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2706 +msgid "Combination of List::Util and List::MoreUtils" +msgstr "" + +#: gnu/packages/perl.scm:2707 +msgid "" +"This module exports all of the functions that either\n" +"List::Util or List::MoreUtils defines, with preference to List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2731 +msgid "Provide the stuff missing in List::Util" +msgstr "" + +#: gnu/packages/perl.scm:2732 +msgid "" +"List::MoreUtils provides some trivial but commonly needed\n" +"functionality on lists which is not going to go into List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2750 +msgid "Expiry plug-in for Memoize that adds LRU cache expiration" +msgstr "" + +#: gnu/packages/perl.scm:2751 +msgid "" +"This module implements an expiry policy for Memoize that\n" +"follows LRU semantics, that is, the last n results, where n is specifie= d as\n" +"the argument to the CACHESIZE parameter, will be cached." +msgstr "" + +#: gnu/packages/perl.scm:2770 +msgid "Definition of MIME types" +msgstr "" + +#: gnu/packages/perl.scm:2771 +msgid "" +"This module provides a list of known mime-types, combined\n" +"from various sources. For instance, it contains all IANA types and the= \n" +"knowledge of Apache." +msgstr "" + +#: gnu/packages/perl.scm:2800 +msgid "Tiny replacement for Module::Build" +msgstr "" + +#: gnu/packages/perl.scm:2801 +msgid "" +"Many Perl distributions use a Build.PL file instead of a\n" +"Makefile.PL file to drive distribution configuration, build, test and\n= " +"installation. Traditionally, Build.PL uses Module::Build as the underl= ying\n" +"build system. This module provides a simple, lightweight, drop-in\n" +"replacement. Whereas Module::Build has over 6,700 lines of code; this = " +"module\n" +"has less than 120, yet supports the features needed by most distributio= ns." +msgstr "" + +#: gnu/packages/perl.scm:2823 +msgid "Find and use installed modules in a (sub)category" +msgstr "" + +#: gnu/packages/perl.scm:2824 +msgid "" +"Module::Find lets you find and use modules in categories.\n" +"This can be useful for auto-detecting driver or plugin modules. You ca= n\n" +"differentiate between looking in the category itself or in all\n" +"subcategories." +msgstr "" + +#: gnu/packages/perl.scm:2850 +msgid "Loads alternate underlying implementations for a module" +msgstr "" + +#: gnu/packages/perl.scm:2851 +msgid "" +"This module abstracts out the process of choosing one of\n" +"several underlying implementations for a module. This can be used to " +"provide\n" +"XS and pure Perl implementations of a module, or it could be used to lo= ad " +"an\n" +"implementation for a given OS or any other case of needing to provide " +"multiple\n" +"implementations." +msgstr "" + +#: gnu/packages/perl.scm:2889 +msgid "Standalone, extensible Perl module installer" +msgstr "" + +#: gnu/packages/perl.scm:2890 +msgid "" +"Module::Install is a package for writing installers for\n" +"CPAN (or CPAN-like) distributions that are clean, simple, minimalist, a= ct in " +"a\n" +"strictly correct manner with ExtUtils::MakeMaker, and will run on any P= erl\n" +"installation version 5.005 or newer." +msgstr "" + +#: gnu/packages/perl.scm:2910 +msgid "Perl runtime module handling" +msgstr "" + +#: gnu/packages/perl.scm:2911 +msgid "" +"The functions exported by this module deal with runtime\n" +"handling of Perl modules, which are normally handled at compile time." +msgstr "" + +#: gnu/packages/perl.scm:2932 +msgid "Provide information on conflicts for Module::Runtime" +msgstr "" + +#: gnu/packages/perl.scm:2933 +msgid "" +"This module provides conflicts checking for Module::Runtime,\n" +"which had a recent release that broke some versions of Moose. It is ca= lled\n" +"from Moose::Conflicts and moose-outdated." +msgstr "" + +#: gnu/packages/perl.scm:2954 +msgid "Recursively scan Perl code for dependencies" +msgstr "" + +#: gnu/packages/perl.scm:2955 +msgid "" +"Module::ScanDeps is a module to recursively scan Perl\n" +"programs for dependencies." +msgstr "" + +#: gnu/packages/perl.scm:2975 +msgid "Module name tools and transformations" +msgstr "" + +#: gnu/packages/perl.scm:2976 +msgid "" +"This module provides a few useful functions for manipulating\n" +"module names. Its main aim is to centralise some of the functions comm= only\n" +"used by modules that manipulate other modules in some way, like convert= ing\n" +"module names to relative paths." +msgstr "" + +#: gnu/packages/perl.scm:3006 +msgid "Minimalist Object Orientation (with Moose compatibility)" +msgstr "" + +#: gnu/packages/perl.scm:3007 +msgid "" +"Moo is an extremely light-weight Object Orientation system.\n" +"It allows one to concisely define objects and roles with a convenient " +"syntax\n" +"that avoids the details of Perl's object system. Moo contains a subset= of\n" +"Moose and is optimised for rapid startup." +msgstr "" + +#: gnu/packages/perl.scm:3083 +msgid "Postmodern object system for Perl 5" +msgstr "" + +#: gnu/packages/perl.scm:3085 +msgid "" +"Moose is a complete object system for Perl 5. It provides keywords for= \n" +"attribute declaration, object construction, inheritance, and maybe more= . " +"With\n" +"Moose, you define your class declaratively, without needing to know abo= ut\n" +"blessed hashrefs, accessor methods, and so on. You can concentrate on = the\n" +"logical structure of your classes, focusing on \"what\" rather than \"h= ow" +"\".\n" +"A class definition with Moose reads like a list of very concise English= \n" +"sentences." +msgstr "" + +#: gnu/packages/perl.scm:3113 +msgid "Emulate Class::Accessor::Fast behavior using Moose attributes" +msgstr "" + +#: gnu/packages/perl.scm:3114 +msgid "" +"This module attempts to emulate the behavior of\n" +"Class::Accessor::Fast as accurately as possible using the Moose attribu= te\n" +"system. The public API of Class::Accessor::Fast is wholly supported, b= ut " +"the\n" +"private methods are not." +msgstr "" + +#: gnu/packages/perl.scm:3145 +msgid "Moose role for processing command line options" +msgstr "" + +#: gnu/packages/perl.scm:3146 +msgid "" +"This is a Moose role which provides an alternate constructor\n" +"for creating objects using parameters passed in from the command line." +msgstr "" + +#: gnu/packages/perl.scm:3167 +msgid "Mark overload code symbols as methods" +msgstr "" + +#: gnu/packages/perl.scm:3168 +msgid "" +"MooseX::MarkAsMethods allows one to easily mark certain\n" +"functions as Moose methods. This will allow other packages such as\n" +"namespace::autoclean to operate without blowing away your overloads. A= fter\n" +"using MooseX::MarkAsMethods your overloads will be recognized by Class:= :MOP " +"as\n" +"being methods, and class extension as well as composition from roles wi= th\n" +"overloads will \"just work\"." +msgstr "" + +#: gnu/packages/perl.scm:3198 +msgid "Code attribute introspection" +msgstr "" + +#: gnu/packages/perl.scm:3199 +msgid "" +"This module allows code attributes of methods to be\n" +"introspected using Moose meta method objects." +msgstr "" + +#: gnu/packages/perl.scm:3225 +msgid "Subclassing of non-Moose classes" +msgstr "" + +#: gnu/packages/perl.scm:3226 +msgid "" +"MooseX::NonMoose allows for easily subclassing non-Moose\n" +"classes with Moose, taking care of the details connected with doing thi= s, " +"such\n" +"as setting up proper inheritance from Moose::Object and installing (and= \n" +"inlining, at make_immutable time) a constructor that makes sure things = like\n" +"BUILD methods are called. It tries to be as non-intrusive as possible.= " +msgstr "" + +#: gnu/packages/perl.scm:3255 +msgid "Extension of Params::Validate using Moose's types" +msgstr "" + +#: gnu/packages/perl.scm:3256 +msgid "" +"This module fills a gap in Moose by adding method parameter\n" +"validation to Moose." +msgstr "" + +#: gnu/packages/perl.scm:3277 +msgid "Apply roles to a related Perl class" +msgstr "" + +#: gnu/packages/perl.scm:3278 +msgid "" +"This module applies roles to make a subclass instead of\n" +"manually setting up a subclass." +msgstr "" + +#: gnu/packages/perl.scm:3304 +msgid "Moose roles with composition parameters" +msgstr "" + +#: gnu/packages/perl.scm:3305 +msgid "" +"Because Moose roles serve many different masters, they\n" +"usually provide only the least common denominator of functionality. To= \n" +"empower roles further, more configurability than -alias and -excludes i= s\n" +"required. Perhaps your role needs to know which method to call when it= is\n" +"done processing, or what default value to use for its url attribute.\n" +"Parameterized roles offer a solution to these (and other) kinds of prob= lems." +msgstr "" + +#: gnu/packages/perl.scm:3331 +msgid "Roles which support overloading" +msgstr "" + +#: gnu/packages/perl.scm:3332 +msgid "" +"MooseX::Role::WithOverloading allows you to write a\n" +"Moose::Role which defines overloaded operators and allows those overloa= d\n" +"methods to be composed into the classes/roles/instances it's compiled t= o,\n" +"where plain Moose::Roles would lose the overloading." +msgstr "" + +#: gnu/packages/perl.scm:3354 +msgid "Name your accessors foo() and set_foo()" +msgstr "" + +#: gnu/packages/perl.scm:3355 +msgid "" +"This module does not provide any methods. Simply loading it\n" +"changes the default naming policy for the loading class so that accesso= rs " +"are\n" +"separated into get and set methods. The get methods have the same name= as " +"the\n" +"accessor, while set methods are prefixed with \"_set_\"." +msgstr "" + +#: gnu/packages/perl.scm:3381 +msgid "Strict object constructors for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3382 +msgid "" +"Simply loading this module makes your constructors\n" +"\"strict\". If your constructor is called with an attribute init argume= nt " +"that\n" +"your class does not declare, then it calls Moose->throw_error(). " +msgstr "" + +#: gnu/packages/perl.scm:3410 +msgid "Trait loading and resolution for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3411 +msgid "" +"Adds support on top of MooseX::Traits for class precedence\n" +"search for traits and some extra attributes" +msgstr "" + +#: gnu/packages/perl.scm:3436 +msgid "Organise your Moose types in libraries" +msgstr "" + +#: gnu/packages/perl.scm:3437 +msgid "" +"This package lets you declare types using short names, but\n" +"behind the scenes it namespaces all your type declarations, effectively= \n" +"prevent name clashes between packages." +msgstr "" + +#: gnu/packages/perl.scm:3468 +msgid "DateTime related constraints and coercions for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3469 +msgid "" +"This module packages several Moose::Util::TypeConstraints\n" +"with coercions, designed to work with the DateTime suite of objects." +msgstr "" + +#: gnu/packages/perl.scm:3501 +msgid "Extensions to MooseX::Types::DateTime" +msgstr "" + +#: gnu/packages/perl.scm:3502 +msgid "" +"This module builds on MooseX::Types::DateTime to add\n" +"additional custom types and coercions. Since it builds on an existing = " +"type,\n" +"all coercions and constraints are inherited." +msgstr "" + +#: gnu/packages/perl.scm:3531 +msgid "ClassName type constraints for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3532 +msgid "" +"MooseX::Types::LoadableClass provides a ClassName type\n" +"constraint with coercion to load the class." +msgstr "" + +#: gnu/packages/perl.scm:3556 +msgid "Moosish types and type builder" +msgstr "" + +#: gnu/packages/perl.scm:3557 +msgid "" +"MooX::Types::MooseLike provides a possibility to build your\n" +"own set of Moose-like types. These custom types can then be used to " +"describe\n" +"fields in Moo-based classes." +msgstr "" + +#: gnu/packages/perl.scm:3576 +msgid "MRO interface compatibility for Perls < 5.9.5" +msgstr "" + +#: gnu/packages/perl.scm:3577 +msgid "" +"The \"mro\" namespace provides several utilities for dealing\n" +"with method resolution order and method caching in general in Perl 5.9.= 5 " +"and\n" +"higher. This module provides those interfaces for earlier versions of\= n" +"Perl (back to 5.6.0)." +msgstr "" + +#: gnu/packages/perl.scm:3603 +msgid "Keep imports out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3604 +msgid "" +"The namespace::autoclean pragma will remove all imported\n" +"symbols at the end of the current package's compile cycle. Functions " +"called\n" +"in the package itself will still be bound by their name, but they won't= " +"show\n" +"up as methods on your class or instances. It is very similar to\n" +"namespace::clean, except it will clean all imported functions, no matte= r if\n" +"you imported them before or after you used the pragma. It will also no= t " +"touch\n" +"anything that looks like a method." +msgstr "" + +#: gnu/packages/perl.scm:3630 +msgid "Keep imports and functions out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3631 +msgid "" +"The namespace::clean pragma will remove all previously\n" +"declared or imported symbols at the end of the current package's compil= e\n" +"cycle. Functions called in the package itself will still be bound by t= heir\n" +"name, but they won't show up as methods on your class or instances." +msgstr "" + +#: gnu/packages/perl.scm:3651 +msgid "Numeric comparisons" +msgstr "" + +#: gnu/packages/perl.scm:3652 +msgid "" +"Number::Compare compiles a simple comparison to an anonymous\n" +"subroutine, which you can call with a value to be tested against." +msgstr "" + +#: gnu/packages/perl.scm:3670 +msgid "Generate cryptographic signatures for objects" +msgstr "" + +#: gnu/packages/perl.scm:3671 +msgid "" +"Object::Signature is an abstract base class that you can\n" +"inherit from in order to allow your objects to generate unique " +"cryptographic\n" +"signatures." +msgstr "" + +#: gnu/packages/perl.scm:3693 +msgid "Anonymous packages" +msgstr "" + +#: gnu/packages/perl.scm:3694 +msgid "" +"This module allows for anonymous packages that are\n" +"independent of the main namespace and only available through an object\= n" +"instance, not by name." +msgstr "" + +#: gnu/packages/perl.scm:3722 +msgid "Manage deprecation warnings for your distribution" +msgstr "" + +#: gnu/packages/perl.scm:3723 +msgid "" +"This module allows you to manage a set of deprecations for\n" +"one or more modules." +msgstr "" + +#: gnu/packages/perl.scm:3750 +msgid "Routines for manipulating stashes" +msgstr "" + +#: gnu/packages/perl.scm:3751 +msgid "" +"Manipulating stashes (Perl's symbol tables) is occasionally\n" +"necessary, but incredibly messy, and easy to get wrong. This module hi= des " +"all\n" +"of that behind a simple API." +msgstr "" + +#: gnu/packages/perl.scm:3774 +msgid "Faster implementation of the Package::Stash API" +msgstr "" + +#: gnu/packages/perl.scm:3775 +msgid "" +"This is a backend for Package::Stash, which provides the\n" +"functionality in a way that's less buggy and much faster. It will be u= sed " +"by\n" +"default if it's installed, and should be preferred in all environments = with " +"a\n" +"compiler." +msgstr "" + +#: gnu/packages/perl.scm:3795 +msgid "Play with other peoples' lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:3796 +msgid "" +"PadWalker is a module which allows you to inspect (and even\n" +"change) lexical variables in any subroutine which called you. It will = only\n" +"show those variables which are in scope at the point of the call. " +"PadWalker\n" +"is particularly useful for debugging." +msgstr "" + +#: gnu/packages/perl.scm:3817 +msgid "Simple, compact and correct param-checking functions" +msgstr "" + +#: gnu/packages/perl.scm:3819 +msgid "" +"Params::Util provides a basic set of importable functions that makes\n" +"checking parameters easier." +msgstr "" + +#: gnu/packages/perl.scm:3842 +msgid "Validate method/function parameters" +msgstr "" + +#: gnu/packages/perl.scm:3843 +msgid "" +"The Params::Validate module allows you to validate method or\n" +"function call parameters to an arbitrary level of specificity." +msgstr "" + +#: gnu/packages/perl.scm:3861 +msgid "Create and manipulate PAR distributions" +msgstr "" + +#: gnu/packages/perl.scm:3862 +msgid "" +"PAR::Dist is a toolkit to create and manipulate PAR\n" +"distributions." +msgstr "" + +#: gnu/packages/perl.scm:3881 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time." +msgstr "" + +#: gnu/packages/perl.scm:3899 +msgid "Path specification manipulation" +msgstr "" + +#: gnu/packages/perl.scm:3900 +msgid "" +"Path::Class is a module for manipulation of file and\n" +"directory specifications in a cross-platform manner." +msgstr "" + +#: gnu/packages/perl.scm:3920 +msgid "Check for comprehensive documentation of a module" +msgstr "" + +#: gnu/packages/perl.scm:3921 +msgid "" +"This module provides a mechanism for determining if the pod\n" +"for a given module is comprehensive." +msgstr "" + +#: gnu/packages/perl.scm:3940 +msgid "GNU C library compatible strftime for loggers and servers" +msgstr "" + +#: gnu/packages/perl.scm:3941 +msgid "" +"POSIX::strftime::Compiler provides GNU C library compatible\n" +"strftime(3). But this module is not affected by the system locale. Th= is\n" +"feature is useful when you want to write loggers, servers, and portable= \n" +"applications." +msgstr "" + +#: gnu/packages/perl.scm:3959 +msgid "Information about the currently running perl" +msgstr "" + +#: gnu/packages/perl.scm:3961 +msgid "" +"Probe::Perl provides methods for obtaining information about the\n" +"currently running perl interpreter. It originally began life as code i= n " +"the\n" +"Module::Build project, but has been externalized here for general use." +msgstr "" + +#: gnu/packages/perl.scm:3982 +msgid "Create read-only scalars, arrays, hashes" +msgstr "" + +#: gnu/packages/perl.scm:3983 +msgid "" +"This module provides a facility for creating non-modifiable\n" +"variables in Perl. This is useful for configuration files, headers, et= c. " +"It\n" +"can also be useful as a development and debugging tool for catching upd= ates " +"to\n" +"variables that should not be changed." +msgstr "" + +#: gnu/packages/perl.scm:4001 +msgid "Provide commonly requested regular expressions" +msgstr "" + +#: gnu/packages/perl.scm:4003 +msgid "" +"This module exports a single hash (`%RE') that stores or generates\n" +"commonly needed regular expressions. Patterns currently provided inclu= de:\n" +"balanced parentheses and brackets, delimited text (with escapes), integ= ers " +"and\n" +"floating-point numbers in any base (up to 36), comments in 44 languages= ,\n" +"offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip= \n" +"codes." +msgstr "" + +#: gnu/packages/perl.scm:4033 +msgid "Roles, as a slice of Moose" +msgstr "" + +#: gnu/packages/perl.scm:4034 +msgid "Role::Tiny is a minimalist role composition tool." +msgstr "" + +#: gnu/packages/perl.scm:4051 +msgid "Call isa, can, does, and DOES safely" +msgstr "" + +#: gnu/packages/perl.scm:4052 +msgid "" +"This module allows you to call isa, can, does, and DOES\n" +"safely on things that may not be objects." +msgstr "" + +#: gnu/packages/perl.scm:4070 +#, fuzzy +msgid "Lexically-scoped resource management" +msgstr "Gestion de p=C3=A9riph=C3=A9riques utilisateurs" + +#: gnu/packages/perl.scm:4071 +msgid "" +"This module provides a convenient way to perform cleanup or\n" +"other forms of resource management at the end of a scope. It is " +"particularly\n" +"useful when dealing with exceptions: the Scope::Guard constructor takes= a\n" +"reference to a subroutine that is guaranteed to be called even if the " +"thread\n" +"of execution is aborted prematurely. This effectively allows lexically= -" +"scoped\n" +"\"promises\" to be made that are automatically honoured by perl's garba= ge\n" +"collector." +msgstr "" + +#: gnu/packages/perl.scm:4094 +msgid "Infinite sets" +msgstr "" + +#: gnu/packages/perl.scm:4095 +msgid "Set::Infinite is a set theory module for infinite sets." +msgstr "" + +#: gnu/packages/perl.scm:4115 +msgid "Unordered collections of Perl Objects" +msgstr "" + +#: gnu/packages/perl.scm:4116 +msgid "" +"Set::Object provides efficient sets, unordered collections\n" +"of Perl objects without duplicates for scalars and references." +msgstr "" + +#: gnu/packages/perl.scm:4134 +#, fuzzy +msgid "Set operations for Perl" +msgstr "Interface SQLite pour Perl" + +#: gnu/packages/perl.scm:4135 +msgid "" +"The first priority of Set::Scalar is to be a convenient\n" +"interface to sets (as in: unordered colletions of Perl scalars.) While= not\n" +"designed to be slow or big, neither has it been designed to be fast or\= n" +"compact." +msgstr "" + +#: gnu/packages/perl.scm:4155 +msgid "Spiffy Perl Interface Framework For You" +msgstr "" + +#: gnu/packages/perl.scm:4156 +msgid "" +"Spiffy is a framework and methodology for doing object\n" +"oriented (OO) programming in Perl. Spiffy combines the best parts of\n= " +"Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation " +"class.\n" +"It attempts to fix all the nits and warts of traditional Perl OO, in a = " +"clean,\n" +"straightforward and (perhaps someday) standard way. Spiffy borrows ide= as " +"from\n" +"other OO languages like Python, Ruby, Java and Perl 6." +msgstr "" + +#: gnu/packages/perl.scm:4178 +msgid "Temporary buffer to save bytes" +msgstr "" + +#: gnu/packages/perl.scm:4179 +msgid "" +"Stream::Buffered is a buffer class to store arbitrary length\n" +"of byte strings and then get a seekable filehandle once everything is\n= " +"buffered. It uses PerlIO and/or temporary file to save the buffer " +"depending\n" +"on the length of the size." +msgstr "" + +#: gnu/packages/perl.scm:4199 +msgid "Turn on strict and make all warnings fatal" +msgstr "" + +#: gnu/packages/perl.scm:4200 +msgid "" +"Strictures turns on strict and make all warnings fatal when\n" +"run from within a source-controlled directory." +msgstr "" + +#: gnu/packages/perl.scm:4218 +msgid "Camelcase and de-camelcase" +msgstr "" + +#: gnu/packages/perl.scm:4219 +msgid "" +"This module may be used to convert from under_score text to\n" +"CamelCase and back again." +msgstr "" + +#: gnu/packages/perl.scm:4239 +msgid "Rewrite strings based on a set of known prefixes" +msgstr "" + +#: gnu/packages/perl.scm:4240 +msgid "" +"This module allows you to rewrite strings based on a set of\n" +"known pprefixes." +msgstr "" + +#: gnu/packages/perl.scm:4262 +msgid "Sophisticated exporter for custom-built routines" +msgstr "" + +#: gnu/packages/perl.scm:4264 +msgid "" +"Sub::Exporter provides a sophisticated alternative to Exporter.pm for\n= " +"custom-built routines." +msgstr "" + +#: gnu/packages/perl.scm:4283 +msgid "Only use Sub::Exporter if you need it" +msgstr "" + +#: gnu/packages/perl.scm:4284 +msgid "" +"Sub::Exporter is an incredibly powerful module, but with\n" +"that power comes great responsibility, as well as some runtime penaltie= s.\n" +"This module is a \"Sub::Exporter\" wrapper that will let your users jus= t " +"use\n" +"Exporter if all they are doing is picking exports, but use \"Sub::Expor= ter" +"\"\n" +"if your users try to use \"Sub::Exporter\"'s more advanced features, li= ke\n" +"renaming exports, if they try to use them." +msgstr "" + +#: gnu/packages/perl.scm:4306 +msgid "Retrieve names of code references" +msgstr "" + +#: gnu/packages/perl.scm:4307 +msgid "" +"Sub::Identify allows you to retrieve the real name of code\n" +"references." +msgstr "" + +#: gnu/packages/perl.scm:4326 +msgid "Install subroutines into packages easily" +msgstr "" + +#: gnu/packages/perl.scm:4328 +msgid "" +"Sub::Install makes it easy to install subroutines into packages without= \n" +"the unsightly mess of C or typeglobs lying about where just = " +"anyone\n" +"can see them." +msgstr "" + +#: gnu/packages/perl.scm:4349 +msgid "(Re)name a sub" +msgstr "" + +#: gnu/packages/perl.scm:4350 +msgid "" +"Assigns a new name to referenced sub. If package\n" +"specification is omitted in the name, then the current package is used.= " +"The\n" +"return value is the sub." +msgstr "" + +#: gnu/packages/perl.scm:4369 +msgid "Apparently run a function in a higher stack frame" +msgstr "" + +#: gnu/packages/perl.scm:4370 +msgid "" +"Like Tcl's uplevel() function, but not quite so dangerous.\n" +"The idea is just to fool caller(). All the really naughty bits of Tcl'= s\n" +"uplevel() are avoided." +msgstr "" + +#: gnu/packages/perl.scm:4389 +msgid "Perl extension for generating SVG documents" +msgstr "" + +#: gnu/packages/perl.scm:4390 +msgid "" +"SVG is a Perl module which generates a nested data structure\n" +"containing the DOM representation of an SVG (Scalable Vector Graphics) = " +"image.\n" +"Using SVG, you can generate SVG objects, embed other SVG instances into= it,\n" +"access the DOM object, create and access Javascript, and generate SMIL\= n" +"animation content." +msgstr "" + +#: gnu/packages/perl.scm:4409 +msgid "Perl extension for getting CPU information" +msgstr "" + +#: gnu/packages/perl.scm:4411 +msgid "" +"In responce to a post on perlmonks.org, a module for counting the numbe= r\n" +"of CPU's on a system. Support has now also been added for type of CPU = and\n" +"clock speed." +msgstr "" + +#: gnu/packages/perl.scm:4433 +msgid "Get full hostname in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4434 +msgid "" +"Sys::Hostname::Long tries very hard to get the full hostname\n" +"of a system." +msgstr "" + +#: gnu/packages/perl.scm:4452 +msgid "Ensure that a platform has weaken support" +msgstr "" + +#: gnu/packages/perl.scm:4453 +msgid "" +"One recurring problem in modules that use Scalar::Util's\n" +"weaken function is that it is not present in the pure-perl variant. If= \n" +"Scalar::Util is not available at all, it will issue a normal dependency= on " +"the\n" +"module. However, if Scalar::Util is relatively new ( it is >=3D 1.19 )= and " +"the\n" +"module does not have weaken, the install will bail out altogether with = a " +"long\n" +"error encouraging the user to seek support." +msgstr "" + +#: gnu/packages/perl.scm:4478 +msgid "Template processing system for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4479 +msgid "" +"The Template Toolkit is a collection of modules which\n" +"implement an extensible template processing system. It was originally\= n" +"designed and remains primarily useful for generating dynamic web conten= t, " +"but\n" +"it can be used equally well for processing any other kind of text based= \n" +"documents: HTML, XML, POD, PostScript, LaTeX, and so on." +msgstr "" + +#: gnu/packages/perl.scm:4502 +msgid "Profiling for Template Toolkit" +msgstr "" + +#: gnu/packages/perl.scm:4503 +msgid "" +"Template::Timer provides inline profiling of the template\n" +"processing in Perl code." +msgstr "" + +#: gnu/packages/perl.scm:4521 +msgid "Detect encoding of the current terminal" +msgstr "" + +#: gnu/packages/perl.scm:4522 +msgid "" +"Term::Encoding is a simple module to detect the encoding of\n" +"the current terminal expects in various ways." +msgstr "" + +#: gnu/packages/perl.scm:4546 +msgid "Progress meter on a standard terminal" +msgstr "" + +#: gnu/packages/perl.scm:4547 +msgid "" +"Term::ProgressBar provides a simple progress bar on the\n" +"terminal, to let the user know that something is happening, roughly how= " +"much\n" +"stuff has been done, and maybe an estimate at how long remains." +msgstr "" + +#: gnu/packages/perl.scm:4570 +msgid "Progress meter if run interactively" +msgstr "" + +#: gnu/packages/perl.scm:4571 +msgid "" +"Term::ProgressBar is a wonderful module for showing progress\n" +"bars on the terminal. This module acts very much like that module when= it " +"is\n" +"run interactively. However, when it is not run interactively (for examp= le, " +"as\n" +"a cron job) then it does not show the progress bar." +msgstr "" + +#: gnu/packages/perl.scm:4593 +msgid "Simple progress bars" +msgstr "" + +#: gnu/packages/perl.scm:4594 +msgid "" +"Term::ProgressBar::Simple tells you how much work has been\n" +"done, how much is left to do, and estimate how long it will take." +msgstr "" + +#: gnu/packages/perl.scm:4612 +#, fuzzy +msgid "Simple terminal control" +msgstr "Outil simple de sauvegarde incr=C3=A9mentale" + +#: gnu/packages/perl.scm:4613 +msgid "" +"This module, ReadKey, provides ioctl control for terminals\n" +"so the input modes can be changed (thus allowing reads of a single " +"character\n" +"at a time), and also provides non-blocking reads of stdin, as well as " +"several\n" +"other terminal related features, including retrieval/modification of th= e\n" +"screen size, and retrieval/modification of the control characters." +msgstr "" + +#: gnu/packages/perl.scm:4640 +msgid "Data-driven testing framework for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4641 +msgid "" +"Test::Base gives a way to trivially write your own test\n" +"framework base class. It concentrates on offering reusable data driven= \n" +"patterns, so that you can write tests with a minimum of code." +msgstr "" + +#: gnu/packages/perl.scm:4672 +msgid "Check for uncleaned imports" +msgstr "" + +#: gnu/packages/perl.scm:4673 +msgid "" +"This module lets you check your module's namespaces for\n" +"imported functions you might have forgotten to remove with\n" +"namespace::autoclean or namespace::clean and are therefore available to= be\n" +"called as methods, which usually isn't want you want." +msgstr "" + +#: gnu/packages/perl.scm:4693 +msgid "Flexible deep comparison for the Test::Builder framework" +msgstr "" + +#: gnu/packages/perl.scm:4695 +msgid "" +"Test::Deep compares two structures by going through each level, ensurin= g\n" +"that the values match, that arrays and hashes have the same elements an= d " +"that\n" +"references are blessed into the correct class. It also handles circular= " +"data\n" +"structures without getting caught in an infinite loop." +msgstr "" + +#: gnu/packages/perl.scm:4720 +msgid "Test strings and data structures and show differences" +msgstr "" + +#: gnu/packages/perl.scm:4721 +msgid "" +"This module exports three test functions and four diff-style\n" +"functions" +msgstr "" + +#: gnu/packages/perl.scm:4742 +msgid "Perl extension for maintaining test directories" +msgstr "" + +#: gnu/packages/perl.scm:4743 +msgid "" +"Testing code can involve making sure that files are created\n" +"and deleted as expected. Doing this manually can be error prone, as it= 's " +"easy\n" +"to forget a file, or miss that some unexpected file was added. This mo= dule\n" +"simplifies maintaining test directories by tracking their status as the= y " +"are\n" +"modified or tested with this API, making it simple to test both individ= ual\n" +"files, as well as to verify that there are no missing or unknown files.= " +msgstr "" + +#: gnu/packages/perl.scm:4769 +msgid "Test exception based code" +msgstr "" + +#: gnu/packages/perl.scm:4770 +msgid "" +"This module provides a few convenience methods for testing\n" +"exception based code. It is built with Test::Builder and plays happily= " +"with\n" +"Test::More and friends." +msgstr "" + +#: gnu/packages/perl.scm:4790 +msgid "Simple helpers for testing code with exceptions" +msgstr "" + +#: gnu/packages/perl.scm:4791 +msgid "" +"Test::Fatal is an alternative to the popular\n" +"Test::Exception. It does much less, but should allow greater flexibili= ty " +"in\n" +"testing exception-throwing code with about the same amount of typing." +msgstr "" + +#: gnu/packages/perl.scm:4821 +msgid "Run Perl standard test scripts with statistics" +msgstr "" + +#: gnu/packages/perl.scm:4822 +msgid "" +"Simple test harness which allows tests to be run and results\n" +"automatically aggregated and output to STDOUT." +msgstr "" + +#: gnu/packages/perl.scm:4840 +msgid "Traces memory leaks in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4841 +msgid "" +"Test::LeakTrace provides several functions that trace memory\n" +"leaks. This module scans arenas, the memory allocation system, so it ca= n\n" +"detect any leaked SVs in given blocks." +msgstr "" + +#: gnu/packages/perl.scm:4860 +msgid "Tests strings for equality, with more helpful failures" +msgstr "" + +#: gnu/packages/perl.scm:4861 +msgid "" +"This module provides some drop-in replacements for the\n" +"string comparison functions of Test::More, but which are more suitable = when\n" +"you test against long strings." +msgstr "" + +#: gnu/packages/perl.scm:4888 +#, fuzzy +msgid "Emulate troublesome interfaces in Perl" +msgstr "Interface SQLite pour Perl" + +#: gnu/packages/perl.scm:4889 +msgid "" +"Test::MockObject allows you to create objects that conform\n" +"to particular interfaces with very little code. You don't have to " +"reimplement\n" +"the behavior, just the input and the output." +msgstr "" + +#: gnu/packages/perl.scm:4908 +msgid "Replaces actual time with simulated time" +msgstr "" + +#: gnu/packages/perl.scm:4909 +msgid "" +"This module was created to enable test suites to test code\n" +"at specific points in time. Specifically it overrides localtime, gmtim= e " +"and\n" +"time at compile time and then relies on the user supplying a mock time = via\n" +"set_relative_time, set_absolute_time or set_fixed_time to alter future = " +"calls\n" +"to gmtime,time or localtime." +msgstr "" + +#: gnu/packages/perl.scm:4936 +msgid "Most commonly needed test functions and features" +msgstr "" + +#: gnu/packages/perl.scm:4937 +msgid "" +"This module provides the most commonly used testing\n" +"functions, along with automatically turning on strict and warning and g= ives " +"a\n" +"bit more fine-grained control over test suites." +msgstr "" + +#: gnu/packages/perl.scm:4955 +msgid "Ensure no warnings are produced while testing" +msgstr "" + +#: gnu/packages/perl.scm:4957 +msgid "" +"This modules causes any warnings during testing to be captured and\n" +"stored. It automatically adds an extra test that will run when your sc= ript\n" +"ends to check that there were no warnings. If there were any warings, = the\n" +"test will fail and output diagnostics of where, when and what the warni= ng " +"was,\n" +"including a stack trace of what was going on when it occurred." +msgstr "" + +#: gnu/packages/perl.scm:4982 +msgid "Utilities to test STDOUT and STDERR messages" +msgstr "" + +#: gnu/packages/perl.scm:4984 +msgid "" +"Test::Output provides a simple interface for testing output sent to\n" +"STDOUT or STDERR. A number of different utilities are included to try = and " +"be\n" +"as flexible as possible to the tester." +msgstr "" + +#: gnu/packages/perl.scm:5005 +msgid "Check for POD errors in files" +msgstr "" + +#: gnu/packages/perl.scm:5006 +msgid "" +"Check POD files for errors or warnings in a test file, using\n" +"Pod::Simple to do the heavy lifting." +msgstr "" + +#: gnu/packages/perl.scm:5026 +msgid "Check for pod coverage" +msgstr "" + +#: gnu/packages/perl.scm:5027 +msgid "" +"This module adds a test to your Perl distribution which\n" +"checks for pod coverage of all appropriate files." +msgstr "" + +#: gnu/packages/perl.scm:5045 +msgid "Checks to see if the module can be loaded" +msgstr "" + +#: gnu/packages/perl.scm:5046 +msgid "" +"Test::Requires checks to see if the module can be loaded.\n" +"If this fails, then rather than failing tests this skips all tests." +msgstr "" + +#: gnu/packages/perl.scm:5065 +msgid "Basic cross-platform tests for scripts" +msgstr "" + +#: gnu/packages/perl.scm:5067 +msgid "" +"The intent of the Test::Script module is to provide a series of basic\n= " +"tests for 80% of the testing you will need to do for scripts in the scr= ipt " +"(or\n" +"bin as is also commonly used) paths of your Perl distribution." +msgstr "" + +#: gnu/packages/perl.scm:5090 +msgid "Fork test in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5091 +msgid "" +"Test::SharedFork is a utility module for Test::Builder. It\n" +"makes fork(2) safe to use in test cases." +msgstr "" + +#: gnu/packages/perl.scm:5107 +msgid "Basic utilities for writing tests" +msgstr "" + +#: gnu/packages/perl.scm:5109 +msgid "Test::Simple contains basic utilities for writing tests." +msgstr "" + +#: gnu/packages/perl.scm:5126 +msgid "Simplify running Test::Builder tests" +msgstr "" + +#: gnu/packages/perl.scm:5128 +msgid "" +"Test::Tester allows testing of test modules based on Test::Builder with= \n" +"a minimum of effort." +msgstr "" + +#: gnu/packages/perl.scm:5152 +msgid "Trap exit codes, exceptions, output, etc." +msgstr "" + +#: gnu/packages/perl.scm:5153 +msgid "" +"This module is primarily (but not exclusively) for use in\n" +"test scripts: A block eval configurable and extensible but by default " +"trapping\n" +"STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return " +"values\n" +"from boxed blocks of test code." +msgstr "" + +#: gnu/packages/perl.scm:5173 +msgid "UTF-8 testing in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5174 +msgid "" +"This module is a collection of tests useful for dealing with\n" +"UTF-8 strings in Perl. This module has two types of tests: The validit= y " +"tests\n" +"check if a string is valid and not corrupt, whereas the characteristics= " +"tests\n" +"will check that string has a given set of characteristics." +msgstr "" + +#: gnu/packages/perl.scm:5196 +msgid "Perl extension to test methods for warnings" +msgstr "" + +#: gnu/packages/perl.scm:5197 +msgid "" +"This module provides a few convenience methods for testing\n" +"warning based code." +msgstr "" + +#: gnu/packages/perl.scm:5215 +msgid "Test for warnings and the lack of them" +msgstr "" + +#: gnu/packages/perl.scm:5216 +msgid "" +"This module is intended to be used as a drop-in replacement\n" +"for Test::NoWarnings. It also adds an extra test, but runs this test " +"before\n" +"done_testing calculates the test count, rather than after. It does thi= s by\n" +"hooking into done_testing as well as via an END block. You can declare= a\n" +"plan, or not, and things will still Just Work." +msgstr "" + +#: gnu/packages/perl.scm:5237 +msgid "Test fallback behaviour in absence of modules" +msgstr "" + +#: gnu/packages/perl.scm:5238 +msgid "" +"This module allows you to deliberately hide modules from a\n" +"program even though they are installed. This is mostly useful for test= ing\n" +"modules that have a fallback when a certain dependency module is not\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:5264 +msgid "Dynamic generation of tests" +msgstr "" + +#: gnu/packages/perl.scm:5265 +msgid "" +"The Test::WriteVariants module provides for the dynamic\n" +"generation of tests in nested combinations of contexts." +msgstr "" + +#: gnu/packages/perl.scm:5285 +msgid "Testing module for YAML implementations" +msgstr "" + +#: gnu/packages/perl.scm:5286 +msgid "" +"Test::YAML is a subclass of Test::Base with YAML specific\n" +"support." +msgstr "" + +#: gnu/packages/perl.scm:5304 +msgid "Align text" +msgstr "" + +#: gnu/packages/perl.scm:5305 +msgid "" +"Text::Aligner exports a single function, align(), which is\n" +"used to justify strings to various alignment styles." +msgstr "" + +#: gnu/packages/perl.scm:5323 +msgid "Extract delimited text sequences from strings" +msgstr "" + +#: gnu/packages/perl.scm:5324 +msgid "" +"The Text::Balanced module can be used to extract delimited\n" +"text sequences from strings." +msgstr "" + +#: gnu/packages/perl.scm:5342 +msgid "Manipulate comma-separated values" +msgstr "" + +#: gnu/packages/perl.scm:5343 +msgid "" +"Text::CSV provides facilities for the composition and\n" +"decomposition of comma-separated values. An instance of the Text::CSV = " +"class\n" +"can combine fields into a CSV string and parse a CSV string into fields= ." +msgstr "" + +#: gnu/packages/perl.scm:5364 +msgid "Perform diffs on files and record sets" +msgstr "" + +#: gnu/packages/perl.scm:5365 +msgid "" +"Text::Diff provides a basic set of services akin to the GNU\n" +"diff utility. It is not anywhere near as feature complete as GNU diff,= but " +"it\n" +"is better integrated with Perl and available on all platforms. It is o= ften\n" +"faster than shelling out to a system's diff executable for small files,= and\n" +"generally slower on larger files." +msgstr "" + +#: gnu/packages/perl.scm:5386 +msgid "Match globbing patterns against text" +msgstr "" + +#: gnu/packages/perl.scm:5387 +msgid "" +"Text::Glob implements glob(3) style matching that can be\n" +"used to match against text, rather than fetching names from a filesyste= m. " +"If\n" +"you want to do full file globbing use the File::Glob module instead." +msgstr "" + +#: gnu/packages/perl.scm:5406 +msgid "Simple ASCII tables" +msgstr "" + +#: gnu/packages/perl.scm:5407 +msgid "Text::SimpleTable draws simple ASCII tables." +msgstr "" + +#: gnu/packages/perl.scm:5426 +msgid "Organize Data in Tables" +msgstr "" + +#: gnu/packages/perl.scm:5427 +msgid "Text::Table renders plaintext tables." +msgstr "" + +#: gnu/packages/perl.scm:5444 +msgid "Provide plain ASCII transliterations of Unicode text" +msgstr "" + +#: gnu/packages/perl.scm:5445 +msgid "" +"Text::Unidecode provides a function, unidecode(...) that\n" +"takes Unicode data and tries to represent it in US-ASCII characters (i.= e., " +"the\n" +"universally displayable characters between 0x00 and 0x7F). The " +"representation\n" +"is almost always an attempt at transliteration-- i.e., conveying, in Ro= man\n" +"letters, the pronunciation expressed by the text in some other writing\= n" +"system." +msgstr "" + +#: gnu/packages/perl.scm:5473 +msgid "Role for classes that can be thrown" +msgstr "" + +#: gnu/packages/perl.scm:5474 +msgid "" +"Throwable is a role for classes that are meant to be thrown\n" +"as exceptions to standard program flow." +msgstr "" + +#: gnu/packages/perl.scm:5492 +msgid "Ordered associative arrays for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5493 +msgid "" +"This Perl module implements Perl hashes that preserve the\n" +"order in which the hash elements were added. The order is not affected = when\n" +"values corresponding to existing keys in the IxHash are changed. The " +"elements\n" +"can also be set to any arbitrary supplied order. The familiar perl arra= y\n" +"operations can also be performed on the IxHash." +msgstr "" + +#: gnu/packages/perl.scm:5516 +msgid "Tie to an existing Perl object" +msgstr "" + +#: gnu/packages/perl.scm:5517 +msgid "" +"This class provides a tie constructor that returns the\n" +"object it was given as it's first argument. This way side effects of " +"calling\n" +"$object->TIEHASH are avoided." +msgstr "" + +#: gnu/packages/perl.scm:5539 +msgid "English expression of durations" +msgstr "" + +#: gnu/packages/perl.scm:5540 +msgid "" +"This module provides functions for expressing durations in\n" +"rounded or exact terms." +msgstr "" + +#: gnu/packages/perl.scm:5562 +msgid "Parse time duration strings" +msgstr "" + +#: gnu/packages/perl.scm:5563 +msgid "" +"Time::Duration::Parse is a module to parse human readable\n" +"duration strings like \"2 minutes\" and \"3 seconds\" to seconds." +msgstr "" + +#: gnu/packages/perl.scm:5581 +msgid "Efficiently compute time from local and GMT time" +msgstr "" + +#: gnu/packages/perl.scm:5582 +msgid "" +"This module provides functions that are the inverse of\n" +"built-in perl functions localtime() and gmtime(). They accept a date a= s a\n" +"six-element array, and return the corresponding time(2) value in second= s " +"since\n" +"the system epoch" +msgstr "" + +#: gnu/packages/perl.scm:5602 +msgid "Date parsing/formating subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5603 +msgid "" +"This module provides routines for parsing date string into\n" +"time values and formating dates into ASCII strings." +msgstr "" + +#: gnu/packages/perl.scm:5623 +msgid "Shift and scale time" +msgstr "" + +#: gnu/packages/perl.scm:5624 +msgid "" +"This module allows you to speed up your sleep(), alarm(),\n" +"and time() calls." +msgstr "" + +#: gnu/packages/perl.scm:5647 +msgid "Simple tree object" +msgstr "" + +#: gnu/packages/perl.scm:5648 +msgid "" +"This module in a fully object-oriented implementation of a\n" +"simple n-ary tree." +msgstr "" + +#: gnu/packages/perl.scm:5671 +msgid "Factory object for dispensing Visitor objects" +msgstr "" + +#: gnu/packages/perl.scm:5672 +msgid "" +"This module is a factory for dispensing\n" +"Tree::Simple::Visitor::* objects." +msgstr "" + +#: gnu/packages/perl.scm:5690 +msgid "Minimal try/catch with proper preservation of $@" +msgstr "" + +#: gnu/packages/perl.scm:5691 +msgid "" +"This module provides bare bones try/catch/finally statements\n" +"that are designed to minimize common mistakes with eval blocks, and not= hing\n" +"else." +msgstr "" + +#: gnu/packages/perl.scm:5712 +msgid "Data types for common serialisation formats" +msgstr "" + +#: gnu/packages/perl.scm:5713 +msgid "" +"This module provides some extra datatypes that are used by\n" +"common serialisation formats such as JSON or CBOR." +msgstr "" + +#: gnu/packages/perl.scm:5731 +msgid "UNIVERSAL::can() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5732 +msgid "" +"This module attempts to work around people calling\n" +"UNIVERSAL::can() as a function, which it is not." +msgstr "" + +#: gnu/packages/perl.scm:5752 +msgid "UNIVERSAL::isa() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5753 +msgid "" +"This module attempts to recover from people calling\n" +"UNIVERSAL::isa as a function" +msgstr "" + +#: gnu/packages/perl.scm:5771 +msgid "Associate user-defined magic to variables from Perl" +msgstr "" + +#: gnu/packages/perl.scm:5772 +msgid "" +"Magic is Perl's way of enhancing variables. This mechanism\n" +"lets the user add extra data to any variable and hook syntactical\n" +"operations (such as access, assignment or destruction) that can be appl= ied " +"to\n" +"it. With this module, you can add your own magic to any variable witho= ut\n" +"having to write a single line of XS." +msgstr "" + +#: gnu/packages/perl.scm:5795 +msgid "YAML for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5796 +msgid "" +"The YAML.pm module implements a YAML Loader and Dumper based\n" +"on the YAML 1.0 specification." +msgstr "" + +#: gnu/packages/perl.scm:5819 +msgid "Read/Write YAML files" +msgstr "" + +#: gnu/packages/perl.scm:5820 +msgid "" +"YAML::Tiny is a perl class for reading and writing\n" +"YAML-style files, written with as little code as possible, reducing loa= d " +"time\n" +"and memory overhead." +msgstr "" + +#: gnu/packages/perl.scm:5847 +msgid "Distribution metadata for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5848 +msgid "" +"Software distributions released to the CPAN include a\n" +"META.json or, for older distributions, META.yml, which describes the\n" +"distribution, its contents, and the requirements for building and " +"installing\n" +"the distribution. The data structure stored in the META.json file is\n= " +"described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to\n= " +"represent this distribution metadata (or distmeta), along with some hel= pful\n" +"methods for interrogating that data." +msgstr "" + +#: gnu/packages/perl.scm:5871 +msgid "Set of version requirements for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5872 +msgid "" +"A CPAN::Meta::Requirements object models a set of version\n" +"constraints like those specified in the META.yml or META.json files in = CPAN\n" +"distributions, and as defined by CPAN::Meta::Spec. It can be built up = by\n" +"adding more and more constraints, and will reduce them to the simplest\= n" +"representation." +msgstr "" + +#: gnu/packages/perl.scm:5895 +msgid "Read and write a subset of YAML for CPAN Meta files" +msgstr "" + +#: gnu/packages/perl.scm:5896 +msgid "" +"This module implements a subset of the YAML specification\n" +"for use in reading and writing CPAN metadata files like META.yml and\n" +"MYMETA.yml." +msgstr "" + +#: gnu/packages/perl.scm:5917 +msgid "Build and install Perl modules" +msgstr "" + +#: gnu/packages/perl.scm:5918 +msgid "" +"\"Module::Build\" is a system for building, testing, and\n" +"installing Perl modules. It is meant to be an alternative to\n" +"\"ExtUtils::MakeMaker\". Developers may alter the behavior of the modu= le\n" +"through subclassing in a much more straightforward way than with\n" +"\"MakeMaker\". It also does not require a \"make\" on your system - mo= st " +"of\n" +"the \"Module::Build\" code is pure-perl and written in a cross-platform= way." +msgstr "" + +#: gnu/packages/perl.scm:5942 +msgid "Parse META.yml and META.json CPAN metadata files" +msgstr "" + +#: gnu/packages/perl.scm:5943 +msgid "" +"Parse::CPAN::Meta is a parser for META.json and META.yml\n" +"files, using JSON::PP and/or CPAN::Meta::YAML." +msgstr "" + +#: gnu/packages/perl.scm:5961 +msgid "Common Scalar and List utility subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5962 +msgid "" +"This package contains a selection of subroutines that people\n" +"have expressed would be nice to have in the perl core, but the usage wo= uld " +"not\n" +"really be high enough to warrant the use of a keyword, and the size so = " +"small\n" +"such that being individual extensions would be wasteful." +msgstr "" + +#: gnu/packages/photo.scm:46 +msgid "Read and manipulate EXIF data in digital photographs" +msgstr "" + +#: gnu/packages/photo.scm:48 +msgid "" +"The libexif C library allows applications to read, edit, and save EXIF\= n" +"data as produced by digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:73 +msgid "Accessing digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:75 +msgid "" +"This is the library backend for gphoto2. It contains the code for PTP,= \n" +"MTP, and other vendor specific protocols for controlling and transferri= ng " +"data\n" +"from digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:116 +msgid "Command-line tools to access digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:118 +msgid "" +"Gphoto2 is a set of command line utilities for manipulating a large\n" +"number of different digital cameras. Through libgphoto2, it supports P= TP,\n" +"MTP, and much more." +msgstr "" + +#: gnu/packages/photo.scm:152 +msgid "Program and Perl library to manipulate EXIF tags" +msgstr "" + +#: gnu/packages/photo.scm:154 +msgid "" +"This package provides the 'exiftool' command and the 'Image::ExifTool'\= n" +"Perl library to manipulate EXIF tags of digital images." +msgstr "" + +#: gnu/packages/qemu.scm:129 +msgid "Machine emulator and virtualizer (without GUI)" +msgstr "" + +#: gnu/packages/qemu.scm:131 +msgid "" +"QEMU is a generic machine emulator and virtualizer.\n" +"\n" +"When used as a machine emulator, QEMU can run OSes and programs made fo= r " +"one\n" +"machine (e.g. an ARM board) on a different machine---e.g., your own PC.= By\n" +"using dynamic translation, it achieves very good performance.\n" +"\n" +"When used as a virtualizer, QEMU achieves near native performances by\n= " +"executing the guest code directly on the host CPU. QEMU supports\n" +"virtualization when executing under the Xen hypervisor or using\n" +"the KVM kernel module in Linux. When using KVM, QEMU can virtualize x8= 6,\n" +"server and embedded PowerPC, and S390 guests." +msgstr "" + +#: gnu/packages/qemu.scm:153 +msgid "Machine emulator and virtualizer" +msgstr "" + +#: gnu/packages/ratpoison.scm:83 +msgid "Simple mouse-free tiling window manager" +msgstr "" + +#: gnu/packages/ratpoison.scm:85 +msgid "" +"Ratpoison is a simple window manager with no fat library\n" +"dependencies, no fancy graphics, no window decorations, and no\n" +"rodent dependence. It is largely modelled after GNU Screen which\n" +"has done wonders in the virtual terminal market.\n" +"\n" +"The screen can be split into non-overlapping frames. All windows\n" +"are kept maximized inside their frames to take full advantage of\n" +"your precious screen real estate.\n" +"\n" +"All interaction with the window manager is done through keystrokes.\n" +"Ratpoison has a prefix map to minimize the key clobbering that\n" +"cripples Emacs and other quality pieces of software." +msgstr "" + +#: gnu/packages/readline.scm:68 +msgid "Edit command lines while typing, with history support" +msgstr "" + +#: gnu/packages/readline.scm:70 +msgid "" +"The GNU readline library allows users to edit command lines as they\n" +"are typed in. It can maintain a searchable history of previously enter= ed\n" +"commands, letting you easily recall, edit and re-enter past commands. = It\n" +"features both Emacs-like and vi-like keybindings, making its usage\n" +"comfortable for anyone." +msgstr "" + +#: gnu/packages/scanner.scm:52 +msgid "Raster image scanner library and drivers" +msgstr "" + +#: gnu/packages/scanner.scm:53 +msgid "" +"SANE stands for \"Scanner Access Now Easy\" and is an API\n" +"proving access to any raster image scanner hardware (flatbed scanner,\n= " +"hand-held scanner, video- and still-cameras, frame-grabbers, etc.). Th= e\n" +"package contains the library and drivers." +msgstr "" + +#: gnu/packages/scheme.scm:131 +msgid "A Scheme implementation with integrated editor and debugger" +msgstr "Une implantation de Scheme avec =C3=A9diteur et d=C3=A9bogueur i= nt=C3=A9gr=C3=A9s" + +#: gnu/packages/scheme.scm:133 +msgid "" +"GNU/MIT Scheme is an implementation of the Scheme programming\n" +"language. It provides an interpreter, a compiler and a debugger. It a= lso\n" +"features an integrated Emacs-like editor and a large runtime library." +msgstr "" +"GNU/MIT Scheme est une implantation du langage de programmation Scheme\= n" +"Il fournit un interpr=C3=A9teur, un compilateur et un d=C3=A9bogueur. I= l int=C3=A8gre\n" +"=C3=A9galement un =C3=A9diteur sur le mod=C3=A8le d'Emacs et une librai= rie d'ex=C3=A9cution " +"compl=C3=A8te." + +#: gnu/packages/scheme.scm:216 +msgid "Efficient Scheme compiler" +msgstr "Compilateur Scheme efficace" + +#: gnu/packages/scheme.scm:218 +msgid "" +"Bigloo is a Scheme implementation devoted to one goal: enabling\n" +"Scheme based programming style where C(++) is usually\n" +"required. Bigloo attempts to make Scheme practical by offering\n" +"features usually presented by traditional programming languages\n" +"but not offered by Scheme and functional programming. Bigloo\n" +"compiles Scheme modules. It delivers small and fast stand alone\n" +"binary executables. Bigloo enables full connections between\n" +"Scheme and C programs and between Scheme and Java programs." +msgstr "" +"Bigloo est une implantation de Scheme tourn=C3=A9e vers un seul but: \n= " +"permettre un style de programmation bas=C3=A9 sur Schema l=C3=A0 o=C3=B9= C(++)\n" +"est g=C3=A9n=C3=A9ralement requis. Bigloo " + +#: gnu/packages/scheme.scm:261 +msgid "Multi-tier programming language for the Web 2.0" +msgstr "" + +#: gnu/packages/scheme.scm:263 +msgid "" +"HOP is a multi-tier programming language for the Web 2.0 and the\n" +"so-called diffuse Web. It is designed for programming interactive web\= n" +"applications in many fields such as multimedia (web galleries, music " +"players,\n" +"...), ubiquitous and house automation (SmartPhones, personal appliance)= ,\n" +"mashups, office (web agendas, mail clients, ...), etc." +msgstr "" + +#: gnu/packages/scheme.scm:303 +msgid "R5RS Scheme implementation that compiles native code via C" +msgstr "" + +#: gnu/packages/scheme.scm:305 +msgid "" +"CHICKEN is a compiler for the Scheme programming language. CHICKEN\n" +"produces portable and efficient C, supports almost all of the R5RS Sche= me\n" +"language standard, and includes many enhancements and extensions." +msgstr "" +"CHICKEN est un compilateur pour le langage de programmation Scheme. CHI= CKEN\n" +"produit du C portable et efficace, supporte l'essentiel du standard R5R= S et\n" +"incult de nombreuses am=C3=A9liorations et extensions." + +#: gnu/packages/scheme.scm:324 +msgid "Scheme implementation using a bytecode interpreter" +msgstr "Implantation de Scheme utilisanat un interpr=C3=A9teur pour byte= code" + +#: gnu/packages/scheme.scm:326 +msgid "" +"Scheme 48 is an implementation of Scheme based on a byte-code\n" +"interpreter and is designed to be used as a testbed for experiments in\= n" +"implementation techniques and as an expository tool." +msgstr "" +"Scheme 48 est une implantation de Scheme bas=C3=A9e sur un interpr=C3=A9= teur bytecode\n" +"destin=C3=A9e =C3=A0 =C3=AAtre utilis=C3=A9e comme un banc d'essai pour= des exp=C3=A9rimentations\n" +"portant sur des techniques d'implantation et comme un outil d'expositio= n." + +#: gnu/packages/scheme.scm:402 +msgid "Implementation of Scheme and related languages" +msgstr "Implantation de Scheme et d'autres langages associ=C3=A9s" + +#: gnu/packages/scheme.scm:404 +msgid "" +"Racket is an implementation of the Scheme programming language (R5RS an= d\n" +"R6RS) and related languages, such as Typed Racket. It features a compi= ler " +"and\n" +"a virtual machine with just-in-time native compilation, as well as a la= rge " +"set\n" +"of libraries." +msgstr "" +"Racket est une implantation du langage de programmation Schema (R5RS et= " +"R6RS)\n" +"et de langages associ=C3=A9s comme Typed Racket. Racket fournit un comp= ilateur " +"et\n" +"une machine virtuelle avec compilation =C3=A0 la vol=C3=A9e ainsi qu'un= ensemble de\n" +"biblioth=C3=A8ques." + +#: gnu/packages/scheme.scm:442 +#, fuzzy +msgid "Efficient Scheme interpreter and compiler" +msgstr "Compilateur Scheme efficace" + +#: gnu/packages/scheme.scm:444 +msgid "" +"Gambit consists of two main programs: gsi, the Gambit Scheme\n" +"interpreter, and gsc, the Gambit Scheme compiler. The interpreter cont= ains\n" +"the complete execution and debugging environment. The compiler is the\= n" +"interpreter extended with the capability of generating executable files= . " +"The\n" +"compiler can produce standalone executables or compiled modules which c= an " +"be\n" +"loaded at run time. Interpreted code and compiled code can be freely\n= " +"mixed." +msgstr "" + +#: gnu/packages/scheme.scm:481 +msgid "Small embeddable Scheme implementation" +msgstr "" + +#: gnu/packages/scheme.scm:483 +msgid "" +"Chibi-Scheme is a very small library with no external dependencies\n" +"intended for use as an extension and scripting language in C programs. = In\n" +"addition to support for lightweight VM-based threads, each VM itself ru= ns " +"in\n" +"an isolated heap allowing multiple VMs to run simultaneously in differe= nt " +"OS\n" +"threads." +msgstr "" + +#: gnu/packages/search.scm:52 +msgid "Search Engine Library" +msgstr "" + +#: gnu/packages/search.scm:54 +msgid "" +"Xapian is a highly adaptable toolkit which allows developers to easily\= n" +"add advanced indexing and search facilities to their own applications. = It\n" +"supports the Probabilistic Information Retrieval model and also support= s a\n" +"rich set of boolean query operators." +msgstr "" + +#: gnu/packages/search.scm:97 +msgid "Tool for Obsessive Compulsive Classifiers" +msgstr "" + +#: gnu/packages/search.scm:99 +msgid "" +"libtocc is the engine of the Tocc project, a tag-based file management\= n" +"system. The goal of Tocc is to provide a better system for classifying= " +"files\n" +"that is more flexible than classic file systems that are based on a tre= e of\n" +"files and directories." +msgstr "" + +#: gnu/packages/search.scm:121 +msgid "Command-line interface to libtocc" +msgstr "" + +#: gnu/packages/search.scm:123 +msgid "" +"Tocc is a tag-based file management system. This package contains the\= n" +"command line tool for interacting with libtocc." +msgstr "" + +#: gnu/packages/search.scm:141 +msgid "Finding text and HTML files that match boolean expressions" +msgstr "" + +#: gnu/packages/search.scm:143 +msgid "" +"GNU Bool is a utility to perform text searches on files using Boolean\n= " +"expressions. For example, a search for \"hello AND world\" would retur= n a\n" +"file containing the phrase \"Hello, world!\". It supports both AND and= OR\n" +"statements, as well as the NEAR statement to search for the occurrence = of\n" +"words in close proximity to each other. It handles context gracefully,= \n" +"accounting for new lines and paragraph changes. It also has robust sup= port\n" +"for parsing HTML files." +msgstr "" + +#: gnu/packages/serveez.scm:51 +msgid "Framework for implementing IP-based servers" +msgstr "" + +#: gnu/packages/serveez.scm:53 +msgid "" +"GNU Serveez is a server framework providing the routines necessary to\n= " +"easily implement IP-based servers in your application. It\n" +"demonstrates aspects of network programming in a portable manner,\n" +"making it convenient for both simplifying the process of adding a\n" +"server to your application or for learning about how network services\n= " +"work. Several example servers are provided already, such as an HTTP\n" +"server and an IRC server." +msgstr "" + +#: gnu/packages/telephony.scm:50 +msgid "(u)Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:51 +msgid "" +"GNU Common C++ is an portable, optimized class framework for\n" +"threaded applications, supporting concurrent synchronization, inter-pro= cess\n" +"communications via sockets, and various methods for data handling, such= as\n" +"serialization and XML parsing. It includes the uCommon C++ library, a = " +"smaller\n" +"reimplementation." +msgstr "" + +#: gnu/packages/telephony.scm:70 +msgid "Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:71 +msgid "" +"GNU uCommon C++ is meant as a very light-weight C++ library\n" +"to facilitate using C++ design patterns even for very deeply embedded\n= " +"applications, such as for systems using uclibc along with posix threadi= ng\n" +"support." +msgstr "" + +#: gnu/packages/telephony.scm:92 +msgid "Implementation of RTP (real-time transport protocol)" +msgstr "" + +#: gnu/packages/telephony.scm:93 +msgid "" +"GNU ccRTP is an implementation of RTP, the real-time transport\n" +"protocol from the IETF. It is suitable both for high capacity servers = and\n" +"personal client applications. It is flexible in its design, allowing i= t to\n" +"function as a framework for the framework, rather than just being a\n" +"packet-manipulation library." +msgstr "" + +#: gnu/packages/telephony.scm:113 +msgid "Library implementing SIP (RFC-3261)" +msgstr "" + +#: gnu/packages/telephony.scm:114 +msgid "" +"GNU oSIP is an implementation of the SIP protocol. It is\n" +"used to provide multimedia and telecom software developers with an " +"interface\n" +"to initiate and control SIP sessions." +msgstr "" + +#: gnu/packages/telephony.scm:134 +#, fuzzy +msgid "Sip abstraction library" +msgstr "Biblioth=C3=A8que d'abstraction de source de donn=C3=A9es" + +#: gnu/packages/telephony.scm:135 +msgid "" +"EXosip is a library that hides the complexity of using the\n" +"SIP protocol for mutlimedia session establishement. This protocol is m= ainly " +"to\n" +"be used by VoIP telephony applications (endpoints or conference server)= but\n" +"might be also usefull for any application that wish to establish sessio= ns " +"like\n" +"multiplayer games." +msgstr "" + +#: gnu/packages/telephony.scm:178 +msgid "Secure peer-to-peer VoIP server for the SIP protocol" +msgstr "" + +#: gnu/packages/telephony.scm:179 +msgid "" +"GNU SIP Witch is a peer-to-peer Voice-over-IP server that\n" +"uses the SIP protocol. Calls can be made from behind NAT firewalls and= \n" +"without the need for a service provider. Its peer-to-peer design ensur= es " +"that\n" +"there is no central point for media intercept or capture and thus it ca= n be\n" +"used to construct a secure telephone system that operates over the publ= ic\n" +"internet." +msgstr "" + +#: gnu/packages/telephony.scm:204 +msgid "Secure RTP (SRTP) Reference Implementation" +msgstr "" + +#: gnu/packages/telephony.scm:205 +msgid "" +"This package provides an implementation of the Secure\n" +"Real-time Transport Protocol (SRTP), the Universal Security Transform " +"(UST),\n" +"and a supporting cryptographic kernel." +msgstr "" + +#: gnu/packages/texinfo.scm:46 +#, fuzzy +msgid "The GNU documentation format" +msgstr "Outils et documentation pour la traduction" + +#: gnu/packages/texinfo.scm:48 +msgid "" +"Texinfo is the official documentation format of the GNU project. It\n" +"uses a single source file using explicit commands to produce a final " +"document\n" +"in any of several supported output formats, such as HTML or PDF. This\= n" +"package includes both the tools necessary to produce Info documents fro= m\n" +"their source and the command-line Info reader. The emphasis of the " +"language\n" +"is on expressing the content semantically, avoiding physical markup com= mands." +msgstr "" + +#: gnu/packages/texinfo.scm:93 +msgid "Convert Texinfo to HTML" +msgstr "" + +#: gnu/packages/texinfo.scm:95 +msgid "" +"Texi2HTML is a Perl script which converts Texinfo source files to HTML\= n" +"output. It now supports many advanced features, such as " +"internationalization\n" +"and extremely configurable output formats.\n" +"\n" +"Development of Texi2HTML moved to the GNU Texinfo repository in 2010, s= ince " +"it\n" +"was meant to replace the makeinfo implementation in GNU Texinfo. The r= oute\n" +"forward for authors is, in most cases, to alter manuals and build proce= sses " +"as\n" +"necessary to use the new features of the makeinfo/texi2any implementati= on " +"of\n" +"GNU Texinfo. The Texi2HTML maintainers (one of whom is the principal " +"author\n" +"of the GNU Texinfo implementation) do not intend to make further releas= es " +"of\n" +"Texi2HTML." +msgstr "" + +#: gnu/packages/texlive.scm:151 gnu/packages/texlive.scm:207 +#: gnu/packages/texlive.scm:265 +msgid "TeX Live, a package of the TeX typesetting system" +msgstr "" + +#: gnu/packages/texlive.scm:153 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the binaries." +msgstr "" + +#: gnu/packages/texlive.scm:209 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete tree of texmf-dist data." +msgstr "" + +#: gnu/packages/texlive.scm:267 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete TeX Live distribution." +msgstr "" + +#: gnu/packages/texlive.scm:296 +msgid "Wrapper for LaTeX and friends" +msgstr "" + +#: gnu/packages/texlive.scm:298 +msgid "" +"Rubber is a program whose purpose is to handle all tasks related to the= \n" +"compilation of LaTeX documents. This includes compiling the document " +"itself,\n" +"of course, enough times so that all references are defined, and running= " +"BibTeX\n" +"to manage bibliographic references. Automatic execution of dvips to " +"produce\n" +"PostScript documents is also included, as well as usage of pdfLaTeX to = " +"produce\n" +"PDF documents." +msgstr "" + +#: gnu/packages/textutils.scm:61 +msgid "Text encoding converter" +msgstr "" + +#: gnu/packages/textutils.scm:62 +msgid "" +"The Recode library converts files between character sets and\n" +"usages. It recognises or produces over 200 different character sets (o= r " +"about\n" +"300 if combined with an iconv library) and transliterates files between= " +"almost\n" +"any pair. When exact transliteration are not possible, it gets rid of\= n" +"offending characters or falls back on approximations. The recode progr= am is " +"a\n" +"handy front-end to the library." +msgstr "" + +#: gnu/packages/textutils.scm:89 +msgid "Text encoding detection tool" +msgstr "" + +#: gnu/packages/textutils.scm:90 +msgid "" +"Enca (Extremely Naive Charset Analyser) consists of libenca,\n" +"an encoding detection library, and enca, a command line frontend, " +"integrating\n" +"libenca and several charset conversion libraries and tools." +msgstr "" + +#: gnu/packages/textutils.scm:127 +msgid "C library for processing UTF-8 Unicode data" +msgstr "" + +#: gnu/packages/textutils.scm:128 +msgid "" +"utf8proc is a small C library that provides Unicode\n" +"normalization, case-folding, and other operations for data in the UTF-8= \n" +"encoding, supporting Unicode version 7.0." +msgstr "" + +#: gnu/packages/textutils.scm:157 +msgid "Gordon's text utils library" +msgstr "" + +#: gnu/packages/textutils.scm:159 +msgid "" +"libgtextutils is a text utilities library used by the fastx toolkit fro= m\n" +"the Hannon Lab." +msgstr "" + +#: gnu/packages/textutils.scm:199 +msgid "Text-to-HTML conversion tool" +msgstr "" + +#: gnu/packages/textutils.scm:201 +msgid "" +"Markdown is a text-to-HTML conversion tool for web writers. It allows\= n" +"you to write using an easy-to-read, easy-to-write plain text format, th= en\n" +"convert it to structurally valid XHTML (or HTML)." +msgstr "" + +#: gnu/packages/version-control.scm:93 +msgid "" +"Version control system supporting both distributed and centralized work= flows" +msgstr "" + +#: gnu/packages/version-control.scm:95 +msgid "" +"GNU Bazaar is a version control system that allows you to record\n" +"changes to project files over time. It supports both a distributed " +"workflow\n" +"as well as the classic centralized workflow." +msgstr "" + +#: gnu/packages/version-control.scm:229 +msgid "Distributed version control system" +msgstr "" + +#: gnu/packages/version-control.scm:231 +msgid "" +"Git is a free distributed version control system designed to handle\n" +"everything from small to very large projects with speed and efficiency.= " +msgstr "" + +#: gnu/packages/version-control.scm:276 +msgid "Man pages of the Git version control system" +msgstr "" + +#: gnu/packages/version-control.scm:278 +msgid "" +"This package provides the man pages of the Git version control system.\= n" +"This is the documentation displayed when using the '--help' option of a= " +"'git'\n" +"command." +msgstr "" + +#: gnu/packages/version-control.scm:315 +msgid "Command-line flags library for shell scripts" +msgstr "" + +#: gnu/packages/version-control.scm:317 +msgid "" +"Shell Flags (shFlags) is a library written to greatly simplify the\n" +"handling of command-line flags in Bourne based Unix shell scripts (bash= , " +"dash,\n" +"ksh, sh, zsh). Most shell scripts use getopt for flags processing, but= the\n" +"different versions of getopt on various OSes make writing portable shel= l\n" +"scripts difficult. shFlags instead provides an API that doesn't change= " +"across\n" +"shell and OS versions so the script writer can be confident that the sc= ript\n" +"will work." +msgstr "" + +#: gnu/packages/version-control.scm:360 +msgid "Git extensions for Vincent Driessen's branching model" +msgstr "" + +#: gnu/packages/version-control.scm:362 +msgid "" +"Vincent Driessen's branching model is a git branching and release\n" +"management strategy that helps developers keep track of features, hotfi= xes,\n" +"and releases in bigger software projects. The git-flow library of git\= n" +"subcommands helps automate some parts of the flow to make working with = it a\n" +"lot easier." +msgstr "" + +#: gnu/packages/version-control.scm:399 +msgid "Run a command over a sequence of commits" +msgstr "" + +#: gnu/packages/version-control.scm:401 +msgid "" +"git-test-sequence is similar to an automated git bisect except it=E2=80= =99s\n" +"linear. It will test every change between two points in the DAG. It w= ill\n" +"also walk each side of a merge and test those changes individually." +msgstr "" + +#: gnu/packages/version-control.scm:459 +msgid "Git access control layer" +msgstr "" + +#: gnu/packages/version-control.scm:461 +msgid "" +"Gitolite is an access control layer on top of Git, providing fine acces= s\n" +"control to Git repositories." +msgstr "" + +#: gnu/packages/version-control.scm:485 +msgid "Decentralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:487 +msgid "" +"Mercurial is a free, distributed source control management tool.\n" +"It efficiently handles projects of any size\n" +"and offers an easy and intuitive interface." +msgstr "" + +#: gnu/packages/version-control.scm:521 +msgid "HTTP and WebDAV client library" +msgstr "" + +#: gnu/packages/version-control.scm:522 +msgid "" +"Neon is an HTTP and WebDAV client library, with a\n" +"C interface. Features:\n" +"High-level wrappers for common HTTP and WebDAV operations (GET, MOVE,\n= " +"DELETE, etc.);\n" +"low-level interface to the HTTP request/response engine, allowing the u= se\n" +"of arbitrary HTTP methods, headers, etc.;\n" +"authentication support including Basic and Digest support, along with\n= " +"GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32;= \n" +"SSL/TLS support using OpenSSL or GnuTLS, exposing an abstraction layer = for\n" +"verifying server certificates, handling client certificates, and examin= ing\n" +"certificate properties, smartcard-based client certificates are also\n" +"supported via a PKCS#11 wrapper interface;\n" +"abstract interface to parsing XML using libxml2 or expat, and wrappers = for\n" +"simplifying handling XML HTTP response bodies;\n" +"WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to simplif= y\n" +"property manipulation." +msgstr "" + +#: gnu/packages/version-control.scm:604 +msgid "Revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:606 +msgid "" +"Subversion exists to be universally recognized and adopted as a\n" +"centralized version control system characterized by its\n" +"reliability as a safe haven for valuable data; the simplicity of its mo= del " +"and\n" +"usage; and its ability to support the needs of a wide variety of users = and\n" +"projects, from individuals to large-scale enterprise operations." +msgstr "" + +#: gnu/packages/version-control.scm:627 +msgid "Per-file local revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:629 +msgid "" +"RCS is the original Revision Control System. It works on a\n" +"file-by-file basis, in contrast to subsequent version control systems s= uch " +"as\n" +"CVS, Subversion, and Git. This can make it suitable for system\n" +"administration files, for example, which are often inherently local to = one\n" +"machine." +msgstr "" + +#: gnu/packages/version-control.scm:655 +msgid "Historical centralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:657 +msgid "" +"CVS is a version control system, an important component of Source\n" +"Configuration Management (SCM). Using it, you can record the history o= f\n" +"sources files, and documents. It fills a similar role to the free soft= ware\n" +"RCS, PRCS, and Aegis packages." +msgstr "" + +#: gnu/packages/version-control.scm:679 +msgid "Version-control-agnostic ChangeLog diff and commit tool" +msgstr "" + +#: gnu/packages/version-control.scm:681 +msgid "" +"The vc-dwim package contains two tools, \"vc-dwim\" and \"vc-chlog\".\n= " +"vc-dwim is a tool that simplifies the task of maintaining a ChangeLog a= nd\n" +"using version control at the same time, for example by printing a remin= der\n" +"when a file change has been described in the ChangeLog but the file has= not\n" +"been added to the VC. vc-chlog scans changed files and generates\n" +"standards-compliant ChangeLog entries based on the changes that it dete= cts." +msgstr "" + +#: gnu/packages/version-control.scm:703 +msgid "Make histograms from the output of 'diff'" +msgstr "" + +#: gnu/packages/version-control.scm:705 +msgid "" +"Diffstat reads the output of 'diff' and displays a histogram of the\n" +"insertions, deletions, and modifications per-file. It is useful for " +"reviewing\n" +"large, complex patch files." +msgstr "" + +#: gnu/packages/version-control.scm:746 +msgid "File-based version control like SCCS" +msgstr "" + +#: gnu/packages/version-control.scm:747 +msgid "" +"GNU CSSC provides a replacement for the legacy Unix source\n" +"code control system SCCS. This allows old code still under that system= to " +"be\n" +"accessed and migrated on modern systems." +msgstr "" + +#: gnu/packages/version-control.scm:828 +msgid "Project change supervisor" +msgstr "" + +#: gnu/packages/version-control.scm:829 +msgid "" +"Aegis is a project change supervisor, and performs some of\n" +"the Software Configuration Management needed in a CASE environment. Ae= gis\n" +"provides a framework within which a team of developers may work on many= \n" +"changes to a program independently, and Aegis coordinates integrating t= hese\n" +"changes back into the master source of the program, with as little " +"disruption\n" +"as possible. Resolution of contention for source files, a major headac= he " +"for\n" +"any project with more than one developer, is one of Aegis's major funct= ions." +msgstr "" + +#: gnu/packages/version-control.scm:856 +msgid "Ncurses-based text user interface for Git" +msgstr "" + +#: gnu/packages/version-control.scm:858 +msgid "" +"Tig is an ncurses text user interface for Git, primarily intended as\n" +"a history browser. It can also stage hunks for commit, or colorize the= \n" +"output of the 'git' command." +msgstr "" + +#: gnu/packages/webkit.scm:105 +msgid "Web content engine for GTK+" +msgstr "" + +#: gnu/packages/webkit.scm:107 +msgid "" +"WebKitGTK+ is a full-featured port of the WebKit rendering engine,\n" +"suitable for projects requiring any kind of web integration, from hybri= d\n" +"HTML/CSS applications to full-fledged web browsers." +msgstr "" + +#: gnu/packages/web.scm:84 +msgid "Featureful HTTP server" +msgstr "" + +#: gnu/packages/web.scm:86 +msgid "" +"The Apache HTTP Server Project is a collaborative software development\= n" +"effort aimed at creating a robust, commercial-grade, featureful, and\n" +"freely-available source code implementation of an HTTP (Web) server. T= he\n" +"project is jointly managed by a group of volunteers located around the = " +"world,\n" +"using the Internet and the Web to communicate, plan, and develop the se= rver\n" +"and its related documentation." +msgstr "" + +#: gnu/packages/web.scm:164 +msgid "HTTP and reverse proxy server" +msgstr "" + +#: gnu/packages/web.scm:166 +msgid "" +"Nginx (\"engine X\") is a high-performance web and reverse proxy server= \n" +"created by Igor Sysoev. It can be used both as a standalone web server= \n" +"and as a proxy to reduce the load on back-end HTTP or mail servers." +msgstr "" + +#: gnu/packages/web.scm:202 +msgid "PSGI/Plack web server" +msgstr "" + +#: gnu/packages/web.scm:203 +msgid "" +"Starman is a PSGI perl web server that has unique features\n" +"such as high performance, preforking, signal support, superdaemon " +"awareness,\n" +"and UNIX socket support." +msgstr "" + +#: gnu/packages/web.scm:222 +#, fuzzy +msgid "JSON C library" +msgstr "La biblioth=C3=A8que GNU C" + +#: gnu/packages/web.scm:224 +msgid "" +"Jansson is a C library for encoding, decoding and manipulating JSON\n" +"data." +msgstr "" + +#: gnu/packages/web.scm:255 +msgid "JSON implementation in C" +msgstr "" + +#: gnu/packages/web.scm:257 +msgid "" +"JSON-C implements a reference counting object model that allows you to\= n" +"easily construct JSON objects in C, output them as JSON formatted strin= gs " +"and\n" +"parse JSON formatted strings back into the C representation of JSON obj= ects." +msgstr "" + +#: gnu/packages/web.scm:277 +msgid "JSON parser/generator for C++ with both SAX/DOM style API" +msgstr "" + +#: gnu/packages/web.scm:279 +msgid "" +"RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM\n" +"style API." +msgstr "" + +#: gnu/packages/web.scm:309 +msgid "WebSockets library written in C" +msgstr "" + +#: gnu/packages/web.scm:311 +msgid "" +"Libwebsockets is a library that allows C programs to establish client\n= " +"and server WebSockets connections---a protocol layered above HTTP that = " +"allows\n" +"for efficient socket-like bidirectional reliable communication channels= ." +msgstr "" + +#: gnu/packages/web.scm:351 +msgid "C library for the Publix Suffix List" +msgstr "" + +#: gnu/packages/web.scm:353 +msgid "" +"A \"public suffix\" is a domain name under which Internet users can\n" +"directly register own names.\n" +"\n" +"Browsers and other web clients can use it to avoid privacy-leaking\n" +"\"supercookies\", avoid privacy-leaking \"super domain\" certificates, = " +"domain\n" +"highlighting parts of the domain in a user interface, and sorting domai= n " +"lists\n" +"by site.\n" +"\n" +"Libpsl has built-in PSL data for fast access, allows to load PSL data f= rom\n" +"files, checks if a given domain is a public suffix, provides immediate = " +"cookie\n" +"domain verification, finds the longest public part of a given domain, f= inds\n" +"the shortest private part of a given domain, works with international\n= " +"domains (UTF-8 and IDNA2008 Punycode), is thread-safe, and handles IDNA= 2008\n" +"UTS#46" +msgstr "" + +#: gnu/packages/web.scm:398 +msgid "HTML validator and tidier" +msgstr "" + +#: gnu/packages/web.scm:399 +msgid "" +"HTML Tidy is a command-line tool and C library that can be\n" +"used to validate and fix HTML data." +msgstr "" + +#: gnu/packages/web.scm:439 +msgid "Light-weight HTTP/HTTPS proxy daemon" +msgstr "" + +#: gnu/packages/web.scm:440 +msgid "" +"Tinyproxy is a light-weight HTTP/HTTPS proxy\n" +"daemon. Designed from the ground up to be fast and yet small, it is an= " +"ideal\n" +"solution for use cases such as embedded deployments where a full featur= ed " +"HTTP\n" +"proxy is required, but the system resources for a larger proxy are\n" +"unavailable." +msgstr "" + +#: gnu/packages/web.scm:473 +msgid "Small caching web proxy" +msgstr "" + +#: gnu/packages/web.scm:475 +msgid "" +"Polipo is a small caching web proxy (web cache, HTTP proxy, and proxy\n= " +"server). It was primarily designed to be used by one person or a small= " +"group\n" +"of people." +msgstr "" + +#: gnu/packages/web.scm:495 +msgid "YAML 1.1 parser and emitter written in C" +msgstr "" + +#: gnu/packages/web.scm:497 +msgid "LibYAML is a YAML 1.1 parser and emitter written in C." +msgstr "" + +#: gnu/packages/web.scm:513 gnu/packages/web.scm:546 gnu/packages/web.sc= m:568 +msgid "Media stream URL parser" +msgstr "" + +#: gnu/packages/web.scm:514 +msgid "" +"This package contains support scripts called by libquvi to\n" +"parse media stream properties." +msgstr "" + +#: gnu/packages/web.scm:547 +msgid "" +"libquvi is a library with a C API for parsing media stream\n" +"URLs and extracting their actual media files." +msgstr "" + +#: gnu/packages/web.scm:569 +msgid "" +"quvi is a command-line-tool suite to extract media files\n" +"from streaming URLs. It is a command-line wrapper for the libquvi libr= ary." +msgstr "" + +#: gnu/packages/web.scm:632 +msgid "High-performance asynchronous HTTP client library" +msgstr "" + +#: gnu/packages/web.scm:634 +msgid "" +"serf is a C-based HTTP client library built upon the Apache Portable\n" +"Runtime (APR) library. It multiplexes connections, running the read/wr= ite\n" +"communication asynchronously. Memory copies and transformations are ke= pt to " +"a\n" +"minimum to provide high performance operation." +msgstr "" + +#: gnu/packages/web.scm:665 +msgid "Compile a log format string to perl-code" +msgstr "" + +#: gnu/packages/web.scm:666 +msgid "" +"This module provides methods to compile a log format string\n" +"to perl-code, for faster generation of access_log lines." +msgstr "" + +#: gnu/packages/web.scm:691 +msgid "Sensible default Catalyst action" +msgstr "" + +#: gnu/packages/web.scm:692 +msgid "" +"This Catalyst action implements a sensible default end\n" +"action, which will forward to the first available view." +msgstr "" + +#: gnu/packages/web.scm:720 +msgid "Automated REST Method Dispatching" +msgstr "" + +#: gnu/packages/web.scm:721 +msgid "" +"This Action handles doing automatic method dispatching for\n" +"REST requests. It takes a normal Catalyst action, and changes the disp= atch " +"to\n" +"append an underscore and method name. First it will try dispatching to= an\n" +"action with the generated name, and failing that it will try to dispatc= h to " +"a\n" +"regular method." +msgstr "" + +#: gnu/packages/web.scm:757 +msgid "Storage class for Catalyst authentication using DBIx::Class" +msgstr "" + +#: gnu/packages/web.scm:758 +msgid "" +"The Catalyst::Authentication::Store::DBIx::Class class\n" +"provides access to authentication information stored in a database via\= n" +"DBIx::Class." +msgstr "" + +#: gnu/packages/web.scm:782 +msgid "Create only one instance of Moose component per context" +msgstr "" + +#: gnu/packages/web.scm:783 +msgid "" +"Catalyst::Component::InstancePerContext returns a new\n" +"instance of a component on each request." +msgstr "" + +#: gnu/packages/web.scm:820 +msgid "Catalyst Development Tools" +msgstr "" + +#: gnu/packages/web.scm:821 +msgid "" +"The Catalyst-Devel distribution includes a variety of\n" +"modules useful for the development of Catalyst applications, but not " +"required\n" +"to run them. Catalyst-Devel includes the Catalyst::Helper system, whic= h\n" +"autogenerates scripts and tests; Module::Install::Catalyst, a Module::" +"Install\n" +"extension for Catalyst; and requirements for a variety of development-" +"related\n" +"modules." +msgstr "" + +#: gnu/packages/web.scm:850 +msgid "Regex DispatchType for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:851 +msgid "" +"Dispatch type managing path-matching behaviour using\n" +"regexes. Regex dispatch types have been deprecated and removed from " +"Catalyst\n" +"core. It is recommend that you use Chained methods or other techniques= \n" +"instead. As part of the refactoring, the dispatch priority of Regex vs= " +"Regexp\n" +"vs LocalRegex vs LocalRegexp may have changed. Priority is now influen= ced " +"by\n" +"when the dispatch type is first seen in your application." +msgstr "" + +#: gnu/packages/web.scm:899 +msgid "DBIx::Class::Schema Model Class" +msgstr "" + +#: gnu/packages/web.scm:900 +msgid "" +"This is a Catalyst Model for DBIx::Class::Schema-based\n" +"Models." +msgstr "" + +#: gnu/packages/web.scm:924 +msgid "Request logging from within Catalyst" +msgstr "" + +#: gnu/packages/web.scm:925 +msgid "" +"This Catalyst plugin enables you to create \"access logs\"\n" +"from within a Catalyst application instead of requiring a webserver to = do " +"it\n" +"for you. It will work even with Catalyst debug logging turned off." +msgstr "" + +#: gnu/packages/web.scm:957 +msgid "Infrastructure plugin for the Catalyst authentication framework" +msgstr "" + +#: gnu/packages/web.scm:958 +msgid "" +"The authentication plugin provides generic user support for\n" +"Catalyst apps. It is the basis for both authentication (checking the us= er " +"is\n" +"who they claim to be), and authorization (allowing the user to do what = the\n" +"system authorises them to do)." +msgstr "" + +#: gnu/packages/web.scm:988 +msgid "Role-based authorization for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:989 +msgid "" +"Catalyst::Plugin::Authorization::Roles provides role-based\n" +"authorization for Catalyst based on Catalyst::Plugin::Authentication." +msgstr "" + +#: gnu/packages/web.scm:1012 +msgid "Captchas for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:1013 +msgid "" +"This plugin creates and validates Captcha images for\n" +"Catalyst." +msgstr "" + +#: gnu/packages/web.scm:1039 +msgid "Load config files of various types" +msgstr "" + +#: gnu/packages/web.scm:1040 +msgid "" +"This module will attempt to load find and load configuration\n" +"files of various types. Currently it supports YAML, JSON, XML, INI and= " +"Perl\n" +"formats." +msgstr "" + +#: gnu/packages/web.scm:1070 +msgid "Catalyst generic session plugin" +msgstr "" + +#: gnu/packages/web.scm:1071 +msgid "" +"This plugin links the two pieces required for session\n" +"management in web applications together: the state, and the store." +msgstr "" + +#: gnu/packages/web.scm:1097 +msgid "Maintain session IDs using cookies" +msgstr "" + +#: gnu/packages/web.scm:1098 +msgid "" +"In order for Catalyst::Plugin::Session to work, the session\n" +"ID needs to be stored on the client, and the session data needs to be " +"stored\n" +"on the server. This plugin stores the session ID on the client using t= he\n" +"cookie mechanism." +msgstr "" + +#: gnu/packages/web.scm:1128 +msgid "FastMmap session storage backend." +msgstr "" + +#: gnu/packages/web.scm:1129 +msgid "" +"Catalyst::Plugin::Session::Store::FastMmap is a fast session\n" +"storage plugin for Catalyst that uses an mmap'ed file to act as a share= d\n" +"memory interprocess cache. It is based on Cache::FastMmap." +msgstr "" + +#: gnu/packages/web.scm:1152 +msgid "Stack trace on the Catalyst debug screen" +msgstr "" + +#: gnu/packages/web.scm:1153 +msgid "" +"This plugin enhances the standard Catalyst debug screen by\n" +"including a stack trace of your appliation up to the point where the er= ror\n" +"occurred. Each stack frame is displayed along with the package name, l= ine\n" +"number, file name, and code context surrounding the line number." +msgstr "" + +#: gnu/packages/web.scm:1179 +msgid "Simple serving of static pages" +msgstr "" + +#: gnu/packages/web.scm:1180 +msgid "" +"The Static::Simple plugin is designed to make serving static\n" +"content in your application during development quick and easy, without\= n" +"requiring a single line of code from you. This plugin detects static f= iles " +"by\n" +"looking at the file extension in the URL (such as .css or .png or .js).= " +"The\n" +"plugin uses the lightweight MIME::Types module to map file extensions t= o\n" +"IANA-registered MIME types, and will serve your static files with the " +"correct\n" +"MIME type directly to the browser, without being processed through Cata= lyst." +msgstr "" + +#: gnu/packages/web.scm:1246 +msgid "The Catalyst Framework Runtime" +msgstr "" + +#: gnu/packages/web.scm:1247 +msgid "" +"Catalyst is a modern framework for making web applications.\n" +"It is designed to make it easy to manage the various tasks you need to = do " +"to\n" +"run an application on the web, either by doing them itself, or by letti= ng " +"you\n" +"\"plug in\" existing Perl modules that do what you need." +msgstr "" + +#: gnu/packages/web.scm:1277 +msgid "Replace request base with value passed by HTTP proxy" +msgstr "" + +#: gnu/packages/web.scm:1278 +msgid "" +"This module is a Moose::Role which allows you more\n" +"flexibility in your application's deployment configurations when deploy= ed\n" +"behind a proxy. Using this module, the request base ($c->req->base) is= \n" +"replaced with the contents of the X-Request-Base header." +msgstr "" + +#: gnu/packages/web.scm:1304 +msgid "Download data in many formats" +msgstr "" + +#: gnu/packages/web.scm:1305 +msgid "" +"The purpose of this module is to provide a method for\n" +"downloading data into many supportable formats. For example, downloadi= ng a\n" +"table based report in a variety of formats (CSV, HTML, etc.). " +msgstr "" + +#: gnu/packages/web.scm:1330 +msgid "Catalyst JSON view" +msgstr "" + +#: gnu/packages/web.scm:1331 +msgid "" +"Catalyst::View::JSON is a Catalyst View handler that returns\n" +"stash data in JSON format." +msgstr "" + +#: gnu/packages/web.scm:1356 +msgid "Template View Class" +msgstr "" + +#: gnu/packages/web.scm:1357 +msgid "" +"This module is a Catalyst view class for the Template\n" +"Toolkit." +msgstr "" + +#: gnu/packages/web.scm:1386 +msgid "Trait Loading and Resolution for Catalyst Components" +msgstr "" + +#: gnu/packages/web.scm:1387 +msgid "" +"Adds a \"COMPONENT\" in Catalyst::Component method to your\n" +"Catalyst component base class that reads the optional \"traits\" parame= ter\n" +"from app and component config and instantiates the component subclass w= ith\n" +"those traits using \"new_with_traits\" in MooseX::Traits from\n" +"MooseX::Traits::Pluggable." +msgstr "" + +#: gnu/packages/web.scm:1412 +msgid "Apply roles to Catalyst classes" +msgstr "" + +#: gnu/packages/web.scm:1413 +msgid "" +"CatalystX::RoleApplicator applies roles to Catalyst\n" +"application classes." +msgstr "" + +#: gnu/packages/web.scm:1439 +msgid "Catalyst development server with Starman" +msgstr "" + +#: gnu/packages/web.scm:1440 +msgid "" +"This module provides a Catalyst extension to replace the\n" +"development server with Starman." +msgstr "" + +#: gnu/packages/web.scm:1460 +msgid "CGI interface that is CGI.pm compliant" +msgstr "" =20 -#: gnu/packages/guile.scm:350 +#: gnu/packages/web.scm:1461 msgid "" -"Guile-json supports parsing and building JSON documents according to th= e\n" -"http:://json.org specification. These are the main features:\n" -"- Strictly complies to http://json.org specification.\n" -"- Build JSON documents programmatically via macros.\n" -"- Unicode support for strings.\n" -"- Allows JSON pretty printing." +"CGI::Simple provides a relatively lightweight drop in\n" +"replacement for CGI.pm. It shares an identical OO interface to CGI.pm = for\n" +"parameter parsing, file upload, cookie handling and header generation." msgstr "" -"Guile-json supporte l'analyse et la construction de documents JSON resp= ectant\n" -"la sp=C3=A9cification http:://json.org . Les principales fonctionnalit=C3= =A9es propos=C3=A9es\n" -"sont les suivantes :\n" -"- stricte conformit=C3=A9 =C3=A0 la sp=C3=A9cification http://json.org = ;\n" -"- cr=C3=A9ation de documents JSON par programmation via macros ;\n" -"- support d'unicode pour les chaines de caract=C3=A8re ;\n" -"- formatage =C3=A9l=C3=A9gant." =20 -#: gnu/packages/guile.scm:381 -msgid "Create charts and graphs in Guile" -msgstr "Cr=C3=A9ation de diagrammes et de graphiques dans Guile" +#: gnu/packages/web.scm:1482 +msgid "Build structures from CGI data" +msgstr "" =20 -#: gnu/packages/guile.scm:383 +#: gnu/packages/web.scm:1483 msgid "" -"Guile-Charting is a Guile Scheme library to create bar charts and graph= s\n" -"using the Cairo drawing library." +"This is a module for building structured data from CGI\n" +"inputs, in a manner reminiscent of how PHP does." msgstr "" -"Guile-Charting est une biblioth=C3=A8que pour Guile permettant de cr=C3= =A9er des diagrammes\n" -"en barre et des graphiques utilisant la biblioth=C3=A8que de dessin Cai= ro." =20 -#: gnu/packages/inkscape.scm:78 -msgid "Vector graphics editor" -msgstr "=C3=89diteur graphique vectoriel" +#: gnu/packages/web.scm:1504 +msgid "Date conversion routines" +msgstr "" =20 -#: gnu/packages/inkscape.scm:79 +#: gnu/packages/web.scm:1505 msgid "" -"Inkscape is a vector graphics editor. What sets Inkscape\n" -"apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C st= andard,\n" -"as the native format." +"This module provides functions that deal with the date\n" +"formats used by the HTTP protocol." msgstr "" -"Inkscape est un =C3=A9diteur graphique vectoriel. Ce qui diff=C3=A9renc= ie Inkscape\n" -"est son utilisation du format SVG, un standard W3C bas=C3=A9 sur XML, c= omme format natif." =20 -#: gnu/packages/linux.scm:131 -msgid "GNU Linux-Libre kernel headers" -msgstr "Fichiers d'en-t=C3=AAte pour le noyau GNU Linux-Libre" +#: gnu/packages/web.scm:1525 +msgid "MD5 sums for files and urls" +msgstr "" =20 -#: gnu/packages/linux.scm:132 -msgid "Headers of the Linux-Libre kernel." -msgstr "Fichiers d'en-t=C3=AAte pour le noyau Linux-Libre" +#: gnu/packages/web.scm:1526 +msgid "" +"Digest::MD5::File is a Perl extension for getting MD5 sums\n" +"for files and urls." +msgstr "" =20 -#: gnu/packages/linux.scm:163 -msgid "Tools for loading and managing Linux kernel modules" -msgstr "Outils de chargement et de gestion de modules noyau pour Linux" +#: gnu/packages/web.scm:1544 +msgid "Perl locale encoding determination" +msgstr "" =20 -#: gnu/packages/linux.scm:165 +#: gnu/packages/web.scm:1546 msgid "" -"Tools for loading and managing Linux kernel modules, such as `modprobe'= ,\n" -"`insmod', `lsmod', and more." +"The POSIX locale system is used to specify both the language\n" +"conventions requested by the user and the preferred character set to " +"consume\n" +"and output. The Encode::Locale module looks up the charset and encodin= g\n" +"(called a CODESET in the locale jargon) and arranges for the Encode mod= ule\n" +"to know this encoding under the name \"locale\". It means bytes obtain= ed\n" +"from the environment can be converted to Unicode strings by calling\n" +"Encode::encode(locale =3D> $bytes) and converted back again with\n" +"Encode::decode(locale =3D> $string)." msgstr "" -"Outils pour le chargement et la gestion des modules noyau Linux, tels q= ue\n" -"\"modprob\", \"insmod\", \"lsmod\" et plus." =20 -#: gnu/packages/linux.scm:296 -msgid "100% free redistribution of a cleaned Linux kernel" -msgstr "Redistribution 100% libre d'un noyau Linux propre" +#: gnu/packages/web.scm:1572 +msgid "Perl directory listing parser" +msgstr "" =20 -#: gnu/packages/linux.scm:298 +#: gnu/packages/web.scm:1574 msgid "" -"GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.\= n" -"It has been modified to remove all non-free binary blobs." +"The File::Listing module exports a single function called parse_dir(),\= n" +"which can be used to parse directory listings." msgstr "" -"GNU Linux-Libre est une variante libre du noyau Linux.\n" -"Il a =C3=A9t=C3=A9 modifi=C3=A9 pour en retirer toutes les composantes = non-libres." =20 -#: gnu/packages/linux.scm:341 -msgid "Pluggable authentication modules for Linux" -msgstr "Modules d'authentification pour Linux" +#: gnu/packages/web.scm:1598 +msgid "Perl class representing an HTML form element" +msgstr "" =20 -#: gnu/packages/linux.scm:343 +#: gnu/packages/web.scm:1599 msgid "" -"A *Free* project to implement OSF's RFC 86.0.\n" -"Pluggable authentication modules are small shared object files that can= \n" -"be used through the PAM API to perform tasks, like authenticating a use= r\n" -"at login. Local and dynamic reconfiguration are its key features" +"Objects of the HTML::Form class represents a single HTML\n" +"
...
instance." msgstr "" -"Un projet libre implantant OSF (RFC 86.0).\n" -"Les modules d'authentification sont de petits fichiers objets partag=C3= =A9s pouvant\n" -"=C3=AAtre utilis=C3=A9s =C3=A0 travers l'API PAM pour effectuer des t=C3= =A2ches, comme l'authentification\n" -"d'un utilisateur au moment de la connexion. Ses principales fonctionnal= it=C3=A9s sont\n" -"la reconfiguration locale et dynamique." =20 -#: gnu/packages/linux.scm:370 -msgid "Small utilities that use the proc filesystem" -msgstr "Petits utilitaires utilisant le syst=C3=A8me de fichier proc" +#: gnu/packages/web.scm:1621 +msgid "Check for HTML errors in a string or file" +msgstr "" =20 -#: gnu/packages/linux.scm:372 +#: gnu/packages/web.scm:1622 msgid "" -"This PSmisc package is a set of some small useful utilities that\n" -"use the proc filesystem. We're not about changing the world, but\n" -"providing the system administrator with some help in common tasks." +"HTML::Lint is a pure-Perl HTML parser and checker for\n" +"syntactic legitmacy." msgstr "" -"Le paquet PSmisc est un ensemble de petits utilitaires utilisant le\n" -"syst=C3=A8me de fichier proc. Notre objectif n'est pas de changer le mo= nde\n" -"mais simplement de fournir de l'aide =C3=A0 l'administrateur syst=C3=A8= me dans ses\n" -"t=C3=A2ches les plus courantes." =20 -#: gnu/packages/linux.scm:416 -msgid "Collection of utilities for the Linux kernel" -msgstr "Collection d'utilitaires pour le noyau Linux" +#: gnu/packages/web.scm:1646 +msgid "Work with HTML in a DOM-like tree structure" +msgstr "" =20 -#: gnu/packages/linux.scm:418 -msgid "Util-linux is a random collection of utilities for the Linux kern= el." -msgstr "Util-linux est une collection d'utilitaires pour le noyau Linux.= " +#: gnu/packages/web.scm:1647 +msgid "" +"This distribution contains a suite of modules for\n" +"representing, creating, and extracting information from HTML syntax tre= es." +msgstr "" =20 -#: gnu/packages/linux.scm:472 -msgid "Utilities that give information about processes" -msgstr "Utilitaires fournissant des informations sur les processus" +#: gnu/packages/web.scm:1667 +msgid "Perl HTML parser class" +msgstr "" =20 -#: gnu/packages/linux.scm:474 +#: gnu/packages/web.scm:1669 msgid "" -"Procps is the package that has a bunch of small useful utilities\n" -"that give information about processes using the Linux /proc file system= .\n" -"The package includes the programs ps, top, vmstat, w, kill, free,\n" -"slabtop, and skill." +"Objects of the HTML::Parser class will recognize markup and separate\n" +"it from plain text (alias data content) in HTML documents. As differen= t\n" +"kinds of markup and text are recognized, the corresponding event handle= rs\n" +"are invoked." msgstr "" -"Procps est un paquet fournissant de nombreux outils simples donnant des= \n" -"des informations sur les processus utilisant le syst=C3=A8me de fichier= /proc.\n" -"Le paquet inclut les programmes ps, top, vmstat, w, kill, free,\n" -"slabtop et skill." =20 -#: gnu/packages/linux.scm:499 -msgid "Tools for working with USB devices, such as lsusb" -msgstr "Outils de manipulation des p=C3=A9riph=C3=A9riques USB, tels que= lsusb." +#: gnu/packages/web.scm:1689 +msgid "Perl data tables useful in parsing HTML" +msgstr "" =20 -#: gnu/packages/linux.scm:501 -msgid "Tools for working with USB devices, such as lsusb." -msgstr "Outils de manipulation des p=C3=A9riph=C3=A9riques USB, tels que= lsusb." +#: gnu/packages/web.scm:1691 +msgid "" +"The HTML::Tagset module contains several data tables useful in various\= n" +"kinds of HTML parsing operations." +msgstr "" =20 -#: gnu/packages/linux.scm:542 -msgid "Creating and checking ext2/ext3/ext4 file systems" -msgstr "Cr=C3=A9ation et v=C3=A9rification de syst=C3=A8mes de fichiers = ext1/ext3/ext4" +#: gnu/packages/web.scm:1714 +msgid "HTTP Body Parser" +msgstr "" =20 -#: gnu/packages/linux.scm:544 -msgid "This package provides tools for manipulating ext2/ext3/ext4 file = systems." -msgstr "Ce paquet fournit des outils pour manipuler les syst=C3=A8mes de= fichiers ext2/ext3/ext4" +#: gnu/packages/web.scm:1715 +msgid "" +"HTTP::Body parses chunks of HTTP POST data and supports\n" +"application/octet-stream, application/json, application/x-www-form-" +"urlencoded,\n" +"and multipart/form-data." +msgstr "" =20 -#: gnu/packages/linux.scm:575 -msgid "Statically-linked fsck.* commands from e2fsprogs" -msgstr "Commandes de e2fsprogs (fsck.*) li=C3=A9es statiquement" +#: gnu/packages/web.scm:1741 +msgid "Minimalist HTTP user agent cookie jar" +msgstr "" =20 -#: gnu/packages/linux.scm:577 +#: gnu/packages/web.scm:1742 msgid "" -"This package provides statically-linked command of fsck.ext[234] taken\= n" -"from the e2fsprogs package. It is meant to be used in initrds." +"This module implements a minimalist HTTP user agent cookie\n" +"jar in conformance with RFC 6265 ." msgstr "" -"Ce paquet fournit la commande li=C3=A9e statiquement de fsck.ext[234] i= ssue\n" -"du paquet e2fsprogs. Il est cens=C3=A9 =C3=AAtre utilis=C3=A9 dans init= rds." =20 -#: gnu/packages/linux.scm:596 -msgid "System call tracer for Linux" -msgstr "Traceur d'appel syst=C3=A8me pour Linux" +#: gnu/packages/web.scm:1762 +msgid "Perl HTTP cookie jars" +msgstr "" =20 -#: gnu/packages/linux.scm:598 +#: gnu/packages/web.scm:1764 msgid "" -"strace is a system call tracer, i.e. a debugging tool which prints out = a\n" -"trace of all the system calls made by a another process/program." +"The HTTP::Cookies class is for objects that represent a cookie jar,\n" +"that is, a database of all the HTTP cookies that a given LWP::UserAgent= \n" +"object knows about." msgstr "" -"strace est un traceur d'appels syst=C3=A8me, c-=C3=A0-d un outil de d=C3= =A9bogage affichant\n" -"les appels syst=C3=A8me effectu=C3=A9s par un autre processus/programme= ." =20 -#: gnu/packages/linux.scm:617 -msgid "The Advanced Linux Sound Architecture libraries" -msgstr "Biblioth=C3=A8ques ALSA (Advanced Linux Sound Architecture)" +#: gnu/packages/web.scm:1786 +msgid "Perl simple http server class" +msgstr "" =20 -#: gnu/packages/linux.scm:619 gnu/packages/linux.scm:661 +#: gnu/packages/web.scm:1788 msgid "" -"The Advanced Linux Sound Architecture (ALSA) provides audio and\n" -"MIDI functionality to the Linux-based operating system." +"Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen\n" +"on a socket for incoming requests. The HTTP::Daemon is a subclass of\n= " +"IO::Socket::INET, so you can perform socket operations directly on it t= oo." msgstr "" -"ALSA fournit des fonctionnalit=C3=A9s audio et MIDI pour les syt=C3=A8m= es\n" -"bas=C3=A9s sur Linux." =20 -#: gnu/packages/linux.scm:659 -msgid "Utilities for the Advanced Linux Sound Architecture (ALSA)" -msgstr "Utilitaires pour ALSA (Advanced Linux Sound Architecture)" +#: gnu/packages/web.scm:1807 +msgid "Perl date conversion routines" +msgstr "" =20 -#: gnu/packages/linux.scm:683 -msgid "Program to configure the Linux IP packet filtering rules" -msgstr "Programme de configuration de r=C3=A8gles de filtrage des paquet= s IP pour Linux" +#: gnu/packages/web.scm:1809 +msgid "" +"The HTTP::Date module provides functions that deal with date formats\n" +"used by the HTTP protocol (and then some more)." +msgstr "" + +#: gnu/packages/web.scm:1832 +msgid "Perl HTTP style message" +msgstr "" + +#: gnu/packages/web.scm:1834 +msgid "An HTTP::Message object contains some headers and a content body.= " +msgstr "" =20 -#: gnu/packages/linux.scm:685 +#: gnu/packages/web.scm:1853 +msgid "Perl http content negotiation" +msgstr "" + +#: gnu/packages/web.scm:1855 msgid "" -"iptables is the userspace command line program used to configure the\n" -"Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted to= wards\n" -"system administrators. Since Network Address Translation is also confi= gured\n" -"from the packet filter ruleset, iptables is used for this, too. The ip= tables\n" -"package also includes ip6tables. ip6tables is used for configuring the= IPv6\n" -"packet filter." +"The HTTP::Negotiate module provides a complete implementation of the\n" +"HTTP content negotiation algorithm specified in\n" +"draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows = for\n" +"the selection of a preferred content representation based upon attribut= es\n" +"of the negotiable variants and the value of the various Accept* header\= n" +"fields in the request." msgstr "" -"iptables est un programme utilisateur en ligne de commande utilis=C3=A9= pour\n" -"configurer le filtrage des paquets IPv4 sur Linux depuis la version 2.4= .x.\n" -"Il s'adresse particuli=C3=A8rement aux administrateurs. iptables g=C3=A8= re aussi le NAT\n" -"Network Address Translation). Le paquet inclut aussi ip6tables, utilis=C3= =A9 pour\n" -"configurer le filtrage IPv6." =20 -#: gnu/packages/linux.scm:733 -msgid "Utilities for controlling TCP/IP networking and traffic in Linux" -msgstr "Utilitaires de contr=C3=B4le du traffic TCP/IP pour Linux" +#: gnu/packages/web.scm:1880 +msgid "Parse HTTP/1.1 requests" +msgstr "" =20 -#: gnu/packages/linux.scm:735 +#: gnu/packages/web.scm:1881 msgid "" -"Iproute2 is a collection of utilities for controlling TCP/IP\n" -"networking and traffic with the Linux kernel.\n" -"\n" -"Most network configuration manuals still refer to ifconfig and route as= the\n" -"primary network configuration tools, but ifconfig is known to behave\n" -"inadequately in modern network environments. They should be deprecated= , but\n" -"most distros still include them. Most network configuration systems ma= ke use\n" -"of ifconfig and thus provide a limited feature set. The /etc/net proje= ct aims\n" -"to support most modern network technologies, as it doesn't use ifconfig= and\n" -"allows a system administrator to make use of all iproute2 features, inc= luding\n" -"traffic control.\n" -"\n" -"iproute2 is usually shipped in a package called iproute or iproute2 and= \n" -"consists of several tools, of which the most important are ip and tc. = ip\n" -"controls IPv4 and IPv6 configuration and tc stands for traffic control.= Both\n" -"tools print detailed usage messages and are accompanied by a set of\n" -"manpages." +"This is an HTTP request parser. It takes chunks of text as\n" +"received and returns a 'hint' as to what is required, or returns the\n" +"HTTP::Request when a complete request has been read. HTTP/1.1 chunking= is\n" +"supported." msgstr "" -"Iproute2 est une collection d'utilitaires pour le contr=C3=B4le des r=C3= =A9seaux TCP/IP\n" -"sous Linux. De nombreux manuels sur la configuration du r=C3=A9seau sou= s Linux se\n" -"r=C3=A9f=C3=A8rent toujours =C3=A0 ifconfig et route comme des outils i= ndispensables\n" -"bien que ifconfig soit connu pour son inad=C3=A9quation aux r=C3=A9seau= x modernes. Ils devraient\n" -"=C3=AAtre d=C3=A9pr=C3=A9ci=C3=A9s mais de nombreuses distributions les= incluent encore. Le projet\n" -"/etc/net a pour but de supporter des technologies r=C3=A9seau plus mode= rnes. Iproute2\n" -"est habituellement fourni dans un paquet appel=C3=A9 iproute ou iproute= 2 et consiste\n" -"en plusieurs outils dont les plus importants sont ip et tc. ip contr=C3= =B4le la\n" -"configuration IPv4 et IPv6 tandis que tc se charge du contr=C3=B4le du = trafic. Ces\n" -"deux outils sont accompagn=C3=A9s par leur manuel." =20 -#: gnu/packages/linux.scm:827 -msgid "Tools for controlling the network subsystem in Linux" -msgstr "Outils pour contr=C3=B4ler le sous-syst=C3=A8me r=C3=A9seau dans= Linux" +#: gnu/packages/web.scm:1901 +msgid "Fast HTTP request parser" +msgstr "" =20 -#: gnu/packages/linux.scm:829 +#: gnu/packages/web.scm:1902 msgid "" -"This package includes the important tools for controlling the network\n= " -"subsystem of the Linux kernel. This includes arp, hostname, ifconfig,\= n" -"netstat, rarp and route. Additionally, this package contains utilities= \n" -"relating to particular network hardware types (plipconfig, slattach) an= d\n" -"advanced aspects of IP configuration (iptunnel, ipmaddr)." +"HTTP::Parser::XS is a fast, primitive HTTP request/response\n" +"parser." msgstr "" -"Ce paquet inclut des outils importants pour contr=C3=B4ler le sous-syst= =C3=A8me r=C3=A9seau\n" -"du noyau Linux. Cela inclut arp, hostname, ifconfig, netstat, rarp et r= oute.\n" -"Aditionnellement, ce paquet contient des utilitaires relatifs =C3=A0 de= s architectures\n" -"particuli=C3=A8res (pliconfig, slattach) et =C3=A0 des aspects avanc=C3= =A9s de la configuration\n" -"r=C3=A9seau (iptunnel, ipmaddr)." =20 -#: gnu/packages/linux.scm:862 -msgid "Library for working with POSIX capabilities" -msgstr "Biblioth=C3=A8que pour travailler avec les possibilit=C3=A9s de = POSIX" +#: gnu/packages/web.scm:1923 +msgid "Set up a CGI environment from an HTTP::Request" +msgstr "" =20 -#: gnu/packages/linux.scm:864 +#: gnu/packages/web.scm:1924 msgid "" -"Libcap2 provides a programming interface to POSIX capabilities on\n" -"Linux-based operating systems." -msgstr "Libcap2 fournit une interface de programmation POSIX aux syst=C3= =A8mes bas=C3=A9s sur Linux." +"This module provides a convenient way to set up a CGI\n" +"environment from an HTTP::Request." +msgstr "" =20 -#: gnu/packages/linux.scm:896 -msgid "Manipulate Ethernet bridges" -msgstr "Manipulation des ponts Ethernet" +#: gnu/packages/web.scm:1946 +msgid "Lightweight HTTP server" +msgstr "" =20 -#: gnu/packages/linux.scm:898 +#: gnu/packages/web.scm:1947 msgid "" -"Utilities for Linux's Ethernet bridging facilities. A bridge is a way\= n" -"to connect two Ethernet segments together in a protocol independent way= .\n" -"Packets are forwarded based on Ethernet address, rather than IP address= (like\n" -"a router). Since forwarding is done at Layer 2, all protocols can go\n= " -"transparently through a bridge." +"HTTP::Server::Simple is a simple standalone HTTP daemon with\n" +"no non-core module dependencies. It can be used for building a standal= one\n" +"http-based UI to your existing tools." msgstr "" -"Utilitaires pour la gestion des ponts ethernet sous Linux. Un pont est = un\n" -"moyen de connecter deux segments Ethernet ind=C3=A9pendant du protocole= utilis=C3=A9.\n" -"Les paquets sont transf=C3=A9r=C3=A9s en se basant sur leur adresse Eth= ernet plut=C3=B4t que\n" -"sur leur adresse IP (contrairement aux routeurs). Le forwarding se fais= ant au\n" -"niveau 2, tous les protocoles peuvent transiter de mani=C3=A8re transpa= rente sur un\n" -"un pont." =20 -#: gnu/packages/linux.scm:920 -msgid "NetLink protocol library suite" -msgstr "Biblioth=C3=A8qye pour le protocole NetLink" +#: gnu/packages/web.scm:1971 +msgid "HTTP/1.1 client" +msgstr "" =20 -#: gnu/packages/linux.scm:922 +#: gnu/packages/web.scm:1972 msgid "" -"The libnl suite is a collection of libraries providing APIs to netlink\= n" -"protocol based Linux kernel interfaces. Netlink is an IPC mechanism pr= imarly\n" -"between the kernel and user space processes. It was designed to be a m= ore\n" -"flexible successor to ioctl to provide mainly networking related kernel= \n" -"configuration and monitoring interfaces." +"This is a very simple HTTP/1.1 client, designed for doing\n" +"simple requests without the overhead of a large framework like LWP::" +"UserAgent.\n" +"It supports proxies and redirection. It also correctly resumes after E= INTR." msgstr "" -"La suite libnl est une collection de biblioth=C3=A8ques fournissant des= API pour\n" -"le protocole netlink bas=C3=A9 sur des interfaces du noyau Linux. Netli= nk est un\n" -"m=C3=A9canisme IPC intervenant entre le noyay et les processus utilisat= eur. Il\n" -"est con=C3=A7u pour =C3=AAtre un successeur plus flexible =C3=A0 ioctl = permettant de configurer\n" -"le r=C3=A9seau au niveau noyau et surveiller les interfaces." =20 -#: gnu/packages/linux.scm:955 -msgid "Analyze power consumption on Intel-based laptops" -msgstr "Analyse de la consommation des portables bas=C3=A9s sur Intel" +#: gnu/packages/web.scm:1991 +msgid "Perl module to open an HTML file with automatic charset detection= " +msgstr "" =20 -#: gnu/packages/linux.scm:957 +#: gnu/packages/web.scm:1993 msgid "" -"PowerTOP is a Linux tool to diagnose issues with power consumption and\= n" -"power management. In addition to being a diagnostic tool, PowerTOP als= o has\n" -"an interactive mode where the user can experiment various power managem= ent\n" -"settings for cases where the operating system has not enabled these\n" -"settings." +"IO::HTML provides an easy way to open a file containing HTML while\n" +"automatically determining its encoding. It uses the HTML5 encoding " +"sniffing\n" +"algorithm specified in section 8.2.2.1 of the draft standard." msgstr "" -"PowerTOP est un outil Linux permettant de diagnostiquer des probl=C3=A8= mes de\n" -"consommation =C3=A9lectrique ou de gestion de l'=C3=A9nergie. En plus d= '=C3=AAtre un outil\n" -"de diagnostique, PowerTOP propose aussi un mode interactif dans lequel\= n" -"l'utilisateur peut exp=C3=A9rimenter de multiples configurations de ges= tion de\n" -"l'=C3=A9nergie pour des cas o=C3=B9 le syst=C3=A8me d'exploitation n'a = pas " =20 -#: gnu/packages/linux.scm:979 -msgid "Audio mixer for X and the console" -msgstr "Table de mixage audio bas=C3=A9e sur X et la console" +#: gnu/packages/web.scm:2012 +msgid "Family-neutral IP socket supporting both IPv4 and IPv6" +msgstr "" =20 -#: gnu/packages/linux.scm:981 +#: gnu/packages/web.scm:2013 msgid "" -"Aumix adjusts an audio mixer from X, the console, a terminal,\n" -"the command line or a script." +"This module provides a protocol-independent way to use IPv4\n" +"and IPv6 sockets, intended as a replacement for IO::Socket::INET." msgstr "" -"Aumix ajuste un mixer audio depuis X, la console, un terminal,\n" -"la ligne de commande ou un script." =20 -#: gnu/packages/linux.scm:1005 -msgid "Displays the IO activity of running processes" -msgstr "Affiche l'activit=C3=A9 des entr=C3=A9es-sorties des processus e= n cours d'ex=C3=A9cution." +#: gnu/packages/web.scm:2030 +msgid "Nearly transparent SSL encapsulation for IO::Socket::INET" +msgstr "" =20 -#: gnu/packages/linux.scm:1007 +#: gnu/packages/web.scm:2032 msgid "" -"Iotop is a Python program with a top like user interface to show the\n" -"processes currently causing I/O." +"IO::Socket::SSL makes using SSL/TLS much easier by wrapping the\n" +"necessary functionality into the familiar IO::Socket interface and " +"providing\n" +"secure defaults whenever possible. This way existing applications can = be " +"made\n" +"SSL-aware without much effort, at least if you do blocking I/O and don'= t " +"use\n" +"select or poll." msgstr "" -"Iotop est un programme Python dot=C3=A9 d'une interface utilisateur aff= ichant les\n" -"entr=C3=A9es-sorties en cours des processus." =20 -#: gnu/packages/linux.scm:1058 -msgid "Support file systems implemented in user space" -msgstr "Support des syst=C3=A8mes de fichiers implant=C3=A9s dans l'espa= ce utilisateur." +#: gnu/packages/web.scm:2063 +msgid "Perl modules for the WWW" +msgstr "" =20 -#: gnu/packages/linux.scm:1060 +#: gnu/packages/web.scm:2065 msgid "" -"As a consequence of its monolithic design, file system code for Linux\n= " -"normally goes into the kernel itself---which is not only a robustness i= ssue,\n" -"but also an impediment to system extensibility. FUSE, for \"file syste= ms in\n" -"user space\", is a kernel module and user-space library that tries to a= ddress\n" -"part of this problem by allowing users to run file system implementatio= ns as\n" -"user-space processes." +"The libwww-perl collection is a set of Perl modules which provides a\n" +"simple and consistent application programming interface to the\n" +"World-Wide Web. The main focus of the library is to provide classes\n" +"and functions that allow you to write WWW clients. The library also\n" +"contains modules that are of more general use and even classes that\n" +"help you implement simple HTTP servers." msgstr "" -"Parce qu'il est bas=C3=A9 sur un mod=C3=A8le monolithique, la gestion d= u syst=C3=A8me de\n" -"de fichiers sous Linux se trouve normalement au sein du noyau, ce qui\n= " -"consititue un probl=C3=A8me de robustesse et =C3=A9galement une entrave= \n" -"=C3=A0 l'extensibilit=C3=A9 du syst=C3=A8me. FUSE (File systems in user= space) est\n" -"un module noyau et une biblioth=C3=A8que utilisateur destin=C3=A9e =C3=A0= r=C3=A9soudre\n" -"ce probl=C3=A8me en permettant aux utilisateurs de lancer les implantat= ions de\n" -"syst=C3=A8mes de fichiers comme des processus utilisateur." =20 -#: gnu/packages/linux.scm:1085 -msgid "User-space union file system" +#: gnu/packages/web.scm:2087 +msgid "Perl module to guess the media type for a file or a URL" msgstr "" =20 -#: gnu/packages/linux.scm:1087 +#: gnu/packages/web.scm:2089 +#, scheme-format msgid "" -"UnionFS-FUSE is a flexible union file system implementation in user\n" -"space, using the FUSE library. Mounting a union file system allows you= to\n" -"\"aggregate\" the contents of several directories into a single mount p= oint.\n" -"UnionFS-FUSE additionally supports copy-on-write." +"The LWP::MediaTypes module provides functions for handling media (also\= n" +"known as MIME) types and encodings. The mapping from file extensions t= o\n" +"media types is defined by the media.types file. If the ~/.media.types = file\n" +"exists it is used instead." msgstr "" =20 -#: gnu/packages/linux.scm:1112 -msgid "User-space union file system (statically linked)" +#: gnu/packages/web.scm:2115 +msgid "HTTPS support for LWP::UserAgent" msgstr "" =20 -#: gnu/packages/linux.scm:1154 -msgid "Mount remote file systems over SSH" -msgstr "Montage de syst=C3=A8mes de fichier distants avec SSH" +#: gnu/packages/web.scm:2116 +msgid "" +"The LWP::Protocol::https module provides support for using\n" +"https schemed URLs with LWP." +msgstr "" + +#: gnu/packages/web.scm:2136 +msgid "Virtual browser that retries errors" +msgstr "" =20 -#: gnu/packages/linux.scm:1156 +#: gnu/packages/web.scm:2137 msgid "" -"This is a file system client based on the SSH File Transfer Protocol.\n= " -"Since most SSH servers already support this protocol it is very easy to= set\n" -"up: on the server side there's nothing to do; on the client side mounti= ng the\n" -"file system is as easy as logging into the server with an SSH client." +"LWP::UserAgent::Determined works just like LWP::UserAgent,\n" +"except that when you use it to get a web page but run into a\n" +"possibly-temporary error (like a DNS lookup timeout), it'll wait a few = " +"seconds\n" +"and retry a few times." msgstr "" -"Syst=C3=A8me de fichier client bas=C3=A9 sur SFTP (SSH File Transfer Pr= otocole).\n" -"Beaucoup de serveurs SSH supportant le protocole, ce client est tr=C3=A8= s facile\n" -"=C3=A0 configurer : il n'y a rien =C3=A0 faire du c=C3=B4t=C3=A9 serveu= r ; du c=C3=B4t=C3=A9 client, il est\n" -"aussi facile de monter le syst=C3=A8me de fichiers que de se connecter = avec un client\n" -"SSH." =20 -#: gnu/packages/linux.scm:1204 -msgid "Tools for non-uniform memory access (NUMA) machines" -msgstr "Outils pour les machines bas=C3=A9es sur NUMA (non-uniform memor= y access)" +#: gnu/packages/web.scm:2182 +msgid "Perl interface to Amazon S3" +msgstr "" + +#: gnu/packages/web.scm:2183 +#, fuzzy +msgid "This module provides a Perlish interface to Amazon S3." +msgstr "Ce paquet fournit une interface de base de donn=C3=A9es pour Per= l." + +#: gnu/packages/web.scm:2203 +msgid "Perl low-level HTTP connection (client)" +msgstr "" + +#: gnu/packages/web.scm:2205 +msgid "" +"The Net::HTTP class is a low-level HTTP client. An instance of the\n" +"Net::HTTP class represents a connection to an HTTP server. The HTTP " +"protocol\n" +"is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and\n" +"HTTP/1.1." +msgstr "" + +#: gnu/packages/web.scm:2225 +msgid "Extensible Perl server engine" +msgstr "" + +#: gnu/packages/web.scm:2226 +msgid "" +"Net::Server is an extensible, generic Perl server engine.\n" +"It attempts to be a generic server as in Net::Daemon and NetServer::" +"Generic.\n" +"It includes with it the ability to run as an inetd\n" +"process (Net::Server::INET), a single connection server (Net::Server or= \n" +"Net::Server::Single), a forking server (Net::Server::Fork), a preforkin= g\n" +"server which maintains a constant number of preforked\n" +"children (Net::Server::PreForkSimple), or as a managed preforking serve= r " +"which\n" +"maintains the number of children based on server load (Net::Server::" +"PreFork).\n" +"In all but the inetd type, the server provides the ability to connect t= o " +"one\n" +"or to multiple server ports." +msgstr "" + +#: gnu/packages/web.scm:2269 +msgid "Perl Superglue for Web frameworks and servers (PSGI toolkit)" +msgstr "" + +#: gnu/packages/web.scm:2270 +msgid "" +"Plack is a set of tools for using the PSGI stack. It\n" +"contains middleware components, a reference server, and utilities for W= eb\n" +"application frameworks. Plack is like Ruby's Rack or Python's Paste fo= r\n" +"WSGI." +msgstr "" + +#: gnu/packages/web.scm:2296 +msgid "Plack::Middleware which sets body for redirect response" +msgstr "" =20 -#: gnu/packages/linux.scm:1206 +#: gnu/packages/web.scm:2297 msgid "" -"NUMA stands for Non-Uniform Memory Access, in other words a system whos= e\n" -"memory is not all in one place. The numactl program allows you to run = your\n" -"application program on specific CPU's and memory nodes. It does this b= y\n" -"supplying a NUMA memory policy to the operating system before running y= our\n" -"program.\n" -"\n" -"The package contains other commands, such as numademo, numastat and mem= hog.\n" -"The numademo command provides a quick overview of NUMA performance on y= our\n" -"system." +"This module sets the body in redirect response, if it's not\n" +"already set." msgstr "" -"NUMA (Non-Uniform Memory Access) est un syst=C3=A8me dans lequel la m=C3= =A9moire est\n" -"r=C3=A9partie en diff=C3=A9rents endroits. Le programme numactl permet = de lancer une\n" -"une application sur des noeuds CPU et m=C3=A9moire sp=C3=A9cifiques au = moyen de politiques\n" -"fournies au syst=C3=A8me d'exploitation avant le lancement du programme= ." =20 -#: gnu/packages/linux.scm:1269 -msgid "Linux keyboard utilities and keyboard maps" +#: gnu/packages/web.scm:2318 +msgid "Override REST methods to Plack apps via POST" msgstr "" =20 -#: gnu/packages/linux.scm:1271 +#: gnu/packages/web.scm:2319 msgid "" -"This package contains keytable files and keyboard utilities compatible\= n" -"for systems using the Linux kernel. This includes commands such as\n" -"'loadkeys', 'setfont', 'kbdinfo', and 'chvt'." +"This middleware allows for POST requests that pretend to be\n" +"something else: by adding either a header named X-HTTP-Method-Override = to " +"the\n" +"request, or a query parameter named x-tunneled-method to the URI, the " +"client\n" +"can say what method it actually meant." msgstr "" =20 -#: gnu/packages/linux.scm:1290 -msgid "Monitor file accesses" -msgstr "Surveillance des acc=C3=A8s fichier" +#: gnu/packages/web.scm:2343 +msgid "Plack::Middleware which removes body for HTTP response" +msgstr "" =20 -#: gnu/packages/linux.scm:1292 +#: gnu/packages/web.scm:2344 msgid "" -"The inotify-tools packages provides a C library and command-line tools\= n" -"to use Linux' inotify mechanism, which allows file accesses to be monit= ored." +"This module removes the body in an HTTP response if it's not\n" +"required." msgstr "" -"Le paquet inotify-tools fournit une biblioth=C3=A8que C et des outils e= n ligne de commande\n" -"permettant d'utiliser le m=C3=A9canisme inotify de Linux qui autorise l= a surveillance\n" -"des acc=C3=A8s fichier." =20 -#: gnu/packages/linux.scm:1330 -msgid "Kernel module tools" -msgstr "Outils de module noyau" +#: gnu/packages/web.scm:2365 +msgid "Supports app to run as a reverse proxy backend" +msgstr "" =20 -#: gnu/packages/linux.scm:1331 +#: gnu/packages/web.scm:2366 msgid "" -"Kmod is a set of tools to handle common tasks with Linux\n" -"kernel modules like insert, remove, list, check properties, resolve\n" -"dependencies and aliases.\n" -"\n" -"These tools are designed on top of libkmod, a library that is shipped w= ith\n" -"kmod. The aim is to be compatible with tools, configurations and indic= es\n" -"from the module-init-tools project." +"Plack::Middleware::ReverseProxy resets some HTTP headers,\n" +"which are changed by reverse-proxy. You can specify the reverse proxy = " +"address\n" +"and stop fake requests using 'enable_if' directive in your app.psgi." msgstr "" -"Kmod est un ensemble d'outils g=C3=A9rant les op=C3=A9rations courantes= sur les\n" -"les modules noyau comme ins=C3=A9rer, supprimer, lister, v=C3=A9rifier = les propri=C3=A9t=C3=A9s,\n" -"r=C3=A9soudre les d=C3=A9pendances et alias.\n" -"\n" -"Ces outils sont construits au-dessus libkmod, une biblioth=C3=A8que fou= rnie avec\n" -"kmod. L'objectif est d'=C3=AAtre compatible avec les outils, les config= urations et\n" -"les indices du projet module-init-tools." =20 -#: gnu/packages/linux.scm:1380 -msgid "Userspace device management" -msgstr "Gestion de p=C3=A9riph=C3=A9riques utilisateurs" +#: gnu/packages/web.scm:2387 +msgid "Run HTTP tests on external live servers" +msgstr "" =20 -#: gnu/packages/linux.scm:1381 +#: gnu/packages/web.scm:2388 msgid "" -"Udev is a daemon which dynamically creates and removes\n" -"device nodes from /dev/, handles hotplug events and loads drivers at bo= ot\n" -"time." +"This module allows your to run your Plack::Test tests\n" +"against an external server instead of just against a local application = " +"through\n" +"either mocked HTTP or a locally spawned server." msgstr "" -"Udev est un daemon capable de cr=C3=A9er et supprimer dynamiquement\n" -"des noeuds de p=C3=A9riph=C3=A9riques dans /dev/, g=C3=A9rer leur branc= hement =C3=A0 chaud\n" -"et charger leur pilotes au d=C3=A9marrage." =20 -#: gnu/packages/linux.scm:1470 -msgid "Logical volume management for Linux" -msgstr "Gestion de volumes logiques pour Linux" +#: gnu/packages/web.scm:2410 +msgid "Testing TCP programs" +msgstr "" =20 -#: gnu/packages/linux.scm:1472 -msgid "" -"LVM2 is the logical volume management tool set for Linux-based systems.= \n" -"This package includes the user-space libraries and tools, including the= device\n" -"mapper. Kernel components are part of Linux-libre." +#: gnu/packages/web.scm:2411 +msgid "Test::TCP is test utilities for TCP/IP programs." msgstr "" =20 -#: gnu/packages/linux.scm:1499 -msgid "Tools for manipulating Linux Wireless Extensions" -msgstr "Outils de manipulation d'extensions sans fil pour Linux" +#: gnu/packages/web.scm:2439 +msgid "Testing-specific WWW::Mechanize subclass" +msgstr "" =20 -#: gnu/packages/linux.scm:1500 +#: gnu/packages/web.scm:2440 msgid "" -"Wireless Tools are used to manipulate the Linux Wireless\n" -"Extensions. The Wireless Extension is an interface allowing you to set= \n" -"Wireless LAN specific parameters and get the specific stats." +"Test::WWW::Mechanize is a subclass of the Perl module\n" +"WWW::Mechanize that incorporates features for web application testing." msgstr "" =20 -#: gnu/packages/linux.scm:1572 -msgid "Utilities to read temperature/voltage/fan sensors" -msgstr "Utilitaires pour la lecture de capteurs de temp=C3=A9ture/voltag= e/ventilateur" +#: gnu/packages/web.scm:2473 +msgid "Test::WWW::Mechanize for Catalyst" +msgstr "" =20 -#: gnu/packages/linux.scm:1574 +#: gnu/packages/web.scm:2474 msgid "" -"Lm-sensors is a hardware health monitoring package for Linux. It allow= s\n" -"you to access information from temperature, voltage, and fan speed sens= ors.\n" -"It works with most newer systems." +"The Test::WWW::Mechanize::Catalyst module meshes the\n" +"Test::WWW:Mechanize module and the Catalyst web application framework t= o " +"allow\n" +"testing of Catalyst applications without needing to start up a web serv= er." msgstr "" -"Lm-sensors est un utilitaire de monitoring hardware pour Linux. Il perm= et\n" -"d'acc=C3=A9der =C3=A0 des informations sur les composants telles que la= temp=C3=A9rature,\n" -"le voltage ou la vitesse des ventilatuers. Il fonctionne avec la plupar= t des\n" -"syst=C3=A8mes les plus r=C3=A9cents." =20 -#: gnu/packages/linux.scm:1609 -msgid "Hardware health information viewer" -msgstr "Utiltaire de monitoring hardware" +#: gnu/packages/web.scm:2498 +msgid "Test PSGI programs using WWW::Mechanize" +msgstr "" =20 -#: gnu/packages/linux.scm:1611 +#: gnu/packages/web.scm:2499 msgid "" -"Xsensors reads data from the libsensors library regarding hardware\n" -"health such as temperature, voltage and fan speed and displays the info= rmation\n" -"in a digital read-out." -msgstr "Xsensors lit les donn=C3=A9es depuis la biblioth=C3=A8que libsen= sors " +"PSGI is a specification to decouple web server environments\n" +"from web application framework code. Test::WWW::Mechanize is a subclas= s of\n" +"WWW::Mechanize that incorporates features for web application testing. = The\n" +"Test::WWW::Mechanize::PSGI module meshes the two to allow easy testing = of " +"PSGI\n" +"applications." +msgstr "" =20 -#: gnu/packages/linux.scm:1654 -msgid "Linux profiling with performance counters" +#: gnu/packages/web.scm:2519 +msgid "Perl Uniform Resource Identifiers (absolute and relative)" msgstr "" =20 -#: gnu/packages/linux.scm:1656 +#: gnu/packages/web.scm:2521 msgid "" -"perf is a tool suite for profiling using hardware performance counters,= \n" -"with support in the Linux kernel. perf can instrument CPU performance\= n" -"counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is c= apable\n" -"of lightweight profiling. This package contains the user-land tools an= d in\n" -"particular the 'perf' command." +"The URI module implements the URI class. Objects of this class\n" +"represent \"Uniform Resource Identifier references\" as specified in RF= C " +"2396\n" +"and updated by RFC 2732." msgstr "" =20 -#: gnu/packages/lout.scm:109 -msgid "Document layout system" +#: gnu/packages/web.scm:2542 +msgid "Find URIs in arbitrary text" msgstr "" =20 -#: gnu/packages/lout.scm:111 +#: gnu/packages/web.scm:2543 msgid "" -"The Lout document formatting system reads a high-level description of\n= " -"a document similar in style to LaTeX and produces a PostScript or plain= text\n" -"output file.\n" -"\n" -"Lout offers an unprecedented range of advanced features, including opti= mal\n" -"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" -"inclusion and generation, equation formatting, tables, diagrams, rotati= on and\n" -"scaling, sorted indexes, bibliographic databases, running headers and\n= " -"odd-even pages, automatic cross referencing, multilingual documents inc= luding\n" -"hyphenation (most European languages are supported), formatting of comp= uter\n" -"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" -"extended with definitions which are very much easier to write than trof= f of\n" -"TeX macros because Lout is a high-level, purely functional language, th= e\n" -"outcome of an eight-year research project that went back to the\n" -"beginning." +"This module finds URIs and URLs (according to what URI.pm\n" +"considers a URI) in plain text. It only finds URIs which include a\n" +"scheme (http:// or the like), for something a bit less strict, consider= \n" +"URI::Find::Schemeless. For a command-line interface, urifind is provid= ed." msgstr "" =20 -#: gnu/packages/mpd.scm:62 -msgid "Music Player Daemon client library" +#: gnu/packages/web.scm:2565 +msgid "WebSocket support for URI package" msgstr "" =20 -#: gnu/packages/mpd.scm:63 +#: gnu/packages/web.scm:2566 msgid "" -"A stable, documented, asynchronous API library for\n" -"interfacing MPD in the C, C++ & Objective C languages." +"With this module, the URI package provides the same set of\n" +"methods for WebSocket URIs as it does for HTTP URIs." msgstr "" =20 -#: gnu/packages/mpd.scm:121 -msgid "Music Player Daemon" +#: gnu/packages/web.scm:2586 +#, fuzzy +msgid "Perl extension interface for libcurl" +msgstr "Interface SQLite pour Perl" + +#: gnu/packages/web.scm:2588 +msgid "" +"This is a Perl extension interface for the libcurl file downloading\n" +"library." +msgstr "" + +#: gnu/packages/web.scm:2615 +msgid "Web browsing in a Perl object" msgstr "" =20 -#: gnu/packages/mpd.scm:122 +#: gnu/packages/web.scm:2616 msgid "" -"Music Player Daemon (MPD) is a flexible, powerful,\n" -"server-side application for playing music. Through plugins and librari= es it\n" -"can play a variety of sound files while being controlled by its network= \n" -"protocol." +"WWW::Mechanize is a Perl module for stateful programmatic\n" +"web browsing, used for automating interaction with websites." msgstr "" =20 -#: gnu/packages/mpd.scm:147 -msgid "Curses Music Player Daemon client" +#: gnu/packages/web.scm:2636 +msgid "Perl database of robots.txt-derived permissions" msgstr "" =20 -#: gnu/packages/mpd.scm:148 +#: gnu/packages/web.scm:2638 msgid "" -"ncmpc is a fully featured MPD client, which runs in a\n" -"terminal using ncurses." +"The WWW::RobotRules module parses /robots.txt files as specified in\n" +"\"A Standard for Robot Exclusion\", at\n" +". Webmasters can use the\n" +"/robots.txt file to forbid conforming robots from accessing parts of\n" +"their web site." msgstr "" =20 -#: gnu/packages/mpd.scm:169 -msgid "Featureful ncurses based MPD client inspired by ncmpc" +#: gnu/packages/weechat.scm:93 +msgid "Extensible chat client" msgstr "" =20 -#: gnu/packages/mpd.scm:170 +#: gnu/packages/weechat.scm:94 msgid "" -"Ncmpcpp is an mpd client with a UI very similar to ncmpc,\n" -"but it provides new useful features such as support for regular express= ions\n" -"for library searches, extended song format, items filtering, the abilit= y to\n" -"sort playlists, and a local filesystem browser." +"WeeChat (Wee Enhanced Environment for Chat) is an\n" +"Internet Relay Chat client, which is designed to be light and fast.\n" +"The client uses a curses frontend, and there are remote interfaces\n" +"for Web, Qt, Android and Emacs. In WeeChat everything can be done\n" +"with a keyboard, though it also supports mouse. It is customizable\n" +"and extensible with plugins and scripts." msgstr "" =20 -#: gnu/packages/pdf.scm:79 -msgid "PDF rendering library" -msgstr "Biblioth=C3=A8que de rendu PDF" +#: gnu/packages/wordnet.scm:79 +msgid "Lexical database for the English language" +msgstr "Base de donn=C3=A9es lexicale pour la langue anglaise" =20 -#: gnu/packages/pdf.scm:81 -msgid "Poppler is a PDF rendering library based on the xpdf-3.0 code bas= e." +#: gnu/packages/wordnet.scm:81 +msgid "" +"WordNet=C2=AE is a large lexical database of English. Nouns, verbs,\n" +"adjectives and adverbs are grouped into sets of cognitive synonyms\n" +"(synsets), each expressing a distinct concept. Synsets are interlinked= by\n" +"means of conceptual-semantic and lexical relations. The resulting netw= ork " +"of\n" +"meaningfully related words and concepts can be navigated with the brows= er.\n" +"WordNet is also freely and publicly available for download. WordNet's\= n" +"structure makes it a useful tool for computational linguistics and natu= ral\n" +"language processing." msgstr "" +"WordNet=C2=AE est une vaste base de donn=C3=A9es pour la langue anglais= e. Noms, " +"verbes,\n" +"adjectifs et adverbes sont regoup=C3=A9s en" =20 -#: gnu/packages/pdf.scm:124 -msgid "Viewer for PDF files based on the Motif toolkit" -msgstr "Visionneuse pour fichiers PDF bas=C3=A9e sur la bo=C3=AEte =C3=A0= outil Motif" +#: gnu/packages/xiph.scm:63 +msgid "Library for manipulating the ogg multimedia format" +msgstr "" =20 -#: gnu/packages/pdf.scm:126 -msgid "Xpdf is a viewer for Portable Document Format (PDF) files" -msgstr "Xpdf est une visionneuse pour fichiers PDF (Portable Document Fo= rmat)" +#: gnu/packages/xiph.scm:65 +msgid "" +"The libogg library allows to manipulate the ogg multimedia container\n" +"format, which encapsulates raw compressed data and allows the interleav= ing " +"of\n" +"audio and video data. In addition to encapsulation and interleaving of= \n" +"multiple data streams, ogg provides packet framing, error detection, an= d\n" +"periodic timestamps for seeking." +msgstr "" =20 -#: gnu/packages/pdf.scm:154 -msgid "Tools to work with the PDF file format" -msgstr "Outils de manipulation de fichiers PDF" +#: gnu/packages/xiph.scm:89 +msgid "Library implementing the vorbis audio format" +msgstr "" =20 -#: gnu/packages/pdf.scm:156 +#: gnu/packages/xiph.scm:91 msgid "" -"PoDoFo is a C++ library and set of command-line tools to work with the\= n" -"PDF file format. It can parse PDF files and load them into memory, and= makes\n" -"it easy to modify them and write the changes to disk. It is primarily = useful\n" -"for applications that wish to do lower level manipulation of PDF, such = as\n" -"extracting content or merging files." +"The libvorbis library implements the ogg vorbis audio format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit,= \n" +"polyphonic) audio and music at fixed and variable bitrates from 16 to\n= " +"128 kbps/channel." msgstr "" =20 -#: gnu/packages/pdf.scm:217 -msgid "Lightweight PDF viewer and toolkit" -msgstr "Boite =C3=A0 outils l=C3=A9g=C3=A8re pour la visualisation de do= cuments PDF" +#: gnu/packages/xiph.scm:116 +msgid "Library implementing the Theora video format" +msgstr "" =20 -#: gnu/packages/pdf.scm:219 +#: gnu/packages/xiph.scm:118 msgid "" -"MuPDF is a C library that implements a PDF and XPS parsing and\n" -"rendering engine. It is used primarily to render pages into bitmaps,\n= " -"but also provides support for other operations such as searching and\n" -"listing the table of contents and hyperlinks.\n" -"\n" -"The library ships with a rudimentary X11 viewer, and a set of command\n= " -"line tools for batch rendering (pdfdraw), examining the file structure\= n" -"(pdfshow), and rewriting files (pdfclean)." +"The libtheora library implements the ogg theora video format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed video format." msgstr "" -"MuPDF est une biblioth=C3=A8que C permettant d'analyser et de faire le = rendu de\n" -"fichiers PDF et XPS. Elle est surtout utilis=C3=A9e pour effectuer le r= endu de pages dans\n" -"des bitmaps mais fournit aussi le support pour d'autres op=C3=A9rations= comme la recherche\n" -"et l'affichage de tables des mati=C3=A8res et d'hyperliens.\n" -"\n" -"La biblioth=C3=A8que est fournie avec une visionneuse rudimentaire X11 = et un ensemble\n" -"d'outils en ligne de commande pour le rendu par lots (pdfdraw), l'analy= se de structure\n" -"(pdfshow), et la r=C3=A9=C3=A9criture de fichiers (pdfclean)." =20 -#: gnu/packages/ratpoison.scm:60 -msgid "Simple mouse-free tiling window manager" +#: gnu/packages/xiph.scm:139 +msgid "Library for patent-free audio compression format" msgstr "" =20 -#: gnu/packages/ratpoison.scm:62 +#: gnu/packages/xiph.scm:141 msgid "" -"Ratpoison is a simple window manager with no fat library\n" -"dependencies, no fancy graphics, no window decorations, and no\n" -"rodent dependence. It is largely modelled after GNU Screen which\n" -"has done wonders in the virtual terminal market.\n" -"\n" -"The screen can be split into non-overlapping frames. All windows\n" -"are kept maximized inside their frames to take full advantage of\n" -"your precious screen real estate.\n" -"\n" -"All interaction with the window manager is done through keystrokes.\n" -"Ratpoison has a prefix map to minimize the key clobbering that\n" -"cripples Emacs and other quality pieces of software." +"GNU Speex is a patent-free audio compression codec specially designed\n= " +"for speech. It is well-adapted to internet applications, such as VoIP.= It\n" +"features compression of different bands in the same bitstream, intensit= y\n" +"stereo encoding, and voice activity detection." msgstr "" =20 -#: gnu/packages/scanner.scm:52 -msgid "Raster image scanner library and drivers" +#: gnu/packages/xiph.scm:169 +msgid "Cross platform audio library" msgstr "" =20 -#: gnu/packages/scanner.scm:53 +#: gnu/packages/xiph.scm:171 msgid "" -"SANE stands for \"Scanner Access Now Easy\" and is an API\n" -"proving access to any raster image scanner hardware (flatbed scanner,\n= " -"hand-held scanner, video- and still-cameras, frame-grabbers, etc.). Th= e\n" -"package contains the library and drivers." +"Libao is a cross-platform audio library that allows programs to\n" +"output audio using a simple API on a wide variety of platforms.\n" +"It currently supports:\n" +"Null output (handy for testing without a sound device),\n" +"WAV files,\n" +"AU files,\n" +"RAW files,\n" +"OSS (Open Sound System, used on Linux and FreeBSD),\n" +"ALSA (Advanced Linux Sound Architecture),\n" +"aRts (Analog RealTime Synth, used by KDE),\n" +"PulseAudio (next generation GNOME sound server),\n" +"esd (EsounD or Enlightened Sound Daemon),\n" +"Mac OS X,\n" +"Windows (98 and later),\n" +"AIX,\n" +"Sun/NetBSD/OpenBSD,\n" +"IRIX,\n" +"NAS (Network Audio Server),\n" +"RoarAudio (Modern, multi-OS, networked Sound System),\n" +"OpenBSD's sndio." msgstr "" =20 -#: gnu/packages/scheme.scm:126 -msgid "A Scheme implementation with integrated editor and debugger" -msgstr "Une implantation de Scheme avec =C3=A9diteur et d=C3=A9bogueur i= nt=C3=A9gr=C3=A9s" +#: gnu/packages/xiph.scm:210 +msgid "Free lossless audio codec" +msgstr "" =20 -#: gnu/packages/scheme.scm:128 +#: gnu/packages/xiph.scm:212 msgid "" -"GNU/MIT Scheme is an implementation of the Scheme programming\n" -"language. It provides an interpreter, a compiler and a debugger. It a= lso\n" -"features an integrated Emacs-like editor and a large runtime library." +"FLAC stands for Free Lossless Audio Codec, an audio format that is " +"lossless,\n" +"meaning that audio is compressed in FLAC without any loss in quality." msgstr "" -"GNU/MIT Scheme est une implantation du langage de programmation Scheme\= n" -"Il fournit un interpr=C3=A9teur, un compilateur et un d=C3=A9bogueur. I= l int=C3=A8gre\n" -"=C3=A9galement un =C3=A9diteur sur le mod=C3=A8le d'Emacs et une librai= rie d'ex=C3=A9cution compl=C3=A8te." =20 -#: gnu/packages/scheme.scm:208 -msgid "Efficient Scheme compiler" -msgstr "Compilateur Scheme efficace" +#: gnu/packages/xiph.scm:238 +msgid "Karaoke and text codec for embedding in ogg" +msgstr "" =20 -#: gnu/packages/scheme.scm:210 +#: gnu/packages/xiph.scm:240 msgid "" -"Bigloo is a Scheme implementation devoted to one goal: enabling\n" -"Scheme based programming style where C(++) is usually\n" -"required. Bigloo attempts to make Scheme practical by offering\n" -"features usually presented by traditional programming languages\n" -"but not offered by Scheme and functional programming. Bigloo\n" -"compiles Scheme modules. It delivers small and fast stand alone\n" -"binary executables. Bigloo enables full connections between\n" -"Scheme and C programs and between Scheme and Java programs." +"Kate is an overlay codec, originally designed for karaoke and text,\n" +"that can be multiplixed in Ogg. Text and images can be carried by a Ka= te\n" +"stream, and animated. Most of the time, this would be multiplexed with= \n" +"audio/video to carry subtitles, song lyrics (with or without karaoke da= ta),\n" +"etc., but doesn't have to be.\n" +"\n" +"Series of curves (splines, segments, etc.) may be attached to various\n= " +"properties (text position, font size, etc.) to create animated overlays= .\n" +"This allows scrolling or fading text to be defined. This can even be u= sed\n" +"to draw arbitrary shapes, so hand drawing can also be represented by a\= n" +"Kate stream." msgstr "" -"Bigloo est une implantation de Scheme tourn=C3=A9e vers un seul but: \n= " -"permettre un style de programmation bas=C3=A9 sur Schema l=C3=A0 o=C3=B9= C(++)\n" -"est g=C3=A9n=C3=A9ralement requis. Bigloo " =20 -#: gnu/packages/scheme.scm:281 -msgid "Multi-tier programming language for the Web 2.0" +#: gnu/packages/xiph.scm:274 +msgid "Ogg vorbis tools" msgstr "" =20 -#: gnu/packages/scheme.scm:283 +#: gnu/packages/xiph.scm:276 msgid "" -"HOP is a multi-tier programming language for the Web 2.0 and the\n" -"so-called diffuse Web. It is designed for programming interactive web\= n" -"applications in many fields such as multimedia (web galleries, music pl= ayers,\n" -"...), ubiquitous and house automation (SmartPhones, personal appliance)= ,\n" -"mashups, office (web agendas, mail clients, ...), etc." +"Ogg vorbis is a non-proprietary, patent-and-royalty-free,\n" +"general-purpose compressed audio format.\n" +"\n" +"The package vorbis-tools contains\n" +"ogg123, an ogg vorbis command line audio player;\n" +"oggenc, the ogg vorbis encoder;\n" +"oggdec, a simple, portable command line decoder (to wav and raw);\n" +"ogginfo, to obtain information (tags, bitrate, length, etc.) about\n" +" an ogg vorbis file." msgstr "" =20 -#: gnu/packages/scheme.scm:323 -msgid "R5RS Scheme implementation that compiles native code via C" +#: gnu/packages/xiph.scm:301 +msgid "Versatile audio codec" msgstr "" =20 -#: gnu/packages/scheme.scm:325 +#: gnu/packages/xiph.scm:303 msgid "" -"CHICKEN is a compiler for the Scheme programming language. CHICKEN\n" -"produces portable and efficient C, supports almost all of the R5RS Sche= me\n" -"language standard, and includes many enhancements and extensions." +"Opus is a totally open, royalty-free, highly versatile audio codec. Op= us\n" +"is unmatched for interactive speech and music transmission over the " +"Internet,\n" +"but is also intended for storage and streaming applications. It is\n" +"standardized by the Internet Engineering Task Force (IETF) as RFC 6716 = " +"which\n" +"incorporated technology from Skype's SILK codec and Xiph.Org's CELT cod= ec." msgstr "" -"CHICKEN est un compilateur pour le langage de programmation Scheme. CHI= CKEN\n" -"produit du C portable et efficace, supporte l'essentiel du standard R5R= S et\n" -"incult de nombreuses am=C3=A9liorations et extensions." =20 -#: gnu/packages/scheme.scm:344 -msgid "Scheme implementation using a bytecode interpreter" -msgstr "Implantation de Scheme utilisanat un interpr=C3=A9teur pour byte= code" +#: gnu/packages/xiph.scm:336 +msgid "" +"Command line utilities to encode, inspect, and decode .opus\n" +"files" +msgstr "" =20 -#: gnu/packages/scheme.scm:346 +#: gnu/packages/xiph.scm:338 msgid "" -"Scheme 48 is an implementation of Scheme based on a byte-code\n" -"interpreter and is designed to be used as a testbed for experiments in\= n" -"implementation techniques and as an expository tool." +"Opus is a royalty-free, highly versatile audio codec.\n" +"Opus-tools provide command line utilities for creating, inspecting and\= n" +"decoding .opus files" msgstr "" -"Scheme 48 est une implantation de Scheme bas=C3=A9e sur un interpr=C3=A9= teur bytecode\n" -"destin=C3=A9e =C3=A0 =C3=AAtre utilis=C3=A9e comme un banc d'essai pour= des exp=C3=A9rimentations\n" -"portant sur des techniques d'implantation et comme un outil d'expositio= n." =20 -#: gnu/packages/scheme.scm:419 -msgid "Implementation of Scheme and related languages" -msgstr "Implantation de Scheme et d'autres langages associ=C3=A9s" +#: gnu/packages/xiph.scm:368 +#, fuzzy +msgid "Streaming media server" +msgstr "=C3=89diteur de flux" =20 -#: gnu/packages/scheme.scm:421 +#: gnu/packages/xiph.scm:369 msgid "" -"Racket is an implementation of the Scheme programming language (R5RS an= d\n" -"R6RS) and related languages, such as Typed Racket. It features a compi= ler and\n" -"a virtual machine with just-in-time native compilation, as well as a la= rge set\n" -"of libraries." +"Icecast is a streaming media server which currently supports\n" +"Ogg (Vorbis and Theora), Opus, WebM and MP3 audio streams. It can be u= sed " +"to\n" +"create an Internet radio station or a privately running jukebox and man= y\n" +"things in between." msgstr "" -"Racket est une implantation du langage de programmation Schema (R5RS et= R6RS)\n" -"et de langages associ=C3=A9s comme Typed Racket. Racket fournit un comp= ilateur et\n" -"une machine virtuelle avec compilation =C3=A0 la vol=C3=A9e ainsi qu'un= ensemble de\n" -"biblioth=C3=A8ques." =20 -#: gnu/packages/wordnet.scm:79 -msgid "Lexical database for the English language" -msgstr "Base de donn=C3=A9es lexicale pour la langue anglaise" +#: gnu/packages/xiph.scm:397 +msgid "Audio streaming library for icecast encoders" +msgstr "" =20 -#: gnu/packages/wordnet.scm:81 +#: gnu/packages/xiph.scm:399 msgid "" -"WordNet=C2=AE is a large lexical database of English. Nouns, verbs,\n" -"adjectives and adverbs are grouped into sets of cognitive synonyms\n" -"(synsets), each expressing a distinct concept. Synsets are interlinked= by\n" -"means of conceptual-semantic and lexical relations. The resulting netw= ork of\n" -"meaningfully related words and concepts can be navigated with the brows= er.\n" -"WordNet is also freely and publicly available for download. WordNet's\= n" -"structure makes it a useful tool for computational linguistics and natu= ral\n" -"language processing." +"Libshout is a library for communicating with and sending data to an\n" +"icecast server. It handles the socket connection, the timing of the da= ta,\n" +"and prevents bad data from getting to the icecast server." msgstr "" -"WordNet=C2=AE est une vaste base de donn=C3=A9es pour la langue anglais= e. Noms, verbes,\n" -"adjectifs et adverbes sont regoup=C3=A9s en" =20 -#: gnu/packages/zip.scm:56 +#: gnu/packages/zip.scm:57 msgid "Compression and file packing utility" msgstr "Utilitaire de compression et de paquetage de fichiers" =20 -#: gnu/packages/zip.scm:58 +#: gnu/packages/zip.scm:59 msgid "" "Zip is a compression and file packaging/archive utility. Zip is useful= \n" "for packaging a set of files for distribution, for archiving files, and= for\n" @@ -1491,28 +8380,33 @@ msgid "" "directory structure can be packed into a ZIP archive with a single comm= and.\n" "\n" "Zip has one compression method (deflation) and can also store files wit= hout\n" -"compression. Zip automatically chooses the better of the two for each = file.\n" +"compression. Zip automatically chooses the better of the two for each = " +"file.\n" "Compression ratios of 2:1 to 3:1 are common for text files." msgstr "" -"Zip est un utilitaire de compression et de paquetage/archivage. Zip est= utile\n" +"Zip est un utilitaire de compression et de paquetage/archivage. Zip est= " +"utile\n" "pour regrouper des fichiers =C3=A0 distribuer, pour archiver ou pour ga= gner\n" "temporairement de l'espace sur le disque en compressant des fichiers ou= \n" "r=C3=A9pertoires inutilis=C3=A9s. Zip compresse un ou plusieurs fichier= s en une seule\n" "archive ZIP tout en concervant certaines informations (nom, chemin, dat= e de\n" "derni=C3=A8re modification, protection et contr=C3=B4le d'int=C3=A9grit= =C3=A9). Un r=C3=A9pertoire\n" -"et tout son contenu peuvent =C3=AAtre convertis en une archive ZIP =C3=A0= l'aide d'une\n" +"et tout son contenu peuvent =C3=AAtre convertis en une archive ZIP =C3=A0= l'aide " +"d'une\n" "seule commande. \n" "\n" -"Zip poss=C3=A8de une m=C3=A9thode de compression (deflation) et peut au= ssi stocker des\n" -"fichiers sans les compresser. Zip choisit la meilleure des deux possibi= lit=C3=A9s\n" +"Zip poss=C3=A8de une m=C3=A9thode de compression (deflation) et peut au= ssi stocker " +"des\n" +"fichiers sans les compresser. Zip choisit la meilleure des deux " +"possibilit=C3=A9s\n" "pour chaque fichier.Des ratios de compression de 2 =C3=A0 3 sont g=C3=A9= n=C3=A9ralement\n" "atteignables pour les fichiers texte." =20 -#: gnu/packages/zip.scm:98 +#: gnu/packages/zip.scm:102 msgid "Decompression and file extraction utility" msgstr "Utilitaire de d=C3=A9compression et d'extraction de fichiers" =20 -#: gnu/packages/zip.scm:100 +#: gnu/packages/zip.scm:104 msgid "" "UnZip is an extraction utility for archives compressed in .zip format,\= n" "also called \"zipfiles\".\n" @@ -1524,36 +8418,32 @@ msgid "" msgstr "" "UnZip est un utilitaire d'extraction pour les archives compress=C3=A9es= \n" "au format .zip.\n" -"Unzip liste, teste ou extrait des fichiers depuis une archive .zip. Par= d=C3=A9faut\n" +"Unzip liste, teste ou extrait des fichiers depuis une archive .zip. Par= " +"d=C3=A9faut\n" "(aucune option fournie), Unzip extrait les fichiers de l'archive\n" -"vers le r=C3=A9pertoire courant et ses sous-r=C3=A9pertoires. Unzip rec= r=C3=A9e par d=C3=A9faut la\n" +"vers le r=C3=A9pertoire courant et ses sous-r=C3=A9pertoires. Unzip rec= r=C3=A9e par d=C3=A9faut " +"la\n" "structure des r=C3=A9pertoires contenus dans l'archive." =20 -#: gnu/packages/zip.scm:134 +#: gnu/packages/zip.scm:138 msgid "Library for accessing zip files" msgstr "Biblioth=C3=A8que de manipulation des fichiers zip" =20 -#: gnu/packages/zip.scm:136 +#: gnu/packages/zip.scm:140 msgid "ZZipLib is a library based on zlib for accessing zip files." -msgstr "ZZipLib est une biblioth=C3=A8que bas=C3=A9e sur zlip pour la ma= nipulation de fichiers zip." +msgstr "" +"ZZipLib est une biblioth=C3=A8que bas=C3=A9e sur zlip pour la manipulat= ion de fichiers " +"zip." =20 -#: gnu/packages/zip.scm:154 +#: gnu/packages/zip.scm:158 msgid "Provides an interface to ZIP archive files" msgstr "Fournit une interface pour les archives ZIP" =20 -#: gnu/packages/zip.scm:155 -msgid "" -"The Archive::Zip module allows a Perl program to create,\n" -"manipulate, read, and write Zip archive files." -msgstr "" -"Le module Archive::Zip permet =C3=A0 un programme Perl de cr=C3=A9er,\n= " -"manipuler, lire et =C3=A9crire des archives Zip." - -#: gnu/packages/zsh.scm:63 +#: gnu/packages/zsh.scm:65 msgid "Powerful shell for interactive use and scripting" msgstr "Shell puissant pour un usage interactif et l'=C3=A9criture de sc= ripts" =20 -#: gnu/packages/zsh.scm:64 +#: gnu/packages/zsh.scm:66 msgid "" "The Z shell (zsh) is a Unix shell that can be used\n" "as an interactive login shell and as a powerful command interpreter\n" @@ -1562,6 +8452,19 @@ msgid "" "ksh, and tcsh." msgstr "" "Le Z shell (zsh) est un shell Unix pouvant =C3=AAtre utilis=C3=A9 comme= un shell\n" -"interactif de connexion et un puissant interpr=C3=A9teur de commande po= ur l'=C3=A9criture de scripts\n" -"shell. Zsh peut =C3=AAtre vu comme un Bourn shell =C3=A9tendu dot=C3=A9= de nombreuses am=C3=A9liorations\n" +"interactif de connexion et un puissant interpr=C3=A9teur de commande po= ur " +"l'=C3=A9criture de scripts\n" +"shell. Zsh peut =C3=AAtre vu comme un Bourn shell =C3=A9tendu dot=C3=A9= de nombreuses " +"am=C3=A9liorations\n" "et incluant certaines fonctionnalit=C3=A9s de bash, ksh et tcsh." + +#~ msgid "Create charts and graphs in Guile" +#~ msgstr "Cr=C3=A9ation de diagrammes et de graphiques dans Guile" + +#~ msgid "" +#~ "Guile-Charting is a Guile Scheme library to create bar charts and gr= aphs\n" +#~ "using the Cairo drawing library." +#~ msgstr "" +#~ "Guile-Charting est une biblioth=C3=A8que pour Guile permettant de cr= =C3=A9er des " +#~ "diagrammes\n" +#~ "en barre et des graphiques utilisant la biblioth=C3=A8que de dessin = Cairo." diff --git a/po/packages/hu.po b/po/packages/hu.po index f03c0af..ddc179f 100644 --- a/po/packages/hu.po +++ b/po/packages/hu.po @@ -3,11 +3,12 @@ # This file is distributed under the same license as the guix package. # # Bal=C3=A1zs =C3=9Ar , 2014. +#: gnu/packages/databases.scm:559 msgid "" msgstr "" "Project-Id-Version: guix-packages 0.8\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-11-10 15:37+0100\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2014-12-03 21:17+0100\n" "Last-Translator: Bal=C3=A1zs =C3=9Ar \n" "Language-Team: Hungarian \n" @@ -18,21 +19,35 @@ msgstr "" "Plural-Forms: nplurals=3D2; plural=3D(n !=3D 1);\n" "X-Generator: Lokalize 1.5\n" =20 -#: gnu/packages/aspell.scm:42 +#: gnu/packages/abiword.scm:101 +msgid "Word processing program" +msgstr "" + +#: gnu/packages/abiword.scm:103 +msgid "" +"AbiWord is a word processing program. It is rapidly becoming a state\n= " +"of the art word processor, with lots of features useful for your daily = " +"work,\n" +"personal needs, or for just some good old typing fun." +msgstr "" + +#: gnu/packages/aspell.scm:43 msgid "Spell checker" msgstr "Helyes=C3=ADr=C3=A1s-ellen=C5=91rz=C5=91" =20 -#: gnu/packages/aspell.scm:44 +#: gnu/packages/aspell.scm:45 msgid "" "Aspell is a spell-checker which can be used either as a library or as\n= " -"a standalone program. Notable features of Aspell include its full supp= ort of\n" +"a standalone program. Notable features of Aspell include its full supp= ort " +"of\n" "documents written in the UTF-8 encoding and its ability to use multiple= \n" "dictionaries, including personal ones." msgstr "" =20 -#: gnu/packages/aspell.scm:84 +#: gnu/packages/aspell.scm:85 msgid "This package provides a dictionary for the GNU Aspell spell check= er." -msgstr "Ez a csomag egy sz=C3=B3t=C3=A1rat biztos=C3=ADt a GNU Aspell he= lyes=C3=ADr=C3=A1s-ellen=C5=91rz=C5=91h=C3=B6z." +msgstr "" +"Ez a csomag egy sz=C3=B3t=C3=A1rat biztos=C3=ADt a GNU Aspell helyes=C3= =ADr=C3=A1s-ellen=C5=91rz=C5=91h=C3=B6z." =20 #: gnu/packages/backup.scm:87 msgid "Encrypted backup using rsync algorithm" @@ -41,7 +56,8 @@ msgstr "Titkos=C3=ADtott biztons=C3=A1gi ment=C3=A9s az= rsync algoritmus haszn=C3=A1lat=C3=A1val" #: gnu/packages/backup.scm:89 msgid "" "Duplicity backs up directories by producing encrypted tar-format volume= s\n" -"and uploading them to a remote or local file server. Because duplicity= uses\n" +"and uploading them to a remote or local file server. Because duplicity= " +"uses\n" "librsync, the incremental archives are space efficient and only record = the\n" "parts of files that have changed since the last backup. Because duplic= ity\n" "uses GnuPG to encrypt and/or sign these archives, they will be safe fro= m\n" @@ -68,10 +84,12 @@ msgstr "" msgid "" "Libarchive provides a flexible interface for reading and writing\n" "archives in various formats such as tar and cpio. Libarchive also supp= orts\n" -"reading and writing archives compressed using various compression filte= rs such\n" +"reading and writing archives compressed using various compression filte= rs " +"such\n" "as gzip and bzip2. The library is inherently stream-oriented; readers\= n" "serially iterate through the archive, writers serially add things to th= e\n" -"archive. In particular, note that there is currently no built-in suppo= rt for\n" +"archive. In particular, note that there is currently no built-in suppo= rt " +"for\n" "random access nor for in-place modification." msgstr "" =20 @@ -83,7 +101,8 @@ msgstr "" msgid "" "Rdup is a utility inspired by rsync and the plan9 way of doing backups.= \n" "Rdup itself does not backup anything, it only print a list of absolute\= n" -"filenames to standard output. Auxiliary scripts are needed that act on= this\n" +"filenames to standard output. Auxiliary scripts are needed that act on= " +"this\n" "list and implement the backup strategy." msgstr "" =20 @@ -95,7 +114,8 @@ msgstr "Tar-kompatibilis archiv=C3=A1l=C3=B3" msgid "" "Btar is a tar-compatible archiver which allows arbitrary compression an= d\n" "ciphering, redundancy, differential backup, indexed extraction, multico= re\n" -"compression, input and output serialisation, and tolerance to partial a= rchive\n" +"compression, input and output serialisation, and tolerance to partial " +"archive\n" "errors." msgstr "" =20 @@ -106,37 +126,43 @@ msgstr "Helyi/t=C3=A1voli t=C3=BCkr=C3=B6z=C5=91 + = n=C3=B6vekm=C3=A9nyes biztons=C3=A1gi ment=C3=A9s" #: gnu/packages/backup.scm:307 msgid "" "Rdiff-backup backs up one directory to another, possibly over a network= .\n" -"The target directory ends up a copy of the source directory, but extra = reverse\n" +"The target directory ends up a copy of the source directory, but extra = " +"reverse\n" "diffs are stored in a special subdirectory of that target directory, so= you\n" -"can still recover files lost some time ago. The idea is to combine the= best\n" -"features of a mirror and an incremental backup. Rdiff-backup also pres= erves\n" +"can still recover files lost some time ago. The idea is to combine the= " +"best\n" +"features of a mirror and an incremental backup. Rdiff-backup also " +"preserves\n" "subdirectories, hard links, dev files, permissions, uid/gid ownership,\= n" "modification times, extended attributes, acls, and resource forks. Als= o,\n" "rdiff-backup can operate in a bandwidth efficient manner over a pipe, l= ike\n" -"rsync. Thus you can use rdiff-backup and ssh to securely back a hard d= rive up\n" -"to a remote location, and only the differences will be transmitted. Fi= nally,\n" +"rsync. Thus you can use rdiff-backup and ssh to securely back a hard d= rive " +"up\n" +"to a remote location, and only the differences will be transmitted. " +"Finally,\n" "rdiff-backup is easy to use and settings have sensical defaults." msgstr "" =20 -#: gnu/packages/base.scm:56 +#: gnu/packages/base.scm:61 msgid "Hello, GNU world: An example GNU package" msgstr "Hell=C3=B3, GNU vil=C3=A1g: egy p=C3=A9lda GNU csomag" =20 -#: gnu/packages/base.scm:58 +#: gnu/packages/base.scm:63 msgid "" "GNU Hello prints the message \"Hello, world!\" and then exits. It\n" -"serves as an example of standard GNU coding practices. As such, it sup= ports\n" +"serves as an example of standard GNU coding practices. As such, it " +"supports\n" "command-line arguments, multiple languages, and so on." msgstr "" "A GNU Hell=C3=B3 a =E2=80=9EHell=C3=B3, vil=C3=A1g!=E2=80=9D =C3=BCzene= tet =C3=ADrja ki, majd kil=C3=A9p. Ez a szabv=C3=A1nyos\n" "GNU k=C3=B3dol=C3=A1si gyakorlatok p=C3=A9ld=C3=A1jak=C3=A9nt szolg=C3=A1= l. Mint olyan, t=C3=A1mogatja a\n" "parancssori argumentumokat, t=C3=B6bb nyelvet, =C3=A9s =C3=ADgy tov=C3=A1= bb." =20 -#: gnu/packages/base.scm:76 +#: gnu/packages/base.scm:82 msgid "Print lines matching a pattern" msgstr "Egy mint=C3=A1ra illeszked=C5=91 sorok ki=C3=ADr=C3=A1sa" =20 -#: gnu/packages/base.scm:78 +#: gnu/packages/base.scm:84 msgid "" "grep is a tool for finding text inside files. Text is found by\n" "matching a pattern provided by the user in one or many files. The patt= ern\n" @@ -151,33 +177,37 @@ msgstr "" "f=C3=A1jlban. A minta megadhat=C3=B3 alap vagy kiterjesztett regul=C3=A1= ris kifejez=C3=A9sk=C3=A9nt,\n" "illetve r=C3=B6gz=C3=ADtett sz=C3=B6vegk=C3=A9nt. Alap=C3=A9rtelmezette= n az illeszked=C5=91 sz=C3=B6veg\n" "egyszer=C5=B1en ki=C3=ADr=C3=A1sra ker=C3=BCl a k=C3=A9perny=C5=91re, v= iszont a kimenet nagym=C3=A9rt=C3=A9kben\n" -"testre szabhat=C3=B3 a be=C3=A1gyaz=C3=A1shoz, p=C3=A9ld=C3=A1ul sorok = sz=C3=A1moz=C3=A1s=C3=A1hoz. A GNU grep sz=C3=A1mos\n" +"testre szabhat=C3=B3 a be=C3=A1gyaz=C3=A1shoz, p=C3=A9ld=C3=A1ul sorok = sz=C3=A1moz=C3=A1s=C3=A1hoz. A GNU grep " +"sz=C3=A1mos\n" "kiterjeszt=C3=A9st ny=C3=BAjt a szabv=C3=A1nyos seg=C3=A9dprogramokon t= =C3=BAl, bele=C3=A9rtve p=C3=A9ld=C3=A1ul a\n" "rekurz=C3=ADv k=C3=B6nyvt=C3=A1rkeres=C3=A9st." =20 -#: gnu/packages/base.scm:100 +#: gnu/packages/base.scm:106 msgid "Stream editor" msgstr "Folyamszerkeszt=C5=91" =20 -#: gnu/packages/base.scm:115 +#: gnu/packages/base.scm:121 msgid "" "Sed is a non-interactive, text stream editor. It receives a text\n" -"input from a file or from standard input and it then applies a series o= f text\n" -"editing commands to the stream and prints its output to standard output= . It\n" +"input from a file or from standard input and it then applies a series o= f " +"text\n" +"editing commands to the stream and prints its output to standard output= . " +"It\n" "is often used for substituting text patterns in a stream. The GNU\n" "implementation offers several extensions over the standard utility." msgstr "" "A sed egy nem interakt=C3=ADv sz=C3=B6vegfolyam-szerkeszt=C5=91. Sz=C3=B6= veges bemenetet fogad\n" "egy f=C3=A1jlb=C3=B3l vagy a szabv=C3=A1nyos bemenetr=C5=91l, majd egy = sor sz=C3=B6vegszerkeszt=C3=A9si\n" -"parancsot alkalmaz a folyamon, =C3=A9s ki=C3=ADrja a kimenet=C3=A9t a s= zabv=C3=A1nyos kimenetre.\n" +"parancsot alkalmaz a folyamon, =C3=A9s ki=C3=ADrja a kimenet=C3=A9t a s= zabv=C3=A1nyos " +"kimenetre.\n" "Gyakran haszn=C3=A1lj=C3=A1k sz=C3=B6vegmint=C3=A1k helyettes=C3=ADt=C3= =A9s=C3=A9re egy folyamban. A GNU\n" "megval=C3=B3s=C3=ADt=C3=A1sa sz=C3=A1mos kiterjeszt=C3=A9st ny=C3=BAjt = a szabv=C3=A1nyos seg=C3=A9dprogramokon t=C3=BAl." =20 -#: gnu/packages/base.scm:135 +#: gnu/packages/base.scm:141 msgid "Managing tar archives" msgstr "Tar arch=C3=ADvumok kezel=C3=A9se" =20 -#: gnu/packages/base.scm:137 +#: gnu/packages/base.scm:143 msgid "" "Tar provides the ability to create tar archives, as well as the\n" "ability to extract, update or list files in an existing archive. It is= \n" @@ -187,77 +217,85 @@ msgid "" "standard utility." msgstr "" =20 -#: gnu/packages/base.scm:161 +#: gnu/packages/base.scm:165 msgid "Apply differences to originals, with optional backups" msgstr "" =20 -#: gnu/packages/base.scm:163 +#: gnu/packages/base.scm:167 msgid "" "Patch is a program that applies changes to files based on differences\n= " -"laid out as by the program \"diff\". The changes may be applied to one= or more\n" +"laid out as by the program \"diff\". The changes may be applied to one= or " +"more\n" "files depending on the contents of the diff file. It accepts several\n= " "different diff formats. It may also be used to revert previously appli= ed\n" "differences." msgstr "" =20 -#: gnu/packages/base.scm:183 +#: gnu/packages/base.scm:187 msgid "Comparing and merging files" msgstr "" =20 -#: gnu/packages/base.scm:185 +#: gnu/packages/base.scm:189 msgid "" "GNU Diffutils is a package containing tools for finding the\n" -"differences between files. The \"diff\" command is used to show how tw= o files\n" -"differ, while \"cmp\" shows the offsets and line numbers where they dif= fer. \n" +"differences between files. The \"diff\" command is used to show how tw= o " +"files\n" +"differ, while \"cmp\" shows the offsets and line numbers where they " +"differ. \n" "\"diff3\" allows you to compare three files. Finally, \"sdiff\" offers= an\n" "interactive means to merge two files." msgstr "" =20 -#: gnu/packages/base.scm:212 +#: gnu/packages/base.scm:216 msgid "Operating on files matching given criteria" msgstr "" =20 -#: gnu/packages/base.scm:214 +#: gnu/packages/base.scm:218 msgid "" "Findutils supplies the basic file directory searching utilities of the\= n" "GNU system. It consists of two primary searching utilities: \"find\"\n= " -"recursively searches for files in a directory according to given criter= ia and\n" -"\"locate\" lists files in a database that match a query. Two auxiliary= tools\n" -"are included: \"updatedb\" updates the file name database and \"xargs\"= may be\n" +"recursively searches for files in a directory according to given criter= ia " +"and\n" +"\"locate\" lists files in a database that match a query. Two auxiliary= " +"tools\n" +"are included: \"updatedb\" updates the file name database and \"xargs\"= may " +"be\n" "used to apply commands with arbitrarily long arguments." msgstr "" =20 -#: gnu/packages/base.scm:264 +#: gnu/packages/base.scm:268 msgid "Core GNU utilities (file, text, shell)" msgstr "" =20 -#: gnu/packages/base.scm:266 +#: gnu/packages/base.scm:270 msgid "" "GNU Coreutils includes all of the basic command-line tools that are\n" "expected in a POSIX system. These provide the basic file, shell and te= xt\n" -"manipulation functions of the GNU system. Most of these tools offer ex= tended\n" +"manipulation functions of the GNU system. Most of these tools offer " +"extended\n" "functionality beyond that which is outlined in the POSIX standard." msgstr "" =20 -#: gnu/packages/base.scm:300 +#: gnu/packages/base.scm:304 msgid "Remake files automatically" msgstr "" =20 -#: gnu/packages/base.scm:302 +#: gnu/packages/base.scm:306 msgid "" "Make is a program that is used to control the production of\n" "executables or other files from their source files. The process is\n" -"controlled from a Makefile, in which the developer specifies how each f= ile is\n" +"controlled from a Makefile, in which the developer specifies how each f= ile " +"is\n" "generated from its source. It has powerful dependency resolution and t= he\n" "ability to determine when files have to be regenerated after their sour= ces\n" "change. GNU make offers many powerful extensions over the standard uti= lity." msgstr "" =20 -#: gnu/packages/base.scm:347 +#: gnu/packages/base.scm:351 msgid "Binary utilities: bfd gas gprof ld" msgstr "" =20 -#: gnu/packages/base.scm:349 +#: gnu/packages/base.scm:353 msgid "" "GNU Binutils is a collection of tools for working with binary files.\n" "Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler= .\n" @@ -267,917 +305,7435 @@ msgid "" "included." msgstr "" =20 -#: gnu/packages/base.scm:491 +#: gnu/packages/base.scm:418 +msgid "The linker wrapper" +msgstr "" + +#: gnu/packages/base.scm:420 +msgid "" +"The linker wrapper (or 'ld-wrapper') wraps the linker to add any\n" +"missing '-rpath' flags, and to detect any misuse of libraries outside o= f " +"the\n" +"store." +msgstr "" + +#: gnu/packages/base.scm:585 msgid "The GNU C Library" msgstr "" =20 -#: gnu/packages/base.scm:493 +#: gnu/packages/base.scm:587 msgid "" "Any Unix-like operating system needs a C library: the library which\n" -"defines the \"system calls\" and other basic facilities such as open, m= alloc,\n" +"defines the \"system calls\" and other basic facilities such as open, " +"malloc,\n" "printf, exit...\n" "\n" -"The GNU C library is used as the C library in the GNU system and most s= ystems\n" +"The GNU C library is used as the C library in the GNU system and most " +"systems\n" "with the Linux kernel." msgstr "" =20 -#: gnu/packages/base.scm:562 -msgid "Database of current and historical time zones" +#: gnu/packages/base.scm:603 +msgid "All the locales supported by the GNU C Library" msgstr "" =20 -#: gnu/packages/base.scm:563 +#: gnu/packages/base.scm:605 msgid "" -"The Time Zone Database (often called tz or zoneinfo)\n" -"contains code and data that represent the history of local time for man= y\n" -"representative locations around the globe. It is updated periodically = to\n" -"reflect changes made by political bodies to time zone boundaries, UTC o= ffsets,\n" -"and daylight-saving rules." +"This package provides all the locales supported by the GNU C Library,\n= " +"more than 400 in total. To use them set the 'LOCPATH' environment vari= able " +"to\n" +"the 'share/locale' sub-directory of this package." msgstr "" =20 -#: gnu/packages/databases.scm:83 -msgid "Berkeley database" +#: gnu/packages/base.scm:665 +msgid "Small sample of UTF-8 locales" msgstr "" =20 -#: gnu/packages/databases.scm:85 +#: gnu/packages/base.scm:667 msgid "" -"Berkeley DB is an embeddable database allowing developers the choice of= \n" -"SQL, Key/Value, XML/XQuery or Java Object storage for their data model.= " +"This package provides a small sample of UTF-8 locales mostly useful in\= n" +"test environments." msgstr "" =20 -#: gnu/packages/databases.scm:143 -msgid "Fast, easy to use, and popular database" +#: gnu/packages/base.scm:685 +msgid "Find full path of shell commands" msgstr "" =20 -#: gnu/packages/databases.scm:145 +#: gnu/packages/base.scm:687 msgid "" -"MySQL is a fast, reliable, and easy to use relational database\n" -"management system that supports the standardized Structured Query\n" -"Language." +"The which program finds the location of executables in PATH, with a\n" +"variety of options. It is an alternative to the shell \"type\" built-i= n\n" +"command." msgstr "" =20 -#: gnu/packages/databases.scm:166 -msgid "Powerful object-relational database system" +#: gnu/packages/base.scm:752 +msgid "Database of current and historical time zones" msgstr "" =20 -#: gnu/packages/databases.scm:168 +#: gnu/packages/base.scm:753 msgid "" -"PostgreSQL is a powerful object-relational database system. It is full= y\n" -"ACID compliant, has full support for foreign keys, joins, views, trigge= rs, and\n" -"stored procedures (in multiple languages). It includes most SQL:2008 d= ata\n" -"types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERV= AL, and\n" -"TIMESTAMP. It also supports storage of binary large objects, including= \n" -"pictures, sounds, or video." +"The Time Zone Database (often called tz or zoneinfo)\n" +"contains code and data that represent the history of local time for man= y\n" +"representative locations around the globe. It is updated periodically = to\n" +"reflect changes made by political bodies to time zone boundaries, UTC " +"offsets,\n" +"and daylight-saving rules." msgstr "" =20 -#: gnu/packages/databases.scm:203 -msgid "Manipulate plain text files as databases" +#: gnu/packages/bittorrent.scm:82 +msgid "Fast and easy BitTorrent client" msgstr "" =20 -#: gnu/packages/databases.scm:205 +#: gnu/packages/bittorrent.scm:84 msgid "" -"GNU Recutils is a set of tools and libraries for creating and\n" -"manipulating text-based, human-editable databases. Despite being text-= based,\n" -"databases created with Recutils carry all of the expected features such= as\n" -"unique fields, primary keys, time stamps and more. Many different fiel= d\n" -"types are supported, as is encryption." +"Transmission is a BitTorrent client that comes with graphical,\n" +"textual, and Web user interfaces. Transmission also has a daemon for\n= " +"unattended operationg. It supports local peer discovery, full encrypti= on,\n" +"DHT, =C2=B5TP, PEX and Magnet Links." msgstr "" =20 -#: gnu/packages/databases.scm:243 -msgid "The SQLite database management system" +#: gnu/packages/bittorrent.scm:122 +msgid "BitTorrent library of rtorrent" msgstr "" =20 -#: gnu/packages/databases.scm:245 +#: gnu/packages/bittorrent.scm:124 msgid "" -"SQLite is a software library that implements a self-contained, serverle= ss,\n" -"zero-configuration, transactional SQL database engine. SQLite is the m= ost\n" -"widely deployed SQL database engine in the world. The source code for = SQLite\n" -"is in the public domain." +"LibTorrent is a BitTorrent library used by and developed in parallel\n" +"with the BitTorrent client rtorrent. It is written in C++ with emphasi= s on\n" +"speed and efficiency." msgstr "" =20 -#: gnu/packages/databases.scm:280 -msgid "Trivial database" +#: gnu/packages/bittorrent.scm:151 +msgid "BitTorrent client with ncurses interface" msgstr "" =20 -#: gnu/packages/databases.scm:282 +#: gnu/packages/bittorrent.scm:153 msgid "" -"TDB is a Trivial Database. In concept, it is very much like GDBM,\n" -"and BSD's DB except that it allows multiple simultaneous writers and us= es\n" -"locking internally to keep writers from trampling on each other. TDB i= s also\n" -"extremely small." -msgstr "" - -#: gnu/packages/databases.scm:301 -msgid "Database independent interface for Perl" -msgstr "" - -#: gnu/packages/databases.scm:302 -msgid "This package provides an database interface for Perl." +"rTorrent is a BitTorrent client with an ncurses interface. It supports= \n" +"full encryption, DHT, PEX, and Magnet Links. It can also be controlled= via\n" +"XML-RPC over SCGI." msgstr "" =20 -#: gnu/packages/databases.scm:321 -msgid "SQlite interface for Perl" +#: gnu/packages/certs.scm:64 +msgid "Python script to extract .pem data from certificate collection" msgstr "" =20 -#: gnu/packages/databases.scm:322 +#: gnu/packages/certs.scm:66 msgid "" -"DBD::SQLite is a Perl DBI driver for SQLite, that includes\n" -"the entire thing in the distribution. So in order to get a fast transa= ction\n" -"capable RDBMS working for your Perl project you simply have to install = this\n" -"module, and nothing else." +"certdata2pem.py is a Python script to transform X.509 certificate\n" +"\"source code\" as contained, for example, in the Mozilla sources, into= \n" +".pem formatted certificates." msgstr "" =20 -#: gnu/packages/databases.scm:342 -msgid "Data source abstraction library" +#: gnu/packages/certs.scm:122 +msgid "CA certificates from Mozilla" msgstr "" =20 -#: gnu/packages/databases.scm:343 +#: gnu/packages/certs.scm:124 msgid "" -"Unixodbc is a library providing an API with which to access\n" -"data sources. Data sources include SQL Servers and any software with a= n ODBC\n" -"Driver." +"This package provides certificates for Certification Authorities (CA)\n= " +"taken from the NSS package and thus ultimately from the Mozilla project= ." msgstr "" =20 -#: gnu/packages/gcc.scm:254 -msgid "GNU Compiler Collection" +#: gnu/packages/compression.scm:64 +msgid "Compression library" msgstr "" =20 -#: gnu/packages/gcc.scm:256 +#: gnu/packages/compression.scm:66 msgid "" -"GCC is the GNU Compiler Collection. It provides compiler front-ends\n" -"for several languages, including C, C++, Objective-C, Fortran, Java, Ad= a, and\n" -"Go. It also includes runtime support libraries for these languages." +"zlib is designed to be a free, general-purpose, legally unencumbered --= \n" +"that is, not covered by any patents -- lossless data-compression librar= y " +"for\n" +"use on virtually any computer hardware and operating system. The zlib = data\n" +"format is itself portable across platforms. Unlike the LZW compression= " +"method\n" +"used in Unix compress(1) and in the GIF image format, the compression " +"method\n" +"currently used in zlib essentially never expands the data. (LZW can dou= ble " +"or\n" +"triple the file size in extreme cases.) zlib's memory footprint is als= o\n" +"independent of the input data and can be reduced, if necessary, at some= " +"cost\n" +"in compression." +msgstr "" + +#: gnu/packages/compression.scm:91 +msgid "Replacement for Sun's 'jar' utility" +msgstr "" + +#: gnu/packages/compression.scm:93 +msgid "" +"FastJar is an attempt to create a much faster replacement for Sun's 'ja= r'\n" +"utility. Instead of being written in Java, FastJar is written in C." msgstr "" =20 -#: gnu/packages/gcc.scm:340 -msgid "Manipulating sets and relations of integer points bounded by line= ar constraints" +#: gnu/packages/compression.scm:109 +msgid "General file (de)compression (using lzw)" msgstr "" =20 -#: gnu/packages/gcc.scm:343 +#: gnu/packages/compression.scm:114 msgid "" -"isl is a library for manipulating sets and relations of integer points\= n" -"bounded by linear constraints. Supported operations on sets include\n" -"intersection, union, set difference, emptiness check, convex hull, (int= eger)\n" -"affine hull, integer projection, computing the lexicographic minimum us= ing\n" -"parametric integer programming, coalescing and parametric vertex\n" -"enumeration. It also includes an ILP solver based on generalized basis= \n" -"reduction, transitive closures on maps (which may encode infinite graph= s),\n" -"dependence analysis and bounds on piecewise step-polynomials." +"GNU Gzip provides data compression and decompression utilities; the\n" +"typical extension is \".gz\". Unlike the \"zip\" format, it compresses= a " +"single\n" +"file; as a result, it is often used in conjunction with \"tar\", result= ing " +"in\n" +"\".tar.gz\" or \".tgz\", etc." msgstr "" =20 -#: gnu/packages/gcc.scm:375 -msgid "Library to generate code for scanning Z-polyhedra" +#: gnu/packages/compression.scm:190 +msgid "High-quality data compression program" msgstr "" =20 -#: gnu/packages/gcc.scm:377 +#: gnu/packages/compression.scm:192 msgid "" -"CLooG is a free software library to generate code for scanning\n" -"Z-polyhedra. That is, it finds a code (e.g., in C, FORTRAN...) that\n" -"reaches each integral point of one or more parameterized polyhedra.\n" -"CLooG has been originally written to solve the code generation problem\= n" -"for optimizing compilers based on the polytope model. Nevertheless it\= n" -"is used now in various area e.g., to build control automata for\n" -"high-level synthesis or to find the best polynomial approximation of a\= n" -"function. CLooG may help in any situation where scanning polyhedra\n" -"matters. While the user has full control on generated code quality,\n" -"CLooG is designed to avoid control overhead and to produce a very\n" -"effective code." +"bzip2 is a freely available, patent free (see below), high-quality data= \n" +"compressor. It typically compresses files to within 10% to 15% of the = best\n" +"available techniques (the PPM family of statistical compressors), whils= t\n" +"being around twice as fast at compression and six times faster at\n" +"decompression." msgstr "" =20 -#: gnu/packages/gettext.scm:74 -msgid "Tools and documentation for translation" +#: gnu/packages/compression.scm:213 +msgid "General-purpose data compression" msgstr "" =20 -#: gnu/packages/gettext.scm:76 +#: gnu/packages/compression.scm:215 msgid "" -"GNU Gettext is a package providing a framework for translating the\n" -"textual output of programs into multiple languages. It provides transl= ators\n" -"with the means to create message catalogs, as well as an Emacs mode to = work\n" -"with them, and a runtime library to load translated messages from the\n= " -"catalogs. Nearly all GNU packages use Gettext." +"XZ Utils is free general-purpose data compression software with high\n" +"compression ratio. XZ Utils were written for POSIX-like systems, but a= lso\n" +"work on some not-so-POSIX systems. XZ Utils are the successor to LZMA = " +"Utils.\n" +"\n" +"The core of the XZ Utils compression code is based on LZMA SDK, but it = has\n" +"been modified quite a lot to be suitable for XZ Utils. The primary\n" +"compression algorithm is currently LZMA2, which is used inside the .xz\= n" +"container format. With typical files, XZ Utils create 30 % smaller out= put\n" +"than gzip and 15 % smaller output than bzip2." msgstr "" =20 -#: gnu/packages/guile.scm:100 gnu/packages/guile.scm:163 -msgid "Scheme implementation intended especially for extensions" +#: gnu/packages/compression.scm:243 +msgid "Data compresion library suitable for real-time data de-/compressi= on" msgstr "" =20 -#: gnu/packages/guile.scm:102 gnu/packages/guile.scm:165 +#: gnu/packages/compression.scm:245 msgid "" -"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" -"official extension language of the GNU system. It is an implementation= of\n" -"the Scheme language which can be easily embedded in other applications = to\n" -"provide a convenient means of extending the functionality of the applic= ation\n" -"without requiring the source code to be rewritten." +"LZO is a data compression library which is suitable for data\n" +"de-/compression in real-time. This means it favours speed over\n" +"compression ratio.\n" +"\n" +"LZO is written in ANSI C. Both the source code and the compressed data= \n" +"format are designed to be portable across platforms." msgstr "" =20 -#: gnu/packages/guile.scm:208 -msgid "Framework for building readers for GNU Guile" +#: gnu/packages/compression.scm:268 +msgid "Compress or expand files" msgstr "" =20 -#: gnu/packages/guile.scm:210 +#: gnu/packages/compression.scm:270 msgid "" -"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" -"\n" -"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" -"procedure. Readers supporting various syntax variants can easily be wr= itten,\n" -"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" -"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-= derived\n" -"document syntax.\n" -"\n" -"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" -"hopefully more powerful and flexible (for instance, one may instantiate= as\n" -"many readers as needed)." +"Lzop is a file compressor which is very similar to gzip. Lzop uses the= \n" +"LZO data compression library for compression services, and its main " +"advantages\n" +"over gzip are much higher compression and decompression speed (at the c= ost " +"of\n" +"some compression ratio)." msgstr "" =20 -#: gnu/packages/guile.scm:263 -msgid "Guile bindings to ncurses" +#: gnu/packages/compression.scm:289 +msgid "Lossless data compressor based on the LZMA algorithm" msgstr "" =20 -#: gnu/packages/guile.scm:265 +#: gnu/packages/compression.scm:291 msgid "" -"guile-ncurses provides Guile language bindings for the ncurses\n" -"library." +"Lzip is a lossless data compressor with a user interface similar to the= \n" +"one of gzip or bzip2. Lzip decompresses almost as fast as gzip and " +"compresses\n" +"more than bzip2, which makes it well suited for software distribution a= nd " +"data\n" +"archiving. Lzip is a clean implementation of the LZMA algorithm." msgstr "" =20 -#: gnu/packages/guile.scm:285 -msgid "Run jobs at scheduled times" +#: gnu/packages/compression.scm:323 +msgid "Archives in shell scripts, uuencode/uudecode" msgstr "" =20 -#: gnu/packages/guile.scm:287 +#: gnu/packages/compression.scm:325 msgid "" -"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" -"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten in\n" -"Guile, so its configuration can be written in Scheme; the original cron= \n" -"format is also supported." +"GNU sharutils is a package for creating and manipulating shell\n" +"archives that can be readily emailed. A shell archive is a file that c= an " +"be\n" +"processed by a Bourne-type shell to unpack the original collection of " +"files. \n" +"This package is mostly for compatibility and historical interest." msgstr "" =20 -#: gnu/packages/guile.scm:315 -msgid "Collection of useful Guile Scheme modules" +#: gnu/packages/compression.scm:344 +msgid "Compression tools for some formats used by Microsoft" msgstr "" =20 -#: gnu/packages/guile.scm:317 +#: gnu/packages/compression.scm:346 msgid "" -"Guile-Lib is intended as an accumulation place for pure-scheme Guile\n" -"modules, allowing for people to cooperate integrating their generic Gui= le\n" -"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" -"for Guile\"." +"The purpose of libmspack is to provide both compression and\n" +"decompression of some loosely related file formats used by Microsoft." msgstr "" =20 -#: gnu/packages/guile.scm:348 -msgid "JSON module for Guile" +#: gnu/packages/compression.scm:365 +msgid "Low-level interface to bzip2 compression library" msgstr "" =20 -#: gnu/packages/guile.scm:350 +#: gnu/packages/compression.scm:366 msgid "" -"Guile-json supports parsing and building JSON documents according to th= e\n" -"http:://json.org specification. These are the main features:\n" -"- Strictly complies to http://json.org specification.\n" -"- Build JSON documents programmatically via macros.\n" -"- Unicode support for strings.\n" -"- Allows JSON pretty printing." +"This module provides a Perl interface to the bzip2\n" +"compression library." msgstr "" =20 -#: gnu/packages/guile.scm:381 -msgid "Create charts and graphs in Guile" +#: gnu/packages/compression.scm:400 +msgid "Low-level interface to zlib compression library" msgstr "" =20 -#: gnu/packages/guile.scm:383 +#: gnu/packages/compression.scm:401 msgid "" -"Guile-Charting is a Guile Scheme library to create bar charts and graph= s\n" -"using the Cairo drawing library." +"This module provides a Perl interface to the zlib\n" +"compression library." msgstr "" =20 -#: gnu/packages/inkscape.scm:78 -msgid "Vector graphics editor" +#: gnu/packages/compression.scm:422 +msgid "IO Interface to compressed files/buffers" msgstr "" =20 -#: gnu/packages/inkscape.scm:79 +#: gnu/packages/compression.scm:423 msgid "" -"Inkscape is a vector graphics editor. What sets Inkscape\n" -"apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C st= andard,\n" -"as the native format." +"IO-Compress provides a Perl interface to allow reading and\n" +"writing of compressed data created with the zlib and bzip2 libraries." msgstr "" =20 -#: gnu/packages/linux.scm:131 -msgid "GNU Linux-Libre kernel headers" +#: gnu/packages/databases.scm:92 +msgid "Berkeley database" msgstr "" =20 -#: gnu/packages/linux.scm:132 -msgid "Headers of the Linux-Libre kernel." +#: gnu/packages/databases.scm:94 +msgid "" +"Berkeley DB is an embeddable database allowing developers the choice of= \n" +"SQL, Key/Value, XML/XQuery or Java Object storage for their data model.= " msgstr "" =20 -#: gnu/packages/linux.scm:163 -msgid "Tools for loading and managing Linux kernel modules" +#: gnu/packages/databases.scm:146 +msgid "Fast, easy to use, and popular database" msgstr "" =20 -#: gnu/packages/linux.scm:165 +#: gnu/packages/databases.scm:148 msgid "" -"Tools for loading and managing Linux kernel modules, such as `modprobe'= ,\n" -"`insmod', `lsmod', and more." +"MySQL is a fast, reliable, and easy to use relational database\n" +"management system that supports the standardized Structured Query\n" +"Language." msgstr "" =20 -#: gnu/packages/linux.scm:296 -msgid "100% free redistribution of a cleaned Linux kernel" +#: gnu/packages/databases.scm:215 +msgid "SQL database server" msgstr "" =20 -#: gnu/packages/linux.scm:298 +#: gnu/packages/databases.scm:217 msgid "" -"GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.\= n" -"It has been modified to remove all non-free binary blobs." +"MariaDB is a multi-user and multi-threaded SQL database server, designe= d\n" +"as a drop-in replacement of MySQL." msgstr "" =20 -#: gnu/packages/linux.scm:341 -msgid "Pluggable authentication modules for Linux" +#: gnu/packages/databases.scm:237 +msgid "Powerful object-relational database system" msgstr "" =20 -#: gnu/packages/linux.scm:343 +#: gnu/packages/databases.scm:239 msgid "" -"A *Free* project to implement OSF's RFC 86.0.\n" -"Pluggable authentication modules are small shared object files that can= \n" -"be used through the PAM API to perform tasks, like authenticating a use= r\n" -"at login. Local and dynamic reconfiguration are its key features" +"PostgreSQL is a powerful object-relational database system. It is full= y\n" +"ACID compliant, has full support for foreign keys, joins, views, trigge= rs, " +"and\n" +"stored procedures (in multiple languages). It includes most SQL:2008 d= ata\n" +"types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERV= AL, " +"and\n" +"TIMESTAMP. It also supports storage of binary large objects, including= \n" +"pictures, sounds, or video." msgstr "" =20 -#: gnu/packages/linux.scm:370 -msgid "Small utilities that use the proc filesystem" +#: gnu/packages/databases.scm:274 +msgid "Manipulate plain text files as databases" msgstr "" =20 -#: gnu/packages/linux.scm:372 +#: gnu/packages/databases.scm:276 msgid "" -"This PSmisc package is a set of some small useful utilities that\n" -"use the proc filesystem. We're not about changing the world, but\n" -"providing the system administrator with some help in common tasks." +"GNU Recutils is a set of tools and libraries for creating and\n" +"manipulating text-based, human-editable databases. Despite being text-= " +"based,\n" +"databases created with Recutils carry all of the expected features such= as\n" +"unique fields, primary keys, time stamps and more. Many different fiel= d\n" +"types are supported, as is encryption." msgstr "" =20 -#: gnu/packages/linux.scm:416 -msgid "Collection of utilities for the Linux kernel" +#: gnu/packages/databases.scm:317 +msgid "The SQLite database management system" msgstr "" =20 -#: gnu/packages/linux.scm:418 -msgid "Util-linux is a random collection of utilities for the Linux kern= el." +#: gnu/packages/databases.scm:319 +msgid "" +"SQLite is a software library that implements a self-contained, serverle= ss,\n" +"zero-configuration, transactional SQL database engine. SQLite is the m= ost\n" +"widely deployed SQL database engine in the world. The source code for = " +"SQLite\n" +"is in the public domain." msgstr "" =20 -#: gnu/packages/linux.scm:472 -msgid "Utilities that give information about processes" +#: gnu/packages/databases.scm:354 +msgid "Trivial database" msgstr "" =20 -#: gnu/packages/linux.scm:474 +#: gnu/packages/databases.scm:356 msgid "" -"Procps is the package that has a bunch of small useful utilities\n" -"that give information about processes using the Linux /proc file system= .\n" -"The package includes the programs ps, top, vmstat, w, kill, free,\n" -"slabtop, and skill." +"TDB is a Trivial Database. In concept, it is very much like GDBM,\n" +"and BSD's DB except that it allows multiple simultaneous writers and us= es\n" +"locking internally to keep writers from trampling on each other. TDB i= s " +"also\n" +"extremely small." msgstr "" =20 -#: gnu/packages/linux.scm:499 -msgid "Tools for working with USB devices, such as lsusb" +#: gnu/packages/databases.scm:375 +msgid "Database independent interface for Perl" msgstr "" =20 -#: gnu/packages/linux.scm:501 -msgid "Tools for working with USB devices, such as lsusb." +#: gnu/packages/databases.scm:376 +msgid "This package provides an database interface for Perl." msgstr "" =20 -#: gnu/packages/linux.scm:542 -msgid "Creating and checking ext2/ext3/ext4 file systems" +#: gnu/packages/databases.scm:423 +msgid "Extensible and flexible object <-> relational mapper" msgstr "" =20 -#: gnu/packages/linux.scm:544 -msgid "This package provides tools for manipulating ext2/ext3/ext4 file = systems." +#: gnu/packages/databases.scm:424 +msgid "" +"An SQL to OO mapper with an object API inspired by\n" +"Class::DBI (with a compatibility layer as a springboard for porting) an= d a\n" +"resultset API that allows abstract encapsulation of database operations= . " +"It\n" +"aims to make representing queries in your code as perl-ish as possible = " +"while\n" +"still providing access to as many of the capabilities of the database a= s\n" +"possible, including retrieving related records from multiple tables in = a\n" +"single query, \"JOIN\", \"LEFT JOIN\", \"COUNT\", \"DISTINCT\", \"GROUP= BY" +"\",\n" +"\"ORDER BY\" and \"HAVING\" support." msgstr "" =20 -#: gnu/packages/linux.scm:575 -msgid "Statically-linked fsck.* commands from e2fsprogs" +#: gnu/packages/databases.scm:454 +msgid "Cursor with built-in caching support" msgstr "" =20 -#: gnu/packages/linux.scm:577 +#: gnu/packages/databases.scm:455 msgid "" -"This package provides statically-linked command of fsck.ext[234] taken\= n" -"from the e2fsprogs package. It is meant to be used in initrds." +"DBIx::Class::Cursor::Cached provides a cursor class with\n" +"built-in caching support." msgstr "" =20 -#: gnu/packages/linux.scm:596 -msgid "System call tracer for Linux" +#: gnu/packages/databases.scm:475 +msgid "Introspect many-to-many relationships" msgstr "" =20 -#: gnu/packages/linux.scm:598 +#: gnu/packages/databases.scm:476 msgid "" -"strace is a system call tracer, i.e. a debugging tool which prints out = a\n" -"trace of all the system calls made by a another process/program." +"Because the many-to-many relationships are not real\n" +"relationships, they can not be introspected with DBIx::Class. Many-to-= many\n" +"relationships are actually just a collection of convenience methods " +"installed\n" +"to bridge two relationships. This DBIx::Class component can be used to= " +"store\n" +"all relevant information about these non-relationships so they can late= r be\n" +"introspected and examined." msgstr "" =20 -#: gnu/packages/linux.scm:617 -msgid "The Advanced Linux Sound Architecture libraries" +#: gnu/packages/databases.scm:533 +msgid "Create a DBIx::Class::Schema based on a database" msgstr "" =20 -#: gnu/packages/linux.scm:619 gnu/packages/linux.scm:661 +#: gnu/packages/databases.scm:534 msgid "" -"The Advanced Linux Sound Architecture (ALSA) provides audio and\n" -"MIDI functionality to the Linux-based operating system." +"DBIx::Class::Schema::Loader automates the definition of a\n" +"DBIx::Class::Schema by scanning database table definitions and setting = up " +"the\n" +"columns, primary keys, unique constraints and relationships." msgstr "" =20 -#: gnu/packages/linux.scm:659 -msgid "Utilities for the Advanced Linux Sound Architecture (ALSA)" +#: gnu/packages/databases.scm:558 +msgid "DBI PostgreSQL interface" msgstr "" =20 -#: gnu/packages/linux.scm:683 -msgid "Program to configure the Linux IP packet filtering rules" +#: gnu/packages/databases.scm:577 +msgid "SQlite interface for Perl" msgstr "" =20 -#: gnu/packages/linux.scm:685 +#: gnu/packages/databases.scm:578 msgid "" -"iptables is the userspace command line program used to configure the\n" -"Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted to= wards\n" -"system administrators. Since Network Address Translation is also confi= gured\n" -"from the packet filter ruleset, iptables is used for this, too. The ip= tables\n" -"package also includes ip6tables. ip6tables is used for configuring the= IPv6\n" -"packet filter." +"DBD::SQLite is a Perl DBI driver for SQLite, that includes\n" +"the entire thing in the distribution. So in order to get a fast " +"transaction\n" +"capable RDBMS working for your Perl project you simply have to install = this\n" +"module, and nothing else." msgstr "" =20 -#: gnu/packages/linux.scm:733 -msgid "Utilities for controlling TCP/IP networking and traffic in Linux" +#: gnu/packages/databases.scm:608 +msgid "Generate SQL from Perl data structures" msgstr "" =20 -#: gnu/packages/linux.scm:735 +#: gnu/packages/databases.scm:609 msgid "" -"Iproute2 is a collection of utilities for controlling TCP/IP\n" -"networking and traffic with the Linux kernel.\n" -"\n" -"Most network configuration manuals still refer to ifconfig and route as= the\n" -"primary network configuration tools, but ifconfig is known to behave\n" -"inadequately in modern network environments. They should be deprecated= , but\n" -"most distros still include them. Most network configuration systems ma= ke use\n" -"of ifconfig and thus provide a limited feature set. The /etc/net proje= ct aims\n" -"to support most modern network technologies, as it doesn't use ifconfig= and\n" -"allows a system administrator to make use of all iproute2 features, inc= luding\n" -"traffic control.\n" -"\n" -"iproute2 is usually shipped in a package called iproute or iproute2 and= \n" -"consists of several tools, of which the most important are ip and tc. = ip\n" -"controls IPv4 and IPv6 configuration and tc stands for traffic control.= Both\n" -"tools print detailed usage messages and are accompanied by a set of\n" -"manpages." +"This module was inspired by the excellent DBIx::Abstract.\n" +"While based on the concepts used by DBIx::Abstract, the concepts used h= ave\n" +"been modified to make the SQL easier to generate from Perl data structu= res.\n" +"The underlying idea is for this module to do what you mean, based on th= e " +"data\n" +"structures you provide it, so that you don't have to modify your code e= very\n" +"time your data changes" msgstr "" =20 -#: gnu/packages/linux.scm:827 -msgid "Tools for controlling the network subsystem in Linux" +#: gnu/packages/databases.scm:638 +msgid "Split SQL code into atomic statements" msgstr "" =20 -#: gnu/packages/linux.scm:829 +#: gnu/packages/databases.scm:639 msgid "" -"This package includes the important tools for controlling the network\n= " -"subsystem of the Linux kernel. This includes arp, hostname, ifconfig,\= n" -"netstat, rarp and route. Additionally, this package contains utilities= \n" -"relating to particular network hardware types (plipconfig, slattach) an= d\n" -"advanced aspects of IP configuration (iptunnel, ipmaddr)." +"This module tries to split any SQL code, even including\n" +"non-standard extensions, into the atomic statements it is composed of." msgstr "" =20 -#: gnu/packages/linux.scm:862 -msgid "Library for working with POSIX capabilities" +#: gnu/packages/databases.scm:657 +msgid "SQL tokenizer" msgstr "" =20 -#: gnu/packages/linux.scm:864 +#: gnu/packages/databases.scm:658 msgid "" -"Libcap2 provides a programming interface to POSIX capabilities on\n" -"Linux-based operating systems." +"SQL::Tokenizer is a tokenizer for SQL queries. It does not\n" +"claim to be a parser or query verifier. It just creates sane tokens fr= om a\n" +"valid SQL query." msgstr "" =20 -#: gnu/packages/linux.scm:896 -msgid "Manipulate Ethernet bridges" +#: gnu/packages/databases.scm:675 +msgid "Data source abstraction library" msgstr "" =20 -#: gnu/packages/linux.scm:898 +#: gnu/packages/databases.scm:676 msgid "" -"Utilities for Linux's Ethernet bridging facilities. A bridge is a way\= n" -"to connect two Ethernet segments together in a protocol independent way= .\n" -"Packets are forwarded based on Ethernet address, rather than IP address= (like\n" -"a router). Since forwarding is done at Layer 2, all protocols can go\n= " -"transparently through a bridge." +"Unixodbc is a library providing an API with which to access\n" +"data sources. Data sources include SQL Servers and any software with a= n " +"ODBC\n" +"Driver." msgstr "" =20 -#: gnu/packages/linux.scm:920 -msgid "NetLink protocol library suite" +#: gnu/packages/databases.scm:700 +msgid "In-memory key/value and document store" msgstr "" =20 -#: gnu/packages/linux.scm:922 +#: gnu/packages/databases.scm:702 msgid "" -"The libnl suite is a collection of libraries providing APIs to netlink\= n" -"protocol based Linux kernel interfaces. Netlink is an IPC mechanism pr= imarly\n" -"between the kernel and user space processes. It was designed to be a m= ore\n" -"flexible successor to ioctl to provide mainly networking related kernel= \n" -"configuration and monitoring interfaces." +"UnQLite is an in-process software library which implements a\n" +"self-contained, serverless, zero-configuration, transactional NoSQL\n" +"database engine. UnQLite is a document store database similar to\n" +"MongoDB, Redis, CouchDB, etc. as well as a standard Key/Value store\n" +"similar to BerkelyDB, LevelDB, etc." msgstr "" =20 -#: gnu/packages/linux.scm:955 -msgid "Analyze power consumption on Intel-based laptops" +#: gnu/packages/debug.scm:71 +msgid "Heuristical file minimizer" msgstr "" =20 -#: gnu/packages/linux.scm:957 +#: gnu/packages/debug.scm:73 msgid "" -"PowerTOP is a Linux tool to diagnose issues with power consumption and\= n" -"power management. In addition to being a diagnostic tool, PowerTOP als= o has\n" -"an interactive mode where the user can experiment various power managem= ent\n" -"settings for cases where the operating system has not enabled these\n" -"settings." +"Delta assists you in minimizing \"interesting\" files subject to a test= \n" +"of their interestingness. A common such situation is when attempting t= o\n" +"isolate a small failure-inducing substring of a large input that causes= " +"your\n" +"program to exhibit a bug." msgstr "" =20 -#: gnu/packages/linux.scm:979 -msgid "Audio mixer for X and the console" +#: gnu/packages/debug.scm:132 +msgid "Reducer for interesting code" msgstr "" =20 -#: gnu/packages/linux.scm:981 +#: gnu/packages/debug.scm:134 msgid "" -"Aumix adjusts an audio mixer from X, the console, a terminal,\n" -"the command line or a script." +"C-Reduce is a tool that takes a large C or C++ program that has a\n" +"property of interest (such as triggering a compiler bug) and automatica= lly\n" +"produces a much smaller C/C++ program that has the same property. It i= s\n" +"intended for use by people who discover and report bugs in compilers an= d " +"other\n" +"tools that process C/C++ code." msgstr "" =20 -#: gnu/packages/linux.scm:1005 -msgid "Displays the IO activity of running processes" +#: gnu/packages/dejagnu.scm:78 +msgid "GNU software testing framework" msgstr "" =20 -#: gnu/packages/linux.scm:1007 +#: gnu/packages/dejagnu.scm:80 msgid "" -"Iotop is a Python program with a top like user interface to show the\n" -"processes currently causing I/O." +"DejaGnu is a framework for testing software. In effect, it serves as\n= " +"a front-end for all tests written for a program. Thus, each program ca= n " +"have\n" +"multiple test suites, which are then all managed by a single harness." msgstr "" =20 -#: gnu/packages/linux.scm:1058 -msgid "Support file systems implemented in user space" +#: gnu/packages/feh.scm:53 +msgid "Fast and light imlib2-based image viewer" msgstr "" =20 -#: gnu/packages/linux.scm:1060 +#: gnu/packages/feh.scm:55 msgid "" -"As a consequence of its monolithic design, file system code for Linux\n= " -"normally goes into the kernel itself---which is not only a robustness i= ssue,\n" -"but also an impediment to system extensibility. FUSE, for \"file syste= ms in\n" -"user space\", is a kernel module and user-space library that tries to a= ddress\n" -"part of this problem by allowing users to run file system implementatio= ns as\n" -"user-space processes." +"feh is an X11 image viewer aimed mostly at console users.\n" +"Unlike most other viewers, it does not have a fancy GUI, but simply\n" +"displays images. It can also be used to set the desktop wallpaper.\n" +"It is controlled via commandline arguments and configurable key/mouse\n= " +"actions." msgstr "" =20 -#: gnu/packages/linux.scm:1085 -msgid "User-space union file system" +#: gnu/packages/games.scm:100 +msgid "Backgammon game" msgstr "" =20 -#: gnu/packages/linux.scm:1087 +#: gnu/packages/games.scm:101 msgid "" -"UnionFS-FUSE is a flexible union file system implementation in user\n" -"space, using the FUSE library. Mounting a union file system allows you= to\n" -"\"aggregate\" the contents of several directories into a single mount p= oint.\n" -"UnionFS-FUSE additionally supports copy-on-write." +"The GNU backgammon application can be used for playing, analyzing and\n= " +"teaching the game. It has an advanced evaluation engine based on " +"artificial\n" +"neural networks suitable for both beginners and advanced players. In\n= " +"addition to a command-line interface, it also features an attractive, 3= D\n" +"representation of the playing board." msgstr "" =20 -#: gnu/packages/linux.scm:1112 +#: gnu/packages/games.scm:130 +msgid "3d Rubik's cube game" +msgstr "" + +#: gnu/packages/games.scm:132 +msgid "" +"GNUbik is a puzzle game in which you must manipulate a cube to make\n" +"each of its faces have a uniform color. The game is customizable, allo= wing\n" +"you to set the size of the cube (the default is 3x3) or to change the " +"colors.\n" +"You may even apply photos to the faces instead of colors. The game is\= n" +"scriptable with Guile." +msgstr "" + +#: gnu/packages/games.scm:194 +msgid "GNU/Linux port of the indie game \"l'Abbaye des Morts\"" +msgstr "" + +#: gnu/packages/games.scm:195 +msgid "" +"L'Abbaye des Morts is a 2D platform game set in 13th century\n" +"France. The Cathars, who preach about good Christian beliefs, were bei= ng\n" +"expelled by the Catholic Church out of the Languedoc region in France. = One " +"of\n" +"them, called Jean Raymond, found an old church in which to hide, not " +"knowing\n" +"that beneath its ruins lay buried an ancient evil." +msgstr "" + +#: gnu/packages/games.scm:238 +msgid "Lemmings clone" +msgstr "" + +#: gnu/packages/games.scm:240 +msgid "" +"Pingus is a free Lemmings-like puzzle game in which the player takes\n" +"command of a bunch of small animals and has to guide them through level= s.\n" +"Since the animals walk on their own, the player can only influence them= by\n" +"giving them commands, like build a bridge, dig a hole, or redirect all = " +"animals\n" +"in the other direction. Multiple such commands are necessary to reach = the\n" +"level's exit. The game is presented in a 2D side view." +msgstr "" + +#: gnu/packages/games.scm:262 +msgid "Convert English text to humorous dialects" +msgstr "" + +#: gnu/packages/games.scm:263 +msgid "" +"The GNU Talk Filters are programs that convert English text\n" +"into stereotyped or otherwise humorous dialects. The filters are provi= ded " +"as\n" +"a C library, so they can easily be integrated into other programs." +msgstr "" + +#: gnu/packages/games.scm:295 +msgid "Simulate the display from \"The Matrix\"" +msgstr "" + +#: gnu/packages/games.scm:296 +msgid "" +"CMatrix simulates the display from \"The Matrix\" and is\n" +"based on the screensaver from the movie's website. It works with termi= nal\n" +"settings up to 132x300 and can scroll lines all at the same rate or\n" +"asynchronously and at a user-defined speed." +msgstr "" + +#: gnu/packages/games.scm:316 +msgid "Full chess implementation" +msgstr "" + +#: gnu/packages/games.scm:317 +msgid "" +"GNU Chess is a chess engine. It allows you to compete\n" +"against the computer in a game of chess, either through the default " +"terminal\n" +"interface or via an external visual interface such as GNU XBoard." +msgstr "" + +#: gnu/packages/games.scm:345 +msgid "Twisted adventures of young pig farmer Dink Smallwood" +msgstr "" + +#: gnu/packages/games.scm:347 +msgid "" +"GNU FreeDink is a free and portable re-implementation of the engine\n" +"for the role-playing game Dink Smallwood. It supports not only the " +"original\n" +"game data files but it also supports user-produced game mods or \"D-Mod= s\".\n" +"To that extent, it also includes a front-end for managing all of your D= -Mods." +msgstr "" + +#: gnu/packages/games.scm:369 +msgid "Game data for GNU Freedink" +msgstr "" + +#: gnu/packages/games.scm:371 +msgid "This package contains the game data of GNU Freedink." +msgstr "" + +#: gnu/packages/games.scm:423 +msgid "Graphical user interface for chess programs" +msgstr "" + +#: gnu/packages/games.scm:424 +msgid "" +"GNU XBoard is a graphical board for all varieties of chess,\n" +"including international chess, xiangqi (Chinese chess), shogi (Japanese= " +"chess)\n" +"and Makruk. Several lesser-known variants are also supported. It pres= ents " +"a\n" +"fully interactive graphical interface and it can load and save games in= the\n" +"Portable Game Notation." +msgstr "" + +#: gnu/packages/games.scm:477 +msgid "Ball and paddle game" +msgstr "" + +#: gnu/packages/games.scm:478 +msgid "" +"XBoing is a blockout type game where you have a paddle which\n" +"you control to bounce a ball around the game zone destroying blocks wit= h a\n" +"proton ball. Each block carries a different point value. The more blo= cks " +"you\n" +"destroy, the better your score. The person with the highest score wins= ." +msgstr "" + +#: gnu/packages/games.scm:510 +msgid "Typing tutor" +msgstr "" + +#: gnu/packages/games.scm:512 +msgid "" +"GNU Typist is a universal typing tutor. It can be used to learn and\n" +"practice touch-typing. Several tutorials are included; in addition to\= n" +"tutorials for the standard QWERTY layout, there are also tutorials for = the\n" +"alternative layouts Dvorak and Colemak, as well as for the numpad. " +"Tutorials\n" +"are primarily in English, however some in other languages are provided.= " +msgstr "" + +#: gnu/packages/games.scm:565 +msgid "3D game engine written in C++" +msgstr "" + +#: gnu/packages/games.scm:567 +msgid "" +"The Irrlicht Engine is a high performance realtime 3D engine written in= \n" +"C++. Features include an OpenGL renderer, extensible materials, scene = " +"graph\n" +"management, character animation, particle and other special effects, " +"support\n" +"for common mesh file formats, and collision detection." +msgstr "" + +#: gnu/packages/games.scm:609 +msgid "Main game data for the Minetest game engine" +msgstr "" + +#: gnu/packages/games.scm:611 +msgid "Game data for the Minetest infinite-world block sandox game." +msgstr "" + +#: gnu/packages/games.scm:663 +msgid "Infinite-world block sandbox game" +msgstr "" + +#: gnu/packages/games.scm:665 +msgid "" +"Minetest is a sandbox construction game. Players can create and destro= y\n" +"various types of blocks in a three-dimensional open world. This allows= \n" +"forming structures in every possible creation, on multiplayer servers o= r as " +"a\n" +"single player. Mods and texture packs allow players to personalize the= " +"game\n" +"in different ways." +msgstr "" + +#: gnu/packages/games.scm:704 +msgid "Curses Implementation of the Glk API" +msgstr "" + +#: gnu/packages/games.scm:706 +msgid "" +"Glk defines a portable API for applications with text UIs. It was\n" +"primarily designed for interactive fiction, but it should be suitable f= or " +"many\n" +"interactive text utilities, particularly those based on a command line.= \n" +"This is an implementation of the Glk library which runs in a terminal " +"window,\n" +"using the curses.h library for screen control." +msgstr "" + +#: gnu/packages/games.scm:743 +msgid "Interpreter for Glulx VM" +msgstr "" + +#: gnu/packages/games.scm:745 +msgid "" +"Glulx is a 32-bit portable virtual machine intended for writing and\n" +"playing interactive fiction. It was designed by Andrew Plotkin to reli= eve\n" +"some of the restrictions in the venerable Z-machine format. This is th= e\n" +"reference interpreter, using Glk API." +msgstr "" + +#: gnu/packages/games.scm:781 +msgid "Z-machine interpreter" +msgstr "" + +#: gnu/packages/games.scm:783 +msgid "" +"Fizmo is a console-based Z-machine interpreter. It is used to play\n" +"interactive ficiton, also known as textadventures, which were implement= ed\n" +"either by Infocom or created using the Inform compiler." +msgstr "" + +#: gnu/packages/games.scm:833 +msgid "Reference frontend for the libretro API" +msgstr "" + +#: gnu/packages/games.scm:835 +msgid "" +"Libretro is a simple but powerful development interface that allows for= \n" +"the easy creation of emulators, games and multimedia applications that = can " +"plug\n" +"straight into any libretro-compatible frontend. RetroArch is the offic= ial\n" +"reference frontend for the libretro API, currently used by most as a " +"modular\n" +"multi-system game/emulator system." +msgstr "" + +#: gnu/packages/games.scm:855 +msgid "Play the game of Go" +msgstr "" + +#: gnu/packages/games.scm:856 +msgid "" +"GNU Go is a program that plays the game of Go, in which\n" +"players place stones on a grid to form territory or capture other stone= s.\n" +"While it can be played directly from the terminal, rendered in ASCII\n" +"characters, it is also possible to play GNU Go with 3rd party graphical= \n" +"interfaces or even in Emacs. It supports the standard game storage for= mat\n" +"(SGF, Smart Game Format) and inter-process communication format (GMP, G= o\n" +"Modem Protocol)." +msgstr "" + +#: gnu/packages/games.scm:906 +msgid "High speed arctic racing game based on Tux Racer" +msgstr "" + +#: gnu/packages/games.scm:908 +msgid "" +"Extreme Tux Racer, or etracer as it is called for short, is\n" +"a simple OpenGL racing game featuring Tux, the Linux mascot. The goal = of " +"the\n" +"game is to slide down a snow- and ice-covered mountain as quickly as " +"possible,\n" +"avoiding the trees and rocks that will slow you down.\n" +"\n" +"Collect herrings and other goodies while sliding down the hill, but avo= id " +"fish\n" +"bones.\n" +"\n" +"This game is based on the GPL version of the famous game TuxRacer." +msgstr "" + +#: gnu/packages/games.scm:946 +msgid "Game of jumping to the next floor, trying not to fall" +msgstr "" + +#: gnu/packages/games.scm:948 +msgid "" +"GNUjump is a simple, yet addictive game in which you must jump from\n" +"platform to platform to avoid falling, while the platforms drop at fast= er " +"rates\n" +"the higher you go. The game features multiplayer, unlimited FPS, smoot= h " +"floor\n" +"falling, themeable graphics and sounds, and replays." +msgstr "" + +#: gnu/packages/gcc.scm:298 +msgid "GNU Compiler Collection" +msgstr "" + +#: gnu/packages/gcc.scm:300 +msgid "" +"GCC is the GNU Compiler Collection. It provides compiler front-ends\n" +"for several languages, including C, C++, Objective-C, Fortran, Java, Ad= a, " +"and\n" +"Go. It also includes runtime support libraries for these languages." +msgstr "" + +#: gnu/packages/gcc.scm:503 +msgid "" +"Manipulating sets and relations of integer points bounded by linear " +"constraints" +msgstr "" + +#: gnu/packages/gcc.scm:506 +msgid "" +"isl is a library for manipulating sets and relations of integer points\= n" +"bounded by linear constraints. Supported operations on sets include\n" +"intersection, union, set difference, emptiness check, convex hull, " +"(integer)\n" +"affine hull, integer projection, computing the lexicographic minimum us= ing\n" +"parametric integer programming, coalescing and parametric vertex\n" +"enumeration. It also includes an ILP solver based on generalized basis= \n" +"reduction, transitive closures on maps (which may encode infinite graph= s),\n" +"dependence analysis and bounds on piecewise step-polynomials." +msgstr "" + +#: gnu/packages/gcc.scm:538 +msgid "Library to generate code for scanning Z-polyhedra" +msgstr "" + +#: gnu/packages/gcc.scm:540 +msgid "" +"CLooG is a free software library to generate code for scanning\n" +"Z-polyhedra. That is, it finds a code (e.g., in C, FORTRAN...) that\n" +"reaches each integral point of one or more parameterized polyhedra.\n" +"CLooG has been originally written to solve the code generation problem\= n" +"for optimizing compilers based on the polytope model. Nevertheless it\= n" +"is used now in various area e.g., to build control automata for\n" +"high-level synthesis or to find the best polynomial approximation of a\= n" +"function. CLooG may help in any situation where scanning polyhedra\n" +"matters. While the user has full control on generated code quality,\n" +"CLooG is designed to avoid control overhead and to produce a very\n" +"effective code." +msgstr "" + +#: gnu/packages/geeqie.scm:49 +msgid "Library and command-line utility to manage image metadata" +msgstr "" + +#: gnu/packages/geeqie.scm:51 +msgid "" +"Exiv2 is a C++ library and a command line utility to manage image\n" +"metadata. It provides fast and easy read and write access to the Exif,= " +"IPTC\n" +"and XMP metadata of images in various formats." +msgstr "" + +#: gnu/packages/geeqie.scm:82 +msgid "Lightweight GTK+ based image viewer" +msgstr "" + +#: gnu/packages/geeqie.scm:84 +msgid "" +"Geeqie is a lightweight GTK+ based image viewer for Unix like operating= \n" +"systems. It features: EXIF, IPTC and XMP metadata browsing and editing= \n" +"interoperability; easy integration with other software; geeqie works on= " +"files\n" +"and directories, there is no need to import images; fast preview for ma= ny " +"raw\n" +"image formats; tools for image comparison, sorting and managing photo\n= " +"collection. Geeqie was initially based on GQview." +msgstr "" + +#: gnu/packages/gettext.scm:86 +msgid "Tools and documentation for translation" +msgstr "" + +#: gnu/packages/gettext.scm:88 +msgid "" +"GNU Gettext is a package providing a framework for translating the\n" +"textual output of programs into multiple languages. It provides " +"translators\n" +"with the means to create message catalogs, as well as an Emacs mode to = work\n" +"with them, and a runtime library to load translated messages from the\n= " +"catalogs. Nearly all GNU packages use Gettext." +msgstr "" + +#: gnu/packages/gnuzilla.scm:85 +msgid "Mozilla javascript engine" +msgstr "" + +#: gnu/packages/gnuzilla.scm:86 +msgid "" +"SpiderMonkey is Mozilla's JavaScript engine written\n" +"in C/C++." +msgstr "" + +#: gnu/packages/gnuzilla.scm:118 +msgid "Netscape API for system level and libc-like functions" +msgstr "" + +#: gnu/packages/gnuzilla.scm:119 +msgid "" +"Netscape Portable Runtime (NSPR) provides a\n" +"platform-neutral API for system level and libc-like functions. It is u= sed\n" +"in the Mozilla clients." +msgstr "" + +#: gnu/packages/gnuzilla.scm:216 +msgid "Network Security Services" +msgstr "" + +#: gnu/packages/gnuzilla.scm:218 +msgid "" +"Network Security Services (NSS) is a set of libraries designed to suppo= rt\n" +"cross-platform development of security-enabled client and server " +"applications.\n" +"Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PK= CS " +"#7,\n" +"PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security\n= " +"standards." +msgstr "" + +#: gnu/packages/gnuzilla.scm:347 +msgid "Entirely free browser derived from Mozilla Firefox" +msgstr "" + +#: gnu/packages/gnuzilla.scm:349 +msgid "" +"IceCat is the GNU version of the Firefox browser. It is entirely free\= n" +"software, which does not recommend non-free plugins and addons. It als= o\n" +"features built-in privacy-protecting features." +msgstr "" + +#: gnu/packages/gtk.scm:78 +msgid "GNOME accessibility toolkit" +msgstr "" + +#: gnu/packages/gtk.scm:80 +msgid "" +"ATK provides the set of accessibility interfaces that are implemented\n= " +"by other toolkits and applications. Using the ATK interfaces, " +"accessibility\n" +"tools have full access to view and control running applications." +msgstr "" + +#: gnu/packages/gtk.scm:119 +msgid "2D graphics library" +msgstr "" + +#: gnu/packages/gtk.scm:121 +msgid "" +"Cairo is a 2D graphics library with support for multiple output devices= .\n" +"Currently supported output targets include the X Window System (via bot= h\n" +"Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG f= ile\n" +"output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB= .\n" +"\n" +"Cairo is designed to produce consistent output on all output media whil= e\n" +"taking advantage of display hardware acceleration when available\n" +"eg. through the X Render Extension).\n" +"\n" +"The cairo API provides operations similar to the drawing operators of\n= " +"PostScript and PDF. Operations in cairo including stroking and filling= " +"cubic\n" +"B=C3=A9zier splines, transforming and compositing translucent images, a= nd\n" +"antialiased text rendering. All drawing operations can be transformed = by " +"any\n" +"affine transformation (scale, rotation, shear, etc.)" +msgstr "" + +#: gnu/packages/gtk.scm:163 +msgid "OpenType text shaping engine" +msgstr "" + +#: gnu/packages/gtk.scm:165 +msgid "HarfBuzz is an OpenType text shaping engine." +msgstr "" + +#: gnu/packages/gtk.scm:196 +msgid "GNOME text and font handling library" +msgstr "" + +#: gnu/packages/gtk.scm:198 +msgid "" +"Pango is the core text and font handling library used in GNOME\n" +"applications. It has extensive support for the different writing syste= ms\n" +"used throughout the world." +msgstr "" + +#: gnu/packages/gtk.scm:224 +msgid "Obsolete pango functions" +msgstr "" + +#: gnu/packages/gtk.scm:225 +msgid "" +"Pangox was a X backend to pango. It is now obsolete and no\n" +"longer provided by recent pango releases. pangox-compat provides the\n= " +"functions which were removed." +msgstr "" + +#: gnu/packages/gtk.scm:259 +msgid "GTK+ widget for interactive graph-like environments" +msgstr "" + +#: gnu/packages/gtk.scm:261 +msgid "" +"Ganv is an interactive GTK+ widget for interactive =E2=80=9Cboxes and l= ines=E2=80=9D or\n" +"graph-like environments, e.g. modular synths or finite state machine\n" +"diagrams." +msgstr "" + +#: gnu/packages/gtk.scm:311 +msgid "Widget that extends the standard GTK+ 2.x 'GtkTextView' widget" +msgstr "" + +#: gnu/packages/gtk.scm:313 +msgid "" +"GtkSourceView is a portable C library that extends the standard GTK+\n" +"framework for multiline text editing with support for configurable synt= ax\n" +"highlighting, unlimited undo/redo, search and replace, a completion " +"framework,\n" +"printing and other features typical of a source code editor." +msgstr "" + +#: gnu/packages/gtk.scm:346 +msgid "GNOME image loading and manipulation library" +msgstr "" + +#: gnu/packages/gtk.scm:348 +msgid "" +"GdkPixbuf is a library for image loading and manipulation developed\n" +"in the GNOME project." +msgstr "" + +#: gnu/packages/gtk.scm:389 +msgid "Assistive Technology Service Provider Interface, core components" +msgstr "" + +#: gnu/packages/gtk.scm:391 +msgid "" +"The Assistive Technology Service Provider Interface, core components,\n= " +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:423 +msgid "Assistive Technology Service Provider Interface, ATK bindings" +msgstr "" + +#: gnu/packages/gtk.scm:425 +msgid "" +"The Assistive Technology Service Provider Interface\n" +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:477 +msgid "Cross-platform toolkit for creating graphical user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:479 +msgid "" +"GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating\n" +"graphical user interfaces. Offering a complete set of widgets, GTK+ is= \n" +"suitable for projects ranging from small one-off tools to complete\n" +"application suites." +msgstr "" + +#: gnu/packages/gtk.scm:605 +msgid "Cairo bindings for GNU Guile" +msgstr "" + +#: gnu/packages/gtk.scm:607 +msgid "" +"Guile-Cairo wraps the Cairo graphics library for Guile Scheme.\n" +"Guile-Cairo is complete, wrapping almost all of the Cairo API. It is A= PI\n" +"stable, providing a firm base on which to do graphics work. Finally, a= nd\n" +"importantly, it is pleasant to use. You get a powerful and well-mainta= ined\n" +"graphics library with all of the benefits of Scheme: memory management,= \n" +"exceptions, macros, and a dynamic programming environment." +msgstr "" + +#: gnu/packages/gtk.scm:642 +msgid "C++ bindings to the Cairo 2D graphics library" +msgstr "" + +#: gnu/packages/gtk.scm:644 +msgid "" +"Cairomm provides a C++ programming interface to the Cairo 2D graphics\n= " +"library." +msgstr "" + +#: gnu/packages/gtk.scm:668 +msgid "C++ interface to the Pango text rendering library" +msgstr "" + +#: gnu/packages/gtk.scm:670 +msgid "" +"Pangomm provides a C++ programming interface to the Pango text renderin= g\n" +"library." +msgstr "" + +#: gnu/packages/gtk.scm:691 +msgid "C++ interface to the ATK accessibility library" +msgstr "" + +#: gnu/packages/gtk.scm:693 +msgid "" +"ATKmm provides a C++ programming interface to the ATK accessibility\n" +"toolkit." +msgstr "" + +#: gnu/packages/gtk.scm:719 +msgid "C++ interface to the GTK+ graphical user interface library" +msgstr "" + +#: gnu/packages/gtk.scm:721 +msgid "" +"gtkmm is the official C++ interface for the popular GUI library GTK+.\n= " +"Highlights include typesafe callbacks, and a comprehensive set of widge= ts " +"that\n" +"are easily extensible via inheritance. You can create user interfaces = " +"either\n" +"in code or with the Glade User Interface designer, using libglademm. " +"There's\n" +"extensive documentation, including API reference and a tutorial." +msgstr "" + +#: gnu/packages/gtk.scm:777 +msgid "Python bindings for cairo" +msgstr "" + +#: gnu/packages/gtk.scm:779 +msgid "Pycairo is a set of Python bindings for the Cairo graphics librar= y." +msgstr "" + +#: gnu/packages/gtk.scm:853 +msgid "Python bindings for GTK+" +msgstr "" + +#: gnu/packages/gtk.scm:855 +msgid "" +"PyGTK allows you to write full featured GTK programs in Python. It is\= n" +"targetted at GTK 2.x, and can be used in conjunction with gnome-python = to\n" +"write GNOME applications." +msgstr "" + +#: gnu/packages/gtk.scm:886 +msgid "Library for minimalistic gtk+3 user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:887 +msgid "" +"Girara is a library that implements a user interface that\n" +"focuses on simplicity and minimalism. Currently based on GTK+, a\n" +"cross-platform widget toolkit, it provides an interface that focuses on= " +"three\n" +"main components: a so-called view widget that represents the actual\n" +"application, an input bar that is used to execute commands of the\n" +"application and the status bar which provides the user with current\n" +"information." +msgstr "" + +#: gnu/packages/guile.scm:106 gnu/packages/guile.scm:173 +msgid "Scheme implementation intended especially for extensions" +msgstr "" + +#: gnu/packages/guile.scm:108 gnu/packages/guile.scm:175 +msgid "" +"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" +"official extension language of the GNU system. It is an implementation= of\n" +"the Scheme language which can be easily embedded in other applications = to\n" +"provide a convenient means of extending the functionality of the " +"application\n" +"without requiring the source code to be rewritten." +msgstr "" + +#: gnu/packages/guile.scm:248 +msgid "Framework for building readers for GNU Guile" +msgstr "" + +#: gnu/packages/guile.scm:250 +msgid "" +"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" +"\n" +"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" +"procedure. Readers supporting various syntax variants can easily be " +"written,\n" +"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" +"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-= derived\n" +"document syntax.\n" +"\n" +"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" +"hopefully more powerful and flexible (for instance, one may instantiate= as\n" +"many readers as needed)." +msgstr "" + +#: gnu/packages/guile.scm:303 +msgid "Guile bindings to ncurses" +msgstr "" + +#: gnu/packages/guile.scm:305 +msgid "" +"guile-ncurses provides Guile language bindings for the ncurses\n" +"library." +msgstr "" + +#: gnu/packages/guile.scm:325 +msgid "Run jobs at scheduled times" +msgstr "" + +#: gnu/packages/guile.scm:327 +msgid "" +"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" +"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten " +"in\n" +"Guile, so its configuration can be written in Scheme; the original cron= \n" +"format is also supported." +msgstr "" + +#: gnu/packages/guile.scm:355 +msgid "Collection of useful Guile Scheme modules" +msgstr "" + +#: gnu/packages/guile.scm:357 +msgid "" +"Guile-Lib is intended as an accumulation place for pure-scheme Guile\n" +"modules, allowing for people to cooperate integrating their generic Gui= le\n" +"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" +"for Guile\"." +msgstr "" + +#: gnu/packages/guile.scm:388 +msgid "JSON module for Guile" +msgstr "" + +#: gnu/packages/guile.scm:390 +msgid "" +"Guile-json supports parsing and building JSON documents according to th= e\n" +"http:://json.org specification. These are the main features:\n" +"- Strictly complies to http://json.org specification.\n" +"- Build JSON documents programmatically via macros.\n" +"- Unicode support for strings.\n" +"- Allows JSON pretty printing." +msgstr "" + +#: gnu/packages/guile.scm:460 +msgid "miniKanren declarative logic system, packaged for Guile" +msgstr "" + +#: gnu/packages/guile.scm:462 +msgid "" +"MiniKanren is a relational programming extension to the Scheme\n" +"programming Language, written as a smaller version of Kanren suitable f= or\n" +"pedagogical purposes. It is featured in the book, The Reasoned Schemer= ,\n" +"written by Dan Friedman, William Byrd, and Oleg Kiselyov.\n" +"\n" +"This is Ian Price's r6rs packaged version of miniKranen, which deviates= \n" +"slightly from miniKanren mainline.\n" +"\n" +"See http://minikanren.org/ for more on miniKanren generally." +msgstr "" + +#: gnu/packages/guile.scm:532 +msgid "Guile bindings to the GDBM library via Guile's FFI" +msgstr "" + +#: gnu/packages/guile.scm:534 +msgid "" +"Guile bindings to the GDBM key-value storage system, using\n" +"Guile's foreign function interface." +msgstr "" + +#: gnu/packages/imagemagick.scm:86 +msgid "Create, edit, compose, or convert bitmap images" +msgstr "" + +#: gnu/packages/imagemagick.scm:88 +msgid "" +"ImageMagick=C2=AE is a software suite to create, edit, compose, or conv= ert\n" +"bitmap images. It can read and write images in a variety of formats (o= ver " +"100)\n" +"including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript= , " +"SVG,\n" +"and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, sh= ear " +"and\n" +"transform images, adjust image colors, apply various special effects, o= r " +"draw\n" +"text, lines, polygons, ellipses and B=C3=A9zier curves." +msgstr "" + +#: gnu/packages/imagemagick.scm:132 +msgid "Perl interface to ImageMagick" +msgstr "" + +#: gnu/packages/imagemagick.scm:133 +msgid "" +"This Perl extension allows the reading, manipulation and\n" +"writing of a large number of image file formats using the ImageMagick " +"library.\n" +"Use it to create, edit, compose, or convert bitmap images from within a= " +"Perl\n" +"script." +msgstr "" + +#: gnu/packages/image.scm:68 +msgid "Library for handling PNG files" +msgstr "" + +#: gnu/packages/image.scm:70 +msgid "" +"Libpng is the official PNG (Portable Network Graphics) reference\n" +"library. It supports almost all PNG features and is extensible." +msgstr "" + +#: gnu/packages/image.scm:86 +msgid "Library for handling JPEG files" +msgstr "" + +#: gnu/packages/image.scm:88 +msgid "" +"Libjpeg implements JPEG image encoding, decoding, and transcoding.\n" +"JPEG is a standardized compression method for full-color and gray-scale= \n" +"images.\n" +"The included programs provide conversion between the JPEG format and\n" +"image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats." +msgstr "" + +#: gnu/packages/image.scm:125 +msgid "Library for handling TIFF files" +msgstr "" + +#: gnu/packages/image.scm:127 +msgid "" +"Libtiff provides support for the Tag Image File Format (TIFF), a format= \n" +"used for storing image data.\n" +"Included are a library, libtiff, for reading and writing TIFF and a sma= ll\n" +"collection of tools for doing simple manipulations of TIFF images." +msgstr "" + +#: gnu/packages/image.scm:157 +msgid "Library for reading images in the Microsoft WMF format" +msgstr "" + +#: gnu/packages/image.scm:159 +msgid "" +"libwmf is a library for reading vector images in Microsoft's native\n" +"Windows Metafile Format (WMF) and for either (a) displaying them in, e.= g., " +"an X\n" +"window; or (b) converting them to more standard/free file formats such = as, e." +"g.,\n" +"the W3C's XML-based Scaleable Vector Graphic (SVG) format." +msgstr "" + +#: gnu/packages/image.scm:217 +msgid "Library and tools for image processing and analysis" +msgstr "" + +#: gnu/packages/image.scm:219 +msgid "" +"Leptonica is a C library and set of command-line tools for efficient\n" +"image processing and image analysis operations. It supports rasterop, = " +"affine\n" +"transformations, binary and grayscale morphology, rank order, and " +"convolution,\n" +"seedfill and connected components, image transformations combining chan= ges " +"in\n" +"scale and pixel depth, and pixelwise masking, blending, enhancement, an= d\n" +"arithmetic ops." +msgstr "" + +#: gnu/packages/image.scm:242 +msgid "Decoder of the JBIG2 image compression format" +msgstr "" + +#: gnu/packages/image.scm:244 +msgid "" +"JBIG2 is designed for lossy or lossless encoding of 'bilevel'\n" +"(1-bit monochrome) images at moderately high resolution, and in\n" +"particular scanned paper documents. In this domain it is very\n" +"efficient, offering compression ratios on the order of 100:1.\n" +"\n" +"This is a decoder only implementation, and currently is in the alpha\n" +"stage, meaning it doesn't completely work yet. However, it is\n" +"maintaining parity with available encoders, so it is useful for real\n" +"work." +msgstr "" + +#: gnu/packages/image.scm:277 +msgid "JPEG 2000 codec" +msgstr "" + +#: gnu/packages/image.scm:279 +msgid "" +"The OpenJPEG library is a JPEG 2000 codec written in C. It has\n" +"been developed in order to promote the use of JPEG 2000, the new\n" +"still-image compression standard from the Joint Photographic Experts\n" +"Group (JPEG).\n" +"\n" +"In addition to the basic codec, various other features are under\n" +"development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats= ,\n" +"an indexing tool useful for the JPIP protocol, JPWL-tools for\n" +"error-resilience, a Java-viewer for j2k-images, ..." +msgstr "" + +#: gnu/packages/image.scm:356 +msgid "Tools and library for working with GIF images" +msgstr "" + +#: gnu/packages/image.scm:358 +msgid "" +"GIFLIB is a library for reading and writing GIF images. It is API and\= n" +"ABI compatible with libungif which was in wide use while the LZW " +"compression\n" +"algorithm was patented. Tools are also included to convert, manipulate= ,\n" +"compose, and analyze GIF images." +msgstr "" + +#: gnu/packages/image.scm:379 +msgid "GIF decompression library" +msgstr "" + +#: gnu/packages/image.scm:381 +msgid "libungif is the old GIF decompression library by the GIFLIB proje= ct." +msgstr "" + +#: gnu/packages/image.scm:410 +msgid "Loading, saving, rendering and manipulating image files" +msgstr "" + +#: gnu/packages/image.scm:412 +msgid "" +"Imlib2 is a library that does image file loading and saving as well as\= n" +"rendering, manipulation, arbitrary polygon support, etc.\n" +"\n" +"It does ALL of these operations FAST. Imlib2 also tries to be highly\n= " +"intelligent about doing them, so writing naive programs can be done eas= ily,\n" +"without sacrificing speed.\n" +"\n" +"This is a complete rewrite over the Imlib 1.x series. The architecture= is\n" +"more modular, simple, and flexible." +msgstr "" + +#: gnu/packages/image.scm:440 +msgid "Wrapper library for imlib2" +msgstr "" + +#: gnu/packages/image.scm:442 +msgid "" +"Giblib is a simple library which wraps imlib2's context API, avoiding\n= " +"all the context_get/set calls, adds fontstyles to the truetype renderer= and\n" +"supplies a generic doubly-linked list and some string functions." +msgstr "" + +#: gnu/packages/image.scm:481 +msgid "Library for handling popular graphics image formats" +msgstr "" + +#: gnu/packages/image.scm:483 +msgid "" +"FreeImage is a library for developers who would like to support popular= \n" +"graphics image formats like PNG, BMP, JPEG, TIFF and others." +msgstr "" + +#: gnu/packages/image.scm:522 +msgid "Computer vision library" +msgstr "" + +#: gnu/packages/image.scm:524 +msgid "" +"VIGRA stands for Vision with Generic Algorithms. It is an image\n" +"processing and analysis library that puts its main emphasis on customiz= able\n" +"algorithms and data structures. It is particularly strong for\n" +"multi-dimensional image processing." +msgstr "" + +#: gnu/packages/image.scm:555 +msgid "Lossless and lossy image compression" +msgstr "" + +#: gnu/packages/image.scm:557 +msgid "" +"WebP is a new image format that provides lossless and lossy compression= \n" +"for images. WebP lossless images are 26% smaller in size compared to\n= " +"PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG im= ages " +"at\n" +"equivalent SSIM index. WebP supports lossless transparency (also known= as\n" +"alpha channel) with just 22% additional bytes. Transparency is also " +"supported\n" +"with lossy compression and typically provides 3x smaller file sizes " +"compared\n" +"to PNG when lossy compression is acceptable for the red/green/blue colo= r\n" +"channels." +msgstr "" + +#: gnu/packages/image.scm:585 +msgid "Library for handling MNG files" +msgstr "" + +#: gnu/packages/image.scm:587 +msgid "Libmng is the MNG (Multiple-image Network Graphics) reference lib= rary." +msgstr "" + +#: gnu/packages/inkscape.scm:84 +msgid "Vector graphics editor" +msgstr "" + +#: gnu/packages/inkscape.scm:85 +msgid "" +"Inkscape is a vector graphics editor. What sets Inkscape\n" +"apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C " +"standard,\n" +"as the native format." +msgstr "" + +#: gnu/packages/jemalloc.scm:39 +msgid "General-purpose scalable concurrent malloc implementation" +msgstr "" + +#: gnu/packages/jemalloc.scm:41 +msgid "" +"This library providing a malloc(3) implementation that emphasizes\n" +"fragmentation avoidance and scalable concurrency support." +msgstr "" + +#: gnu/packages/key-mon.scm:65 +msgid "Show keyboard and mouse status" +msgstr "" + +#: gnu/packages/key-mon.scm:67 +msgid "" +"The key-mon utility displays the current keyboard and mouse status.\n" +"This is useful for teaching and screencasts." +msgstr "" + +#: gnu/packages/less.scm:41 +msgid "Paginator for terminals" +msgstr "" + +#: gnu/packages/less.scm:43 +msgid "" +"GNU less is a pager, a program that allows you to view large amounts\n" +"of text in page-sized chunks. Unlike traditional pagers, it allows bot= h\n" +"backwards and forwards movement through the document. It also does not= " +"have\n" +"to read the entire input file before starting, so it starts faster than= " +"most\n" +"text editors." +msgstr "" + +#: gnu/packages/lesstif.scm:47 gnu/packages/lesstif.scm:48 +msgid "Clone of the Motif toolkit for the X window system" +msgstr "" + +#: gnu/packages/linux.scm:139 +msgid "GNU Linux-Libre kernel headers" +msgstr "" + +#: gnu/packages/linux.scm:140 +msgid "Headers of the Linux-Libre kernel." +msgstr "" + +#: gnu/packages/linux.scm:171 +msgid "Tools for loading and managing Linux kernel modules" +msgstr "" + +#: gnu/packages/linux.scm:173 +msgid "" +"Tools for loading and managing Linux kernel modules, such as `modprobe'= ,\n" +"`insmod', `lsmod', and more." +msgstr "" + +#: gnu/packages/linux.scm:304 +msgid "100% free redistribution of a cleaned Linux kernel" +msgstr "" + +#: gnu/packages/linux.scm:306 +msgid "" +"GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.\= n" +"It has been modified to remove all non-free binary blobs." +msgstr "" + +#: gnu/packages/linux.scm:349 +msgid "Pluggable authentication modules for Linux" +msgstr "" + +#: gnu/packages/linux.scm:351 +msgid "" +"A *Free* project to implement OSF's RFC 86.0.\n" +"Pluggable authentication modules are small shared object files that can= \n" +"be used through the PAM API to perform tasks, like authenticating a use= r\n" +"at login. Local and dynamic reconfiguration are its key features" +msgstr "" + +#: gnu/packages/linux.scm:378 +msgid "Small utilities that use the proc filesystem" +msgstr "" + +#: gnu/packages/linux.scm:380 +msgid "" +"This PSmisc package is a set of some small useful utilities that\n" +"use the proc filesystem. We're not about changing the world, but\n" +"providing the system administrator with some help in common tasks." +msgstr "" + +#: gnu/packages/linux.scm:432 +msgid "Collection of utilities for the Linux kernel" +msgstr "" + +#: gnu/packages/linux.scm:434 +msgid "Util-linux is a random collection of utilities for the Linux kern= el." +msgstr "" + +#: gnu/packages/linux.scm:501 +msgid "Utilities that give information about processes" +msgstr "" + +#: gnu/packages/linux.scm:503 +msgid "" +"Procps is the package that has a bunch of small useful utilities\n" +"that give information about processes using the Linux /proc file system= .\n" +"The package includes the programs ps, top, vmstat, w, kill, free,\n" +"slabtop, and skill." +msgstr "" + +#: gnu/packages/linux.scm:528 +msgid "Tools for working with USB devices, such as lsusb" +msgstr "" + +#: gnu/packages/linux.scm:530 +msgid "Tools for working with USB devices, such as lsusb." +msgstr "" + +#: gnu/packages/linux.scm:602 +msgid "Creating and checking ext2/ext3/ext4 file systems" +msgstr "" + +#: gnu/packages/linux.scm:604 +msgid "" +"This package provides tools for manipulating ext2/ext3/ext4 file system= s." +msgstr "" + +#: gnu/packages/linux.scm:646 +msgid "Statically-linked fsck.* commands from e2fsprogs" +msgstr "" + +#: gnu/packages/linux.scm:648 +msgid "" +"This package provides statically-linked command of fsck.ext[234] taken\= n" +"from the e2fsprogs package. It is meant to be used in initrds." +msgstr "" + +#: gnu/packages/linux.scm:681 +msgid "Zero non-allocated regions in ext2/ext3/ext4 file systems" +msgstr "" + +#: gnu/packages/linux.scm:683 +msgid "" +"The zerofree command scans the free blocks in an ext2 file system and\n= " +"fills any non-zero blocks with zeroes. This is a useful way to make di= sk\n" +"images more compressible." +msgstr "" + +#: gnu/packages/linux.scm:702 +msgid "System call tracer for Linux" +msgstr "" + +#: gnu/packages/linux.scm:704 +msgid "" +"strace is a system call tracer, i.e. a debugging tool which prints out = a\n" +"trace of all the system calls made by a another process/program." +msgstr "" + +#: gnu/packages/linux.scm:725 +msgid "Library call tracer for Linux" +msgstr "" + +#: gnu/packages/linux.scm:727 +msgid "" +"ltrace intercepts and records dynamic library calls which are called by= \n" +"an executed process and the signals received by that process. It can a= lso\n" +"intercept and print the system calls executed by the program." +msgstr "" + +#: gnu/packages/linux.scm:747 +msgid "The Advanced Linux Sound Architecture libraries" +msgstr "" + +#: gnu/packages/linux.scm:749 gnu/packages/linux.scm:791 +msgid "" +"The Advanced Linux Sound Architecture (ALSA) provides audio and\n" +"MIDI functionality to the Linux-based operating system." +msgstr "" + +#: gnu/packages/linux.scm:789 +msgid "Utilities for the Advanced Linux Sound Architecture (ALSA)" +msgstr "" + +#: gnu/packages/linux.scm:816 +msgid "Program to configure the Linux IP packet filtering rules" +msgstr "" + +#: gnu/packages/linux.scm:818 +msgid "" +"iptables is the userspace command line program used to configure the\n" +"Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted " +"towards\n" +"system administrators. Since Network Address Translation is also " +"configured\n" +"from the packet filter ruleset, iptables is used for this, too. The " +"iptables\n" +"package also includes ip6tables. ip6tables is used for configuring the= " +"IPv6\n" +"packet filter." +msgstr "" + +#: gnu/packages/linux.scm:866 +msgid "Utilities for controlling TCP/IP networking and traffic in Linux" +msgstr "" + +#: gnu/packages/linux.scm:868 +msgid "" +"Iproute2 is a collection of utilities for controlling TCP/IP\n" +"networking and traffic with the Linux kernel.\n" +"\n" +"Most network configuration manuals still refer to ifconfig and route as= the\n" +"primary network configuration tools, but ifconfig is known to behave\n" +"inadequately in modern network environments. They should be deprecated= , " +"but\n" +"most distros still include them. Most network configuration systems ma= ke " +"use\n" +"of ifconfig and thus provide a limited feature set. The /etc/net proje= ct " +"aims\n" +"to support most modern network technologies, as it doesn't use ifconfig= and\n" +"allows a system administrator to make use of all iproute2 features, " +"including\n" +"traffic control.\n" +"\n" +"iproute2 is usually shipped in a package called iproute or iproute2 and= \n" +"consists of several tools, of which the most important are ip and tc. = ip\n" +"controls IPv4 and IPv6 configuration and tc stands for traffic control.= " +"Both\n" +"tools print detailed usage messages and are accompanied by a set of\n" +"manpages." +msgstr "" + +#: gnu/packages/linux.scm:976 +msgid "Tools for controlling the network subsystem in Linux" +msgstr "" + +#: gnu/packages/linux.scm:978 +msgid "" +"This package includes the important tools for controlling the network\n= " +"subsystem of the Linux kernel. This includes arp, hostname, ifconfig,\= n" +"netstat, rarp and route. Additionally, this package contains utilities= \n" +"relating to particular network hardware types (plipconfig, slattach) an= d\n" +"advanced aspects of IP configuration (iptunnel, ipmaddr)." +msgstr "" + +#: gnu/packages/linux.scm:1019 +msgid "Library for working with POSIX capabilities" +msgstr "" + +#: gnu/packages/linux.scm:1021 +msgid "" +"Libcap2 provides a programming interface to POSIX capabilities on\n" +"Linux-based operating systems." +msgstr "" + +#: gnu/packages/linux.scm:1064 +msgid "Manipulate Ethernet bridges" +msgstr "" + +#: gnu/packages/linux.scm:1066 +msgid "" +"Utilities for Linux's Ethernet bridging facilities. A bridge is a way\= n" +"to connect two Ethernet segments together in a protocol independent way= .\n" +"Packets are forwarded based on Ethernet address, rather than IP address= " +"(like\n" +"a router). Since forwarding is done at Layer 2, all protocols can go\n= " +"transparently through a bridge." +msgstr "" + +#: gnu/packages/linux.scm:1088 +msgid "NetLink protocol library suite" +msgstr "" + +#: gnu/packages/linux.scm:1090 +msgid "" +"The libnl suite is a collection of libraries providing APIs to netlink\= n" +"protocol based Linux kernel interfaces. Netlink is an IPC mechanism " +"primarly\n" +"between the kernel and user space processes. It was designed to be a m= ore\n" +"flexible successor to ioctl to provide mainly networking related kernel= \n" +"configuration and monitoring interfaces." +msgstr "" + +#: gnu/packages/linux.scm:1120 +msgid "Tool for configuring wireless devices" +msgstr "" + +#: gnu/packages/linux.scm:1122 +msgid "" +"iw is a new nl80211 based CLI configuration utility for wireless\n" +"devices. It replaces 'iwconfig', which is deprecated." +msgstr "" + +#: gnu/packages/linux.scm:1149 +msgid "Analyze power consumption on Intel-based laptops" +msgstr "" + +#: gnu/packages/linux.scm:1151 +msgid "" +"PowerTOP is a Linux tool to diagnose issues with power consumption and\= n" +"power management. In addition to being a diagnostic tool, PowerTOP als= o " +"has\n" +"an interactive mode where the user can experiment various power managem= ent\n" +"settings for cases where the operating system has not enabled these\n" +"settings." +msgstr "" + +#: gnu/packages/linux.scm:1173 +msgid "Audio mixer for X and the console" +msgstr "" + +#: gnu/packages/linux.scm:1175 +msgid "" +"Aumix adjusts an audio mixer from X, the console, a terminal,\n" +"the command line or a script." +msgstr "" + +#: gnu/packages/linux.scm:1199 +msgid "Displays the IO activity of running processes" +msgstr "" + +#: gnu/packages/linux.scm:1201 +msgid "" +"Iotop is a Python program with a top like user interface to show the\n" +"processes currently causing I/O." +msgstr "" + +#: gnu/packages/linux.scm:1253 +msgid "Support file systems implemented in user space" +msgstr "" + +#: gnu/packages/linux.scm:1255 +msgid "" +"As a consequence of its monolithic design, file system code for Linux\n= " +"normally goes into the kernel itself---which is not only a robustness " +"issue,\n" +"but also an impediment to system extensibility. FUSE, for \"file syste= ms " +"in\n" +"user space\", is a kernel module and user-space library that tries to " +"address\n" +"part of this problem by allowing users to run file system implementatio= ns " +"as\n" +"user-space processes." +msgstr "" + +#: gnu/packages/linux.scm:1280 +msgid "User-space union file system" +msgstr "" + +#: gnu/packages/linux.scm:1282 +msgid "" +"UnionFS-FUSE is a flexible union file system implementation in user\n" +"space, using the FUSE library. Mounting a union file system allows you= to\n" +"\"aggregate\" the contents of several directories into a single mount " +"point.\n" +"UnionFS-FUSE additionally supports copy-on-write." +msgstr "" + +#: gnu/packages/linux.scm:1307 msgid "User-space union file system (statically linked)" msgstr "" =20 -#: gnu/packages/linux.scm:1154 -msgid "Mount remote file systems over SSH" +#: gnu/packages/linux.scm:1349 +msgid "Mount remote file systems over SSH" +msgstr "" + +#: gnu/packages/linux.scm:1351 +msgid "" +"This is a file system client based on the SSH File Transfer Protocol.\n= " +"Since most SSH servers already support this protocol it is very easy to= set\n" +"up: on the server side there's nothing to do; on the client side mounti= ng " +"the\n" +"file system is as easy as logging into the server with an SSH client." +msgstr "" + +#: gnu/packages/linux.scm:1399 +msgid "Tools for non-uniform memory access (NUMA) machines" +msgstr "" + +#: gnu/packages/linux.scm:1401 +msgid "" +"NUMA stands for Non-Uniform Memory Access, in other words a system whos= e\n" +"memory is not all in one place. The numactl program allows you to run = your\n" +"application program on specific CPU's and memory nodes. It does this b= y\n" +"supplying a NUMA memory policy to the operating system before running y= our\n" +"program.\n" +"\n" +"The package contains other commands, such as numademo, numastat and mem= hog.\n" +"The numademo command provides a quick overview of NUMA performance on y= our\n" +"system." +msgstr "" + +#: gnu/packages/linux.scm:1464 +msgid "Linux keyboard utilities and keyboard maps" +msgstr "" + +#: gnu/packages/linux.scm:1466 +msgid "" +"This package contains keytable files and keyboard utilities compatible\= n" +"for systems using the Linux kernel. This includes commands such as\n" +"'loadkeys', 'setfont', 'kbdinfo', and 'chvt'." +msgstr "" + +#: gnu/packages/linux.scm:1485 +msgid "Monitor file accesses" +msgstr "" + +#: gnu/packages/linux.scm:1487 +msgid "" +"The inotify-tools packages provides a C library and command-line tools\= n" +"to use Linux' inotify mechanism, which allows file accesses to be monit= ored." +msgstr "" + +#: gnu/packages/linux.scm:1525 +msgid "Kernel module tools" +msgstr "" + +#: gnu/packages/linux.scm:1526 +msgid "" +"Kmod is a set of tools to handle common tasks with Linux\n" +"kernel modules like insert, remove, list, check properties, resolve\n" +"dependencies and aliases.\n" +"\n" +"These tools are designed on top of libkmod, a library that is shipped w= ith\n" +"kmod. The aim is to be compatible with tools, configurations and indic= es\n" +"from the module-init-tools project." +msgstr "" + +#: gnu/packages/linux.scm:1597 +msgid "Userspace device management" +msgstr "" + +#: gnu/packages/linux.scm:1598 +msgid "" +"Udev is a daemon which dynamically creates and removes\n" +"device nodes from /dev/, handles hotplug events and loads drivers at bo= ot\n" +"time." +msgstr "" + +#: gnu/packages/linux.scm:1658 +msgid "Logical volume management for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1660 +msgid "" +"LVM2 is the logical volume management tool set for Linux-based systems.= \n" +"This package includes the user-space libraries and tools, including the= " +"device\n" +"mapper. Kernel components are part of Linux-libre." +msgstr "" + +#: gnu/packages/linux.scm:1693 +msgid "Tools for manipulating Linux Wireless Extensions" +msgstr "" + +#: gnu/packages/linux.scm:1694 +msgid "" +"Wireless Tools are used to manipulate the now-deprecated\n" +"Linux Wireless Extensions; consider using 'iw' instead. The Wireless\n= " +"Extension was an interface allowing you to set Wireless LAN specific\n" +"parameters and get the specific stats. It is deprecated in favor the " +"nl80211\n" +"interface." +msgstr "" + +#: gnu/packages/linux.scm:1768 +msgid "Utilities to read temperature/voltage/fan sensors" +msgstr "" + +#: gnu/packages/linux.scm:1770 +msgid "" +"Lm-sensors is a hardware health monitoring package for Linux. It allow= s\n" +"you to access information from temperature, voltage, and fan speed sens= ors.\n" +"It works with most newer systems." +msgstr "" + +#: gnu/packages/linux.scm:1797 +msgid "I2C tools for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1799 +msgid "" +"The i2c-tools package contains a heterogeneous set of I2C tools for\n" +"Linux: a bus probing tool, a chip dumper, register-level SMBus access " +"helpers,\n" +"EEPROM decoding scripts, EEPROM programming tools, and a python module = for\n" +"SMBus access." +msgstr "" + +#: gnu/packages/linux.scm:1835 +msgid "Hardware health information viewer" +msgstr "" + +#: gnu/packages/linux.scm:1837 +msgid "" +"Xsensors reads data from the libsensors library regarding hardware\n" +"health such as temperature, voltage and fan speed and displays the " +"information\n" +"in a digital read-out." +msgstr "" + +#: gnu/packages/linux.scm:1885 +msgid "Linux profiling with performance counters" +msgstr "" + +#: gnu/packages/linux.scm:1887 +msgid "" +"perf is a tool suite for profiling using hardware performance counters,= \n" +"with support in the Linux kernel. perf can instrument CPU performance\= n" +"counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is " +"capable\n" +"of lightweight profiling. This package contains the user-land tools an= d in\n" +"particular the 'perf' command." +msgstr "" + +#: gnu/packages/linux.scm:1910 +msgid "Simple tool for creating Linux namespace containers" +msgstr "" + +#: gnu/packages/linux.scm:1911 +msgid "" +"pflask is a simple tool for creating Linux namespace\n" +"containers. It can be used for running a command or even booting an OS= " +"inside\n" +"an isolated container, created with the help of Linux namespaces. It i= s\n" +"similar in functionality to chroot, although pflask provides better " +"isolation\n" +"thanks to the use of namespaces." +msgstr "" + +#: gnu/packages/linux.scm:1938 +msgid "tune hard disk parameters for high performance" +msgstr "" + +#: gnu/packages/linux.scm:1940 +msgid "" +"Get/set device parameters for Linux SATA/IDE drives. It's primary use\= n" +"is for enabling irq-unmasking and IDE multiplemode." +msgstr "" + +#: gnu/packages/linux.scm:1957 +msgid "Daemon for delivering ACPI events to user-space programs" +msgstr "" + +#: gnu/packages/linux.scm:1959 +msgid "" +"acpid is designed to notify user-space programs of Advanced\n" +"Configuration and Power Interface (ACPI) events. acpid should be start= ed\n" +"during the system boot, and will run as a background process. When an = ACPI\n" +"event is received from the kernel, acpid will examine the list of rules= \n" +"specified in /etc/acpi/events and execute the rules that match the even= t." +msgstr "" + +#: gnu/packages/linux.scm:1981 +msgid "System utilities based on Linux sysfs" +msgstr "" + +#: gnu/packages/linux.scm:1983 +msgid "" +"These are a set of utilites built upon sysfs, a virtual filesystem in\n= " +"Linux kernel versions 2.5+ that exposes a system's device tree. The " +"package\n" +"also contains the libsysfs library." +msgstr "" + +#: gnu/packages/linux.scm:2019 +msgid "System utilities based on Linux sysfs (version 1.x)" +msgstr "" + +#: gnu/packages/linux.scm:2042 +msgid "Utilities to get and set CPU frequency on Linux" +msgstr "" + +#: gnu/packages/linux.scm:2044 +msgid "" +"The cpufrequtils suite contains utilities to retreive CPU frequency\n" +"information, and set the CPU frequency if supported, using the cpufreq\= n" +"capabilities of the Linux kernel." +msgstr "" + +#: gnu/packages/linux.scm:2063 +msgid "Interface library for the Linux IEEE1394 drivers" +msgstr "" + +#: gnu/packages/linux.scm:2065 +msgid "" +"Libraw1394 is the only supported interface to the kernel side raw1394 o= f\n" +"the Linux IEEE-1394 subsystem, which provides direct access to the " +"connected\n" +"1394 buses to user space. Through libraw1394/raw1394, applications can= " +"directly\n" +"send to and receive from other nodes without requiring a kernel driver = for " +"the\n" +"protocol in question." +msgstr "" + +#: gnu/packages/linux.scm:2089 +msgid "AV/C protocol library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2091 +msgid "" +"Libavc1394 is a programming interface to the AV/C specification from\n" +"the 1394 Trade Assocation. AV/C stands for Audio/Video Control." +msgstr "" + +#: gnu/packages/linux.scm:2113 +msgid "Isochronous streaming media library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2115 +msgid "" +"The libiec61883 library provides a higher level API for streaming DV,\n= " +"MPEG-2 and audio over Linux IEEE 1394." +msgstr "" + +#: gnu/packages/linux.scm:2154 +msgid "Tool for managing Linux Software RAID arrays" +msgstr "" + +#: gnu/packages/linux.scm:2156 +msgid "" +"mdadm is a tool for managing Linux Software RAID arrays. It can create= ,\n" +"assemble, report on, and monitor arrays. It can also move spares betwe= en " +"raid\n" +"arrays when needed." +msgstr "" + +#: gnu/packages/linux.scm:2183 +msgid "Linux-native asynchronous I/O access library" +msgstr "" + +#: gnu/packages/linux.scm:2185 +msgid "" +"This library enables userspace to use Linux kernel asynchronous I/O\n" +"system calls, important for the performance of databases and other adva= nced\n" +"applications." +msgstr "" + +#: gnu/packages/linux.scm:2221 +msgid "Linux Bluetooth protocol stack" +msgstr "" + +#: gnu/packages/linux.scm:2223 +msgid "" +"BlueZ provides support for the core Bluetooth layers and protocols. It= \n" +"is flexible, efficient and uses a modular implementation." +msgstr "" + +#: gnu/packages/lout.scm:109 +msgid "Document layout system" +msgstr "" + +#: gnu/packages/lout.scm:111 +msgid "" +"The Lout document formatting system reads a high-level description of\n= " +"a document similar in style to LaTeX and produces a PostScript or plain= " +"text\n" +"output file.\n" +"\n" +"Lout offers an unprecedented range of advanced features, including opti= mal\n" +"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" +"inclusion and generation, equation formatting, tables, diagrams, rotati= on " +"and\n" +"scaling, sorted indexes, bibliographic databases, running headers and\n= " +"odd-even pages, automatic cross referencing, multilingual documents " +"including\n" +"hyphenation (most European languages are supported), formatting of comp= uter\n" +"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" +"extended with definitions which are very much easier to write than trof= f of\n" +"TeX macros because Lout is a high-level, purely functional language, th= e\n" +"outcome of an eight-year research project that went back to the\n" +"beginning." +msgstr "" + +#: gnu/packages/messaging.scm:61 +msgid "Off-the-Record (OTR) Messaging Library and Toolkit" +msgstr "" + +#: gnu/packages/messaging.scm:63 +msgid "" +"OTR allows you to have private conversations over instant messaging by\= n" +"providing:\n" +"* Encryption: No one else can read your instant messages.\n" +"* Authentication: You are assured the correspondent is who you think it= is.\n" +"* Deniability: The messages you send do not have digital signatures tha= t " +"are\n" +" checkable by a third party. Anyone can forge messages after a " +"conversation\n" +" to make them look like they came from you. However, during a " +"conversation,\n" +" your correspondent is assured the messages he sees are authentic and\= n" +" unmodified.\n" +"* Perfect forward secrecy: If you lose control of your private keys, no= \n" +" previous conversation is compromised." +msgstr "" + +#: gnu/packages/messaging.scm:121 +msgid "IRC to instant messaging gateway" +msgstr "" + +#: gnu/packages/messaging.scm:122 +msgid "" +"BitlBee brings IM (instant messaging) to IRC clients, for\n" +"people who have an IRC client running all the time and don't want to ru= n an\n" +"additional IM client. BitlBee currently supports XMPP/Jabber (includin= g\n" +"Google Talk), MSN Messenger, Yahoo! Messenger, AIM and ICQ, and the " +"Twitter\n" +"microblogging network (plus all other Twitter API compatible services l= ike\n" +"identi.ca and status.net)." +msgstr "" + +#: gnu/packages/messaging.scm:155 +msgid "Graphical IRC Client" +msgstr "" + +#: gnu/packages/messaging.scm:157 +msgid "" +"HexChat lets you connect to multiple IRC networks at once. The main wi= ndow\n" +"shows the list of currently connected networks and their channels, the = " +"current\n" +"conversation and the list of users. It uses colors to differentiate " +"between\n" +"users and to highlight messages. It checks spelling using available\n" +"dictionaries. HexChat can be extended with multiple addons." +msgstr "" + +#: gnu/packages/messaging.scm:223 +msgid "Lightweight Internet Relay Chat server for small networks" +msgstr "" + +#: gnu/packages/messaging.scm:225 +msgid "" +"ngIRCd is a lightweight Internet Relay Chat server for small or private= \n" +"networks. It is easy to configure, can cope with dynamic IP addresses,= and\n" +"supports IPv6, SSL-protected connections as well as PAM for authenticat= ion." +msgstr "" + +#: gnu/packages/mpd.scm:63 +msgid "Music Player Daemon client library" +msgstr "" + +#: gnu/packages/mpd.scm:64 +msgid "" +"A stable, documented, asynchronous API library for\n" +"interfacing MPD in the C, C++ & Objective C languages." +msgstr "" + +#: gnu/packages/mpd.scm:124 +msgid "Music Player Daemon" +msgstr "" + +#: gnu/packages/mpd.scm:125 +msgid "" +"Music Player Daemon (MPD) is a flexible, powerful,\n" +"server-side application for playing music. Through plugins and librari= es " +"it\n" +"can play a variety of sound files while being controlled by its network= \n" +"protocol." +msgstr "" + +#: gnu/packages/mpd.scm:148 +msgid "Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:149 +msgid "" +"MPC is a minimalist command line interface to MPD, the music\n" +"player daemon." +msgstr "" + +#: gnu/packages/mpd.scm:172 +msgid "Curses Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:173 +msgid "" +"ncmpc is a fully featured MPD client, which runs in a\n" +"terminal using ncurses." +msgstr "" + +#: gnu/packages/mpd.scm:211 +msgid "Featureful ncurses based MPD client inspired by ncmpc" +msgstr "" + +#: gnu/packages/mpd.scm:212 +msgid "" +"Ncmpcpp is an mpd client with a UI very similar to ncmpc,\n" +"but it provides new useful features such as support for regular express= ions\n" +"for library searches, extended song format, items filtering, the abilit= y to\n" +"sort playlists, and a local filesystem browser." +msgstr "" + +#: gnu/packages/mpd.scm:235 +msgid "MPD client for track scrobbling" +msgstr "" + +#: gnu/packages/mpd.scm:236 +msgid "" +"mpdscribble is a Music Player Daemon client which submits\n" +"information about tracks being played to a scrobbler, such as Libre.FM.= " +msgstr "" + +#: gnu/packages/netpbm.scm:146 +msgid "Toolkit for manipulation of images" +msgstr "" + +#: gnu/packages/netpbm.scm:148 +msgid "" +"Netpbm is a toolkit for the manipulation of graphic images, including\n= " +"the conversion of images between a variety of different formats.\n" +"There are over 300 separate tools in the package including converters f= or\n" +"about 100 graphics formats." +msgstr "" + +#: gnu/packages/nettle.scm:50 +msgid "C library for low-level cryptographic functionality" +msgstr "" + +#: gnu/packages/nettle.scm:52 +msgid "" +"GNU Nettle is a low-level cryptographic library. It is designed to\n" +"fit in easily in almost any context. It can be easily included in\n" +"cryptographic toolkits for object-oriented languages or in applications= \n" +"themselves." +msgstr "" + +#: gnu/packages/networking.scm:49 +msgid "Teredo IPv6 tunneling software" +msgstr "" + +#: gnu/packages/networking.scm:51 +msgid "" +"Miredo is an implementation (client, relay, server) of the Teredo\n" +"specification, which provides IPv6 Internet connectivity to IPv6 enable= d " +"hosts\n" +"residing in IPv4-only networks, even when they are behind a NAT device.= " +msgstr "" + +#: gnu/packages/networking.scm:73 +msgid "Open bidirectional communication channels from the command line" +msgstr "" + +#: gnu/packages/networking.scm:75 +msgid "" +"socat is a relay for bidirectional data transfer between two independen= t\n" +"data channels---files, pipes, devices, sockets, etc. It can create\n" +"\"listening\" sockets, named pipes, and pseudo terminals.\n" +"\n" +"socat can be used, for instance, as TCP port forwarder, as a shell " +"interface\n" +"to UNIX sockets, IPv6 relay, for redirecting TCP oriented programs to a= " +"serial\n" +"line, to logically connect serial lines on different computers, or to\n= " +"establish a relatively secure environment (su and chroot) for running " +"client\n" +"or server shell scripts with network connections. " +msgstr "" + +#: gnu/packages/networking.scm:99 +msgid "Library for message-based applications" +msgstr "" + +#: gnu/packages/networking.scm:101 +msgid "" +"The 0MQ lightweight messaging kernel is a library which extends the\n" +"standard socket interfaces with features traditionally provided by " +"specialized\n" +"messaging middle-ware products. 0MQ sockets provide an abstraction of\= n" +"asynchronous message queues, multiple messaging patterns, message\n" +"filtering (subscriptions), seamless access to multiple transport protoc= ols " +"and\n" +"more." +msgstr "" + +#: gnu/packages/pdf.scm:100 +msgid "PDF rendering library" +msgstr "" + +#: gnu/packages/pdf.scm:102 +msgid "Poppler is a PDF rendering library based on the xpdf-3.0 code bas= e." +msgstr "" + +#: gnu/packages/pdf.scm:149 +msgid "Viewer for PDF files based on the Motif toolkit" +msgstr "" + +#: gnu/packages/pdf.scm:151 +msgid "Xpdf is a viewer for Portable Document Format (PDF) files" +msgstr "" + +#: gnu/packages/pdf.scm:181 +msgid "Comic book support for zathura (libarchive backend)" +msgstr "" + +#: gnu/packages/pdf.scm:182 +msgid "" +"The zathura-cb plugin adds comic book support to zathura\n" +"using libarchive." +msgstr "" + +#: gnu/packages/pdf.scm:212 +msgid "PS support for zathura (libspectre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:213 +msgid "" +"The zathura-ps plugin adds PS support to zathura\n" +"using libspectre." +msgstr "" + +#: gnu/packages/pdf.scm:244 +msgid "DjVu support for zathura (DjVuLibre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:245 +msgid "" +"The zathura-djvu plugin adds DjVu support to zathura\n" +"using the DjVuLibre library." +msgstr "" + +#: gnu/packages/pdf.scm:277 +msgid "PDF support for zathura (poppler backend)" +msgstr "" + +#: gnu/packages/pdf.scm:278 +msgid "" +"The zathura-pdf-poppler plugin adds PDF support to zathura\n" +"by using the poppler rendering engine." +msgstr "" + +#: gnu/packages/pdf.scm:316 +msgid "Lightweight keyboard-driven PDF viewer" +msgstr "" + +#: gnu/packages/pdf.scm:317 +msgid "" +"Zathura is a customizable document viewer. It provides a\n" +"minimalistic interface and an interface that mainly focuses on keyboard= \n" +"interaction." +msgstr "" + +#: gnu/packages/pdf.scm:356 +msgid "Tools to work with the PDF file format" +msgstr "" + +#: gnu/packages/pdf.scm:358 +msgid "" +"PoDoFo is a C++ library and set of command-line tools to work with the\= n" +"PDF file format. It can parse PDF files and load them into memory, and= " +"makes\n" +"it easy to modify them and write the changes to disk. It is primarily = " +"useful\n" +"for applications that wish to do lower level manipulation of PDF, such = as\n" +"extracting content or merging files." +msgstr "" + +#: gnu/packages/pdf.scm:419 +msgid "Lightweight PDF viewer and toolkit" +msgstr "" + +#: gnu/packages/pdf.scm:421 +msgid "" +"MuPDF is a C library that implements a PDF and XPS parsing and\n" +"rendering engine. It is used primarily to render pages into bitmaps,\n= " +"but also provides support for other operations such as searching and\n" +"listing the table of contents and hyperlinks.\n" +"\n" +"The library ships with a rudimentary X11 viewer, and a set of command\n= " +"line tools for batch rendering (pdfdraw), examining the file structure\= n" +"(pdfshow), and rewriting files (pdfclean)." +msgstr "" + +#: gnu/packages/pdf.scm:461 +msgid "Command-line tools and library for transforming PDF files" +msgstr "" + +#: gnu/packages/pdf.scm:463 +msgid "" +"QPDF is a command-line program that does structural, content-preserving= \n" +"transformations on PDF files. It could have been called something like= \n" +"pdf-to-pdf. It includes support for merging and splitting PDFs and to\= n" +"manipulate the list of pages in a PDF file. It is not a PDF viewer or = a\n" +"program capable of converting PDF into other formats." +msgstr "" + +#: gnu/packages/pdf.scm:493 +msgid "Notetaking using a stylus" +msgstr "" + +#: gnu/packages/pdf.scm:495 +msgid "" +"Xournal is an application for notetaking, sketching, keeping a journal\= n" +"using a stylus." +msgstr "" + +#: gnu/packages/pem.scm:41 +msgid "Personal expenses manager" +msgstr "" + +#: gnu/packages/pem.scm:43 +msgid "" +"GNU Pem is a simple tool for tracking personal income and\n" +"expenses. It operates from the command line and it stores its data\n" +"in a basic text format in your home directory. It can easily print\n" +"reports of your spending on different expenses via a basic search\n" +"feature." +msgstr "" + +#: gnu/packages/perl.scm:79 +msgid "Implementation of the Perl programming language" +msgstr "" + +#: gnu/packages/perl.scm:81 +msgid "" +"Perl 5 is a highly capable, feature-rich programming language with over= \n" +"24 years of development." +msgstr "" + +#: gnu/packages/perl.scm:100 +msgid "Module for merging hierarchies using the C3 algorithm" +msgstr "" + +#: gnu/packages/perl.scm:101 +msgid "" +"This module implements the C3 algorithm, which aims to\n" +"provide a sane method resolution order under multiple inheritance." +msgstr "" + +#: gnu/packages/perl.scm:119 +msgid "Compute differences between two files or lists" +msgstr "" + +#: gnu/packages/perl.scm:120 +msgid "" +"This is a module for computing the difference between two\n" +"files, two strings, or any other two lists of things. It uses an " +"intelligent\n" +"algorithm similar to (or identical to) the one used by the Unix \"diff\= "\n" +"program. It is guaranteed to find the *smallest possible* set of\n" +"differences." +msgstr "" + +#: gnu/packages/perl.scm:141 +msgid "Use shorter versions of class names" +msgstr "" + +#: gnu/packages/perl.scm:142 +msgid "" +"The alias module loads the class you specify and exports\n" +"into your namespace a subroutine that returns the class name. You can\= n" +"explicitly alias the class to another name or, if you prefer, you can d= o so\n" +"implicitly." +msgstr "" + +#: gnu/packages/perl.scm:164 +msgid "Configuration files and command line parsing" +msgstr "" + +#: gnu/packages/perl.scm:165 +msgid "" +"AppConfig is a bundle of Perl5 modules for reading\n" +"configuration files and parsing command line arguments." +msgstr "" + +#: gnu/packages/perl.scm:183 +msgid "Perl API to zip files" +msgstr "" + +#: gnu/packages/perl.scm:184 gnu/packages/zip.scm:159 +msgid "" +"The Archive::Zip module allows a Perl program to create,\n" +"manipulate, read, and write Zip archive files." +msgstr "" + +#: gnu/packages/perl.scm:203 gnu/packages/perl.scm:3880 +msgid "Establish an ISA relationship with base classes at compile time" +msgstr "" + +#: gnu/packages/perl.scm:204 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time. Unless you are usi= ng " +"the\n" +"fields pragma, consider this module discouraged in favor of the lighter= -" +"weight\n" +"parent." +msgstr "" + +#: gnu/packages/perl.scm:229 +msgid "Execute code after a scope finished compilation" +msgstr "" + +#: gnu/packages/perl.scm:230 +msgid "" +"This module allows you to execute code when perl finished\n" +"compiling the surrounding scope." +msgstr "" + +#: gnu/packages/perl.scm:248 +msgid "Benchmarking with statistical confidence" +msgstr "" + +#: gnu/packages/perl.scm:250 +msgid "" +"The Benchmark::Timer class allows you to time portions of code\n" +"conveniently, as well as benchmark code by allowing timings of repeated= \n" +"trials. It is perfect for when you need more precise information about= the\n" +"running time of portions of your code than the Benchmark module will gi= ve " +"you,\n" +"but don't want to go all out and profile your code." +msgstr "" + +#: gnu/packages/perl.scm:275 +msgid "Bit vector library" +msgstr "" + +#: gnu/packages/perl.scm:276 +msgid "" +"Bit::Vector is an efficient C library which allows you to\n" +"handle bit vectors, sets (of integers), \"big integer arithmetic\" and = " +"boolean\n" +"matrices, all of arbitrary sizes. The package also includes an\n" +"object-oriented Perl module for accessing the C library from Perl, and\= n" +"optionally features overloaded operators for maximum ease of use. The = C\n" +"library can nevertheless be used stand-alone, without Perl." +msgstr "" + +#: gnu/packages/perl.scm:298 +msgid "Boolean support for Perl" +msgstr "" + +#: gnu/packages/perl.scm:299 +msgid "" +"This module provides basic Boolean support, by defining two\n" +"special objects: true and false." +msgstr "" + +#: gnu/packages/perl.scm:320 +msgid "Cache interface for Perl" +msgstr "" + +#: gnu/packages/perl.scm:321 +msgid "" +"The Cache modules are designed to assist a developer in\n" +"persisting data for a specified period of time. Often these modules ar= e " +"used\n" +"in web applications to store data locally to save repeated and redundan= t\n" +"expensive calls to remote machines or databases. People have also been= " +"known\n" +"to use Cache::Cache for its straightforward interface in sharing data " +"between\n" +"runs of an application or invocations of a CGI-style script or simply a= s an\n" +"easy to use abstraction of the filesystem or shared memory." +msgstr "" + +#: gnu/packages/perl.scm:344 +msgid "Shared memory interprocess cache via mmap" +msgstr "" + +#: gnu/packages/perl.scm:345 +msgid "" +"A shared memory cache through an mmap'ed file. It's core is\n" +"written in C for performance. It uses fcntl locking to ensure multiple= \n" +"processes can safely access the cache at the same time. It uses a basi= c " +"LRU\n" +"algorithm to keep the most used entries in the cache." +msgstr "" + +#: gnu/packages/perl.scm:366 +msgid "Capture STDOUT and STDERR from Perl, XS or external programs" +msgstr "" + +#: gnu/packages/perl.scm:368 +msgid "" +"Capture::Tiny provides a simple, portable way to capture almost anythin= g\n" +"sent to STDOUT or STDERR, regardless of whether it comes from Perl, fro= m XS\n" +"code or from an external program. Optionally, output can be teed so th= at " +"it\n" +"is captured while being passed through to the original file handles." +msgstr "" + +#: gnu/packages/perl.scm:388 +msgid "Executable comments for Perl" +msgstr "" + +#: gnu/packages/perl.scm:389 +msgid "" +"Carp::Assert is intended for a purpose like the ANSI C\n" +"library assert.h." +msgstr "" + +#: gnu/packages/perl.scm:411 +msgid "Convenience wrappers around Carp::Assert" +msgstr "" + +#: gnu/packages/perl.scm:412 +msgid "" +"Carp::Assert::More is a set of handy assertion functions for\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:432 +msgid "Report errors from a \"clan\" of modules" +msgstr "" + +#: gnu/packages/perl.scm:433 +msgid "" +"This module allows errors from a clan (or family) of modules\n" +"to appear to originate from the caller of the clan. This is necessary = in\n" +"cases where the clan modules are not classes derived from each other, a= nd " +"thus\n" +"the Carp.pm module doesn't help." +msgstr "" + +#: gnu/packages/perl.scm:457 +msgid "Automated accessor generation" +msgstr "" + +#: gnu/packages/perl.scm:458 +msgid "" +"This module automagically generates accessors/mutators for\n" +"your class." +msgstr "" + +#: gnu/packages/perl.scm:478 +msgid "Faster, but less expandable, chained accessors" +msgstr "" + +#: gnu/packages/perl.scm:479 +msgid "" +"A chained accessor is one that always returns the object\n" +"when called with parameters (to set), and the value of the field when " +"called\n" +"with no arguments. This module subclasses Class::Accessor in order to = " +"provide\n" +"the same mk_accessors interface." +msgstr "" + +#: gnu/packages/perl.scm:505 +msgid "Build groups of accessors" +msgstr "" + +#: gnu/packages/perl.scm:506 +msgid "" +"This class lets you build groups of accessors that will call\n" +"different getters and setters." +msgstr "" + +#: gnu/packages/perl.scm:526 +msgid "Pragma to use the C3 method resolution order algorithm" +msgstr "" + +#: gnu/packages/perl.scm:527 +msgid "" +"This is pragma to change Perl 5's standard method resolution\n" +"order from depth-first left-to-right (a.k.a - pre-order) to the more\n" +"sophisticated C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:551 +msgid "Drop-in replacement for NEXT" +msgstr "" + +#: gnu/packages/perl.scm:552 +msgid "" +"This module is intended as a drop-in replacement for NEXT,\n" +"supporting the same interface, but using Class::C3 to do the hard work.= " +msgstr "" + +#: gnu/packages/perl.scm:576 +msgid "Load mix-ins or components to your C3-based class" +msgstr "" + +#: gnu/packages/perl.scm:577 +msgid "" +"This module will inject base classes to your module using\n" +"the Class::C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:595 +msgid "Inheritable, overridable class data" +msgstr "" + +#: gnu/packages/perl.scm:596 +msgid "" +"Class::Data::Inheritable is for creating accessor/mutators\n" +"to class data. That is, if you want to store something about your clas= s as " +"a\n" +"whole (instead of about a single object). This data is then inherited = by " +"your\n" +"subclasses and can be overriden." +msgstr "" + +#: gnu/packages/perl.scm:617 +msgid "Class for easy date and time manipulation" +msgstr "" + +#: gnu/packages/perl.scm:618 +msgid "" +"This module provides a general-purpose date and datetime\n" +"type for perl." +msgstr "" + +#: gnu/packages/perl.scm:636 +msgid "Utility methods for factory classes" +msgstr "" + +#: gnu/packages/perl.scm:637 +msgid "This module exports methods useful for factory classes." +msgstr "" + +#: gnu/packages/perl.scm:654 +msgid "Get information about a class and its structure" +msgstr "" + +#: gnu/packages/perl.scm:655 +msgid "" +"Class::Inspector allows you to get information about a\n" +"loaded class." +msgstr "" + +#: gnu/packages/perl.scm:683 +msgid "Working (require \"Class::Name\") and more" +msgstr "" + +#: gnu/packages/perl.scm:684 +msgid "" +"\"require EXPR\" only accepts Class/Name.pm style module\n" +"names, not Class::Name. For that, this module provides \"load_class\n" +"'Class::Name'\"." +msgstr "" + +#: gnu/packages/perl.scm:707 +msgid "XS implementation of parts of Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:708 +msgid "" +"This module provides an XS implementation for portions of\n" +"Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:727 +msgid "Create generic methods for OO Perl" +msgstr "" + +#: gnu/packages/perl.scm:728 +msgid "" +"This module solves the problem of having to continually\n" +"write accessor methods for your objects that perform standard tasks." +msgstr "" + +#: gnu/packages/perl.scm:749 +msgid "Moose-like method modifiers" +msgstr "" + +#: gnu/packages/perl.scm:750 +msgid "" +"Class::Method::Modifiers provides three modifiers: before,\n" +"around, and after. before and after are run just before and after the = " +"method\n" +"they modify, but can not really affect that original method. around is= run " +"in\n" +"place of the original method, with a hook to easily call that original\= n" +"method." +msgstr "" + +#: gnu/packages/perl.scm:771 +msgid "Implementation of a singleton class for Perl" +msgstr "" + +#: gnu/packages/perl.scm:772 +msgid "" +"This module implements a Singleton class from which other\n" +"classes can be derived. By itself, the Class::Singleton module does ver= y\n" +"little other than manage the instantiation of a single object." +msgstr "" + +#: gnu/packages/perl.scm:791 +msgid "Minimalist class construction" +msgstr "" + +#: gnu/packages/perl.scm:792 +msgid "" +"This module offers a minimalist class construction kit. It\n" +"uses no non-core modules for any recent Perl." +msgstr "" + +#: gnu/packages/perl.scm:812 +msgid "Unload a class" +msgstr "" + +#: gnu/packages/perl.scm:813 +msgid "" +"Class:Unload unloads a given class by clearing out its\n" +"symbol table and removing it from %INC." +msgstr "" + +#: gnu/packages/perl.scm:831 +msgid "Generate fast XS accessors without runtime compilation" +msgstr "" + +#: gnu/packages/perl.scm:832 +msgid "" +"Class::XSAccessor implements fast read, write, and\n" +"read/write accessors in XS. Additionally, it can provide predicates su= ch " +"as\n" +"\"has_foo()\" for testing whether the attribute \"foo\" is defined in t= he\n" +"object. It only works with objects that are implemented as ordinary " +"hashes.\n" +"Class::XSAccessor::Array implements the same interface for objects that= use\n" +"arrays for their internal representation." +msgstr "" + +#: gnu/packages/perl.scm:852 +msgid "Recursively copy Perl datatypes" +msgstr "" + +#: gnu/packages/perl.scm:854 +msgid "" +"This module provides a clone() method which makes recursive copies of\n= " +"nested hash, array, scalar and reference types, including tied variable= s " +"and\n" +"objects." +msgstr "" + +#: gnu/packages/perl.scm:875 +msgid "Sane defaults for Perl programs" +msgstr "" + +#: gnu/packages/perl.scm:876 +msgid "" +"This module implements some sane defaults for Perl programs,\n" +"as defined by two typical specimens of Perl coders." +msgstr "" + +#: gnu/packages/perl.scm:894 +msgid "Load configuration from different file formats" +msgstr "" + +#: gnu/packages/perl.scm:895 +msgid "" +"Config::Any provides a facility for Perl applications and\n" +"libraries to load configuration data from multiple different file forma= ts. " +"It\n" +"supports XML, YAML, JSON, Apache-style configuration, and Perl code." +msgstr "" + +#: gnu/packages/perl.scm:916 +msgid "Module to implement some AutoConf macros in Perl" +msgstr "" + +#: gnu/packages/perl.scm:917 +msgid "" +"Config::AutoConf is intended to provide the same\n" +"opportunities to Perl developers as GNU Autoconf does for Shell develop= ers." +msgstr "" + +#: gnu/packages/perl.scm:935 +msgid "Generic Config Module" +msgstr "" + +#: gnu/packages/perl.scm:936 +msgid "" +"This module opens a config file and parses its contents for\n" +"you. The format of config files supported by Config::General is inspir= ed " +"by\n" +"the well known Apache config format and is 100% compatible with Apache\= n" +"configs, but you can also just use simple name/value pairs in your conf= ig\n" +"files. In addition to the capabilities of an Apache config file it " +"supports\n" +"some enhancements such as here-documents, C-style comments, and multili= ne\n" +"options." +msgstr "" + +#: gnu/packages/perl.scm:962 +msgid "Preserve context during subroutine call" +msgstr "" + +#: gnu/packages/perl.scm:963 +msgid "" +"This module runs code after a subroutine call, preserving\n" +"the context the subroutine would have seen if it were the last statemen= t in\n" +"the caller." +msgstr "" + +#: gnu/packages/perl.scm:984 +msgid "Verify requirements in a CPAN::Meta object" +msgstr "" + +#: gnu/packages/perl.scm:985 +msgid "" +"This module verifies if requirements described in a\n" +"CPAN::Meta object are present." +msgstr "" + +#: gnu/packages/perl.scm:1005 +msgid "JSON::XS for Cpanel" +msgstr "" + +#: gnu/packages/perl.scm:1006 gnu/packages/perl.scm:2683 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa." +msgstr "" + +#: gnu/packages/perl.scm:1024 +msgid "Random password generator" +msgstr "" + +#: gnu/packages/perl.scm:1025 +msgid "" +"Crypt::RandPasswd provides three functions that can be used\n" +"to generate random passwords, constructed from words, letters, or " +"characters.\n" +"This code is a Perl implementation of the Automated Password Generator\= n" +"standard, like the program described in \"A Random Word Generator For\n= " +"Pronounceable Passwords\". This code is a re-engineering of the program= \n" +"contained in Appendix A of FIPS Publication 181, \"Standard for Automat= ed\n" +"Password Generator\"." +msgstr "" + +#: gnu/packages/perl.scm:1048 +msgid "Pretty printing of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1049 +msgid "" +"This module provide functions that takes a list of values as\n" +"their argument and produces a string as its result. The string contain= s " +"Perl\n" +"code that, when \"eval\"ed, produces a deep copy of the original argume= nts." +msgstr "" + +#: gnu/packages/perl.scm:1068 +msgid "Concise data dumper" +msgstr "" + +#: gnu/packages/perl.scm:1069 +msgid "" +"Data::Dumper::Concise provides a dumper with Less\n" +"indentation and newlines plus sub deparsing." +msgstr "" + +#: gnu/packages/perl.scm:1091 +msgid "Parse and validate simple name/value option pairs" +msgstr "" + +#: gnu/packages/perl.scm:1093 +msgid "Data::OptList provides a simple syntax for name/value option pair= s." +msgstr "" + +#: gnu/packages/perl.scm:1114 +msgid "Help when paging through sets of results" +msgstr "" + +#: gnu/packages/perl.scm:1115 +msgid "" +"When searching through large amounts of data, it is often\n" +"the case that a result set is returned that is larger than we want to " +"display\n" +"on one page. This results in wanting to page through various pages of = " +"data.\n" +"The maths behind this is unfortunately fiddly, hence this module." +msgstr "" + +#: gnu/packages/perl.scm:1137 +msgid "Structured tags datastructures" +msgstr "" + +#: gnu/packages/perl.scm:1139 +msgid "" +"This module is for manipulating data as hierarchical tag/value\n" +"pairs (Structured TAGs or Simple Tree AGgreggates). These datastructur= es " +"can\n" +"be represented as nested arrays, which have the advantage of being nati= ve " +"to\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:1166 +msgid "N at a time iteration API" +msgstr "" + +#: gnu/packages/perl.scm:1167 +msgid "" +"This module tries to find middle ground between one at a\n" +"time and all at once processing of data sets. The purpose of this modu= le " +"is\n" +"to avoid the overhead of implementing an iterative api when this isn't\= n" +"necessary, without breaking forward compatibility in case that becomes\= n" +"necessary later on." +msgstr "" + +#: gnu/packages/perl.scm:1192 +msgid "Dynamic generation of nested combinations of variants" +msgstr "" + +#: gnu/packages/perl.scm:1193 +msgid "" +"Data::Tumbler - Dynamic generation of nested combinations of\n" +"variants" +msgstr "" + +#: gnu/packages/perl.scm:1219 +msgid "Visitor style traversal of Perl data structures" +msgstr "" + +#: gnu/packages/perl.scm:1220 +msgid "" +"This module is a simple visitor implementation for Perl\n" +"values. It has a main dispatcher method, visit, which takes a single p= erl\n" +"value and then calls the methods appropriate for that value. It can\n" +"recursively map (cloning as necessary) or just traverse most structures= , " +"with\n" +"support for per-object behavior, circular structures, visiting tied\n" +"structures, and all ref types (hashes, arrays, scalars, code, globs)." +msgstr "" + +#: gnu/packages/perl.scm:1245 +msgid "Gregorian calendar date calculations" +msgstr "" + +#: gnu/packages/perl.scm:1246 +msgid "" +"This package consists of a Perl module for date calculations\n" +"based on the Gregorian calendar, thereby complying with all relevant no= rms " +"and\n" +"standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (whe= re\n" +"applicable)." +msgstr "" + +#: gnu/packages/perl.scm:1270 +msgid "XS wrapper for Date::Calc" +msgstr "" + +#: gnu/packages/perl.scm:1271 +msgid "" +"Date::Calc::XS is an XS wrapper and C library plug-in for\n" +"Date::Calc." +msgstr "" + +#: gnu/packages/perl.scm:1297 +msgid "Date and time object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1298 +msgid "" +"DateTime is a class for the representation of date/time\n" +"combinations. It represents the Gregorian calendar, extended backwards= in\n" +"time before its creation (in 1582)." +msgstr "" + +#: gnu/packages/perl.scm:1321 +msgid "DateTime set objects" +msgstr "" + +#: gnu/packages/perl.scm:1322 +msgid "" +"The DateTime::Set module provides a date/time sets\n" +"implementation. It allows, for example, the generation of groups of da= tes,\n" +"like \"every wednesday\", and then find all the dates matching that " +"pattern,\n" +"within a time range." +msgstr "" + +#: gnu/packages/perl.scm:1345 +msgid "DateTime rfc2445 recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1346 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for RFC 2445 style recurrences." +msgstr "" + +#: gnu/packages/perl.scm:1367 +msgid "DateTime::Set extension for basic recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1368 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for various recurrences, such as \"once a = month" +"\"\n" +"or \"every day\". You can also create more complicated recurrences, su= ch " +"as\n" +"\"every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM\"." +msgstr "" + +#: gnu/packages/perl.scm:1393 +msgid "Create DateTime parser classes and objects." +msgstr "" + +#: gnu/packages/perl.scm:1394 +msgid "" +"DateTime::Format::Builder creates DateTime parsers. Many\n" +"string formats of dates and times are simple and just require a basic " +"regular\n" +"expression to extract the relevant information. Builder provides a sim= ple " +"way\n" +"to do this without writing reams of structural code." +msgstr "" + +#: gnu/packages/perl.scm:1420 +msgid "Parse data/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1421 +msgid "" +"DateTime::Format::Flexible attempts to take any string you\n" +"give it and parse it into a DateTime object." +msgstr "" + +#: gnu/packages/perl.scm:1445 +msgid "Parse and format iCal datetime and duration strings" +msgstr "" + +#: gnu/packages/perl.scm:1446 +msgid "" +"This module understands the ICal date/time and duration\n" +"formats, as defined in RFC 2445. It can be used to parse these formats= in\n" +"order to create the appropriate objects." +msgstr "" + +#: gnu/packages/perl.scm:1477 +msgid "Machine-readable date/time with natural parsing" +msgstr "" + +#: gnu/packages/perl.scm:1478 +msgid "" +"DateTime::Format::Natural takes a string with a human\n" +"readable date/time and creates a machine readable one by applying natur= al\n" +"parsing logic." +msgstr "" + +#: gnu/packages/perl.scm:1502 +msgid "Parse and format strp and strf time patterns" +msgstr "" + +#: gnu/packages/perl.scm:1503 +msgid "" +"This module implements most of `strptime(3)`, the POSIX\n" +"function that is the reverse of `strftime(3)`, for `DateTime`. While\n= " +"`strftime` takes a `DateTime` and a pattern and returns a string, " +"`strptime`\n" +"takes a string and a pattern and returns the `DateTime` object associat= ed." +msgstr "" + +#: gnu/packages/perl.scm:1526 +msgid "Localization support for DateTime.pm" +msgstr "" + +#: gnu/packages/perl.scm:1527 +msgid "" +"The DateTime::Locale modules provide localization data for\n" +"the DateTime.pm class." +msgstr "" + +#: gnu/packages/perl.scm:1554 +msgid "Time zone object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1555 +msgid "" +"This class is the base class for all time zone objects. A\n" +"time zone is represented internally as a set of observances, each of wh= ich\n" +"describes the offset from GMT for a given time period. Note that witho= ut " +"the\n" +"DateTime module, this module does not do much. It's primary interface = is\n" +"through a DateTime object, and most users will not need to directly use= \n" +"DateTime::TimeZone methods." +msgstr "" + +#: gnu/packages/perl.scm:1585 +msgid "Parse date/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1586 +msgid "" +"DateTimeX::Easy uses a variety of DateTime::Format packages\n" +"to create DateTime objects, with some custom tweaks to smooth out the r= ough\n" +"edges (mainly concerning timezone detection and selection)." +msgstr "" + +#: gnu/packages/perl.scm:1607 +msgid "Meatier version of caller" +msgstr "" + +#: gnu/packages/perl.scm:1608 +msgid "Devel::Caller provides meatier version of caller." +msgstr "" + +#: gnu/packages/perl.scm:1625 +msgid "Check that a command is available" +msgstr "" + +#: gnu/packages/perl.scm:1626 +msgid "" +"Devel::CheckBin is a perl module that checks whether a\n" +"particular command is available." +msgstr "" + +#: gnu/packages/perl.scm:1646 +msgid "Provides equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older p= erls" +msgstr "" + +#: gnu/packages/perl.scm:1647 +msgid "" +"Devel::GlobalDestruction provides a function returning the\n" +"equivalent of \"${^GLOBAL_PHASE} eq 'DESTRUCT'\" for older perls." +msgstr "" + +#: gnu/packages/perl.scm:1667 +msgid "Alias lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:1668 +msgid "" +"Devel::LexAlias provides the ability to alias a lexical\n" +"variable in a subroutines scope to one of your choosing." +msgstr "" + +#: gnu/packages/perl.scm:1690 +msgid "Introspect overloaded operators" +msgstr "" + +#: gnu/packages/perl.scm:1691 +msgid "" +"Devel::OverloadInfo returns information about overloaded\n" +"operators for a given class (or object), including where in the inherit= ance\n" +"hierarchy the overloads are declared and where the code implementing it= is." +msgstr "" + +#: gnu/packages/perl.scm:1718 +msgid "Partial dumping of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1719 +msgid "" +"This module is a data dumper optimized for logging of\n" +"arbitrary parameters." +msgstr "" + +#: gnu/packages/perl.scm:1737 +msgid "Object representing a stack trace" +msgstr "" + +#: gnu/packages/perl.scm:1738 +msgid "" +"The Devel::StackTrace module contains two classes,\n" +"Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsul= ate " +"the\n" +"information that can be retrieved via Perl's caller() function, as well= as\n" +"providing a simple interface to this data." +msgstr "" + +#: gnu/packages/perl.scm:1760 +msgid "Displays stack trace in HTML" +msgstr "" + +#: gnu/packages/perl.scm:1761 +msgid "" +"Devel::StackTrace::AsHTML adds as_html method to\n" +"Devel::StackTrace which displays the stack trace in beautiful HTML, wit= h " +"code\n" +"snippet context and function parameters. If you call it on an instance= of\n" +"Devel::StackTrace::WithLexicals, you even get to see the lexical variab= les " +"of\n" +"each stack frame." +msgstr "" + +#: gnu/packages/perl.scm:1782 +msgid "Dump symbol names or the symbol table" +msgstr "" + +#: gnu/packages/perl.scm:1783 +msgid "Devel::Symdump provides access to the perl symbol table." +msgstr "" + +#: gnu/packages/perl.scm:1800 +msgid "Keyed-Hashing for Message Authentication" +msgstr "" + +#: gnu/packages/perl.scm:1801 +msgid "" +"The Digest::HMAC module follows the common Digest::\n" +"interface for the RFC 2104 HMAC mechanism." +msgstr "" + +#: gnu/packages/perl.scm:1817 +msgid "Perl implementation of the SHA-1 message digest algorithm" +msgstr "" + +#: gnu/packages/perl.scm:1819 +msgid "" +"This package provides 'Digest::SHA1', an implementation of the NIST\n" +"SHA-1 message digest algorithm for use by Perl programs." +msgstr "" + +#: gnu/packages/perl.scm:1841 +msgid "Declare version conflicts for your dist" +msgstr "" + +#: gnu/packages/perl.scm:1842 +msgid "" +"This module allows you to specify conflicting versions of\n" +"modules separately and deal with them after the module is done installi= ng." +msgstr "" + +#: gnu/packages/perl.scm:1859 +msgid "OO-ish Error/Exception handling for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1860 +msgid "" +"The Error package provides two interfaces. Firstly Error\n" +"provides a procedural interface to exception handling. Secondly Error i= s a\n" +"base class for errors/exceptions that can either be thrown, for subsequ= ent\n" +"catch, or can simply be recorded." +msgstr "" + +#: gnu/packages/perl.scm:1885 +msgid "Safely and cleanly create closures via string eval" +msgstr "" + +#: gnu/packages/perl.scm:1886 +msgid "" +"String eval is often used for dynamic code generation. For\n" +"instance, Moose uses it heavily, to generate inlined versions of access= ors " +"and\n" +"constructors, which speeds code up at runtime by a significant amount. = " +"String\n" +"eval is not without its issues however - it's difficult to control the = " +"scope\n" +"it's used in (which determines which variables are in scope inside the = " +"eval),\n" +"and it's easy to miss compilation errors, since eval catches them and " +"sticks\n" +"them in $@ instead. This module attempts to solve these problems. It\= n" +"provides an eval_closure function, which evals a string in a clean\n" +"environment, other than a fixed list of specified variables. Compilati= on\n" +"errors are rethrown automatically." +msgstr "" + +#: gnu/packages/perl.scm:1915 +msgid "Allows you to declare real exception classes in Perl" +msgstr "" + +#: gnu/packages/perl.scm:1916 +msgid "" +"Exception::Class allows you to declare exception hierarchies\n" +"in your modules in a \"Java-esque\" manner." +msgstr "" + +#: gnu/packages/perl.scm:1932 +msgid "Lightweight exporting of functions and variables" +msgstr "" + +#: gnu/packages/perl.scm:1934 +msgid "" +"Exporter::Lite is an alternative to Exporter, intended to provide a\n" +"lightweight subset of the most commonly-used functionality. It support= s\n" +"import(), @EXPORT and @EXPORT_OK and not a whole lot else." +msgstr "" + +#: gnu/packages/perl.scm:1955 +msgid "Exporter with the features of Sub::Exporter but only core depende= ncies" +msgstr "" + +#: gnu/packages/perl.scm:1956 +msgid "" +"Exporter::Tiny supports many of Sub::Exporter's\n" +"external-facing features including renaming imported functions with the= `-" +"as`,\n" +"`-prefix` and `-suffix` options; explicit destinations with the `into` = " +"option;\n" +"and alternative installers with the `installler` option. But it's writ= ten " +"in\n" +"only about 40% as many lines of code and with zero non-core dependencie= s." +msgstr "" + +#: gnu/packages/perl.scm:1979 +msgid "Build.PL install path logic made easy" +msgstr "" + +#: gnu/packages/perl.scm:1980 +msgid "" +"This module tries to make install path resolution as easy as\n" +"possible." +msgstr "" + +#: gnu/packages/perl.scm:1998 +msgid "Wrapper for perl's configuration" +msgstr "" + +#: gnu/packages/perl.scm:1999 +msgid "" +"ExtUtils::Config is an abstraction around the %Config hash.\n" +"By itself it is not a particularly interesting module by any measure, " +"however\n" +"it ties together a family of modern toolchain modules." +msgstr "" + +#: gnu/packages/perl.scm:2018 +msgid "Various portability utilities for module builders" +msgstr "" + +#: gnu/packages/perl.scm:2019 +msgid "" +"This module provides various portable helper functions for\n" +"module building modules." +msgstr "" + +#: gnu/packages/perl.scm:2047 +msgid "Watch for changes to files" +msgstr "" + +#: gnu/packages/perl.scm:2048 +msgid "" +"This module provides a class to monitor a directory for\n" +"changes made to any file." +msgstr "" + +#: gnu/packages/perl.scm:2066 +msgid "Recursively copy files and directories" +msgstr "" + +#: gnu/packages/perl.scm:2067 +msgid "" +"This module has 3 functions: one to copy files only, one to\n" +"copy directories only, and one to do either depending on the argument's= \n" +"type." +msgstr "" + +#: gnu/packages/perl.scm:2089 +msgid "Alternative interface to File::Find" +msgstr "" + +#: gnu/packages/perl.scm:2090 +msgid "" +"File::Find::Rule is a friendlier interface to File::Find.\n" +"It allows you to build rules which specify the desired files and\n" +"directories." +msgstr "" + +#: gnu/packages/perl.scm:2113 +msgid "Common rules for searching for Perl things" +msgstr "" + +#: gnu/packages/perl.scm:2114 +msgid "" +"File::Find::Rule::Perl provides methods for finding various\n" +"types Perl-related files, or replicating search queries run on a " +"distribution\n" +"in various parts of the CPAN ecosystem." +msgstr "" + +#: gnu/packages/perl.scm:2137 +msgid "Find your home and other directories on any platform" +msgstr "" + +#: gnu/packages/perl.scm:2138 +msgid "" +"File::HomeDir is a module for locating the directories that\n" +"are \"owned\" by a user (typicaly your user) and to solve the various " +"issues\n" +"that arise trying to find them consistently across a wide variety of\n" +"platforms." +msgstr "" + +#: gnu/packages/perl.scm:2165 +msgid "" +"Perl extension for crawling directory trees and compiling\n" +"lists of files" +msgstr "" + +#: gnu/packages/perl.scm:2168 +msgid "" +"The File::List module crawls the directory tree starting at the\n" +"provided base directory and can return files (and/or directories if " +"desired)\n" +"matching a regular expression." +msgstr "" + +#: gnu/packages/perl.scm:2187 +msgid "Remove files and directories in Perl" +msgstr "" + +#: gnu/packages/perl.scm:2188 +msgid "" +"File::Remove::remove removes files and directories. It acts\n" +"like /bin/rm, for the most part. Although \"unlink\" can be given a li= st " +"of\n" +"files, it will not remove directories; this module remedies that. It a= lso\n" +"accepts wildcards, * and ?, as arguments for filenames." +msgstr "" + +#: gnu/packages/perl.scm:2212 +msgid "Locate per-dist and per-module shared files" +msgstr "" + +#: gnu/packages/perl.scm:2213 +msgid "" +"The intent of File::ShareDir is to provide a companion to\n" +"Class::Inspector and File::HomeDir. Quite often you want or need your = Perl\n" +"module to have access to a large amount of read-only data that is store= d on\n" +"the file-system at run-time. Once the files have been installed to the= \n" +"correct directory, you can use File::ShareDir to find your files again = " +"after\n" +"the installation." +msgstr "" + +#: gnu/packages/perl.scm:2235 +msgid "Install shared files" +msgstr "" + +#: gnu/packages/perl.scm:2236 +msgid "" +"File::ShareDir::Install allows you to install read-only data\n" +"files from a distribution. It is a companion module to File::ShareDir,= " +"which\n" +"allows you to locate these files after installation." +msgstr "" + +#: gnu/packages/perl.scm:2255 +msgid "Reading/Writing/Modifying of complete files" +msgstr "" + +#: gnu/packages/perl.scm:2256 +msgid "" +"File::Slurp provides subroutines to read or write entire\n" +"files with a simple call. It also has a subroutine for reading the lis= t of\n" +"filenames in a directory." +msgstr "" + +#: gnu/packages/perl.scm:2277 +msgid "Return name and handle of a temporary file safely" +msgstr "" + +#: gnu/packages/perl.scm:2278 +msgid "" +"File::Temp can be used to create and open temporary files in\n" +"a safe way." +msgstr "" + +#: gnu/packages/perl.scm:2295 +msgid "Portable implementation of the `which' utility" +msgstr "" + +#: gnu/packages/perl.scm:2297 +msgid "" +"File::Which was created to be able to get the paths to executable\n" +"programs on systems under which the `which' program wasn't implemented = in " +"the\n" +"shell." +msgstr "" + +#: gnu/packages/perl.scm:2324 +msgid "Getopt::Long, but simpler and more powerful" +msgstr "" + +#: gnu/packages/perl.scm:2325 +msgid "" +"Getopt::Long::Descriptive is yet another Getopt library.\n" +"It's built atop Getopt::Long, and gets a lot of its features, but tries= to\n" +"avoid making you think about its huge array of options. It also provid= es\n" +"usage (help) messages, data validation, and a few other useful features= ." +msgstr "" + +#: gnu/packages/perl.scm:2343 +msgid "Table-driven argument parsing for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2345 +msgid "" +"Getopt::Tabular is a Perl 5 module for table-driven argument parsing,\n= " +"vaguely inspired by John Ousterhout's Tk_ParseArgv." +msgstr "" + +#: gnu/packages/perl.scm:2365 +msgid "Merge arbitrarily deep hashes into a single hash" +msgstr "" + +#: gnu/packages/perl.scm:2366 +msgid "" +"Hash::Merge merges two arbitrarily deep hashes into a single\n" +"hash. That is, at any level, it will add non-conflicting key-value pai= rs " +"from\n" +"one hash to the other, and follows a set of specific rules when there a= re " +"key\n" +"value conflicts. The hash is followed recursively, so that deeply nest= ed\n" +"hashes that are at the same level will be merged when the parent hashes= are\n" +"merged." +msgstr "" + +#: gnu/packages/perl.scm:2388 +msgid "Store multiple values per key" +msgstr "" + +#: gnu/packages/perl.scm:2389 +msgid "" +"Hash::MultiValue is an object (and a plain hash reference)\n" +"that may contain multiple values per key, inspired by MultiDict of WebO= b." +msgstr "" + +#: gnu/packages/perl.scm:2409 +msgid "Import packages into other packages" +msgstr "" + +#: gnu/packages/perl.scm:2410 +msgid "" +"Writing exporters is a pain. Some use Exporter, some use\n" +"Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ...= and\n" +"some things are pragmas. Exporting on someone else's behalf is harder.= " +"The\n" +"exporters don't provide a consistent API for this, and pragmas need to = have\n" +"their import method called directly, since they effect the current unit= of\n" +"compilation. Import::Into provides global methods to make this painles= s." +msgstr "" + +#: gnu/packages/perl.scm:2432 +msgid "Use modules in inc/ if newer than installed" +msgstr "" + +#: gnu/packages/perl.scm:2433 +msgid "" +"The inc::latest module helps bootstrap configure-time\n" +"dependencies for CPAN distributions. These dependencies get bundled in= to " +"the\n" +"inc directory within a distribution and are used by Makefile.PL or Buil= d.PL." +msgstr "" + +#: gnu/packages/perl.scm:2452 +msgid "Utilities for interactive I/O" +msgstr "" + +#: gnu/packages/perl.scm:2453 +msgid "" +"This module provides three utility subroutines that make it\n" +"easier to develop interactive applications: is_interactive(), " +"interactive(),\n" +"and busy()" +msgstr "" + +#: gnu/packages/perl.scm:2472 +msgid "Emulate file interface for in-core strings" +msgstr "" + +#: gnu/packages/perl.scm:2473 +msgid "" +"IO::String is an IO::File (and IO::Handle) compatible class\n" +"that reads or writes data from in-core strings." +msgstr "" + +#: gnu/packages/perl.scm:2491 +msgid "IO:: interface for reading/writing an array of lines" +msgstr "" + +#: gnu/packages/perl.scm:2492 +msgid "" +"This toolkit primarily provides modules for performing both\n" +"traditional and object-oriented i/o) on things *other* than normal\n" +"filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.= " +msgstr "" + +#: gnu/packages/perl.scm:2510 +msgid "Perl interface to pseudo ttys" +msgstr "" + +#: gnu/packages/perl.scm:2512 +msgid "" +"This package provides the 'IO::Pty' and 'IO::Tty' Perl interfaces to\n" +"pseudo ttys." +msgstr "" + +#: gnu/packages/perl.scm:2540 +msgid "system() and background procs w/ piping, redirs, ptys" +msgstr "" + +#: gnu/packages/perl.scm:2541 +msgid "" +"IPC::Run allows you run and interact with child processes\n" +"using files, pipes, and pseudo-ttys. Both system()-style and scripted " +"usages\n" +"are supported and may be mixed. Likewise, functional and OO API styles = are\n" +"both supported and may be mixed." +msgstr "" + +#: gnu/packages/perl.scm:2559 +msgid "Run a subprocess with input/ouput redirection" +msgstr "" + +#: gnu/packages/perl.scm:2561 +msgid "" +"The IPC::Run3 module allows you to run a subprocess and redirect stdin,= \n" +"stdout, and/or stderr to files and perl data structures. It aims to " +"satisfy\n" +"99% of the need for using system, qx, and open3 with a simple, extremel= y\n" +"Perlish API and none of the bloat and rarely used features of IPC::Run.= " +msgstr "" + +#: gnu/packages/perl.scm:2585 +msgid "Lightweight interface to shared memory" +msgstr "" + +#: gnu/packages/perl.scm:2586 +msgid "" +"IPC::ShareLite provides a simple interface to shared memory,\n" +"allowing data to be efficiently communicated between processes." +msgstr "" + +#: gnu/packages/perl.scm:2606 +msgid "JSON encoder/decoder for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2607 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa using either JSON::XS or JSON::PP." +msgstr "" + +#: gnu/packages/perl.scm:2632 +msgid "Wrapper for Perl JSON classes" +msgstr "" + +#: gnu/packages/perl.scm:2634 +msgid "" +"This module tries to provide a coherent API to bring together the\n" +"various JSON modules currently on CPAN. This module will allow you to = code " +"to\n" +"any JSON API and have it work regardless of which JSON module is actual= ly\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:2658 +msgid "Cpanel::JSON::XS with fallback" +msgstr "" + +#: gnu/packages/perl.scm:2659 +msgid "" +"This module first checks to see if either Cpanel::JSON::XS\n" +"or JSON::XS is already loaded, in which case it uses that module. " +"Otherwise\n" +"it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in orde= r, " +"and\n" +"either uses the first module it finds or throws an error." +msgstr "" + +#: gnu/packages/perl.scm:2682 +msgid "JSON serialising/deserialising for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2706 +msgid "Combination of List::Util and List::MoreUtils" +msgstr "" + +#: gnu/packages/perl.scm:2707 +msgid "" +"This module exports all of the functions that either\n" +"List::Util or List::MoreUtils defines, with preference to List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2731 +msgid "Provide the stuff missing in List::Util" +msgstr "" + +#: gnu/packages/perl.scm:2732 +msgid "" +"List::MoreUtils provides some trivial but commonly needed\n" +"functionality on lists which is not going to go into List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2750 +msgid "Expiry plug-in for Memoize that adds LRU cache expiration" +msgstr "" + +#: gnu/packages/perl.scm:2751 +msgid "" +"This module implements an expiry policy for Memoize that\n" +"follows LRU semantics, that is, the last n results, where n is specifie= d as\n" +"the argument to the CACHESIZE parameter, will be cached." +msgstr "" + +#: gnu/packages/perl.scm:2770 +msgid "Definition of MIME types" +msgstr "" + +#: gnu/packages/perl.scm:2771 +msgid "" +"This module provides a list of known mime-types, combined\n" +"from various sources. For instance, it contains all IANA types and the= \n" +"knowledge of Apache." +msgstr "" + +#: gnu/packages/perl.scm:2800 +msgid "Tiny replacement for Module::Build" +msgstr "" + +#: gnu/packages/perl.scm:2801 +msgid "" +"Many Perl distributions use a Build.PL file instead of a\n" +"Makefile.PL file to drive distribution configuration, build, test and\n= " +"installation. Traditionally, Build.PL uses Module::Build as the underl= ying\n" +"build system. This module provides a simple, lightweight, drop-in\n" +"replacement. Whereas Module::Build has over 6,700 lines of code; this = " +"module\n" +"has less than 120, yet supports the features needed by most distributio= ns." +msgstr "" + +#: gnu/packages/perl.scm:2823 +msgid "Find and use installed modules in a (sub)category" +msgstr "" + +#: gnu/packages/perl.scm:2824 +msgid "" +"Module::Find lets you find and use modules in categories.\n" +"This can be useful for auto-detecting driver or plugin modules. You ca= n\n" +"differentiate between looking in the category itself or in all\n" +"subcategories." +msgstr "" + +#: gnu/packages/perl.scm:2850 +msgid "Loads alternate underlying implementations for a module" +msgstr "" + +#: gnu/packages/perl.scm:2851 +msgid "" +"This module abstracts out the process of choosing one of\n" +"several underlying implementations for a module. This can be used to " +"provide\n" +"XS and pure Perl implementations of a module, or it could be used to lo= ad " +"an\n" +"implementation for a given OS or any other case of needing to provide " +"multiple\n" +"implementations." +msgstr "" + +#: gnu/packages/perl.scm:2889 +msgid "Standalone, extensible Perl module installer" +msgstr "" + +#: gnu/packages/perl.scm:2890 +msgid "" +"Module::Install is a package for writing installers for\n" +"CPAN (or CPAN-like) distributions that are clean, simple, minimalist, a= ct in " +"a\n" +"strictly correct manner with ExtUtils::MakeMaker, and will run on any P= erl\n" +"installation version 5.005 or newer." +msgstr "" + +#: gnu/packages/perl.scm:2910 +msgid "Perl runtime module handling" +msgstr "" + +#: gnu/packages/perl.scm:2911 +msgid "" +"The functions exported by this module deal with runtime\n" +"handling of Perl modules, which are normally handled at compile time." +msgstr "" + +#: gnu/packages/perl.scm:2932 +msgid "Provide information on conflicts for Module::Runtime" +msgstr "" + +#: gnu/packages/perl.scm:2933 +msgid "" +"This module provides conflicts checking for Module::Runtime,\n" +"which had a recent release that broke some versions of Moose. It is ca= lled\n" +"from Moose::Conflicts and moose-outdated." +msgstr "" + +#: gnu/packages/perl.scm:2954 +msgid "Recursively scan Perl code for dependencies" +msgstr "" + +#: gnu/packages/perl.scm:2955 +msgid "" +"Module::ScanDeps is a module to recursively scan Perl\n" +"programs for dependencies." +msgstr "" + +#: gnu/packages/perl.scm:2975 +msgid "Module name tools and transformations" +msgstr "" + +#: gnu/packages/perl.scm:2976 +msgid "" +"This module provides a few useful functions for manipulating\n" +"module names. Its main aim is to centralise some of the functions comm= only\n" +"used by modules that manipulate other modules in some way, like convert= ing\n" +"module names to relative paths." +msgstr "" + +#: gnu/packages/perl.scm:3006 +msgid "Minimalist Object Orientation (with Moose compatibility)" +msgstr "" + +#: gnu/packages/perl.scm:3007 +msgid "" +"Moo is an extremely light-weight Object Orientation system.\n" +"It allows one to concisely define objects and roles with a convenient " +"syntax\n" +"that avoids the details of Perl's object system. Moo contains a subset= of\n" +"Moose and is optimised for rapid startup." +msgstr "" + +#: gnu/packages/perl.scm:3083 +msgid "Postmodern object system for Perl 5" +msgstr "" + +#: gnu/packages/perl.scm:3085 +msgid "" +"Moose is a complete object system for Perl 5. It provides keywords for= \n" +"attribute declaration, object construction, inheritance, and maybe more= . " +"With\n" +"Moose, you define your class declaratively, without needing to know abo= ut\n" +"blessed hashrefs, accessor methods, and so on. You can concentrate on = the\n" +"logical structure of your classes, focusing on \"what\" rather than \"h= ow" +"\".\n" +"A class definition with Moose reads like a list of very concise English= \n" +"sentences." +msgstr "" + +#: gnu/packages/perl.scm:3113 +msgid "Emulate Class::Accessor::Fast behavior using Moose attributes" +msgstr "" + +#: gnu/packages/perl.scm:3114 +msgid "" +"This module attempts to emulate the behavior of\n" +"Class::Accessor::Fast as accurately as possible using the Moose attribu= te\n" +"system. The public API of Class::Accessor::Fast is wholly supported, b= ut " +"the\n" +"private methods are not." +msgstr "" + +#: gnu/packages/perl.scm:3145 +msgid "Moose role for processing command line options" +msgstr "" + +#: gnu/packages/perl.scm:3146 +msgid "" +"This is a Moose role which provides an alternate constructor\n" +"for creating objects using parameters passed in from the command line." +msgstr "" + +#: gnu/packages/perl.scm:3167 +msgid "Mark overload code symbols as methods" +msgstr "" + +#: gnu/packages/perl.scm:3168 +msgid "" +"MooseX::MarkAsMethods allows one to easily mark certain\n" +"functions as Moose methods. This will allow other packages such as\n" +"namespace::autoclean to operate without blowing away your overloads. A= fter\n" +"using MooseX::MarkAsMethods your overloads will be recognized by Class:= :MOP " +"as\n" +"being methods, and class extension as well as composition from roles wi= th\n" +"overloads will \"just work\"." +msgstr "" + +#: gnu/packages/perl.scm:3198 +msgid "Code attribute introspection" +msgstr "" + +#: gnu/packages/perl.scm:3199 +msgid "" +"This module allows code attributes of methods to be\n" +"introspected using Moose meta method objects." +msgstr "" + +#: gnu/packages/perl.scm:3225 +msgid "Subclassing of non-Moose classes" +msgstr "" + +#: gnu/packages/perl.scm:3226 +msgid "" +"MooseX::NonMoose allows for easily subclassing non-Moose\n" +"classes with Moose, taking care of the details connected with doing thi= s, " +"such\n" +"as setting up proper inheritance from Moose::Object and installing (and= \n" +"inlining, at make_immutable time) a constructor that makes sure things = like\n" +"BUILD methods are called. It tries to be as non-intrusive as possible.= " +msgstr "" + +#: gnu/packages/perl.scm:3255 +msgid "Extension of Params::Validate using Moose's types" +msgstr "" + +#: gnu/packages/perl.scm:3256 +msgid "" +"This module fills a gap in Moose by adding method parameter\n" +"validation to Moose." +msgstr "" + +#: gnu/packages/perl.scm:3277 +msgid "Apply roles to a related Perl class" +msgstr "" + +#: gnu/packages/perl.scm:3278 +msgid "" +"This module applies roles to make a subclass instead of\n" +"manually setting up a subclass." +msgstr "" + +#: gnu/packages/perl.scm:3304 +msgid "Moose roles with composition parameters" +msgstr "" + +#: gnu/packages/perl.scm:3305 +msgid "" +"Because Moose roles serve many different masters, they\n" +"usually provide only the least common denominator of functionality. To= \n" +"empower roles further, more configurability than -alias and -excludes i= s\n" +"required. Perhaps your role needs to know which method to call when it= is\n" +"done processing, or what default value to use for its url attribute.\n" +"Parameterized roles offer a solution to these (and other) kinds of prob= lems." +msgstr "" + +#: gnu/packages/perl.scm:3331 +msgid "Roles which support overloading" +msgstr "" + +#: gnu/packages/perl.scm:3332 +msgid "" +"MooseX::Role::WithOverloading allows you to write a\n" +"Moose::Role which defines overloaded operators and allows those overloa= d\n" +"methods to be composed into the classes/roles/instances it's compiled t= o,\n" +"where plain Moose::Roles would lose the overloading." +msgstr "" + +#: gnu/packages/perl.scm:3354 +msgid "Name your accessors foo() and set_foo()" +msgstr "" + +#: gnu/packages/perl.scm:3355 +msgid "" +"This module does not provide any methods. Simply loading it\n" +"changes the default naming policy for the loading class so that accesso= rs " +"are\n" +"separated into get and set methods. The get methods have the same name= as " +"the\n" +"accessor, while set methods are prefixed with \"_set_\"." +msgstr "" + +#: gnu/packages/perl.scm:3381 +msgid "Strict object constructors for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3382 +msgid "" +"Simply loading this module makes your constructors\n" +"\"strict\". If your constructor is called with an attribute init argume= nt " +"that\n" +"your class does not declare, then it calls Moose->throw_error(). " +msgstr "" + +#: gnu/packages/perl.scm:3410 +msgid "Trait loading and resolution for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3411 +msgid "" +"Adds support on top of MooseX::Traits for class precedence\n" +"search for traits and some extra attributes" +msgstr "" + +#: gnu/packages/perl.scm:3436 +msgid "Organise your Moose types in libraries" +msgstr "" + +#: gnu/packages/perl.scm:3437 +msgid "" +"This package lets you declare types using short names, but\n" +"behind the scenes it namespaces all your type declarations, effectively= \n" +"prevent name clashes between packages." +msgstr "" + +#: gnu/packages/perl.scm:3468 +msgid "DateTime related constraints and coercions for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3469 +msgid "" +"This module packages several Moose::Util::TypeConstraints\n" +"with coercions, designed to work with the DateTime suite of objects." +msgstr "" + +#: gnu/packages/perl.scm:3501 +msgid "Extensions to MooseX::Types::DateTime" +msgstr "" + +#: gnu/packages/perl.scm:3502 +msgid "" +"This module builds on MooseX::Types::DateTime to add\n" +"additional custom types and coercions. Since it builds on an existing = " +"type,\n" +"all coercions and constraints are inherited." +msgstr "" + +#: gnu/packages/perl.scm:3531 +msgid "ClassName type constraints for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3532 +msgid "" +"MooseX::Types::LoadableClass provides a ClassName type\n" +"constraint with coercion to load the class." +msgstr "" + +#: gnu/packages/perl.scm:3556 +msgid "Moosish types and type builder" +msgstr "" + +#: gnu/packages/perl.scm:3557 +msgid "" +"MooX::Types::MooseLike provides a possibility to build your\n" +"own set of Moose-like types. These custom types can then be used to " +"describe\n" +"fields in Moo-based classes." +msgstr "" + +#: gnu/packages/perl.scm:3576 +msgid "MRO interface compatibility for Perls < 5.9.5" +msgstr "" + +#: gnu/packages/perl.scm:3577 +msgid "" +"The \"mro\" namespace provides several utilities for dealing\n" +"with method resolution order and method caching in general in Perl 5.9.= 5 " +"and\n" +"higher. This module provides those interfaces for earlier versions of\= n" +"Perl (back to 5.6.0)." +msgstr "" + +#: gnu/packages/perl.scm:3603 +msgid "Keep imports out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3604 +msgid "" +"The namespace::autoclean pragma will remove all imported\n" +"symbols at the end of the current package's compile cycle. Functions " +"called\n" +"in the package itself will still be bound by their name, but they won't= " +"show\n" +"up as methods on your class or instances. It is very similar to\n" +"namespace::clean, except it will clean all imported functions, no matte= r if\n" +"you imported them before or after you used the pragma. It will also no= t " +"touch\n" +"anything that looks like a method." +msgstr "" + +#: gnu/packages/perl.scm:3630 +msgid "Keep imports and functions out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3631 +msgid "" +"The namespace::clean pragma will remove all previously\n" +"declared or imported symbols at the end of the current package's compil= e\n" +"cycle. Functions called in the package itself will still be bound by t= heir\n" +"name, but they won't show up as methods on your class or instances." +msgstr "" + +#: gnu/packages/perl.scm:3651 +msgid "Numeric comparisons" +msgstr "" + +#: gnu/packages/perl.scm:3652 +msgid "" +"Number::Compare compiles a simple comparison to an anonymous\n" +"subroutine, which you can call with a value to be tested against." +msgstr "" + +#: gnu/packages/perl.scm:3670 +msgid "Generate cryptographic signatures for objects" +msgstr "" + +#: gnu/packages/perl.scm:3671 +msgid "" +"Object::Signature is an abstract base class that you can\n" +"inherit from in order to allow your objects to generate unique " +"cryptographic\n" +"signatures." +msgstr "" + +#: gnu/packages/perl.scm:3693 +msgid "Anonymous packages" +msgstr "" + +#: gnu/packages/perl.scm:3694 +msgid "" +"This module allows for anonymous packages that are\n" +"independent of the main namespace and only available through an object\= n" +"instance, not by name." +msgstr "" + +#: gnu/packages/perl.scm:3722 +msgid "Manage deprecation warnings for your distribution" +msgstr "" + +#: gnu/packages/perl.scm:3723 +msgid "" +"This module allows you to manage a set of deprecations for\n" +"one or more modules." +msgstr "" + +#: gnu/packages/perl.scm:3750 +msgid "Routines for manipulating stashes" +msgstr "" + +#: gnu/packages/perl.scm:3751 +msgid "" +"Manipulating stashes (Perl's symbol tables) is occasionally\n" +"necessary, but incredibly messy, and easy to get wrong. This module hi= des " +"all\n" +"of that behind a simple API." +msgstr "" + +#: gnu/packages/perl.scm:3774 +msgid "Faster implementation of the Package::Stash API" +msgstr "" + +#: gnu/packages/perl.scm:3775 +msgid "" +"This is a backend for Package::Stash, which provides the\n" +"functionality in a way that's less buggy and much faster. It will be u= sed " +"by\n" +"default if it's installed, and should be preferred in all environments = with " +"a\n" +"compiler." +msgstr "" + +#: gnu/packages/perl.scm:3795 +msgid "Play with other peoples' lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:3796 +msgid "" +"PadWalker is a module which allows you to inspect (and even\n" +"change) lexical variables in any subroutine which called you. It will = only\n" +"show those variables which are in scope at the point of the call. " +"PadWalker\n" +"is particularly useful for debugging." +msgstr "" + +#: gnu/packages/perl.scm:3817 +msgid "Simple, compact and correct param-checking functions" +msgstr "" + +#: gnu/packages/perl.scm:3819 +msgid "" +"Params::Util provides a basic set of importable functions that makes\n" +"checking parameters easier." +msgstr "" + +#: gnu/packages/perl.scm:3842 +msgid "Validate method/function parameters" +msgstr "" + +#: gnu/packages/perl.scm:3843 +msgid "" +"The Params::Validate module allows you to validate method or\n" +"function call parameters to an arbitrary level of specificity." +msgstr "" + +#: gnu/packages/perl.scm:3861 +msgid "Create and manipulate PAR distributions" +msgstr "" + +#: gnu/packages/perl.scm:3862 +msgid "" +"PAR::Dist is a toolkit to create and manipulate PAR\n" +"distributions." +msgstr "" + +#: gnu/packages/perl.scm:3881 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time." +msgstr "" + +#: gnu/packages/perl.scm:3899 +msgid "Path specification manipulation" +msgstr "" + +#: gnu/packages/perl.scm:3900 +msgid "" +"Path::Class is a module for manipulation of file and\n" +"directory specifications in a cross-platform manner." +msgstr "" + +#: gnu/packages/perl.scm:3920 +msgid "Check for comprehensive documentation of a module" +msgstr "" + +#: gnu/packages/perl.scm:3921 +msgid "" +"This module provides a mechanism for determining if the pod\n" +"for a given module is comprehensive." +msgstr "" + +#: gnu/packages/perl.scm:3940 +msgid "GNU C library compatible strftime for loggers and servers" +msgstr "" + +#: gnu/packages/perl.scm:3941 +msgid "" +"POSIX::strftime::Compiler provides GNU C library compatible\n" +"strftime(3). But this module is not affected by the system locale. Th= is\n" +"feature is useful when you want to write loggers, servers, and portable= \n" +"applications." +msgstr "" + +#: gnu/packages/perl.scm:3959 +msgid "Information about the currently running perl" +msgstr "" + +#: gnu/packages/perl.scm:3961 +msgid "" +"Probe::Perl provides methods for obtaining information about the\n" +"currently running perl interpreter. It originally began life as code i= n " +"the\n" +"Module::Build project, but has been externalized here for general use." +msgstr "" + +#: gnu/packages/perl.scm:3982 +msgid "Create read-only scalars, arrays, hashes" +msgstr "" + +#: gnu/packages/perl.scm:3983 +msgid "" +"This module provides a facility for creating non-modifiable\n" +"variables in Perl. This is useful for configuration files, headers, et= c. " +"It\n" +"can also be useful as a development and debugging tool for catching upd= ates " +"to\n" +"variables that should not be changed." +msgstr "" + +#: gnu/packages/perl.scm:4001 +msgid "Provide commonly requested regular expressions" +msgstr "" + +#: gnu/packages/perl.scm:4003 +msgid "" +"This module exports a single hash (`%RE') that stores or generates\n" +"commonly needed regular expressions. Patterns currently provided inclu= de:\n" +"balanced parentheses and brackets, delimited text (with escapes), integ= ers " +"and\n" +"floating-point numbers in any base (up to 36), comments in 44 languages= ,\n" +"offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip= \n" +"codes." +msgstr "" + +#: gnu/packages/perl.scm:4033 +msgid "Roles, as a slice of Moose" +msgstr "" + +#: gnu/packages/perl.scm:4034 +msgid "Role::Tiny is a minimalist role composition tool." +msgstr "" + +#: gnu/packages/perl.scm:4051 +msgid "Call isa, can, does, and DOES safely" +msgstr "" + +#: gnu/packages/perl.scm:4052 +msgid "" +"This module allows you to call isa, can, does, and DOES\n" +"safely on things that may not be objects." +msgstr "" + +#: gnu/packages/perl.scm:4070 +msgid "Lexically-scoped resource management" +msgstr "" + +#: gnu/packages/perl.scm:4071 +msgid "" +"This module provides a convenient way to perform cleanup or\n" +"other forms of resource management at the end of a scope. It is " +"particularly\n" +"useful when dealing with exceptions: the Scope::Guard constructor takes= a\n" +"reference to a subroutine that is guaranteed to be called even if the " +"thread\n" +"of execution is aborted prematurely. This effectively allows lexically= -" +"scoped\n" +"\"promises\" to be made that are automatically honoured by perl's garba= ge\n" +"collector." +msgstr "" + +#: gnu/packages/perl.scm:4094 +msgid "Infinite sets" +msgstr "" + +#: gnu/packages/perl.scm:4095 +msgid "Set::Infinite is a set theory module for infinite sets." +msgstr "" + +#: gnu/packages/perl.scm:4115 +msgid "Unordered collections of Perl Objects" +msgstr "" + +#: gnu/packages/perl.scm:4116 +msgid "" +"Set::Object provides efficient sets, unordered collections\n" +"of Perl objects without duplicates for scalars and references." +msgstr "" + +#: gnu/packages/perl.scm:4134 +msgid "Set operations for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4135 +msgid "" +"The first priority of Set::Scalar is to be a convenient\n" +"interface to sets (as in: unordered colletions of Perl scalars.) While= not\n" +"designed to be slow or big, neither has it been designed to be fast or\= n" +"compact." +msgstr "" + +#: gnu/packages/perl.scm:4155 +msgid "Spiffy Perl Interface Framework For You" +msgstr "" + +#: gnu/packages/perl.scm:4156 +msgid "" +"Spiffy is a framework and methodology for doing object\n" +"oriented (OO) programming in Perl. Spiffy combines the best parts of\n= " +"Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation " +"class.\n" +"It attempts to fix all the nits and warts of traditional Perl OO, in a = " +"clean,\n" +"straightforward and (perhaps someday) standard way. Spiffy borrows ide= as " +"from\n" +"other OO languages like Python, Ruby, Java and Perl 6." +msgstr "" + +#: gnu/packages/perl.scm:4178 +msgid "Temporary buffer to save bytes" +msgstr "" + +#: gnu/packages/perl.scm:4179 +msgid "" +"Stream::Buffered is a buffer class to store arbitrary length\n" +"of byte strings and then get a seekable filehandle once everything is\n= " +"buffered. It uses PerlIO and/or temporary file to save the buffer " +"depending\n" +"on the length of the size." +msgstr "" + +#: gnu/packages/perl.scm:4199 +msgid "Turn on strict and make all warnings fatal" +msgstr "" + +#: gnu/packages/perl.scm:4200 +msgid "" +"Strictures turns on strict and make all warnings fatal when\n" +"run from within a source-controlled directory." +msgstr "" + +#: gnu/packages/perl.scm:4218 +msgid "Camelcase and de-camelcase" +msgstr "" + +#: gnu/packages/perl.scm:4219 +msgid "" +"This module may be used to convert from under_score text to\n" +"CamelCase and back again." +msgstr "" + +#: gnu/packages/perl.scm:4239 +msgid "Rewrite strings based on a set of known prefixes" +msgstr "" + +#: gnu/packages/perl.scm:4240 +msgid "" +"This module allows you to rewrite strings based on a set of\n" +"known pprefixes." +msgstr "" + +#: gnu/packages/perl.scm:4262 +msgid "Sophisticated exporter for custom-built routines" +msgstr "" + +#: gnu/packages/perl.scm:4264 +msgid "" +"Sub::Exporter provides a sophisticated alternative to Exporter.pm for\n= " +"custom-built routines." +msgstr "" + +#: gnu/packages/perl.scm:4283 +msgid "Only use Sub::Exporter if you need it" +msgstr "" + +#: gnu/packages/perl.scm:4284 +msgid "" +"Sub::Exporter is an incredibly powerful module, but with\n" +"that power comes great responsibility, as well as some runtime penaltie= s.\n" +"This module is a \"Sub::Exporter\" wrapper that will let your users jus= t " +"use\n" +"Exporter if all they are doing is picking exports, but use \"Sub::Expor= ter" +"\"\n" +"if your users try to use \"Sub::Exporter\"'s more advanced features, li= ke\n" +"renaming exports, if they try to use them." +msgstr "" + +#: gnu/packages/perl.scm:4306 +msgid "Retrieve names of code references" +msgstr "" + +#: gnu/packages/perl.scm:4307 +msgid "" +"Sub::Identify allows you to retrieve the real name of code\n" +"references." +msgstr "" + +#: gnu/packages/perl.scm:4326 +msgid "Install subroutines into packages easily" +msgstr "" + +#: gnu/packages/perl.scm:4328 +msgid "" +"Sub::Install makes it easy to install subroutines into packages without= \n" +"the unsightly mess of C or typeglobs lying about where just = " +"anyone\n" +"can see them." +msgstr "" + +#: gnu/packages/perl.scm:4349 +msgid "(Re)name a sub" +msgstr "" + +#: gnu/packages/perl.scm:4350 +msgid "" +"Assigns a new name to referenced sub. If package\n" +"specification is omitted in the name, then the current package is used.= " +"The\n" +"return value is the sub." +msgstr "" + +#: gnu/packages/perl.scm:4369 +msgid "Apparently run a function in a higher stack frame" +msgstr "" + +#: gnu/packages/perl.scm:4370 +msgid "" +"Like Tcl's uplevel() function, but not quite so dangerous.\n" +"The idea is just to fool caller(). All the really naughty bits of Tcl'= s\n" +"uplevel() are avoided." +msgstr "" + +#: gnu/packages/perl.scm:4389 +msgid "Perl extension for generating SVG documents" +msgstr "" + +#: gnu/packages/perl.scm:4390 +msgid "" +"SVG is a Perl module which generates a nested data structure\n" +"containing the DOM representation of an SVG (Scalable Vector Graphics) = " +"image.\n" +"Using SVG, you can generate SVG objects, embed other SVG instances into= it,\n" +"access the DOM object, create and access Javascript, and generate SMIL\= n" +"animation content." +msgstr "" + +#: gnu/packages/perl.scm:4409 +msgid "Perl extension for getting CPU information" +msgstr "" + +#: gnu/packages/perl.scm:4411 +msgid "" +"In responce to a post on perlmonks.org, a module for counting the numbe= r\n" +"of CPU's on a system. Support has now also been added for type of CPU = and\n" +"clock speed." +msgstr "" + +#: gnu/packages/perl.scm:4433 +msgid "Get full hostname in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4434 +msgid "" +"Sys::Hostname::Long tries very hard to get the full hostname\n" +"of a system." +msgstr "" + +#: gnu/packages/perl.scm:4452 +msgid "Ensure that a platform has weaken support" +msgstr "" + +#: gnu/packages/perl.scm:4453 +msgid "" +"One recurring problem in modules that use Scalar::Util's\n" +"weaken function is that it is not present in the pure-perl variant. If= \n" +"Scalar::Util is not available at all, it will issue a normal dependency= on " +"the\n" +"module. However, if Scalar::Util is relatively new ( it is >=3D 1.19 )= and " +"the\n" +"module does not have weaken, the install will bail out altogether with = a " +"long\n" +"error encouraging the user to seek support." +msgstr "" + +#: gnu/packages/perl.scm:4478 +msgid "Template processing system for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4479 +msgid "" +"The Template Toolkit is a collection of modules which\n" +"implement an extensible template processing system. It was originally\= n" +"designed and remains primarily useful for generating dynamic web conten= t, " +"but\n" +"it can be used equally well for processing any other kind of text based= \n" +"documents: HTML, XML, POD, PostScript, LaTeX, and so on." +msgstr "" + +#: gnu/packages/perl.scm:4502 +msgid "Profiling for Template Toolkit" +msgstr "" + +#: gnu/packages/perl.scm:4503 +msgid "" +"Template::Timer provides inline profiling of the template\n" +"processing in Perl code." +msgstr "" + +#: gnu/packages/perl.scm:4521 +msgid "Detect encoding of the current terminal" +msgstr "" + +#: gnu/packages/perl.scm:4522 +msgid "" +"Term::Encoding is a simple module to detect the encoding of\n" +"the current terminal expects in various ways." +msgstr "" + +#: gnu/packages/perl.scm:4546 +msgid "Progress meter on a standard terminal" +msgstr "" + +#: gnu/packages/perl.scm:4547 +msgid "" +"Term::ProgressBar provides a simple progress bar on the\n" +"terminal, to let the user know that something is happening, roughly how= " +"much\n" +"stuff has been done, and maybe an estimate at how long remains." +msgstr "" + +#: gnu/packages/perl.scm:4570 +msgid "Progress meter if run interactively" +msgstr "" + +#: gnu/packages/perl.scm:4571 +msgid "" +"Term::ProgressBar is a wonderful module for showing progress\n" +"bars on the terminal. This module acts very much like that module when= it " +"is\n" +"run interactively. However, when it is not run interactively (for examp= le, " +"as\n" +"a cron job) then it does not show the progress bar." +msgstr "" + +#: gnu/packages/perl.scm:4593 +msgid "Simple progress bars" +msgstr "" + +#: gnu/packages/perl.scm:4594 +msgid "" +"Term::ProgressBar::Simple tells you how much work has been\n" +"done, how much is left to do, and estimate how long it will take." +msgstr "" + +#: gnu/packages/perl.scm:4612 +#, fuzzy +msgid "Simple terminal control" +msgstr "Egyszer=C5=B1 n=C3=B6vekm=C3=A9nyes biztons=C3=A1gi ment=C3=A9s = eszk=C3=B6z" + +#: gnu/packages/perl.scm:4613 +msgid "" +"This module, ReadKey, provides ioctl control for terminals\n" +"so the input modes can be changed (thus allowing reads of a single " +"character\n" +"at a time), and also provides non-blocking reads of stdin, as well as " +"several\n" +"other terminal related features, including retrieval/modification of th= e\n" +"screen size, and retrieval/modification of the control characters." +msgstr "" + +#: gnu/packages/perl.scm:4640 +msgid "Data-driven testing framework for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4641 +msgid "" +"Test::Base gives a way to trivially write your own test\n" +"framework base class. It concentrates on offering reusable data driven= \n" +"patterns, so that you can write tests with a minimum of code." +msgstr "" + +#: gnu/packages/perl.scm:4672 +msgid "Check for uncleaned imports" +msgstr "" + +#: gnu/packages/perl.scm:4673 +msgid "" +"This module lets you check your module's namespaces for\n" +"imported functions you might have forgotten to remove with\n" +"namespace::autoclean or namespace::clean and are therefore available to= be\n" +"called as methods, which usually isn't want you want." +msgstr "" + +#: gnu/packages/perl.scm:4693 +msgid "Flexible deep comparison for the Test::Builder framework" +msgstr "" + +#: gnu/packages/perl.scm:4695 +msgid "" +"Test::Deep compares two structures by going through each level, ensurin= g\n" +"that the values match, that arrays and hashes have the same elements an= d " +"that\n" +"references are blessed into the correct class. It also handles circular= " +"data\n" +"structures without getting caught in an infinite loop." +msgstr "" + +#: gnu/packages/perl.scm:4720 +msgid "Test strings and data structures and show differences" +msgstr "" + +#: gnu/packages/perl.scm:4721 +msgid "" +"This module exports three test functions and four diff-style\n" +"functions" +msgstr "" + +#: gnu/packages/perl.scm:4742 +msgid "Perl extension for maintaining test directories" +msgstr "" + +#: gnu/packages/perl.scm:4743 +msgid "" +"Testing code can involve making sure that files are created\n" +"and deleted as expected. Doing this manually can be error prone, as it= 's " +"easy\n" +"to forget a file, or miss that some unexpected file was added. This mo= dule\n" +"simplifies maintaining test directories by tracking their status as the= y " +"are\n" +"modified or tested with this API, making it simple to test both individ= ual\n" +"files, as well as to verify that there are no missing or unknown files.= " +msgstr "" + +#: gnu/packages/perl.scm:4769 +msgid "Test exception based code" +msgstr "" + +#: gnu/packages/perl.scm:4770 +msgid "" +"This module provides a few convenience methods for testing\n" +"exception based code. It is built with Test::Builder and plays happily= " +"with\n" +"Test::More and friends." +msgstr "" + +#: gnu/packages/perl.scm:4790 +msgid "Simple helpers for testing code with exceptions" +msgstr "" + +#: gnu/packages/perl.scm:4791 +msgid "" +"Test::Fatal is an alternative to the popular\n" +"Test::Exception. It does much less, but should allow greater flexibili= ty " +"in\n" +"testing exception-throwing code with about the same amount of typing." +msgstr "" + +#: gnu/packages/perl.scm:4821 +msgid "Run Perl standard test scripts with statistics" +msgstr "" + +#: gnu/packages/perl.scm:4822 +msgid "" +"Simple test harness which allows tests to be run and results\n" +"automatically aggregated and output to STDOUT." +msgstr "" + +#: gnu/packages/perl.scm:4840 +msgid "Traces memory leaks in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4841 +msgid "" +"Test::LeakTrace provides several functions that trace memory\n" +"leaks. This module scans arenas, the memory allocation system, so it ca= n\n" +"detect any leaked SVs in given blocks." +msgstr "" + +#: gnu/packages/perl.scm:4860 +msgid "Tests strings for equality, with more helpful failures" +msgstr "" + +#: gnu/packages/perl.scm:4861 +msgid "" +"This module provides some drop-in replacements for the\n" +"string comparison functions of Test::More, but which are more suitable = when\n" +"you test against long strings." +msgstr "" + +#: gnu/packages/perl.scm:4888 +msgid "Emulate troublesome interfaces in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4889 +msgid "" +"Test::MockObject allows you to create objects that conform\n" +"to particular interfaces with very little code. You don't have to " +"reimplement\n" +"the behavior, just the input and the output." +msgstr "" + +#: gnu/packages/perl.scm:4908 +msgid "Replaces actual time with simulated time" +msgstr "" + +#: gnu/packages/perl.scm:4909 +msgid "" +"This module was created to enable test suites to test code\n" +"at specific points in time. Specifically it overrides localtime, gmtim= e " +"and\n" +"time at compile time and then relies on the user supplying a mock time = via\n" +"set_relative_time, set_absolute_time or set_fixed_time to alter future = " +"calls\n" +"to gmtime,time or localtime." +msgstr "" + +#: gnu/packages/perl.scm:4936 +msgid "Most commonly needed test functions and features" +msgstr "" + +#: gnu/packages/perl.scm:4937 +msgid "" +"This module provides the most commonly used testing\n" +"functions, along with automatically turning on strict and warning and g= ives " +"a\n" +"bit more fine-grained control over test suites." +msgstr "" + +#: gnu/packages/perl.scm:4955 +msgid "Ensure no warnings are produced while testing" +msgstr "" + +#: gnu/packages/perl.scm:4957 +msgid "" +"This modules causes any warnings during testing to be captured and\n" +"stored. It automatically adds an extra test that will run when your sc= ript\n" +"ends to check that there were no warnings. If there were any warings, = the\n" +"test will fail and output diagnostics of where, when and what the warni= ng " +"was,\n" +"including a stack trace of what was going on when it occurred." +msgstr "" + +#: gnu/packages/perl.scm:4982 +msgid "Utilities to test STDOUT and STDERR messages" +msgstr "" + +#: gnu/packages/perl.scm:4984 +msgid "" +"Test::Output provides a simple interface for testing output sent to\n" +"STDOUT or STDERR. A number of different utilities are included to try = and " +"be\n" +"as flexible as possible to the tester." +msgstr "" + +#: gnu/packages/perl.scm:5005 +msgid "Check for POD errors in files" +msgstr "" + +#: gnu/packages/perl.scm:5006 +msgid "" +"Check POD files for errors or warnings in a test file, using\n" +"Pod::Simple to do the heavy lifting." +msgstr "" + +#: gnu/packages/perl.scm:5026 +msgid "Check for pod coverage" +msgstr "" + +#: gnu/packages/perl.scm:5027 +msgid "" +"This module adds a test to your Perl distribution which\n" +"checks for pod coverage of all appropriate files." +msgstr "" + +#: gnu/packages/perl.scm:5045 +msgid "Checks to see if the module can be loaded" +msgstr "" + +#: gnu/packages/perl.scm:5046 +msgid "" +"Test::Requires checks to see if the module can be loaded.\n" +"If this fails, then rather than failing tests this skips all tests." +msgstr "" + +#: gnu/packages/perl.scm:5065 +msgid "Basic cross-platform tests for scripts" +msgstr "" + +#: gnu/packages/perl.scm:5067 +msgid "" +"The intent of the Test::Script module is to provide a series of basic\n= " +"tests for 80% of the testing you will need to do for scripts in the scr= ipt " +"(or\n" +"bin as is also commonly used) paths of your Perl distribution." +msgstr "" + +#: gnu/packages/perl.scm:5090 +msgid "Fork test in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5091 +msgid "" +"Test::SharedFork is a utility module for Test::Builder. It\n" +"makes fork(2) safe to use in test cases." +msgstr "" + +#: gnu/packages/perl.scm:5107 +msgid "Basic utilities for writing tests" +msgstr "" + +#: gnu/packages/perl.scm:5109 +msgid "Test::Simple contains basic utilities for writing tests." +msgstr "" + +#: gnu/packages/perl.scm:5126 +msgid "Simplify running Test::Builder tests" +msgstr "" + +#: gnu/packages/perl.scm:5128 +msgid "" +"Test::Tester allows testing of test modules based on Test::Builder with= \n" +"a minimum of effort." +msgstr "" + +#: gnu/packages/perl.scm:5152 +msgid "Trap exit codes, exceptions, output, etc." +msgstr "" + +#: gnu/packages/perl.scm:5153 +msgid "" +"This module is primarily (but not exclusively) for use in\n" +"test scripts: A block eval configurable and extensible but by default " +"trapping\n" +"STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return " +"values\n" +"from boxed blocks of test code." +msgstr "" + +#: gnu/packages/perl.scm:5173 +msgid "UTF-8 testing in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5174 +msgid "" +"This module is a collection of tests useful for dealing with\n" +"UTF-8 strings in Perl. This module has two types of tests: The validit= y " +"tests\n" +"check if a string is valid and not corrupt, whereas the characteristics= " +"tests\n" +"will check that string has a given set of characteristics." +msgstr "" + +#: gnu/packages/perl.scm:5196 +msgid "Perl extension to test methods for warnings" +msgstr "" + +#: gnu/packages/perl.scm:5197 +msgid "" +"This module provides a few convenience methods for testing\n" +"warning based code." +msgstr "" + +#: gnu/packages/perl.scm:5215 +msgid "Test for warnings and the lack of them" +msgstr "" + +#: gnu/packages/perl.scm:5216 +msgid "" +"This module is intended to be used as a drop-in replacement\n" +"for Test::NoWarnings. It also adds an extra test, but runs this test " +"before\n" +"done_testing calculates the test count, rather than after. It does thi= s by\n" +"hooking into done_testing as well as via an END block. You can declare= a\n" +"plan, or not, and things will still Just Work." +msgstr "" + +#: gnu/packages/perl.scm:5237 +msgid "Test fallback behaviour in absence of modules" +msgstr "" + +#: gnu/packages/perl.scm:5238 +msgid "" +"This module allows you to deliberately hide modules from a\n" +"program even though they are installed. This is mostly useful for test= ing\n" +"modules that have a fallback when a certain dependency module is not\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:5264 +msgid "Dynamic generation of tests" +msgstr "" + +#: gnu/packages/perl.scm:5265 +msgid "" +"The Test::WriteVariants module provides for the dynamic\n" +"generation of tests in nested combinations of contexts." +msgstr "" + +#: gnu/packages/perl.scm:5285 +msgid "Testing module for YAML implementations" +msgstr "" + +#: gnu/packages/perl.scm:5286 +msgid "" +"Test::YAML is a subclass of Test::Base with YAML specific\n" +"support." +msgstr "" + +#: gnu/packages/perl.scm:5304 +msgid "Align text" +msgstr "" + +#: gnu/packages/perl.scm:5305 +msgid "" +"Text::Aligner exports a single function, align(), which is\n" +"used to justify strings to various alignment styles." +msgstr "" + +#: gnu/packages/perl.scm:5323 +msgid "Extract delimited text sequences from strings" +msgstr "" + +#: gnu/packages/perl.scm:5324 +msgid "" +"The Text::Balanced module can be used to extract delimited\n" +"text sequences from strings." +msgstr "" + +#: gnu/packages/perl.scm:5342 +msgid "Manipulate comma-separated values" +msgstr "" + +#: gnu/packages/perl.scm:5343 +msgid "" +"Text::CSV provides facilities for the composition and\n" +"decomposition of comma-separated values. An instance of the Text::CSV = " +"class\n" +"can combine fields into a CSV string and parse a CSV string into fields= ." +msgstr "" + +#: gnu/packages/perl.scm:5364 +msgid "Perform diffs on files and record sets" +msgstr "" + +#: gnu/packages/perl.scm:5365 +msgid "" +"Text::Diff provides a basic set of services akin to the GNU\n" +"diff utility. It is not anywhere near as feature complete as GNU diff,= but " +"it\n" +"is better integrated with Perl and available on all platforms. It is o= ften\n" +"faster than shelling out to a system's diff executable for small files,= and\n" +"generally slower on larger files." +msgstr "" + +#: gnu/packages/perl.scm:5386 +msgid "Match globbing patterns against text" +msgstr "" + +#: gnu/packages/perl.scm:5387 +msgid "" +"Text::Glob implements glob(3) style matching that can be\n" +"used to match against text, rather than fetching names from a filesyste= m. " +"If\n" +"you want to do full file globbing use the File::Glob module instead." +msgstr "" + +#: gnu/packages/perl.scm:5406 +msgid "Simple ASCII tables" +msgstr "" + +#: gnu/packages/perl.scm:5407 +msgid "Text::SimpleTable draws simple ASCII tables." +msgstr "" + +#: gnu/packages/perl.scm:5426 +msgid "Organize Data in Tables" +msgstr "" + +#: gnu/packages/perl.scm:5427 +msgid "Text::Table renders plaintext tables." +msgstr "" + +#: gnu/packages/perl.scm:5444 +msgid "Provide plain ASCII transliterations of Unicode text" +msgstr "" + +#: gnu/packages/perl.scm:5445 +msgid "" +"Text::Unidecode provides a function, unidecode(...) that\n" +"takes Unicode data and tries to represent it in US-ASCII characters (i.= e., " +"the\n" +"universally displayable characters between 0x00 and 0x7F). The " +"representation\n" +"is almost always an attempt at transliteration-- i.e., conveying, in Ro= man\n" +"letters, the pronunciation expressed by the text in some other writing\= n" +"system." +msgstr "" + +#: gnu/packages/perl.scm:5473 +msgid "Role for classes that can be thrown" +msgstr "" + +#: gnu/packages/perl.scm:5474 +msgid "" +"Throwable is a role for classes that are meant to be thrown\n" +"as exceptions to standard program flow." +msgstr "" + +#: gnu/packages/perl.scm:5492 +msgid "Ordered associative arrays for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5493 +msgid "" +"This Perl module implements Perl hashes that preserve the\n" +"order in which the hash elements were added. The order is not affected = when\n" +"values corresponding to existing keys in the IxHash are changed. The " +"elements\n" +"can also be set to any arbitrary supplied order. The familiar perl arra= y\n" +"operations can also be performed on the IxHash." +msgstr "" + +#: gnu/packages/perl.scm:5516 +msgid "Tie to an existing Perl object" +msgstr "" + +#: gnu/packages/perl.scm:5517 +msgid "" +"This class provides a tie constructor that returns the\n" +"object it was given as it's first argument. This way side effects of " +"calling\n" +"$object->TIEHASH are avoided." +msgstr "" + +#: gnu/packages/perl.scm:5539 +msgid "English expression of durations" +msgstr "" + +#: gnu/packages/perl.scm:5540 +msgid "" +"This module provides functions for expressing durations in\n" +"rounded or exact terms." +msgstr "" + +#: gnu/packages/perl.scm:5562 +msgid "Parse time duration strings" +msgstr "" + +#: gnu/packages/perl.scm:5563 +msgid "" +"Time::Duration::Parse is a module to parse human readable\n" +"duration strings like \"2 minutes\" and \"3 seconds\" to seconds." +msgstr "" + +#: gnu/packages/perl.scm:5581 +msgid "Efficiently compute time from local and GMT time" +msgstr "" + +#: gnu/packages/perl.scm:5582 +msgid "" +"This module provides functions that are the inverse of\n" +"built-in perl functions localtime() and gmtime(). They accept a date a= s a\n" +"six-element array, and return the corresponding time(2) value in second= s " +"since\n" +"the system epoch" +msgstr "" + +#: gnu/packages/perl.scm:5602 +msgid "Date parsing/formating subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5603 +msgid "" +"This module provides routines for parsing date string into\n" +"time values and formating dates into ASCII strings." +msgstr "" + +#: gnu/packages/perl.scm:5623 +msgid "Shift and scale time" +msgstr "" + +#: gnu/packages/perl.scm:5624 +msgid "" +"This module allows you to speed up your sleep(), alarm(),\n" +"and time() calls." +msgstr "" + +#: gnu/packages/perl.scm:5647 +msgid "Simple tree object" +msgstr "" + +#: gnu/packages/perl.scm:5648 +msgid "" +"This module in a fully object-oriented implementation of a\n" +"simple n-ary tree." +msgstr "" + +#: gnu/packages/perl.scm:5671 +msgid "Factory object for dispensing Visitor objects" +msgstr "" + +#: gnu/packages/perl.scm:5672 +msgid "" +"This module is a factory for dispensing\n" +"Tree::Simple::Visitor::* objects." +msgstr "" + +#: gnu/packages/perl.scm:5690 +msgid "Minimal try/catch with proper preservation of $@" +msgstr "" + +#: gnu/packages/perl.scm:5691 +msgid "" +"This module provides bare bones try/catch/finally statements\n" +"that are designed to minimize common mistakes with eval blocks, and not= hing\n" +"else." +msgstr "" + +#: gnu/packages/perl.scm:5712 +msgid "Data types for common serialisation formats" +msgstr "" + +#: gnu/packages/perl.scm:5713 +msgid "" +"This module provides some extra datatypes that are used by\n" +"common serialisation formats such as JSON or CBOR." +msgstr "" + +#: gnu/packages/perl.scm:5731 +msgid "UNIVERSAL::can() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5732 +msgid "" +"This module attempts to work around people calling\n" +"UNIVERSAL::can() as a function, which it is not." +msgstr "" + +#: gnu/packages/perl.scm:5752 +msgid "UNIVERSAL::isa() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5753 +msgid "" +"This module attempts to recover from people calling\n" +"UNIVERSAL::isa as a function" +msgstr "" + +#: gnu/packages/perl.scm:5771 +msgid "Associate user-defined magic to variables from Perl" +msgstr "" + +#: gnu/packages/perl.scm:5772 +msgid "" +"Magic is Perl's way of enhancing variables. This mechanism\n" +"lets the user add extra data to any variable and hook syntactical\n" +"operations (such as access, assignment or destruction) that can be appl= ied " +"to\n" +"it. With this module, you can add your own magic to any variable witho= ut\n" +"having to write a single line of XS." +msgstr "" + +#: gnu/packages/perl.scm:5795 +msgid "YAML for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5796 +msgid "" +"The YAML.pm module implements a YAML Loader and Dumper based\n" +"on the YAML 1.0 specification." +msgstr "" + +#: gnu/packages/perl.scm:5819 +msgid "Read/Write YAML files" +msgstr "" + +#: gnu/packages/perl.scm:5820 +msgid "" +"YAML::Tiny is a perl class for reading and writing\n" +"YAML-style files, written with as little code as possible, reducing loa= d " +"time\n" +"and memory overhead." +msgstr "" + +#: gnu/packages/perl.scm:5847 +msgid "Distribution metadata for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5848 +msgid "" +"Software distributions released to the CPAN include a\n" +"META.json or, for older distributions, META.yml, which describes the\n" +"distribution, its contents, and the requirements for building and " +"installing\n" +"the distribution. The data structure stored in the META.json file is\n= " +"described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to\n= " +"represent this distribution metadata (or distmeta), along with some hel= pful\n" +"methods for interrogating that data." +msgstr "" + +#: gnu/packages/perl.scm:5871 +msgid "Set of version requirements for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5872 +msgid "" +"A CPAN::Meta::Requirements object models a set of version\n" +"constraints like those specified in the META.yml or META.json files in = CPAN\n" +"distributions, and as defined by CPAN::Meta::Spec. It can be built up = by\n" +"adding more and more constraints, and will reduce them to the simplest\= n" +"representation." +msgstr "" + +#: gnu/packages/perl.scm:5895 +msgid "Read and write a subset of YAML for CPAN Meta files" +msgstr "" + +#: gnu/packages/perl.scm:5896 +msgid "" +"This module implements a subset of the YAML specification\n" +"for use in reading and writing CPAN metadata files like META.yml and\n" +"MYMETA.yml." +msgstr "" + +#: gnu/packages/perl.scm:5917 +msgid "Build and install Perl modules" +msgstr "" + +#: gnu/packages/perl.scm:5918 +msgid "" +"\"Module::Build\" is a system for building, testing, and\n" +"installing Perl modules. It is meant to be an alternative to\n" +"\"ExtUtils::MakeMaker\". Developers may alter the behavior of the modu= le\n" +"through subclassing in a much more straightforward way than with\n" +"\"MakeMaker\". It also does not require a \"make\" on your system - mo= st " +"of\n" +"the \"Module::Build\" code is pure-perl and written in a cross-platform= way." +msgstr "" + +#: gnu/packages/perl.scm:5942 +msgid "Parse META.yml and META.json CPAN metadata files" +msgstr "" + +#: gnu/packages/perl.scm:5943 +msgid "" +"Parse::CPAN::Meta is a parser for META.json and META.yml\n" +"files, using JSON::PP and/or CPAN::Meta::YAML." +msgstr "" + +#: gnu/packages/perl.scm:5961 +msgid "Common Scalar and List utility subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5962 +msgid "" +"This package contains a selection of subroutines that people\n" +"have expressed would be nice to have in the perl core, but the usage wo= uld " +"not\n" +"really be high enough to warrant the use of a keyword, and the size so = " +"small\n" +"such that being individual extensions would be wasteful." +msgstr "" + +#: gnu/packages/photo.scm:46 +msgid "Read and manipulate EXIF data in digital photographs" +msgstr "" + +#: gnu/packages/photo.scm:48 +msgid "" +"The libexif C library allows applications to read, edit, and save EXIF\= n" +"data as produced by digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:73 +msgid "Accessing digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:75 +msgid "" +"This is the library backend for gphoto2. It contains the code for PTP,= \n" +"MTP, and other vendor specific protocols for controlling and transferri= ng " +"data\n" +"from digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:116 +msgid "Command-line tools to access digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:118 +msgid "" +"Gphoto2 is a set of command line utilities for manipulating a large\n" +"number of different digital cameras. Through libgphoto2, it supports P= TP,\n" +"MTP, and much more." +msgstr "" + +#: gnu/packages/photo.scm:152 +msgid "Program and Perl library to manipulate EXIF tags" +msgstr "" + +#: gnu/packages/photo.scm:154 +msgid "" +"This package provides the 'exiftool' command and the 'Image::ExifTool'\= n" +"Perl library to manipulate EXIF tags of digital images." +msgstr "" + +#: gnu/packages/qemu.scm:129 +msgid "Machine emulator and virtualizer (without GUI)" +msgstr "" + +#: gnu/packages/qemu.scm:131 +msgid "" +"QEMU is a generic machine emulator and virtualizer.\n" +"\n" +"When used as a machine emulator, QEMU can run OSes and programs made fo= r " +"one\n" +"machine (e.g. an ARM board) on a different machine---e.g., your own PC.= By\n" +"using dynamic translation, it achieves very good performance.\n" +"\n" +"When used as a virtualizer, QEMU achieves near native performances by\n= " +"executing the guest code directly on the host CPU. QEMU supports\n" +"virtualization when executing under the Xen hypervisor or using\n" +"the KVM kernel module in Linux. When using KVM, QEMU can virtualize x8= 6,\n" +"server and embedded PowerPC, and S390 guests." +msgstr "" + +#: gnu/packages/qemu.scm:153 +msgid "Machine emulator and virtualizer" +msgstr "" + +#: gnu/packages/ratpoison.scm:83 +msgid "Simple mouse-free tiling window manager" +msgstr "" + +#: gnu/packages/ratpoison.scm:85 +msgid "" +"Ratpoison is a simple window manager with no fat library\n" +"dependencies, no fancy graphics, no window decorations, and no\n" +"rodent dependence. It is largely modelled after GNU Screen which\n" +"has done wonders in the virtual terminal market.\n" +"\n" +"The screen can be split into non-overlapping frames. All windows\n" +"are kept maximized inside their frames to take full advantage of\n" +"your precious screen real estate.\n" +"\n" +"All interaction with the window manager is done through keystrokes.\n" +"Ratpoison has a prefix map to minimize the key clobbering that\n" +"cripples Emacs and other quality pieces of software." +msgstr "" + +#: gnu/packages/readline.scm:68 +msgid "Edit command lines while typing, with history support" +msgstr "" + +#: gnu/packages/readline.scm:70 +msgid "" +"The GNU readline library allows users to edit command lines as they\n" +"are typed in. It can maintain a searchable history of previously enter= ed\n" +"commands, letting you easily recall, edit and re-enter past commands. = It\n" +"features both Emacs-like and vi-like keybindings, making its usage\n" +"comfortable for anyone." +msgstr "" + +#: gnu/packages/scanner.scm:52 +msgid "Raster image scanner library and drivers" +msgstr "" + +#: gnu/packages/scanner.scm:53 +msgid "" +"SANE stands for \"Scanner Access Now Easy\" and is an API\n" +"proving access to any raster image scanner hardware (flatbed scanner,\n= " +"hand-held scanner, video- and still-cameras, frame-grabbers, etc.). Th= e\n" +"package contains the library and drivers." +msgstr "" + +#: gnu/packages/scheme.scm:131 +msgid "A Scheme implementation with integrated editor and debugger" +msgstr "" + +#: gnu/packages/scheme.scm:133 +msgid "" +"GNU/MIT Scheme is an implementation of the Scheme programming\n" +"language. It provides an interpreter, a compiler and a debugger. It a= lso\n" +"features an integrated Emacs-like editor and a large runtime library." +msgstr "" + +#: gnu/packages/scheme.scm:216 +msgid "Efficient Scheme compiler" +msgstr "" + +#: gnu/packages/scheme.scm:218 +msgid "" +"Bigloo is a Scheme implementation devoted to one goal: enabling\n" +"Scheme based programming style where C(++) is usually\n" +"required. Bigloo attempts to make Scheme practical by offering\n" +"features usually presented by traditional programming languages\n" +"but not offered by Scheme and functional programming. Bigloo\n" +"compiles Scheme modules. It delivers small and fast stand alone\n" +"binary executables. Bigloo enables full connections between\n" +"Scheme and C programs and between Scheme and Java programs." +msgstr "" + +#: gnu/packages/scheme.scm:261 +msgid "Multi-tier programming language for the Web 2.0" +msgstr "" + +#: gnu/packages/scheme.scm:263 +msgid "" +"HOP is a multi-tier programming language for the Web 2.0 and the\n" +"so-called diffuse Web. It is designed for programming interactive web\= n" +"applications in many fields such as multimedia (web galleries, music " +"players,\n" +"...), ubiquitous and house automation (SmartPhones, personal appliance)= ,\n" +"mashups, office (web agendas, mail clients, ...), etc." +msgstr "" + +#: gnu/packages/scheme.scm:303 +msgid "R5RS Scheme implementation that compiles native code via C" +msgstr "" + +#: gnu/packages/scheme.scm:305 +msgid "" +"CHICKEN is a compiler for the Scheme programming language. CHICKEN\n" +"produces portable and efficient C, supports almost all of the R5RS Sche= me\n" +"language standard, and includes many enhancements and extensions." +msgstr "" + +#: gnu/packages/scheme.scm:324 +msgid "Scheme implementation using a bytecode interpreter" +msgstr "" + +#: gnu/packages/scheme.scm:326 +msgid "" +"Scheme 48 is an implementation of Scheme based on a byte-code\n" +"interpreter and is designed to be used as a testbed for experiments in\= n" +"implementation techniques and as an expository tool." +msgstr "" + +#: gnu/packages/scheme.scm:402 +msgid "Implementation of Scheme and related languages" +msgstr "" + +#: gnu/packages/scheme.scm:404 +msgid "" +"Racket is an implementation of the Scheme programming language (R5RS an= d\n" +"R6RS) and related languages, such as Typed Racket. It features a compi= ler " +"and\n" +"a virtual machine with just-in-time native compilation, as well as a la= rge " +"set\n" +"of libraries." +msgstr "" + +#: gnu/packages/scheme.scm:442 +msgid "Efficient Scheme interpreter and compiler" +msgstr "" + +#: gnu/packages/scheme.scm:444 +msgid "" +"Gambit consists of two main programs: gsi, the Gambit Scheme\n" +"interpreter, and gsc, the Gambit Scheme compiler. The interpreter cont= ains\n" +"the complete execution and debugging environment. The compiler is the\= n" +"interpreter extended with the capability of generating executable files= . " +"The\n" +"compiler can produce standalone executables or compiled modules which c= an " +"be\n" +"loaded at run time. Interpreted code and compiled code can be freely\n= " +"mixed." +msgstr "" + +#: gnu/packages/scheme.scm:481 +msgid "Small embeddable Scheme implementation" +msgstr "" + +#: gnu/packages/scheme.scm:483 +msgid "" +"Chibi-Scheme is a very small library with no external dependencies\n" +"intended for use as an extension and scripting language in C programs. = In\n" +"addition to support for lightweight VM-based threads, each VM itself ru= ns " +"in\n" +"an isolated heap allowing multiple VMs to run simultaneously in differe= nt " +"OS\n" +"threads." +msgstr "" + +#: gnu/packages/search.scm:52 +msgid "Search Engine Library" +msgstr "" + +#: gnu/packages/search.scm:54 +msgid "" +"Xapian is a highly adaptable toolkit which allows developers to easily\= n" +"add advanced indexing and search facilities to their own applications. = It\n" +"supports the Probabilistic Information Retrieval model and also support= s a\n" +"rich set of boolean query operators." +msgstr "" + +#: gnu/packages/search.scm:97 +msgid "Tool for Obsessive Compulsive Classifiers" +msgstr "" + +#: gnu/packages/search.scm:99 +msgid "" +"libtocc is the engine of the Tocc project, a tag-based file management\= n" +"system. The goal of Tocc is to provide a better system for classifying= " +"files\n" +"that is more flexible than classic file systems that are based on a tre= e of\n" +"files and directories." +msgstr "" + +#: gnu/packages/search.scm:121 +msgid "Command-line interface to libtocc" +msgstr "" + +#: gnu/packages/search.scm:123 +msgid "" +"Tocc is a tag-based file management system. This package contains the\= n" +"command line tool for interacting with libtocc." +msgstr "" + +#: gnu/packages/search.scm:141 +msgid "Finding text and HTML files that match boolean expressions" +msgstr "" + +#: gnu/packages/search.scm:143 +msgid "" +"GNU Bool is a utility to perform text searches on files using Boolean\n= " +"expressions. For example, a search for \"hello AND world\" would retur= n a\n" +"file containing the phrase \"Hello, world!\". It supports both AND and= OR\n" +"statements, as well as the NEAR statement to search for the occurrence = of\n" +"words in close proximity to each other. It handles context gracefully,= \n" +"accounting for new lines and paragraph changes. It also has robust sup= port\n" +"for parsing HTML files." +msgstr "" + +#: gnu/packages/serveez.scm:51 +msgid "Framework for implementing IP-based servers" +msgstr "" + +#: gnu/packages/serveez.scm:53 +msgid "" +"GNU Serveez is a server framework providing the routines necessary to\n= " +"easily implement IP-based servers in your application. It\n" +"demonstrates aspects of network programming in a portable manner,\n" +"making it convenient for both simplifying the process of adding a\n" +"server to your application or for learning about how network services\n= " +"work. Several example servers are provided already, such as an HTTP\n" +"server and an IRC server." +msgstr "" + +#: gnu/packages/telephony.scm:50 +msgid "(u)Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:51 +msgid "" +"GNU Common C++ is an portable, optimized class framework for\n" +"threaded applications, supporting concurrent synchronization, inter-pro= cess\n" +"communications via sockets, and various methods for data handling, such= as\n" +"serialization and XML parsing. It includes the uCommon C++ library, a = " +"smaller\n" +"reimplementation." +msgstr "" + +#: gnu/packages/telephony.scm:70 +msgid "Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:71 +msgid "" +"GNU uCommon C++ is meant as a very light-weight C++ library\n" +"to facilitate using C++ design patterns even for very deeply embedded\n= " +"applications, such as for systems using uclibc along with posix threadi= ng\n" +"support." +msgstr "" + +#: gnu/packages/telephony.scm:92 +msgid "Implementation of RTP (real-time transport protocol)" +msgstr "" + +#: gnu/packages/telephony.scm:93 +msgid "" +"GNU ccRTP is an implementation of RTP, the real-time transport\n" +"protocol from the IETF. It is suitable both for high capacity servers = and\n" +"personal client applications. It is flexible in its design, allowing i= t to\n" +"function as a framework for the framework, rather than just being a\n" +"packet-manipulation library." +msgstr "" + +#: gnu/packages/telephony.scm:113 +msgid "Library implementing SIP (RFC-3261)" +msgstr "" + +#: gnu/packages/telephony.scm:114 +msgid "" +"GNU oSIP is an implementation of the SIP protocol. It is\n" +"used to provide multimedia and telecom software developers with an " +"interface\n" +"to initiate and control SIP sessions." +msgstr "" + +#: gnu/packages/telephony.scm:134 +msgid "Sip abstraction library" +msgstr "" + +#: gnu/packages/telephony.scm:135 +msgid "" +"EXosip is a library that hides the complexity of using the\n" +"SIP protocol for mutlimedia session establishement. This protocol is m= ainly " +"to\n" +"be used by VoIP telephony applications (endpoints or conference server)= but\n" +"might be also usefull for any application that wish to establish sessio= ns " +"like\n" +"multiplayer games." +msgstr "" + +#: gnu/packages/telephony.scm:178 +msgid "Secure peer-to-peer VoIP server for the SIP protocol" +msgstr "" + +#: gnu/packages/telephony.scm:179 +msgid "" +"GNU SIP Witch is a peer-to-peer Voice-over-IP server that\n" +"uses the SIP protocol. Calls can be made from behind NAT firewalls and= \n" +"without the need for a service provider. Its peer-to-peer design ensur= es " +"that\n" +"there is no central point for media intercept or capture and thus it ca= n be\n" +"used to construct a secure telephone system that operates over the publ= ic\n" +"internet." +msgstr "" + +#: gnu/packages/telephony.scm:204 +msgid "Secure RTP (SRTP) Reference Implementation" +msgstr "" + +#: gnu/packages/telephony.scm:205 +msgid "" +"This package provides an implementation of the Secure\n" +"Real-time Transport Protocol (SRTP), the Universal Security Transform " +"(UST),\n" +"and a supporting cryptographic kernel." +msgstr "" + +#: gnu/packages/texinfo.scm:46 +msgid "The GNU documentation format" +msgstr "" + +#: gnu/packages/texinfo.scm:48 +msgid "" +"Texinfo is the official documentation format of the GNU project. It\n" +"uses a single source file using explicit commands to produce a final " +"document\n" +"in any of several supported output formats, such as HTML or PDF. This\= n" +"package includes both the tools necessary to produce Info documents fro= m\n" +"their source and the command-line Info reader. The emphasis of the " +"language\n" +"is on expressing the content semantically, avoiding physical markup com= mands." +msgstr "" + +#: gnu/packages/texinfo.scm:93 +msgid "Convert Texinfo to HTML" +msgstr "" + +#: gnu/packages/texinfo.scm:95 +msgid "" +"Texi2HTML is a Perl script which converts Texinfo source files to HTML\= n" +"output. It now supports many advanced features, such as " +"internationalization\n" +"and extremely configurable output formats.\n" +"\n" +"Development of Texi2HTML moved to the GNU Texinfo repository in 2010, s= ince " +"it\n" +"was meant to replace the makeinfo implementation in GNU Texinfo. The r= oute\n" +"forward for authors is, in most cases, to alter manuals and build proce= sses " +"as\n" +"necessary to use the new features of the makeinfo/texi2any implementati= on " +"of\n" +"GNU Texinfo. The Texi2HTML maintainers (one of whom is the principal " +"author\n" +"of the GNU Texinfo implementation) do not intend to make further releas= es " +"of\n" +"Texi2HTML." +msgstr "" + +#: gnu/packages/texlive.scm:151 gnu/packages/texlive.scm:207 +#: gnu/packages/texlive.scm:265 +msgid "TeX Live, a package of the TeX typesetting system" +msgstr "" + +#: gnu/packages/texlive.scm:153 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the binaries." +msgstr "" + +#: gnu/packages/texlive.scm:209 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete tree of texmf-dist data." +msgstr "" + +#: gnu/packages/texlive.scm:267 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete TeX Live distribution." +msgstr "" + +#: gnu/packages/texlive.scm:296 +msgid "Wrapper for LaTeX and friends" +msgstr "" + +#: gnu/packages/texlive.scm:298 +msgid "" +"Rubber is a program whose purpose is to handle all tasks related to the= \n" +"compilation of LaTeX documents. This includes compiling the document " +"itself,\n" +"of course, enough times so that all references are defined, and running= " +"BibTeX\n" +"to manage bibliographic references. Automatic execution of dvips to " +"produce\n" +"PostScript documents is also included, as well as usage of pdfLaTeX to = " +"produce\n" +"PDF documents." +msgstr "" + +#: gnu/packages/textutils.scm:61 +msgid "Text encoding converter" +msgstr "" + +#: gnu/packages/textutils.scm:62 +msgid "" +"The Recode library converts files between character sets and\n" +"usages. It recognises or produces over 200 different character sets (o= r " +"about\n" +"300 if combined with an iconv library) and transliterates files between= " +"almost\n" +"any pair. When exact transliteration are not possible, it gets rid of\= n" +"offending characters or falls back on approximations. The recode progr= am is " +"a\n" +"handy front-end to the library." +msgstr "" + +#: gnu/packages/textutils.scm:89 +msgid "Text encoding detection tool" +msgstr "" + +#: gnu/packages/textutils.scm:90 +msgid "" +"Enca (Extremely Naive Charset Analyser) consists of libenca,\n" +"an encoding detection library, and enca, a command line frontend, " +"integrating\n" +"libenca and several charset conversion libraries and tools." +msgstr "" + +#: gnu/packages/textutils.scm:127 +msgid "C library for processing UTF-8 Unicode data" +msgstr "" + +#: gnu/packages/textutils.scm:128 +msgid "" +"utf8proc is a small C library that provides Unicode\n" +"normalization, case-folding, and other operations for data in the UTF-8= \n" +"encoding, supporting Unicode version 7.0." +msgstr "" + +#: gnu/packages/textutils.scm:157 +msgid "Gordon's text utils library" +msgstr "" + +#: gnu/packages/textutils.scm:159 +msgid "" +"libgtextutils is a text utilities library used by the fastx toolkit fro= m\n" +"the Hannon Lab." +msgstr "" + +#: gnu/packages/textutils.scm:199 +msgid "Text-to-HTML conversion tool" +msgstr "" + +#: gnu/packages/textutils.scm:201 +msgid "" +"Markdown is a text-to-HTML conversion tool for web writers. It allows\= n" +"you to write using an easy-to-read, easy-to-write plain text format, th= en\n" +"convert it to structurally valid XHTML (or HTML)." +msgstr "" + +#: gnu/packages/version-control.scm:93 +msgid "" +"Version control system supporting both distributed and centralized work= flows" +msgstr "" + +#: gnu/packages/version-control.scm:95 +msgid "" +"GNU Bazaar is a version control system that allows you to record\n" +"changes to project files over time. It supports both a distributed " +"workflow\n" +"as well as the classic centralized workflow." +msgstr "" + +#: gnu/packages/version-control.scm:229 +msgid "Distributed version control system" +msgstr "" + +#: gnu/packages/version-control.scm:231 +msgid "" +"Git is a free distributed version control system designed to handle\n" +"everything from small to very large projects with speed and efficiency.= " +msgstr "" + +#: gnu/packages/version-control.scm:276 +msgid "Man pages of the Git version control system" +msgstr "" + +#: gnu/packages/version-control.scm:278 +msgid "" +"This package provides the man pages of the Git version control system.\= n" +"This is the documentation displayed when using the '--help' option of a= " +"'git'\n" +"command." +msgstr "" + +#: gnu/packages/version-control.scm:315 +msgid "Command-line flags library for shell scripts" +msgstr "" + +#: gnu/packages/version-control.scm:317 +msgid "" +"Shell Flags (shFlags) is a library written to greatly simplify the\n" +"handling of command-line flags in Bourne based Unix shell scripts (bash= , " +"dash,\n" +"ksh, sh, zsh). Most shell scripts use getopt for flags processing, but= the\n" +"different versions of getopt on various OSes make writing portable shel= l\n" +"scripts difficult. shFlags instead provides an API that doesn't change= " +"across\n" +"shell and OS versions so the script writer can be confident that the sc= ript\n" +"will work." +msgstr "" + +#: gnu/packages/version-control.scm:360 +msgid "Git extensions for Vincent Driessen's branching model" +msgstr "" + +#: gnu/packages/version-control.scm:362 +msgid "" +"Vincent Driessen's branching model is a git branching and release\n" +"management strategy that helps developers keep track of features, hotfi= xes,\n" +"and releases in bigger software projects. The git-flow library of git\= n" +"subcommands helps automate some parts of the flow to make working with = it a\n" +"lot easier." +msgstr "" + +#: gnu/packages/version-control.scm:399 +msgid "Run a command over a sequence of commits" +msgstr "" + +#: gnu/packages/version-control.scm:401 +msgid "" +"git-test-sequence is similar to an automated git bisect except it=E2=80= =99s\n" +"linear. It will test every change between two points in the DAG. It w= ill\n" +"also walk each side of a merge and test those changes individually." +msgstr "" + +#: gnu/packages/version-control.scm:459 +msgid "Git access control layer" +msgstr "" + +#: gnu/packages/version-control.scm:461 +msgid "" +"Gitolite is an access control layer on top of Git, providing fine acces= s\n" +"control to Git repositories." +msgstr "" + +#: gnu/packages/version-control.scm:485 +msgid "Decentralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:487 +msgid "" +"Mercurial is a free, distributed source control management tool.\n" +"It efficiently handles projects of any size\n" +"and offers an easy and intuitive interface." +msgstr "" + +#: gnu/packages/version-control.scm:521 +msgid "HTTP and WebDAV client library" +msgstr "" + +#: gnu/packages/version-control.scm:522 +msgid "" +"Neon is an HTTP and WebDAV client library, with a\n" +"C interface. Features:\n" +"High-level wrappers for common HTTP and WebDAV operations (GET, MOVE,\n= " +"DELETE, etc.);\n" +"low-level interface to the HTTP request/response engine, allowing the u= se\n" +"of arbitrary HTTP methods, headers, etc.;\n" +"authentication support including Basic and Digest support, along with\n= " +"GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32;= \n" +"SSL/TLS support using OpenSSL or GnuTLS, exposing an abstraction layer = for\n" +"verifying server certificates, handling client certificates, and examin= ing\n" +"certificate properties, smartcard-based client certificates are also\n" +"supported via a PKCS#11 wrapper interface;\n" +"abstract interface to parsing XML using libxml2 or expat, and wrappers = for\n" +"simplifying handling XML HTTP response bodies;\n" +"WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to simplif= y\n" +"property manipulation." +msgstr "" + +#: gnu/packages/version-control.scm:604 +msgid "Revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:606 +msgid "" +"Subversion exists to be universally recognized and adopted as a\n" +"centralized version control system characterized by its\n" +"reliability as a safe haven for valuable data; the simplicity of its mo= del " +"and\n" +"usage; and its ability to support the needs of a wide variety of users = and\n" +"projects, from individuals to large-scale enterprise operations." +msgstr "" + +#: gnu/packages/version-control.scm:627 +msgid "Per-file local revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:629 +msgid "" +"RCS is the original Revision Control System. It works on a\n" +"file-by-file basis, in contrast to subsequent version control systems s= uch " +"as\n" +"CVS, Subversion, and Git. This can make it suitable for system\n" +"administration files, for example, which are often inherently local to = one\n" +"machine." +msgstr "" + +#: gnu/packages/version-control.scm:655 +msgid "Historical centralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:657 +msgid "" +"CVS is a version control system, an important component of Source\n" +"Configuration Management (SCM). Using it, you can record the history o= f\n" +"sources files, and documents. It fills a similar role to the free soft= ware\n" +"RCS, PRCS, and Aegis packages." +msgstr "" + +#: gnu/packages/version-control.scm:679 +msgid "Version-control-agnostic ChangeLog diff and commit tool" +msgstr "" + +#: gnu/packages/version-control.scm:681 +msgid "" +"The vc-dwim package contains two tools, \"vc-dwim\" and \"vc-chlog\".\n= " +"vc-dwim is a tool that simplifies the task of maintaining a ChangeLog a= nd\n" +"using version control at the same time, for example by printing a remin= der\n" +"when a file change has been described in the ChangeLog but the file has= not\n" +"been added to the VC. vc-chlog scans changed files and generates\n" +"standards-compliant ChangeLog entries based on the changes that it dete= cts." +msgstr "" + +#: gnu/packages/version-control.scm:703 +msgid "Make histograms from the output of 'diff'" +msgstr "" + +#: gnu/packages/version-control.scm:705 +msgid "" +"Diffstat reads the output of 'diff' and displays a histogram of the\n" +"insertions, deletions, and modifications per-file. It is useful for " +"reviewing\n" +"large, complex patch files." +msgstr "" + +#: gnu/packages/version-control.scm:746 +msgid "File-based version control like SCCS" +msgstr "" + +#: gnu/packages/version-control.scm:747 +msgid "" +"GNU CSSC provides a replacement for the legacy Unix source\n" +"code control system SCCS. This allows old code still under that system= to " +"be\n" +"accessed and migrated on modern systems." +msgstr "" + +#: gnu/packages/version-control.scm:828 +msgid "Project change supervisor" +msgstr "" + +#: gnu/packages/version-control.scm:829 +msgid "" +"Aegis is a project change supervisor, and performs some of\n" +"the Software Configuration Management needed in a CASE environment. Ae= gis\n" +"provides a framework within which a team of developers may work on many= \n" +"changes to a program independently, and Aegis coordinates integrating t= hese\n" +"changes back into the master source of the program, with as little " +"disruption\n" +"as possible. Resolution of contention for source files, a major headac= he " +"for\n" +"any project with more than one developer, is one of Aegis's major funct= ions." +msgstr "" + +#: gnu/packages/version-control.scm:856 +msgid "Ncurses-based text user interface for Git" +msgstr "" + +#: gnu/packages/version-control.scm:858 +msgid "" +"Tig is an ncurses text user interface for Git, primarily intended as\n" +"a history browser. It can also stage hunks for commit, or colorize the= \n" +"output of the 'git' command." +msgstr "" + +#: gnu/packages/webkit.scm:105 +msgid "Web content engine for GTK+" +msgstr "" + +#: gnu/packages/webkit.scm:107 +msgid "" +"WebKitGTK+ is a full-featured port of the WebKit rendering engine,\n" +"suitable for projects requiring any kind of web integration, from hybri= d\n" +"HTML/CSS applications to full-fledged web browsers." +msgstr "" + +#: gnu/packages/web.scm:84 +msgid "Featureful HTTP server" +msgstr "" + +#: gnu/packages/web.scm:86 +msgid "" +"The Apache HTTP Server Project is a collaborative software development\= n" +"effort aimed at creating a robust, commercial-grade, featureful, and\n" +"freely-available source code implementation of an HTTP (Web) server. T= he\n" +"project is jointly managed by a group of volunteers located around the = " +"world,\n" +"using the Internet and the Web to communicate, plan, and develop the se= rver\n" +"and its related documentation." +msgstr "" + +#: gnu/packages/web.scm:164 +msgid "HTTP and reverse proxy server" +msgstr "" + +#: gnu/packages/web.scm:166 +msgid "" +"Nginx (\"engine X\") is a high-performance web and reverse proxy server= \n" +"created by Igor Sysoev. It can be used both as a standalone web server= \n" +"and as a proxy to reduce the load on back-end HTTP or mail servers." +msgstr "" + +#: gnu/packages/web.scm:202 +msgid "PSGI/Plack web server" +msgstr "" + +#: gnu/packages/web.scm:203 +msgid "" +"Starman is a PSGI perl web server that has unique features\n" +"such as high performance, preforking, signal support, superdaemon " +"awareness,\n" +"and UNIX socket support." +msgstr "" + +#: gnu/packages/web.scm:222 +msgid "JSON C library" +msgstr "" + +#: gnu/packages/web.scm:224 +msgid "" +"Jansson is a C library for encoding, decoding and manipulating JSON\n" +"data." +msgstr "" + +#: gnu/packages/web.scm:255 +msgid "JSON implementation in C" +msgstr "" + +#: gnu/packages/web.scm:257 +msgid "" +"JSON-C implements a reference counting object model that allows you to\= n" +"easily construct JSON objects in C, output them as JSON formatted strin= gs " +"and\n" +"parse JSON formatted strings back into the C representation of JSON obj= ects." +msgstr "" + +#: gnu/packages/web.scm:277 +msgid "JSON parser/generator for C++ with both SAX/DOM style API" +msgstr "" + +#: gnu/packages/web.scm:279 +msgid "" +"RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM\n" +"style API." +msgstr "" + +#: gnu/packages/web.scm:309 +msgid "WebSockets library written in C" +msgstr "" + +#: gnu/packages/web.scm:311 +msgid "" +"Libwebsockets is a library that allows C programs to establish client\n= " +"and server WebSockets connections---a protocol layered above HTTP that = " +"allows\n" +"for efficient socket-like bidirectional reliable communication channels= ." +msgstr "" + +#: gnu/packages/web.scm:351 +msgid "C library for the Publix Suffix List" +msgstr "" + +#: gnu/packages/web.scm:353 +msgid "" +"A \"public suffix\" is a domain name under which Internet users can\n" +"directly register own names.\n" +"\n" +"Browsers and other web clients can use it to avoid privacy-leaking\n" +"\"supercookies\", avoid privacy-leaking \"super domain\" certificates, = " +"domain\n" +"highlighting parts of the domain in a user interface, and sorting domai= n " +"lists\n" +"by site.\n" +"\n" +"Libpsl has built-in PSL data for fast access, allows to load PSL data f= rom\n" +"files, checks if a given domain is a public suffix, provides immediate = " +"cookie\n" +"domain verification, finds the longest public part of a given domain, f= inds\n" +"the shortest private part of a given domain, works with international\n= " +"domains (UTF-8 and IDNA2008 Punycode), is thread-safe, and handles IDNA= 2008\n" +"UTS#46" +msgstr "" + +#: gnu/packages/web.scm:398 +msgid "HTML validator and tidier" +msgstr "" + +#: gnu/packages/web.scm:399 +msgid "" +"HTML Tidy is a command-line tool and C library that can be\n" +"used to validate and fix HTML data." +msgstr "" + +#: gnu/packages/web.scm:439 +msgid "Light-weight HTTP/HTTPS proxy daemon" +msgstr "" + +#: gnu/packages/web.scm:440 +msgid "" +"Tinyproxy is a light-weight HTTP/HTTPS proxy\n" +"daemon. Designed from the ground up to be fast and yet small, it is an= " +"ideal\n" +"solution for use cases such as embedded deployments where a full featur= ed " +"HTTP\n" +"proxy is required, but the system resources for a larger proxy are\n" +"unavailable." +msgstr "" + +#: gnu/packages/web.scm:473 +msgid "Small caching web proxy" +msgstr "" + +#: gnu/packages/web.scm:475 +msgid "" +"Polipo is a small caching web proxy (web cache, HTTP proxy, and proxy\n= " +"server). It was primarily designed to be used by one person or a small= " +"group\n" +"of people." +msgstr "" + +#: gnu/packages/web.scm:495 +msgid "YAML 1.1 parser and emitter written in C" +msgstr "" + +#: gnu/packages/web.scm:497 +msgid "LibYAML is a YAML 1.1 parser and emitter written in C." +msgstr "" + +#: gnu/packages/web.scm:513 gnu/packages/web.scm:546 gnu/packages/web.sc= m:568 +msgid "Media stream URL parser" +msgstr "" + +#: gnu/packages/web.scm:514 +msgid "" +"This package contains support scripts called by libquvi to\n" +"parse media stream properties." +msgstr "" + +#: gnu/packages/web.scm:547 +msgid "" +"libquvi is a library with a C API for parsing media stream\n" +"URLs and extracting their actual media files." +msgstr "" + +#: gnu/packages/web.scm:569 +msgid "" +"quvi is a command-line-tool suite to extract media files\n" +"from streaming URLs. It is a command-line wrapper for the libquvi libr= ary." +msgstr "" + +#: gnu/packages/web.scm:632 +msgid "High-performance asynchronous HTTP client library" +msgstr "" + +#: gnu/packages/web.scm:634 +msgid "" +"serf is a C-based HTTP client library built upon the Apache Portable\n" +"Runtime (APR) library. It multiplexes connections, running the read/wr= ite\n" +"communication asynchronously. Memory copies and transformations are ke= pt to " +"a\n" +"minimum to provide high performance operation." +msgstr "" + +#: gnu/packages/web.scm:665 +msgid "Compile a log format string to perl-code" +msgstr "" + +#: gnu/packages/web.scm:666 +msgid "" +"This module provides methods to compile a log format string\n" +"to perl-code, for faster generation of access_log lines." +msgstr "" + +#: gnu/packages/web.scm:691 +msgid "Sensible default Catalyst action" +msgstr "" + +#: gnu/packages/web.scm:692 +msgid "" +"This Catalyst action implements a sensible default end\n" +"action, which will forward to the first available view." +msgstr "" + +#: gnu/packages/web.scm:720 +msgid "Automated REST Method Dispatching" +msgstr "" + +#: gnu/packages/web.scm:721 +msgid "" +"This Action handles doing automatic method dispatching for\n" +"REST requests. It takes a normal Catalyst action, and changes the disp= atch " +"to\n" +"append an underscore and method name. First it will try dispatching to= an\n" +"action with the generated name, and failing that it will try to dispatc= h to " +"a\n" +"regular method." +msgstr "" + +#: gnu/packages/web.scm:757 +msgid "Storage class for Catalyst authentication using DBIx::Class" +msgstr "" + +#: gnu/packages/web.scm:758 +msgid "" +"The Catalyst::Authentication::Store::DBIx::Class class\n" +"provides access to authentication information stored in a database via\= n" +"DBIx::Class." +msgstr "" + +#: gnu/packages/web.scm:782 +msgid "Create only one instance of Moose component per context" +msgstr "" + +#: gnu/packages/web.scm:783 +msgid "" +"Catalyst::Component::InstancePerContext returns a new\n" +"instance of a component on each request." +msgstr "" + +#: gnu/packages/web.scm:820 +msgid "Catalyst Development Tools" +msgstr "" + +#: gnu/packages/web.scm:821 +msgid "" +"The Catalyst-Devel distribution includes a variety of\n" +"modules useful for the development of Catalyst applications, but not " +"required\n" +"to run them. Catalyst-Devel includes the Catalyst::Helper system, whic= h\n" +"autogenerates scripts and tests; Module::Install::Catalyst, a Module::" +"Install\n" +"extension for Catalyst; and requirements for a variety of development-" +"related\n" +"modules." +msgstr "" + +#: gnu/packages/web.scm:850 +msgid "Regex DispatchType for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:851 +msgid "" +"Dispatch type managing path-matching behaviour using\n" +"regexes. Regex dispatch types have been deprecated and removed from " +"Catalyst\n" +"core. It is recommend that you use Chained methods or other techniques= \n" +"instead. As part of the refactoring, the dispatch priority of Regex vs= " +"Regexp\n" +"vs LocalRegex vs LocalRegexp may have changed. Priority is now influen= ced " +"by\n" +"when the dispatch type is first seen in your application." +msgstr "" + +#: gnu/packages/web.scm:899 +msgid "DBIx::Class::Schema Model Class" +msgstr "" + +#: gnu/packages/web.scm:900 +msgid "" +"This is a Catalyst Model for DBIx::Class::Schema-based\n" +"Models." +msgstr "" + +#: gnu/packages/web.scm:924 +msgid "Request logging from within Catalyst" +msgstr "" + +#: gnu/packages/web.scm:925 +msgid "" +"This Catalyst plugin enables you to create \"access logs\"\n" +"from within a Catalyst application instead of requiring a webserver to = do " +"it\n" +"for you. It will work even with Catalyst debug logging turned off." +msgstr "" + +#: gnu/packages/web.scm:957 +msgid "Infrastructure plugin for the Catalyst authentication framework" +msgstr "" + +#: gnu/packages/web.scm:958 +msgid "" +"The authentication plugin provides generic user support for\n" +"Catalyst apps. It is the basis for both authentication (checking the us= er " +"is\n" +"who they claim to be), and authorization (allowing the user to do what = the\n" +"system authorises them to do)." +msgstr "" + +#: gnu/packages/web.scm:988 +msgid "Role-based authorization for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:989 +msgid "" +"Catalyst::Plugin::Authorization::Roles provides role-based\n" +"authorization for Catalyst based on Catalyst::Plugin::Authentication." +msgstr "" + +#: gnu/packages/web.scm:1012 +msgid "Captchas for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:1013 +msgid "" +"This plugin creates and validates Captcha images for\n" +"Catalyst." +msgstr "" + +#: gnu/packages/web.scm:1039 +msgid "Load config files of various types" +msgstr "" + +#: gnu/packages/web.scm:1040 +msgid "" +"This module will attempt to load find and load configuration\n" +"files of various types. Currently it supports YAML, JSON, XML, INI and= " +"Perl\n" +"formats." +msgstr "" + +#: gnu/packages/web.scm:1070 +msgid "Catalyst generic session plugin" +msgstr "" + +#: gnu/packages/web.scm:1071 +msgid "" +"This plugin links the two pieces required for session\n" +"management in web applications together: the state, and the store." +msgstr "" + +#: gnu/packages/web.scm:1097 +msgid "Maintain session IDs using cookies" +msgstr "" + +#: gnu/packages/web.scm:1098 +msgid "" +"In order for Catalyst::Plugin::Session to work, the session\n" +"ID needs to be stored on the client, and the session data needs to be " +"stored\n" +"on the server. This plugin stores the session ID on the client using t= he\n" +"cookie mechanism." +msgstr "" + +#: gnu/packages/web.scm:1128 +msgid "FastMmap session storage backend." +msgstr "" + +#: gnu/packages/web.scm:1129 +msgid "" +"Catalyst::Plugin::Session::Store::FastMmap is a fast session\n" +"storage plugin for Catalyst that uses an mmap'ed file to act as a share= d\n" +"memory interprocess cache. It is based on Cache::FastMmap." +msgstr "" + +#: gnu/packages/web.scm:1152 +msgid "Stack trace on the Catalyst debug screen" +msgstr "" + +#: gnu/packages/web.scm:1153 +msgid "" +"This plugin enhances the standard Catalyst debug screen by\n" +"including a stack trace of your appliation up to the point where the er= ror\n" +"occurred. Each stack frame is displayed along with the package name, l= ine\n" +"number, file name, and code context surrounding the line number." +msgstr "" + +#: gnu/packages/web.scm:1179 +msgid "Simple serving of static pages" +msgstr "" + +#: gnu/packages/web.scm:1180 +msgid "" +"The Static::Simple plugin is designed to make serving static\n" +"content in your application during development quick and easy, without\= n" +"requiring a single line of code from you. This plugin detects static f= iles " +"by\n" +"looking at the file extension in the URL (such as .css or .png or .js).= " +"The\n" +"plugin uses the lightweight MIME::Types module to map file extensions t= o\n" +"IANA-registered MIME types, and will serve your static files with the " +"correct\n" +"MIME type directly to the browser, without being processed through Cata= lyst." +msgstr "" + +#: gnu/packages/web.scm:1246 +msgid "The Catalyst Framework Runtime" +msgstr "" + +#: gnu/packages/web.scm:1247 +msgid "" +"Catalyst is a modern framework for making web applications.\n" +"It is designed to make it easy to manage the various tasks you need to = do " +"to\n" +"run an application on the web, either by doing them itself, or by letti= ng " +"you\n" +"\"plug in\" existing Perl modules that do what you need." +msgstr "" + +#: gnu/packages/web.scm:1277 +msgid "Replace request base with value passed by HTTP proxy" +msgstr "" + +#: gnu/packages/web.scm:1278 +msgid "" +"This module is a Moose::Role which allows you more\n" +"flexibility in your application's deployment configurations when deploy= ed\n" +"behind a proxy. Using this module, the request base ($c->req->base) is= \n" +"replaced with the contents of the X-Request-Base header." +msgstr "" + +#: gnu/packages/web.scm:1304 +msgid "Download data in many formats" +msgstr "" + +#: gnu/packages/web.scm:1305 +msgid "" +"The purpose of this module is to provide a method for\n" +"downloading data into many supportable formats. For example, downloadi= ng a\n" +"table based report in a variety of formats (CSV, HTML, etc.). " +msgstr "" + +#: gnu/packages/web.scm:1330 +msgid "Catalyst JSON view" +msgstr "" + +#: gnu/packages/web.scm:1331 +msgid "" +"Catalyst::View::JSON is a Catalyst View handler that returns\n" +"stash data in JSON format." +msgstr "" + +#: gnu/packages/web.scm:1356 +msgid "Template View Class" +msgstr "" + +#: gnu/packages/web.scm:1357 +msgid "" +"This module is a Catalyst view class for the Template\n" +"Toolkit." +msgstr "" + +#: gnu/packages/web.scm:1386 +msgid "Trait Loading and Resolution for Catalyst Components" +msgstr "" + +#: gnu/packages/web.scm:1387 +msgid "" +"Adds a \"COMPONENT\" in Catalyst::Component method to your\n" +"Catalyst component base class that reads the optional \"traits\" parame= ter\n" +"from app and component config and instantiates the component subclass w= ith\n" +"those traits using \"new_with_traits\" in MooseX::Traits from\n" +"MooseX::Traits::Pluggable." +msgstr "" + +#: gnu/packages/web.scm:1412 +msgid "Apply roles to Catalyst classes" +msgstr "" + +#: gnu/packages/web.scm:1413 +msgid "" +"CatalystX::RoleApplicator applies roles to Catalyst\n" +"application classes." +msgstr "" + +#: gnu/packages/web.scm:1439 +msgid "Catalyst development server with Starman" +msgstr "" + +#: gnu/packages/web.scm:1440 +msgid "" +"This module provides a Catalyst extension to replace the\n" +"development server with Starman." +msgstr "" + +#: gnu/packages/web.scm:1460 +msgid "CGI interface that is CGI.pm compliant" +msgstr "" + +#: gnu/packages/web.scm:1461 +msgid "" +"CGI::Simple provides a relatively lightweight drop in\n" +"replacement for CGI.pm. It shares an identical OO interface to CGI.pm = for\n" +"parameter parsing, file upload, cookie handling and header generation." +msgstr "" + +#: gnu/packages/web.scm:1482 +msgid "Build structures from CGI data" +msgstr "" + +#: gnu/packages/web.scm:1483 +msgid "" +"This is a module for building structured data from CGI\n" +"inputs, in a manner reminiscent of how PHP does." +msgstr "" + +#: gnu/packages/web.scm:1504 +msgid "Date conversion routines" +msgstr "" + +#: gnu/packages/web.scm:1505 +msgid "" +"This module provides functions that deal with the date\n" +"formats used by the HTTP protocol." +msgstr "" + +#: gnu/packages/web.scm:1525 +msgid "MD5 sums for files and urls" +msgstr "" + +#: gnu/packages/web.scm:1526 +msgid "" +"Digest::MD5::File is a Perl extension for getting MD5 sums\n" +"for files and urls." +msgstr "" + +#: gnu/packages/web.scm:1544 +msgid "Perl locale encoding determination" +msgstr "" + +#: gnu/packages/web.scm:1546 +msgid "" +"The POSIX locale system is used to specify both the language\n" +"conventions requested by the user and the preferred character set to " +"consume\n" +"and output. The Encode::Locale module looks up the charset and encodin= g\n" +"(called a CODESET in the locale jargon) and arranges for the Encode mod= ule\n" +"to know this encoding under the name \"locale\". It means bytes obtain= ed\n" +"from the environment can be converted to Unicode strings by calling\n" +"Encode::encode(locale =3D> $bytes) and converted back again with\n" +"Encode::decode(locale =3D> $string)." +msgstr "" + +#: gnu/packages/web.scm:1572 +msgid "Perl directory listing parser" +msgstr "" + +#: gnu/packages/web.scm:1574 +msgid "" +"The File::Listing module exports a single function called parse_dir(),\= n" +"which can be used to parse directory listings." +msgstr "" + +#: gnu/packages/web.scm:1598 +msgid "Perl class representing an HTML form element" +msgstr "" + +#: gnu/packages/web.scm:1599 +msgid "" +"Objects of the HTML::Form class represents a single HTML\n" +"
...
instance." +msgstr "" + +#: gnu/packages/web.scm:1621 +msgid "Check for HTML errors in a string or file" +msgstr "" + +#: gnu/packages/web.scm:1622 +msgid "" +"HTML::Lint is a pure-Perl HTML parser and checker for\n" +"syntactic legitmacy." +msgstr "" + +#: gnu/packages/web.scm:1646 +msgid "Work with HTML in a DOM-like tree structure" +msgstr "" + +#: gnu/packages/web.scm:1647 +msgid "" +"This distribution contains a suite of modules for\n" +"representing, creating, and extracting information from HTML syntax tre= es." +msgstr "" + +#: gnu/packages/web.scm:1667 +msgid "Perl HTML parser class" +msgstr "" + +#: gnu/packages/web.scm:1669 +msgid "" +"Objects of the HTML::Parser class will recognize markup and separate\n" +"it from plain text (alias data content) in HTML documents. As differen= t\n" +"kinds of markup and text are recognized, the corresponding event handle= rs\n" +"are invoked." +msgstr "" + +#: gnu/packages/web.scm:1689 +msgid "Perl data tables useful in parsing HTML" +msgstr "" + +#: gnu/packages/web.scm:1691 +msgid "" +"The HTML::Tagset module contains several data tables useful in various\= n" +"kinds of HTML parsing operations." +msgstr "" + +#: gnu/packages/web.scm:1714 +msgid "HTTP Body Parser" +msgstr "" + +#: gnu/packages/web.scm:1715 +msgid "" +"HTTP::Body parses chunks of HTTP POST data and supports\n" +"application/octet-stream, application/json, application/x-www-form-" +"urlencoded,\n" +"and multipart/form-data." +msgstr "" + +#: gnu/packages/web.scm:1741 +msgid "Minimalist HTTP user agent cookie jar" +msgstr "" + +#: gnu/packages/web.scm:1742 +msgid "" +"This module implements a minimalist HTTP user agent cookie\n" +"jar in conformance with RFC 6265 ." +msgstr "" + +#: gnu/packages/web.scm:1762 +msgid "Perl HTTP cookie jars" msgstr "" =20 -#: gnu/packages/linux.scm:1156 +#: gnu/packages/web.scm:1764 msgid "" -"This is a file system client based on the SSH File Transfer Protocol.\n= " -"Since most SSH servers already support this protocol it is very easy to= set\n" -"up: on the server side there's nothing to do; on the client side mounti= ng the\n" -"file system is as easy as logging into the server with an SSH client." +"The HTTP::Cookies class is for objects that represent a cookie jar,\n" +"that is, a database of all the HTTP cookies that a given LWP::UserAgent= \n" +"object knows about." msgstr "" =20 -#: gnu/packages/linux.scm:1204 -msgid "Tools for non-uniform memory access (NUMA) machines" +#: gnu/packages/web.scm:1786 +msgid "Perl simple http server class" msgstr "" =20 -#: gnu/packages/linux.scm:1206 +#: gnu/packages/web.scm:1788 msgid "" -"NUMA stands for Non-Uniform Memory Access, in other words a system whos= e\n" -"memory is not all in one place. The numactl program allows you to run = your\n" -"application program on specific CPU's and memory nodes. It does this b= y\n" -"supplying a NUMA memory policy to the operating system before running y= our\n" -"program.\n" -"\n" -"The package contains other commands, such as numademo, numastat and mem= hog.\n" -"The numademo command provides a quick overview of NUMA performance on y= our\n" -"system." +"Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen\n" +"on a socket for incoming requests. The HTTP::Daemon is a subclass of\n= " +"IO::Socket::INET, so you can perform socket operations directly on it t= oo." msgstr "" =20 -#: gnu/packages/linux.scm:1269 -msgid "Linux keyboard utilities and keyboard maps" +#: gnu/packages/web.scm:1807 +msgid "Perl date conversion routines" msgstr "" =20 -#: gnu/packages/linux.scm:1271 +#: gnu/packages/web.scm:1809 msgid "" -"This package contains keytable files and keyboard utilities compatible\= n" -"for systems using the Linux kernel. This includes commands such as\n" -"'loadkeys', 'setfont', 'kbdinfo', and 'chvt'." +"The HTTP::Date module provides functions that deal with date formats\n" +"used by the HTTP protocol (and then some more)." msgstr "" =20 -#: gnu/packages/linux.scm:1290 -msgid "Monitor file accesses" +#: gnu/packages/web.scm:1832 +msgid "Perl HTTP style message" +msgstr "" + +#: gnu/packages/web.scm:1834 +msgid "An HTTP::Message object contains some headers and a content body.= " +msgstr "" + +#: gnu/packages/web.scm:1853 +msgid "Perl http content negotiation" msgstr "" =20 -#: gnu/packages/linux.scm:1292 +#: gnu/packages/web.scm:1855 msgid "" -"The inotify-tools packages provides a C library and command-line tools\= n" -"to use Linux' inotify mechanism, which allows file accesses to be monit= ored." +"The HTTP::Negotiate module provides a complete implementation of the\n" +"HTTP content negotiation algorithm specified in\n" +"draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows = for\n" +"the selection of a preferred content representation based upon attribut= es\n" +"of the negotiable variants and the value of the various Accept* header\= n" +"fields in the request." msgstr "" =20 -#: gnu/packages/linux.scm:1330 -msgid "Kernel module tools" +#: gnu/packages/web.scm:1880 +msgid "Parse HTTP/1.1 requests" msgstr "" =20 -#: gnu/packages/linux.scm:1331 +#: gnu/packages/web.scm:1881 msgid "" -"Kmod is a set of tools to handle common tasks with Linux\n" -"kernel modules like insert, remove, list, check properties, resolve\n" -"dependencies and aliases.\n" -"\n" -"These tools are designed on top of libkmod, a library that is shipped w= ith\n" -"kmod. The aim is to be compatible with tools, configurations and indic= es\n" -"from the module-init-tools project." +"This is an HTTP request parser. It takes chunks of text as\n" +"received and returns a 'hint' as to what is required, or returns the\n" +"HTTP::Request when a complete request has been read. HTTP/1.1 chunking= is\n" +"supported." msgstr "" =20 -#: gnu/packages/linux.scm:1380 -msgid "Userspace device management" +#: gnu/packages/web.scm:1901 +msgid "Fast HTTP request parser" msgstr "" =20 -#: gnu/packages/linux.scm:1381 +#: gnu/packages/web.scm:1902 msgid "" -"Udev is a daemon which dynamically creates and removes\n" -"device nodes from /dev/, handles hotplug events and loads drivers at bo= ot\n" -"time." +"HTTP::Parser::XS is a fast, primitive HTTP request/response\n" +"parser." msgstr "" =20 -#: gnu/packages/linux.scm:1470 -msgid "Logical volume management for Linux" +#: gnu/packages/web.scm:1923 +msgid "Set up a CGI environment from an HTTP::Request" msgstr "" =20 -#: gnu/packages/linux.scm:1472 +#: gnu/packages/web.scm:1924 msgid "" -"LVM2 is the logical volume management tool set for Linux-based systems.= \n" -"This package includes the user-space libraries and tools, including the= device\n" -"mapper. Kernel components are part of Linux-libre." +"This module provides a convenient way to set up a CGI\n" +"environment from an HTTP::Request." msgstr "" =20 -#: gnu/packages/linux.scm:1499 -msgid "Tools for manipulating Linux Wireless Extensions" +#: gnu/packages/web.scm:1946 +msgid "Lightweight HTTP server" msgstr "" =20 -#: gnu/packages/linux.scm:1500 +#: gnu/packages/web.scm:1947 msgid "" -"Wireless Tools are used to manipulate the Linux Wireless\n" -"Extensions. The Wireless Extension is an interface allowing you to set= \n" -"Wireless LAN specific parameters and get the specific stats." +"HTTP::Server::Simple is a simple standalone HTTP daemon with\n" +"no non-core module dependencies. It can be used for building a standal= one\n" +"http-based UI to your existing tools." msgstr "" =20 -#: gnu/packages/linux.scm:1572 -msgid "Utilities to read temperature/voltage/fan sensors" +#: gnu/packages/web.scm:1971 +msgid "HTTP/1.1 client" msgstr "" =20 -#: gnu/packages/linux.scm:1574 +#: gnu/packages/web.scm:1972 msgid "" -"Lm-sensors is a hardware health monitoring package for Linux. It allow= s\n" -"you to access information from temperature, voltage, and fan speed sens= ors.\n" -"It works with most newer systems." +"This is a very simple HTTP/1.1 client, designed for doing\n" +"simple requests without the overhead of a large framework like LWP::" +"UserAgent.\n" +"It supports proxies and redirection. It also correctly resumes after E= INTR." msgstr "" =20 -#: gnu/packages/linux.scm:1609 -msgid "Hardware health information viewer" +#: gnu/packages/web.scm:1991 +msgid "Perl module to open an HTML file with automatic charset detection= " msgstr "" =20 -#: gnu/packages/linux.scm:1611 +#: gnu/packages/web.scm:1993 msgid "" -"Xsensors reads data from the libsensors library regarding hardware\n" -"health such as temperature, voltage and fan speed and displays the info= rmation\n" -"in a digital read-out." +"IO::HTML provides an easy way to open a file containing HTML while\n" +"automatically determining its encoding. It uses the HTML5 encoding " +"sniffing\n" +"algorithm specified in section 8.2.2.1 of the draft standard." msgstr "" =20 -#: gnu/packages/linux.scm:1654 -msgid "Linux profiling with performance counters" +#: gnu/packages/web.scm:2012 +msgid "Family-neutral IP socket supporting both IPv4 and IPv6" msgstr "" =20 -#: gnu/packages/linux.scm:1656 +#: gnu/packages/web.scm:2013 msgid "" -"perf is a tool suite for profiling using hardware performance counters,= \n" -"with support in the Linux kernel. perf can instrument CPU performance\= n" -"counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is c= apable\n" -"of lightweight profiling. This package contains the user-land tools an= d in\n" -"particular the 'perf' command." +"This module provides a protocol-independent way to use IPv4\n" +"and IPv6 sockets, intended as a replacement for IO::Socket::INET." msgstr "" =20 -#: gnu/packages/lout.scm:109 -msgid "Document layout system" +#: gnu/packages/web.scm:2030 +msgid "Nearly transparent SSL encapsulation for IO::Socket::INET" msgstr "" =20 -#: gnu/packages/lout.scm:111 +#: gnu/packages/web.scm:2032 msgid "" -"The Lout document formatting system reads a high-level description of\n= " -"a document similar in style to LaTeX and produces a PostScript or plain= text\n" -"output file.\n" -"\n" -"Lout offers an unprecedented range of advanced features, including opti= mal\n" -"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" -"inclusion and generation, equation formatting, tables, diagrams, rotati= on and\n" -"scaling, sorted indexes, bibliographic databases, running headers and\n= " -"odd-even pages, automatic cross referencing, multilingual documents inc= luding\n" -"hyphenation (most European languages are supported), formatting of comp= uter\n" -"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" -"extended with definitions which are very much easier to write than trof= f of\n" -"TeX macros because Lout is a high-level, purely functional language, th= e\n" -"outcome of an eight-year research project that went back to the\n" -"beginning." +"IO::Socket::SSL makes using SSL/TLS much easier by wrapping the\n" +"necessary functionality into the familiar IO::Socket interface and " +"providing\n" +"secure defaults whenever possible. This way existing applications can = be " +"made\n" +"SSL-aware without much effort, at least if you do blocking I/O and don'= t " +"use\n" +"select or poll." msgstr "" =20 -#: gnu/packages/mpd.scm:62 -msgid "Music Player Daemon client library" +#: gnu/packages/web.scm:2063 +msgid "Perl modules for the WWW" msgstr "" =20 -#: gnu/packages/mpd.scm:63 +#: gnu/packages/web.scm:2065 msgid "" -"A stable, documented, asynchronous API library for\n" -"interfacing MPD in the C, C++ & Objective C languages." +"The libwww-perl collection is a set of Perl modules which provides a\n" +"simple and consistent application programming interface to the\n" +"World-Wide Web. The main focus of the library is to provide classes\n" +"and functions that allow you to write WWW clients. The library also\n" +"contains modules that are of more general use and even classes that\n" +"help you implement simple HTTP servers." msgstr "" =20 -#: gnu/packages/mpd.scm:121 -msgid "Music Player Daemon" +#: gnu/packages/web.scm:2087 +msgid "Perl module to guess the media type for a file or a URL" msgstr "" =20 -#: gnu/packages/mpd.scm:122 +#: gnu/packages/web.scm:2089 +#, scheme-format msgid "" -"Music Player Daemon (MPD) is a flexible, powerful,\n" -"server-side application for playing music. Through plugins and librari= es it\n" -"can play a variety of sound files while being controlled by its network= \n" -"protocol." +"The LWP::MediaTypes module provides functions for handling media (also\= n" +"known as MIME) types and encodings. The mapping from file extensions t= o\n" +"media types is defined by the media.types file. If the ~/.media.types = file\n" +"exists it is used instead." msgstr "" =20 -#: gnu/packages/mpd.scm:147 -msgid "Curses Music Player Daemon client" +#: gnu/packages/web.scm:2115 +msgid "HTTPS support for LWP::UserAgent" msgstr "" =20 -#: gnu/packages/mpd.scm:148 +#: gnu/packages/web.scm:2116 msgid "" -"ncmpc is a fully featured MPD client, which runs in a\n" -"terminal using ncurses." +"The LWP::Protocol::https module provides support for using\n" +"https schemed URLs with LWP." msgstr "" =20 -#: gnu/packages/mpd.scm:169 -msgid "Featureful ncurses based MPD client inspired by ncmpc" +#: gnu/packages/web.scm:2136 +msgid "Virtual browser that retries errors" msgstr "" =20 -#: gnu/packages/mpd.scm:170 +#: gnu/packages/web.scm:2137 msgid "" -"Ncmpcpp is an mpd client with a UI very similar to ncmpc,\n" -"but it provides new useful features such as support for regular express= ions\n" -"for library searches, extended song format, items filtering, the abilit= y to\n" -"sort playlists, and a local filesystem browser." +"LWP::UserAgent::Determined works just like LWP::UserAgent,\n" +"except that when you use it to get a web page but run into a\n" +"possibly-temporary error (like a DNS lookup timeout), it'll wait a few = " +"seconds\n" +"and retry a few times." msgstr "" =20 -#: gnu/packages/pdf.scm:79 -msgid "PDF rendering library" +#: gnu/packages/web.scm:2182 +msgid "Perl interface to Amazon S3" msgstr "" =20 -#: gnu/packages/pdf.scm:81 -msgid "Poppler is a PDF rendering library based on the xpdf-3.0 code bas= e." +#: gnu/packages/web.scm:2183 +msgid "This module provides a Perlish interface to Amazon S3." msgstr "" =20 -#: gnu/packages/pdf.scm:124 -msgid "Viewer for PDF files based on the Motif toolkit" +#: gnu/packages/web.scm:2203 +msgid "Perl low-level HTTP connection (client)" msgstr "" =20 -#: gnu/packages/pdf.scm:126 -msgid "Xpdf is a viewer for Portable Document Format (PDF) files" +#: gnu/packages/web.scm:2205 +msgid "" +"The Net::HTTP class is a low-level HTTP client. An instance of the\n" +"Net::HTTP class represents a connection to an HTTP server. The HTTP " +"protocol\n" +"is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and\n" +"HTTP/1.1." msgstr "" =20 -#: gnu/packages/pdf.scm:154 -msgid "Tools to work with the PDF file format" +#: gnu/packages/web.scm:2225 +msgid "Extensible Perl server engine" msgstr "" =20 -#: gnu/packages/pdf.scm:156 +#: gnu/packages/web.scm:2226 msgid "" -"PoDoFo is a C++ library and set of command-line tools to work with the\= n" -"PDF file format. It can parse PDF files and load them into memory, and= makes\n" -"it easy to modify them and write the changes to disk. It is primarily = useful\n" -"for applications that wish to do lower level manipulation of PDF, such = as\n" -"extracting content or merging files." +"Net::Server is an extensible, generic Perl server engine.\n" +"It attempts to be a generic server as in Net::Daemon and NetServer::" +"Generic.\n" +"It includes with it the ability to run as an inetd\n" +"process (Net::Server::INET), a single connection server (Net::Server or= \n" +"Net::Server::Single), a forking server (Net::Server::Fork), a preforkin= g\n" +"server which maintains a constant number of preforked\n" +"children (Net::Server::PreForkSimple), or as a managed preforking serve= r " +"which\n" +"maintains the number of children based on server load (Net::Server::" +"PreFork).\n" +"In all but the inetd type, the server provides the ability to connect t= o " +"one\n" +"or to multiple server ports." +msgstr "" + +#: gnu/packages/web.scm:2269 +msgid "Perl Superglue for Web frameworks and servers (PSGI toolkit)" +msgstr "" + +#: gnu/packages/web.scm:2270 +msgid "" +"Plack is a set of tools for using the PSGI stack. It\n" +"contains middleware components, a reference server, and utilities for W= eb\n" +"application frameworks. Plack is like Ruby's Rack or Python's Paste fo= r\n" +"WSGI." msgstr "" =20 -#: gnu/packages/pdf.scm:217 -msgid "Lightweight PDF viewer and toolkit" +#: gnu/packages/web.scm:2296 +msgid "Plack::Middleware which sets body for redirect response" msgstr "" =20 -#: gnu/packages/pdf.scm:219 +#: gnu/packages/web.scm:2297 msgid "" -"MuPDF is a C library that implements a PDF and XPS parsing and\n" -"rendering engine. It is used primarily to render pages into bitmaps,\n= " -"but also provides support for other operations such as searching and\n" -"listing the table of contents and hyperlinks.\n" -"\n" -"The library ships with a rudimentary X11 viewer, and a set of command\n= " -"line tools for batch rendering (pdfdraw), examining the file structure\= n" -"(pdfshow), and rewriting files (pdfclean)." +"This module sets the body in redirect response, if it's not\n" +"already set." msgstr "" =20 -#: gnu/packages/ratpoison.scm:60 -msgid "Simple mouse-free tiling window manager" +#: gnu/packages/web.scm:2318 +msgid "Override REST methods to Plack apps via POST" msgstr "" =20 -#: gnu/packages/ratpoison.scm:62 +#: gnu/packages/web.scm:2319 msgid "" -"Ratpoison is a simple window manager with no fat library\n" -"dependencies, no fancy graphics, no window decorations, and no\n" -"rodent dependence. It is largely modelled after GNU Screen which\n" -"has done wonders in the virtual terminal market.\n" -"\n" -"The screen can be split into non-overlapping frames. All windows\n" -"are kept maximized inside their frames to take full advantage of\n" -"your precious screen real estate.\n" -"\n" -"All interaction with the window manager is done through keystrokes.\n" -"Ratpoison has a prefix map to minimize the key clobbering that\n" -"cripples Emacs and other quality pieces of software." +"This middleware allows for POST requests that pretend to be\n" +"something else: by adding either a header named X-HTTP-Method-Override = to " +"the\n" +"request, or a query parameter named x-tunneled-method to the URI, the " +"client\n" +"can say what method it actually meant." msgstr "" =20 -#: gnu/packages/scanner.scm:52 -msgid "Raster image scanner library and drivers" +#: gnu/packages/web.scm:2343 +msgid "Plack::Middleware which removes body for HTTP response" msgstr "" =20 -#: gnu/packages/scanner.scm:53 +#: gnu/packages/web.scm:2344 msgid "" -"SANE stands for \"Scanner Access Now Easy\" and is an API\n" -"proving access to any raster image scanner hardware (flatbed scanner,\n= " -"hand-held scanner, video- and still-cameras, frame-grabbers, etc.). Th= e\n" -"package contains the library and drivers." +"This module removes the body in an HTTP response if it's not\n" +"required." msgstr "" =20 -#: gnu/packages/scheme.scm:126 -msgid "A Scheme implementation with integrated editor and debugger" +#: gnu/packages/web.scm:2365 +msgid "Supports app to run as a reverse proxy backend" msgstr "" =20 -#: gnu/packages/scheme.scm:128 +#: gnu/packages/web.scm:2366 msgid "" -"GNU/MIT Scheme is an implementation of the Scheme programming\n" -"language. It provides an interpreter, a compiler and a debugger. It a= lso\n" -"features an integrated Emacs-like editor and a large runtime library." +"Plack::Middleware::ReverseProxy resets some HTTP headers,\n" +"which are changed by reverse-proxy. You can specify the reverse proxy = " +"address\n" +"and stop fake requests using 'enable_if' directive in your app.psgi." msgstr "" =20 -#: gnu/packages/scheme.scm:208 -msgid "Efficient Scheme compiler" +#: gnu/packages/web.scm:2387 +msgid "Run HTTP tests on external live servers" msgstr "" =20 -#: gnu/packages/scheme.scm:210 +#: gnu/packages/web.scm:2388 msgid "" -"Bigloo is a Scheme implementation devoted to one goal: enabling\n" -"Scheme based programming style where C(++) is usually\n" -"required. Bigloo attempts to make Scheme practical by offering\n" -"features usually presented by traditional programming languages\n" -"but not offered by Scheme and functional programming. Bigloo\n" -"compiles Scheme modules. It delivers small and fast stand alone\n" -"binary executables. Bigloo enables full connections between\n" -"Scheme and C programs and between Scheme and Java programs." +"This module allows your to run your Plack::Test tests\n" +"against an external server instead of just against a local application = " +"through\n" +"either mocked HTTP or a locally spawned server." msgstr "" =20 -#: gnu/packages/scheme.scm:281 -msgid "Multi-tier programming language for the Web 2.0" +#: gnu/packages/web.scm:2410 +msgid "Testing TCP programs" +msgstr "" + +#: gnu/packages/web.scm:2411 +msgid "Test::TCP is test utilities for TCP/IP programs." msgstr "" =20 -#: gnu/packages/scheme.scm:283 +#: gnu/packages/web.scm:2439 +msgid "Testing-specific WWW::Mechanize subclass" +msgstr "" + +#: gnu/packages/web.scm:2440 msgid "" -"HOP is a multi-tier programming language for the Web 2.0 and the\n" -"so-called diffuse Web. It is designed for programming interactive web\= n" -"applications in many fields such as multimedia (web galleries, music pl= ayers,\n" -"...), ubiquitous and house automation (SmartPhones, personal appliance)= ,\n" -"mashups, office (web agendas, mail clients, ...), etc." +"Test::WWW::Mechanize is a subclass of the Perl module\n" +"WWW::Mechanize that incorporates features for web application testing." msgstr "" =20 -#: gnu/packages/scheme.scm:323 -msgid "R5RS Scheme implementation that compiles native code via C" +#: gnu/packages/web.scm:2473 +msgid "Test::WWW::Mechanize for Catalyst" msgstr "" =20 -#: gnu/packages/scheme.scm:325 +#: gnu/packages/web.scm:2474 msgid "" -"CHICKEN is a compiler for the Scheme programming language. CHICKEN\n" -"produces portable and efficient C, supports almost all of the R5RS Sche= me\n" -"language standard, and includes many enhancements and extensions." +"The Test::WWW::Mechanize::Catalyst module meshes the\n" +"Test::WWW:Mechanize module and the Catalyst web application framework t= o " +"allow\n" +"testing of Catalyst applications without needing to start up a web serv= er." msgstr "" =20 -#: gnu/packages/scheme.scm:344 -msgid "Scheme implementation using a bytecode interpreter" +#: gnu/packages/web.scm:2498 +msgid "Test PSGI programs using WWW::Mechanize" msgstr "" =20 -#: gnu/packages/scheme.scm:346 +#: gnu/packages/web.scm:2499 msgid "" -"Scheme 48 is an implementation of Scheme based on a byte-code\n" -"interpreter and is designed to be used as a testbed for experiments in\= n" -"implementation techniques and as an expository tool." +"PSGI is a specification to decouple web server environments\n" +"from web application framework code. Test::WWW::Mechanize is a subclas= s of\n" +"WWW::Mechanize that incorporates features for web application testing. = The\n" +"Test::WWW::Mechanize::PSGI module meshes the two to allow easy testing = of " +"PSGI\n" +"applications." msgstr "" =20 -#: gnu/packages/scheme.scm:419 -msgid "Implementation of Scheme and related languages" +#: gnu/packages/web.scm:2519 +msgid "Perl Uniform Resource Identifiers (absolute and relative)" msgstr "" =20 -#: gnu/packages/scheme.scm:421 +#: gnu/packages/web.scm:2521 msgid "" -"Racket is an implementation of the Scheme programming language (R5RS an= d\n" -"R6RS) and related languages, such as Typed Racket. It features a compi= ler and\n" -"a virtual machine with just-in-time native compilation, as well as a la= rge set\n" -"of libraries." +"The URI module implements the URI class. Objects of this class\n" +"represent \"Uniform Resource Identifier references\" as specified in RF= C " +"2396\n" +"and updated by RFC 2732." +msgstr "" + +#: gnu/packages/web.scm:2542 +msgid "Find URIs in arbitrary text" +msgstr "" + +#: gnu/packages/web.scm:2543 +msgid "" +"This module finds URIs and URLs (according to what URI.pm\n" +"considers a URI) in plain text. It only finds URIs which include a\n" +"scheme (http:// or the like), for something a bit less strict, consider= \n" +"URI::Find::Schemeless. For a command-line interface, urifind is provid= ed." +msgstr "" + +#: gnu/packages/web.scm:2565 +msgid "WebSocket support for URI package" +msgstr "" + +#: gnu/packages/web.scm:2566 +msgid "" +"With this module, the URI package provides the same set of\n" +"methods for WebSocket URIs as it does for HTTP URIs." +msgstr "" + +#: gnu/packages/web.scm:2586 +msgid "Perl extension interface for libcurl" +msgstr "" + +#: gnu/packages/web.scm:2588 +msgid "" +"This is a Perl extension interface for the libcurl file downloading\n" +"library." +msgstr "" + +#: gnu/packages/web.scm:2615 +msgid "Web browsing in a Perl object" +msgstr "" + +#: gnu/packages/web.scm:2616 +msgid "" +"WWW::Mechanize is a Perl module for stateful programmatic\n" +"web browsing, used for automating interaction with websites." +msgstr "" + +#: gnu/packages/web.scm:2636 +msgid "Perl database of robots.txt-derived permissions" +msgstr "" + +#: gnu/packages/web.scm:2638 +msgid "" +"The WWW::RobotRules module parses /robots.txt files as specified in\n" +"\"A Standard for Robot Exclusion\", at\n" +". Webmasters can use the\n" +"/robots.txt file to forbid conforming robots from accessing parts of\n" +"their web site." +msgstr "" + +#: gnu/packages/weechat.scm:93 +msgid "Extensible chat client" +msgstr "" + +#: gnu/packages/weechat.scm:94 +msgid "" +"WeeChat (Wee Enhanced Environment for Chat) is an\n" +"Internet Relay Chat client, which is designed to be light and fast.\n" +"The client uses a curses frontend, and there are remote interfaces\n" +"for Web, Qt, Android and Emacs. In WeeChat everything can be done\n" +"with a keyboard, though it also supports mouse. It is customizable\n" +"and extensible with plugins and scripts." msgstr "" =20 #: gnu/packages/wordnet.scm:79 @@ -1189,18 +7745,197 @@ msgid "" "WordNet=C2=AE is a large lexical database of English. Nouns, verbs,\n" "adjectives and adverbs are grouped into sets of cognitive synonyms\n" "(synsets), each expressing a distinct concept. Synsets are interlinked= by\n" -"means of conceptual-semantic and lexical relations. The resulting netw= ork of\n" +"means of conceptual-semantic and lexical relations. The resulting netw= ork " +"of\n" "meaningfully related words and concepts can be navigated with the brows= er.\n" "WordNet is also freely and publicly available for download. WordNet's\= n" "structure makes it a useful tool for computational linguistics and natu= ral\n" "language processing." msgstr "" =20 -#: gnu/packages/zip.scm:56 +#: gnu/packages/xiph.scm:63 +msgid "Library for manipulating the ogg multimedia format" +msgstr "" + +#: gnu/packages/xiph.scm:65 +msgid "" +"The libogg library allows to manipulate the ogg multimedia container\n" +"format, which encapsulates raw compressed data and allows the interleav= ing " +"of\n" +"audio and video data. In addition to encapsulation and interleaving of= \n" +"multiple data streams, ogg provides packet framing, error detection, an= d\n" +"periodic timestamps for seeking." +msgstr "" + +#: gnu/packages/xiph.scm:89 +msgid "Library implementing the vorbis audio format" +msgstr "" + +#: gnu/packages/xiph.scm:91 +msgid "" +"The libvorbis library implements the ogg vorbis audio format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit,= \n" +"polyphonic) audio and music at fixed and variable bitrates from 16 to\n= " +"128 kbps/channel." +msgstr "" + +#: gnu/packages/xiph.scm:116 +msgid "Library implementing the Theora video format" +msgstr "" + +#: gnu/packages/xiph.scm:118 +msgid "" +"The libtheora library implements the ogg theora video format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed video format." +msgstr "" + +#: gnu/packages/xiph.scm:139 +msgid "Library for patent-free audio compression format" +msgstr "" + +#: gnu/packages/xiph.scm:141 +msgid "" +"GNU Speex is a patent-free audio compression codec specially designed\n= " +"for speech. It is well-adapted to internet applications, such as VoIP.= It\n" +"features compression of different bands in the same bitstream, intensit= y\n" +"stereo encoding, and voice activity detection." +msgstr "" + +#: gnu/packages/xiph.scm:169 +msgid "Cross platform audio library" +msgstr "" + +#: gnu/packages/xiph.scm:171 +msgid "" +"Libao is a cross-platform audio library that allows programs to\n" +"output audio using a simple API on a wide variety of platforms.\n" +"It currently supports:\n" +"Null output (handy for testing without a sound device),\n" +"WAV files,\n" +"AU files,\n" +"RAW files,\n" +"OSS (Open Sound System, used on Linux and FreeBSD),\n" +"ALSA (Advanced Linux Sound Architecture),\n" +"aRts (Analog RealTime Synth, used by KDE),\n" +"PulseAudio (next generation GNOME sound server),\n" +"esd (EsounD or Enlightened Sound Daemon),\n" +"Mac OS X,\n" +"Windows (98 and later),\n" +"AIX,\n" +"Sun/NetBSD/OpenBSD,\n" +"IRIX,\n" +"NAS (Network Audio Server),\n" +"RoarAudio (Modern, multi-OS, networked Sound System),\n" +"OpenBSD's sndio." +msgstr "" + +#: gnu/packages/xiph.scm:210 +msgid "Free lossless audio codec" +msgstr "" + +#: gnu/packages/xiph.scm:212 +msgid "" +"FLAC stands for Free Lossless Audio Codec, an audio format that is " +"lossless,\n" +"meaning that audio is compressed in FLAC without any loss in quality." +msgstr "" + +#: gnu/packages/xiph.scm:238 +msgid "Karaoke and text codec for embedding in ogg" +msgstr "" + +#: gnu/packages/xiph.scm:240 +msgid "" +"Kate is an overlay codec, originally designed for karaoke and text,\n" +"that can be multiplixed in Ogg. Text and images can be carried by a Ka= te\n" +"stream, and animated. Most of the time, this would be multiplexed with= \n" +"audio/video to carry subtitles, song lyrics (with or without karaoke da= ta),\n" +"etc., but doesn't have to be.\n" +"\n" +"Series of curves (splines, segments, etc.) may be attached to various\n= " +"properties (text position, font size, etc.) to create animated overlays= .\n" +"This allows scrolling or fading text to be defined. This can even be u= sed\n" +"to draw arbitrary shapes, so hand drawing can also be represented by a\= n" +"Kate stream." +msgstr "" + +#: gnu/packages/xiph.scm:274 +msgid "Ogg vorbis tools" +msgstr "" + +#: gnu/packages/xiph.scm:276 +msgid "" +"Ogg vorbis is a non-proprietary, patent-and-royalty-free,\n" +"general-purpose compressed audio format.\n" +"\n" +"The package vorbis-tools contains\n" +"ogg123, an ogg vorbis command line audio player;\n" +"oggenc, the ogg vorbis encoder;\n" +"oggdec, a simple, portable command line decoder (to wav and raw);\n" +"ogginfo, to obtain information (tags, bitrate, length, etc.) about\n" +" an ogg vorbis file." +msgstr "" + +#: gnu/packages/xiph.scm:301 +msgid "Versatile audio codec" +msgstr "" + +#: gnu/packages/xiph.scm:303 +msgid "" +"Opus is a totally open, royalty-free, highly versatile audio codec. Op= us\n" +"is unmatched for interactive speech and music transmission over the " +"Internet,\n" +"but is also intended for storage and streaming applications. It is\n" +"standardized by the Internet Engineering Task Force (IETF) as RFC 6716 = " +"which\n" +"incorporated technology from Skype's SILK codec and Xiph.Org's CELT cod= ec." +msgstr "" + +#: gnu/packages/xiph.scm:336 +msgid "" +"Command line utilities to encode, inspect, and decode .opus\n" +"files" +msgstr "" + +#: gnu/packages/xiph.scm:338 +msgid "" +"Opus is a royalty-free, highly versatile audio codec.\n" +"Opus-tools provide command line utilities for creating, inspecting and\= n" +"decoding .opus files" +msgstr "" + +#: gnu/packages/xiph.scm:368 +#, fuzzy +msgid "Streaming media server" +msgstr "Folyamszerkeszt=C5=91" + +#: gnu/packages/xiph.scm:369 +msgid "" +"Icecast is a streaming media server which currently supports\n" +"Ogg (Vorbis and Theora), Opus, WebM and MP3 audio streams. It can be u= sed " +"to\n" +"create an Internet radio station or a privately running jukebox and man= y\n" +"things in between." +msgstr "" + +#: gnu/packages/xiph.scm:397 +msgid "Audio streaming library for icecast encoders" +msgstr "" + +#: gnu/packages/xiph.scm:399 +msgid "" +"Libshout is a library for communicating with and sending data to an\n" +"icecast server. It handles the socket connection, the timing of the da= ta,\n" +"and prevents bad data from getting to the icecast server." +msgstr "" + +#: gnu/packages/zip.scm:57 msgid "Compression and file packing utility" msgstr "" =20 -#: gnu/packages/zip.scm:58 +#: gnu/packages/zip.scm:59 msgid "" "Zip is a compression and file packaging/archive utility. Zip is useful= \n" "for packaging a set of files for distribution, for archiving files, and= for\n" @@ -1211,15 +7946,16 @@ msgid "" "directory structure can be packed into a ZIP archive with a single comm= and.\n" "\n" "Zip has one compression method (deflation) and can also store files wit= hout\n" -"compression. Zip automatically chooses the better of the two for each = file.\n" +"compression. Zip automatically chooses the better of the two for each = " +"file.\n" "Compression ratios of 2:1 to 3:1 are common for text files." msgstr "" =20 -#: gnu/packages/zip.scm:98 +#: gnu/packages/zip.scm:102 msgid "Decompression and file extraction utility" msgstr "" =20 -#: gnu/packages/zip.scm:100 +#: gnu/packages/zip.scm:104 msgid "" "UnZip is an extraction utility for archives compressed in .zip format,\= n" "also called \"zipfiles\".\n" @@ -1230,29 +7966,23 @@ msgid "" "recreates the stored directory structure by default." msgstr "" =20 -#: gnu/packages/zip.scm:134 +#: gnu/packages/zip.scm:138 msgid "Library for accessing zip files" msgstr "" =20 -#: gnu/packages/zip.scm:136 +#: gnu/packages/zip.scm:140 msgid "ZZipLib is a library based on zlib for accessing zip files." msgstr "" =20 -#: gnu/packages/zip.scm:154 +#: gnu/packages/zip.scm:158 msgid "Provides an interface to ZIP archive files" msgstr "" =20 -#: gnu/packages/zip.scm:155 -msgid "" -"The Archive::Zip module allows a Perl program to create,\n" -"manipulate, read, and write Zip archive files." -msgstr "" - -#: gnu/packages/zsh.scm:63 +#: gnu/packages/zsh.scm:65 msgid "Powerful shell for interactive use and scripting" msgstr "" =20 -#: gnu/packages/zsh.scm:64 +#: gnu/packages/zsh.scm:66 msgid "" "The Z shell (zsh) is a Unix shell that can be used\n" "as an interactive login shell and as a powerful command interpreter\n" diff --git a/po/packages/pt_BR.po b/po/packages/pt_BR.po index 47d8fc2..6edfad0 100644 --- a/po/packages/pt_BR.po +++ b/po/packages/pt_BR.po @@ -4,14 +4,16 @@ # This file is distributed under the same license as the guix package. # Rafael Ferreira , 2013. # +#: gnu/packages/databases.scm:559 msgid "" msgstr "" "Project-Id-Version: guix 0.4-pre2\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-07-14 11:59+0200\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2013-09-28 21:29-0300\n" "Last-Translator: Rafael Ferreira \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=3DUTF-8\n" @@ -19,22 +21,146 @@ msgstr "" "Plural-Forms: nplurals=3D2; plural=3D(n > 1);\n" "X-Generator: Poedit 1.5.7\n" =20 -#: gnu/packages/base.scm:65 +#: gnu/packages/abiword.scm:101 +msgid "Word processing program" +msgstr "" + +#: gnu/packages/abiword.scm:103 +msgid "" +"AbiWord is a word processing program. It is rapidly becoming a state\n= " +"of the art word processor, with lots of features useful for your daily = " +"work,\n" +"personal needs, or for just some good old typing fun." +msgstr "" + +#: gnu/packages/aspell.scm:43 +msgid "Spell checker" +msgstr "" + +#: gnu/packages/aspell.scm:45 +msgid "" +"Aspell is a spell-checker which can be used either as a library or as\n= " +"a standalone program. Notable features of Aspell include its full supp= ort " +"of\n" +"documents written in the UTF-8 encoding and its ability to use multiple= \n" +"dictionaries, including personal ones." +msgstr "" + +#: gnu/packages/aspell.scm:85 +msgid "This package provides a dictionary for the GNU Aspell spell check= er." +msgstr "" + +#: gnu/packages/backup.scm:87 +msgid "Encrypted backup using rsync algorithm" +msgstr "" + +#: gnu/packages/backup.scm:89 +msgid "" +"Duplicity backs up directories by producing encrypted tar-format volume= s\n" +"and uploading them to a remote or local file server. Because duplicity= " +"uses\n" +"librsync, the incremental archives are space efficient and only record = the\n" +"parts of files that have changed since the last backup. Because duplic= ity\n" +"uses GnuPG to encrypt and/or sign these archives, they will be safe fro= m\n" +"spying and/or modification by the server." +msgstr "" + +#: gnu/packages/backup.scm:123 +msgid "Simple incremental backup tool" +msgstr "" + +#: gnu/packages/backup.scm:125 +msgid "" +"Hdup2 is a backup utilty, its aim is to make backup really simple. The= \n" +"backup scheduling is done by means of a cron job. It supports an\n" +"include/exclude mechanism, remote backups, encrypted backups and split\= n" +"backups (called chunks) to allow easy burning to CD/DVD." +msgstr "" + +#: gnu/packages/backup.scm:178 +msgid "Multi-format archive and compression library" +msgstr "" + +#: gnu/packages/backup.scm:180 +msgid "" +"Libarchive provides a flexible interface for reading and writing\n" +"archives in various formats such as tar and cpio. Libarchive also supp= orts\n" +"reading and writing archives compressed using various compression filte= rs " +"such\n" +"as gzip and bzip2. The library is inherently stream-oriented; readers\= n" +"serially iterate through the archive, writers serially add things to th= e\n" +"archive. In particular, note that there is currently no built-in suppo= rt " +"for\n" +"random access nor for in-place modification." +msgstr "" + +#: gnu/packages/backup.scm:243 +msgid "Provide a list of files to backup" +msgstr "" + +#: gnu/packages/backup.scm:245 +msgid "" +"Rdup is a utility inspired by rsync and the plan9 way of doing backups.= \n" +"Rdup itself does not backup anything, it only print a list of absolute\= n" +"filenames to standard output. Auxiliary scripts are needed that act on= " +"this\n" +"list and implement the backup strategy." +msgstr "" + +#: gnu/packages/backup.scm:275 +msgid "Tar-compatible archiver" +msgstr "" + +#: gnu/packages/backup.scm:277 +msgid "" +"Btar is a tar-compatible archiver which allows arbitrary compression an= d\n" +"ciphering, redundancy, differential backup, indexed extraction, multico= re\n" +"compression, input and output serialisation, and tolerance to partial " +"archive\n" +"errors." +msgstr "" + +#: gnu/packages/backup.scm:305 +msgid "Local/remote mirroring+incremental backup" +msgstr "" + +#: gnu/packages/backup.scm:307 +msgid "" +"Rdiff-backup backs up one directory to another, possibly over a network= .\n" +"The target directory ends up a copy of the source directory, but extra = " +"reverse\n" +"diffs are stored in a special subdirectory of that target directory, so= you\n" +"can still recover files lost some time ago. The idea is to combine the= " +"best\n" +"features of a mirror and an incremental backup. Rdiff-backup also " +"preserves\n" +"subdirectories, hard links, dev files, permissions, uid/gid ownership,\= n" +"modification times, extended attributes, acls, and resource forks. Als= o,\n" +"rdiff-backup can operate in a bandwidth efficient manner over a pipe, l= ike\n" +"rsync. Thus you can use rdiff-backup and ssh to securely back a hard d= rive " +"up\n" +"to a remote location, and only the differences will be transmitted. " +"Finally,\n" +"rdiff-backup is easy to use and settings have sensical defaults." +msgstr "" + +#: gnu/packages/base.scm:61 msgid "Hello, GNU world: An example GNU package" msgstr "Ol=C3=A1, mundo GNU: Um exemplo de pacote GNU" =20 -#: gnu/packages/base.scm:67 +#: gnu/packages/base.scm:63 msgid "" "GNU Hello prints the message \"Hello, world!\" and then exits. It\n" -"serves as an example of standard GNU coding practices. As such, it sup= ports\n" +"serves as an example of standard GNU coding practices. As such, it " +"supports\n" "command-line arguments, multiple languages, and so on." msgstr "" =20 -#: gnu/packages/base.scm:85 +#: gnu/packages/base.scm:82 msgid "Print lines matching a pattern" msgstr "Exibe linhas correspondendo a um padr=C3=A3o" =20 -#: gnu/packages/base.scm:87 +#: gnu/packages/base.scm:84 msgid "" "grep is a tool for finding text inside files. Text is found by\n" "matching a pattern provided by the user in one or many files. The patt= ern\n" @@ -45,24 +171,26 @@ msgid "" "including, for example, recursive directory searching." msgstr "" =20 -#: gnu/packages/base.scm:109 +#: gnu/packages/base.scm:106 msgid "Stream editor" msgstr "Editor de fluxo" =20 -#: gnu/packages/base.scm:124 +#: gnu/packages/base.scm:121 msgid "" "Sed is a non-interactive, text stream editor. It receives a text\n" -"input from a file or from standard input and it then applies a series o= f text\n" -"editing commands to the stream and prints its output to standard output= . It\n" +"input from a file or from standard input and it then applies a series o= f " +"text\n" +"editing commands to the stream and prints its output to standard output= . " +"It\n" "is often used for substituting text patterns in a stream. The GNU\n" "implementation offers several extensions over the standard utility." msgstr "" =20 -#: gnu/packages/base.scm:144 +#: gnu/packages/base.scm:141 msgid "Managing tar archives" msgstr "Gerenciando de arquivos-tar" =20 -#: gnu/packages/base.scm:146 +#: gnu/packages/base.scm:143 msgid "" "Tar provides the ability to create tar archives, as well as the\n" "ability to extract, update or list files in an existing archive. It is= \n" @@ -72,96 +200,124 @@ msgid "" "standard utility." msgstr "" =20 -#: gnu/packages/base.scm:173 +#: gnu/packages/base.scm:165 msgid "Apply differences to originals, with optional backups" msgstr "Aplica diferen=C3=A7as aos originais, com backups opcionais" =20 -#: gnu/packages/base.scm:175 +#: gnu/packages/base.scm:167 msgid "" "Patch is a program that applies changes to files based on differences\n= " -"laid out as by the program \"diff\". The changes may be applied to one= or more\n" +"laid out as by the program \"diff\". The changes may be applied to one= or " +"more\n" "files depending on the contents of the diff file. It accepts several\n= " "different diff formats. It may also be used to revert previously appli= ed\n" "differences." msgstr "" =20 -#: gnu/packages/base.scm:195 +#: gnu/packages/base.scm:187 msgid "Comparing and merging files" msgstr "Comparando e mesclando arquivos" =20 -#: gnu/packages/base.scm:197 +#: gnu/packages/base.scm:189 msgid "" "GNU Diffutils is a package containing tools for finding the\n" -"differences between files. The \"diff\" command is used to show how tw= o files\n" -"differ, while \"cmp\" shows the offsets and line numbers where they dif= fer. \n" +"differences between files. The \"diff\" command is used to show how tw= o " +"files\n" +"differ, while \"cmp\" shows the offsets and line numbers where they " +"differ. \n" "\"diff3\" allows you to compare three files. Finally, \"sdiff\" offers= an\n" "interactive means to merge two files." msgstr "" =20 -#: gnu/packages/base.scm:224 +#: gnu/packages/base.scm:216 msgid "Operating on files matching given criteria" msgstr "Opera=C3=A7=C3=A3o em arquivos correspondendo aos crit=C3=A9rios= dados" =20 -#: gnu/packages/base.scm:226 +#: gnu/packages/base.scm:218 msgid "" "Findutils supplies the basic file directory searching utilities of the\= n" "GNU system. It consists of two primary searching utilities: \"find\"\n= " -"recursively searches for files in a directory according to given criter= ia and\n" -"\"locate\" lists files in a database that match a query. Two auxiliary= tools\n" -"are included: \"updatedb\" updates the file name database and \"xargs\"= may be\n" +"recursively searches for files in a directory according to given criter= ia " +"and\n" +"\"locate\" lists files in a database that match a query. Two auxiliary= " +"tools\n" +"are included: \"updatedb\" updates the file name database and \"xargs\"= may " +"be\n" "used to apply commands with arbitrarily long arguments." msgstr "" =20 -#: gnu/packages/base.scm:278 +#: gnu/packages/base.scm:268 msgid "Core GNU utilities (file, text, shell)" msgstr "Utilit=C3=A1rios centrais do GNU (file, text, shell)" =20 -#: gnu/packages/base.scm:280 +#: gnu/packages/base.scm:270 msgid "" "GNU Coreutils includes all of the basic command-line tools that are\n" "expected in a POSIX system. These provide the basic file, shell and te= xt\n" -"manipulation functions of the GNU system. Most of these tools offer ex= tended\n" +"manipulation functions of the GNU system. Most of these tools offer " +"extended\n" "functionality beyond that which is outlined in the POSIX standard." msgstr "" =20 -#: gnu/packages/base.scm:314 +#: gnu/packages/base.scm:304 msgid "Remake files automatically" msgstr "Refaz arquivos automaticamente" =20 -#: gnu/packages/base.scm:316 +#: gnu/packages/base.scm:306 msgid "" "Make is a program that is used to control the production of\n" "executables or other files from their source files. The process is\n" -"controlled from a Makefile, in which the developer specifies how each f= ile is\n" +"controlled from a Makefile, in which the developer specifies how each f= ile " +"is\n" "generated from its source. It has powerful dependency resolution and t= he\n" "ability to determine when files have to be regenerated after their sour= ces\n" "change. GNU make offers many powerful extensions over the standard uti= lity." msgstr "" =20 -#: gnu/packages/base.scm:361 +#: gnu/packages/base.scm:351 msgid "Binary utilities: bfd gas gprof ld" msgstr "Utilit=C3=A1rios de bin=C3=A1rios: bfd gas gprof ld" =20 -#: gnu/packages/base.scm:363 +#: gnu/packages/base.scm:353 msgid "" "GNU Binutils is a collection of tools for working with binary files.\n" -"Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler= . Other\n" -"tools include programs to display binary profiling information, list th= e\n" -"strings in a binary file, and utilities for working with archives. The= \"bfd\"\n" -"library for working with executable and object formats is also included= ." +"Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler= .\n" +"Other tools include programs to display binary profiling information, l= ist\n" +"the strings in a binary file, and utilities for working with archives. = The\n" +"\"bfd\" library for working with executable and object formats is also\= n" +"included." +msgstr "" + +#: gnu/packages/base.scm:418 +msgid "The linker wrapper" +msgstr "A interface do linker" + +# Desconhe=C3=A7o tradu=C3=A7=C3=A3o para o 'linker', sendo ele amplamen= te conhecido com este nome. Al=C3=A9m do mais, o binutils n=C3=A3o foi tr= aduzido at=C3=A9 a tradu=C3=A7=C3=A3o inicial do guix. Portanto, mantive = 'linker' - Rafael +#: gnu/packages/base.scm:420 +#, fuzzy +msgid "" +"The linker wrapper (or 'ld-wrapper') wraps the linker to add any\n" +"missing '-rpath' flags, and to detect any misuse of libraries outside o= f " +"the\n" +"store." msgstr "" +"o linker wrapper (ou `ld-wrapper') atua como interface do linker para\n= " +"adicionar quaisquer op=C3=A7=C3=B5es \"-rpath\" faltando e para detecta= r qualquer\n" +"uso incorreto de bibliotecas fora do armazenamento." =20 -#: gnu/packages/base.scm:504 +#: gnu/packages/base.scm:585 msgid "The GNU C Library" msgstr "A GNU C Library" =20 -#: gnu/packages/base.scm:506 +#: gnu/packages/base.scm:587 msgid "" "Any Unix-like operating system needs a C library: the library which\n" -"defines the \"system calls\" and other basic facilities such as open, m= alloc,\n" +"defines the \"system calls\" and other basic facilities such as open, " +"malloc,\n" "printf, exit...\n" "\n" -"The GNU C library is used as the C library in the GNU system and most s= ystems\n" +"The GNU C library is used as the C library in the GNU system and most " +"systems\n" "with the Linux kernel." msgstr "" "Qualquer sistema operacional tipo Unix precisa de uma biblioteca C: a\n= " @@ -171,192 +327,7715 @@ msgstr "" "A biblioteca C do GNU =C3=A9 usada como uma biblioteca C no sistema GNU= e na\n" "maioria dos sistemas com kernel Linux." =20 -#: gnu/packages/base.scm:575 +#: gnu/packages/base.scm:603 +msgid "All the locales supported by the GNU C Library" +msgstr "" + +#: gnu/packages/base.scm:605 +msgid "" +"This package provides all the locales supported by the GNU C Library,\n= " +"more than 400 in total. To use them set the 'LOCPATH' environment vari= able " +"to\n" +"the 'share/locale' sub-directory of this package." +msgstr "" + +#: gnu/packages/base.scm:665 +msgid "Small sample of UTF-8 locales" +msgstr "" + +#: gnu/packages/base.scm:667 +msgid "" +"This package provides a small sample of UTF-8 locales mostly useful in\= n" +"test environments." +msgstr "" + +#: gnu/packages/base.scm:685 +msgid "Find full path of shell commands" +msgstr "" + +#: gnu/packages/base.scm:687 +msgid "" +"The which program finds the location of executables in PATH, with a\n" +"variety of options. It is an alternative to the shell \"type\" built-i= n\n" +"command." +msgstr "" + +#: gnu/packages/base.scm:752 msgid "Database of current and historical time zones" msgstr "Banco de dados de fusos hor=C3=A1rios hist=C3=B3ricos e atuais" =20 -#: gnu/packages/base.scm:576 +#: gnu/packages/base.scm:753 +#, fuzzy msgid "" "The Time Zone Database (often called tz or zoneinfo)\n" "contains code and data that represent the history of local time for man= y\n" -"representative locations around the globe. It is updated periodically t= o\n" -"reflect changes made by political bodies to time zone boundaries, UTC o= ffsets,\n" +"representative locations around the globe. It is updated periodically = to\n" +"reflect changes made by political bodies to time zone boundaries, UTC " +"offsets,\n" "and daylight-saving rules." msgstr "" "O Time Zone Database (geralmente chamado de tz ou zoneinfo)\n" "cont=C3=A9m c=C3=B3digos e dados que representam o hist=C3=B3rico dos h= or=C3=A1rios locais de\n" "muitas localiza=C3=A7=C3=B5es representativas pelo mundo. =C3=89 atuali= zado periodicamente\n" -"para refletir as altera=C3=A7=C3=B5es feitas por corpos pol=C3=ADticos = nos limites de fusos\n" +"para refletir as altera=C3=A7=C3=B5es feitas por corpos pol=C3=ADticos = nos limites de " +"fusos\n" "hor=C3=A1rios, posi=C3=A7=C3=A3o do UTC e regras de hor=C3=A1rio de ver= =C3=A3o." =20 -#: gnu/packages/base.scm:1004 -msgid "GNU C++ standard library (intermediate)" +#: gnu/packages/bittorrent.scm:82 +msgid "Fast and easy BitTorrent client" msgstr "" =20 -#: gnu/packages/base.scm:1098 -msgid "The linker wrapper" -msgstr "A interface do linker" +#: gnu/packages/bittorrent.scm:84 +msgid "" +"Transmission is a BitTorrent client that comes with graphical,\n" +"textual, and Web user interfaces. Transmission also has a daemon for\n= " +"unattended operationg. It supports local peer discovery, full encrypti= on,\n" +"DHT, =C2=B5TP, PEX and Magnet Links." +msgstr "" =20 -# Desconhe=C3=A7o tradu=C3=A7=C3=A3o para o 'linker', sendo ele amplamen= te conhecido com este nome. Al=C3=A9m do mais, o binutils n=C3=A3o foi tr= aduzido at=C3=A9 a tradu=C3=A7=C3=A3o inicial do guix. Portanto, mantive = 'linker' - Rafael -#: gnu/packages/base.scm:1100 +#: gnu/packages/bittorrent.scm:122 +msgid "BitTorrent library of rtorrent" +msgstr "" + +#: gnu/packages/bittorrent.scm:124 msgid "" -"The linker wrapper (or `ld-wrapper') wraps the linker to add any\n" -"missing `-rpath' flags, and to detect any misuse of libraries outside o= f the\n" -"store." +"LibTorrent is a BitTorrent library used by and developed in parallel\n" +"with the BitTorrent client rtorrent. It is written in C++ with emphasi= s on\n" +"speed and efficiency." msgstr "" -"o linker wrapper (ou `ld-wrapper') atua como interface do linker para\n= " -"adicionar quaisquer op=C3=A7=C3=B5es \"-rpath\" faltando e para detecta= r qualquer\n" -"uso incorreto de bibliotecas fora do armazenamento." =20 -#: gnu/packages/base.scm:1264 -msgid "Complete GCC tool chain for C/C++ development" +#: gnu/packages/bittorrent.scm:151 +msgid "BitTorrent client with ncurses interface" msgstr "" =20 -#: gnu/packages/base.scm:1266 +#: gnu/packages/bittorrent.scm:153 msgid "" -"This package provides a complete GCC tool chain for C/C++ development t= o\n" -"be installed in user profiles. This includes GCC, as well as libc (hea= ders\n" -"and binaries, plus debugging symbols in the 'debug' output), and Binuti= ls." +"rTorrent is a BitTorrent client with an ncurses interface. It supports= \n" +"full encryption, DHT, PEX, and Magnet Links. It can also be controlled= via\n" +"XML-RPC over SCGI." msgstr "" =20 -#: gnu/packages/guile.scm:99 gnu/packages/guile.scm:166 -msgid "Scheme implementation intended especially for extensions" -msgstr "Implementa=C3=A7=C3=A3o de Scheme com inten=C3=A7=C3=A3o especia= lmente para extens=C3=B5es" +#: gnu/packages/certs.scm:64 +msgid "Python script to extract .pem data from certificate collection" +msgstr "" =20 -#: gnu/packages/guile.scm:101 gnu/packages/guile.scm:168 +#: gnu/packages/certs.scm:66 msgid "" -"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" -"official extension language of the GNU system. It is an implementation= of\n" -"the Scheme language which can be easily embedded in other applications = to\n" -"provide a convenient means of extending the functionality of the applic= ation\n" -"without requiring the source code to be rewritten." +"certdata2pem.py is a Python script to transform X.509 certificate\n" +"\"source code\" as contained, for example, in the Mozilla sources, into= \n" +".pem formatted certificates." msgstr "" =20 -#: gnu/packages/guile.scm:211 -msgid "Framework for building readers for GNU Guile" -msgstr "Infraestrutura para compila=C3=A7=C3=A3o de leitores para GNU Gu= ile" +#: gnu/packages/certs.scm:122 +msgid "CA certificates from Mozilla" +msgstr "" =20 -#: gnu/packages/guile.scm:213 +#: gnu/packages/certs.scm:124 msgid "" -"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" -"\n" -"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" -"procedure. Readers supporting various syntax variants can easily be wri= tten,\n" -"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" -"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-d= erived\n" -"document syntax.\n" -"\n" -"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" -"hopefully more powerful and flexible (for instance, one may instantiate= as\n" -"many readers as needed)." +"This package provides certificates for Certification Authorities (CA)\n= " +"taken from the NSS package and thus ultimately from the Mozilla project= ." msgstr "" -"Guile-Reader =C3=A9 uma infraestrutura simples de compila=C3=A7=C3=A3o = de leitores GNU Guile.\n" -"\n" -"A ideia =C3=A9 facilitar a compila=C3=A7=C3=A3o de procedimentos que es= tendam o procedimento\n" -"de leitura do Guile. Leitores que tenham suporte a diversas variantes d= e\n" -"sintaxe podem ser escritos facilmente, possivelmente reusando \"leitore= s de\n" -"token\" de Scheme padr=C3=A3o de leitores. Por exemplo, ele =C3=A9 usad= o para implementar\n" -"sintaxe de documentos derivados do R5RS do Skribilo.\n" -"\n" -"A abordagem do Guile-Readers =C3=A9 similar ao \"read table\" do Common= Lisps,\n" -"mas muito mais poderoso e flex=C3=ADvel (por exemplo, =C3=A9 poss=C3=AD= vel instanciar com\n" -"quantos leitores quiser)." =20 -#: gnu/packages/guile.scm:267 -msgid "Guile bindings to ncurses" -msgstr "Bindings de Guile para ncurses" +#: gnu/packages/compression.scm:64 +msgid "Compression library" +msgstr "" =20 -#: gnu/packages/guile.scm:269 +#: gnu/packages/compression.scm:66 msgid "" -"guile-ncurses provides Guile language bindings for the ncurses\n" -"library." +"zlib is designed to be a free, general-purpose, legally unencumbered --= \n" +"that is, not covered by any patents -- lossless data-compression librar= y " +"for\n" +"use on virtually any computer hardware and operating system. The zlib = data\n" +"format is itself portable across platforms. Unlike the LZW compression= " +"method\n" +"used in Unix compress(1) and in the GIF image format, the compression " +"method\n" +"currently used in zlib essentially never expands the data. (LZW can dou= ble " +"or\n" +"triple the file size in extreme cases.) zlib's memory footprint is als= o\n" +"independent of the input data and can be reduced, if necessary, at some= " +"cost\n" +"in compression." msgstr "" =20 -#: gnu/packages/guile.scm:289 -msgid "Run jobs at scheduled times" -msgstr "Executa trabalhos no hor=C3=A1rio agendado" +#: gnu/packages/compression.scm:91 +msgid "Replacement for Sun's 'jar' utility" +msgstr "" =20 -#: gnu/packages/guile.scm:291 +#: gnu/packages/compression.scm:93 msgid "" -"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" -"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten in\n" -"Guile, so its configuration can be written in Scheme; the original cron= \n" -"format is also supported." +"FastJar is an attempt to create a much faster replacement for Sun's 'ja= r'\n" +"utility. Instead of being written in Java, FastJar is written in C." msgstr "" =20 -#: gnu/packages/guile.scm:319 -msgid "Collection of useful Guile Scheme modules" -msgstr "Cole=C3=A7=C3=A3o de m=C3=B3dulos =C3=BAteis de Scheme de Guile" +#: gnu/packages/compression.scm:109 +msgid "General file (de)compression (using lzw)" +msgstr "" =20 -#: gnu/packages/guile.scm:321 +#: gnu/packages/compression.scm:114 msgid "" -"guile-lib is intended as an accumulation place for pure-scheme Guile\n" -"modules, allowing for people to cooperate integrating their generic Gui= le\n" -"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" -"for Guile\"." -msgstr "guile-lib tem a inten=C3=A7=C3=A3o de ser um lugar acumulado par= a m=C3=B3dulos Guile de pure-scheme, permitindo que pessoas cooperem com = integra=C3=A7=C3=A3o de seus m=C3=B3dulos gen=C3=A9ricos de Guile em uma = biblioteca coerente. Pense \"um CPAN de escopo limitado, objetivo para Gu= ile\"." +"GNU Gzip provides data compression and decompression utilities; the\n" +"typical extension is \".gz\". Unlike the \"zip\" format, it compresses= a " +"single\n" +"file; as a result, it is often used in conjunction with \"tar\", result= ing " +"in\n" +"\".tar.gz\" or \".tgz\", etc." +msgstr "" =20 -#: gnu/packages/guile.scm:352 -msgid "JSON module for Guile" +#: gnu/packages/compression.scm:190 +msgid "High-quality data compression program" msgstr "" =20 -#: gnu/packages/guile.scm:354 +#: gnu/packages/compression.scm:192 msgid "" -"Guile-json supports parsing and building JSON documents according to th= e\n" -"http:://json.org specification. These are the main features:\n" -"- Strictly complies to http://json.org specification.\n" -"- Build JSON documents programmatically via macros.\n" -"- Unicode support for strings.\n" -"- Allows JSON pretty printing." +"bzip2 is a freely available, patent free (see below), high-quality data= \n" +"compressor. It typically compresses files to within 10% to 15% of the = best\n" +"available techniques (the PPM family of statistical compressors), whils= t\n" +"being around twice as fast at compression and six times faster at\n" +"decompression." msgstr "" =20 -#: gnu/packages/lout.scm:109 -msgid "Lout, a document layout system similar in style to LaTeX" -msgstr "Lout, um sistema de layout de documentos similar em estilo ao La= TeX" +#: gnu/packages/compression.scm:213 +msgid "General-purpose data compression" +msgstr "" =20 -#: gnu/packages/lout.scm:111 +#: gnu/packages/compression.scm:215 msgid "" -"The Lout document formatting system is now reads a high-level descripti= on of\n" -"a document similar in style to LaTeX and produces a PostScript or plain= text\n" -"output file.\n" +"XZ Utils is free general-purpose data compression software with high\n" +"compression ratio. XZ Utils were written for POSIX-like systems, but a= lso\n" +"work on some not-so-POSIX systems. XZ Utils are the successor to LZMA = " +"Utils.\n" "\n" -"Lout offers an unprecedented range of advanced features, including opti= mal\n" -"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" -"inclusion and generation, equation formatting, tables, diagrams, rotati= on and\n" -"scaling, sorted indexes, bibliographic databases, running headers and\n= " -"odd-even pages, automatic cross referencing, multilingual documents inc= luding\n" -"hyphenation (most European languages are supported), formatting of comp= uter\n" -"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" -"extended with definitions which are very much easier to write than trof= f of\n" -"TeX macros because Lout is a high-level, purely functional language, th= e\n" -"outcome of an eight-year research project that went back to the\n" -"beginning." +"The core of the XZ Utils compression code is based on LZMA SDK, but it = has\n" +"been modified quite a lot to be suitable for XZ Utils. The primary\n" +"compression algorithm is currently LZMA2, which is used inside the .xz\= n" +"container format. With typical files, XZ Utils create 30 % smaller out= put\n" +"than gzip and 15 % smaller output than bzip2." msgstr "" -"O sistema de formata=C3=A7=C3=A3o de texto Lout agora l=C3=AA uma descr= i=C3=A7=C3=A3o de alto n=C3=ADvel de\n" -"documentos similar em estilo ao LaTeX e produz um arquivo de sa=C3=ADda= em texto\n" -"simples ou em PostScript.\n" + +#: gnu/packages/compression.scm:243 +msgid "Data compresion library suitable for real-time data de-/compressi= on" +msgstr "" + +#: gnu/packages/compression.scm:245 +msgid "" +"LZO is a data compression library which is suitable for data\n" +"de-/compression in real-time. This means it favours speed over\n" +"compression ratio.\n" "\n" -"Lout oferece uma faixa sem precedente de recursos avan=C3=A7ados, inclu= indo uma\n" -"=C3=B3tima quebra de par=C3=A1grafo e p=C3=A1gina, hifeniza=C3=A7=C3=A3= o autom=C3=A1tica, inclus=C3=A3o e\n" -"cria=C3=A7=C3=A3o de arquivo EPS de PostScript, formata=C3=A7=C3=A3o de= equa=C3=A7=C3=A3o, tabelas,\n" -"diagramas, rota=C3=A7=C3=A3o e escalas, =C3=ADndices ordenados, banco d= e dados\n" -"bibliogr=C3=A1ficos, executar cabe=C3=A7alhos e p=C3=A1ginas =C3=ADmpar= -par, refer=C3=AAncia cruzada\n" -"autom=C3=A1tica, documentos multil=C3=ADngues incluindo hifeniza=C3=A7=C3= =A3o (h=C3=A1 suporte =C3=A0\n" -"maioria dos idiomas europeus), formata=C3=A7=C3=A3o de programas de com= putador, e muito\n" -"mais, tudo pronto para uso. Al=C3=A9m disso, Lout pode ser estendido fa= cilmente com\n" -"defini=C3=A7=C3=B5es que s=C3=A3o muito f=C3=A1cil de escrever do que t= roff das macros TeX porque\n" -"Lout =C3=A9 uma linguagem puramente funcional de alto n=C3=ADvel, sendo= o resultado de\n" -"oito anos de um projeto de pesquisa que voltou para o come=C3=A7o." +"LZO is written in ANSI C. Both the source code and the compressed data= \n" +"format are designed to be portable across platforms." +msgstr "" + +#: gnu/packages/compression.scm:268 +msgid "Compress or expand files" +msgstr "" + +#: gnu/packages/compression.scm:270 +msgid "" +"Lzop is a file compressor which is very similar to gzip. Lzop uses the= \n" +"LZO data compression library for compression services, and its main " +"advantages\n" +"over gzip are much higher compression and decompression speed (at the c= ost " +"of\n" +"some compression ratio)." +msgstr "" + +#: gnu/packages/compression.scm:289 +msgid "Lossless data compressor based on the LZMA algorithm" +msgstr "" + +#: gnu/packages/compression.scm:291 +msgid "" +"Lzip is a lossless data compressor with a user interface similar to the= \n" +"one of gzip or bzip2. Lzip decompresses almost as fast as gzip and " +"compresses\n" +"more than bzip2, which makes it well suited for software distribution a= nd " +"data\n" +"archiving. Lzip is a clean implementation of the LZMA algorithm." +msgstr "" + +#: gnu/packages/compression.scm:323 +msgid "Archives in shell scripts, uuencode/uudecode" +msgstr "" + +#: gnu/packages/compression.scm:325 +msgid "" +"GNU sharutils is a package for creating and manipulating shell\n" +"archives that can be readily emailed. A shell archive is a file that c= an " +"be\n" +"processed by a Bourne-type shell to unpack the original collection of " +"files. \n" +"This package is mostly for compatibility and historical interest." +msgstr "" + +#: gnu/packages/compression.scm:344 +msgid "Compression tools for some formats used by Microsoft" +msgstr "" + +#: gnu/packages/compression.scm:346 +msgid "" +"The purpose of libmspack is to provide both compression and\n" +"decompression of some loosely related file formats used by Microsoft." +msgstr "" + +#: gnu/packages/compression.scm:365 +msgid "Low-level interface to bzip2 compression library" +msgstr "" + +#: gnu/packages/compression.scm:366 +msgid "" +"This module provides a Perl interface to the bzip2\n" +"compression library." +msgstr "" + +#: gnu/packages/compression.scm:400 +msgid "Low-level interface to zlib compression library" +msgstr "" + +#: gnu/packages/compression.scm:401 +msgid "" +"This module provides a Perl interface to the zlib\n" +"compression library." +msgstr "" + +#: gnu/packages/compression.scm:422 +msgid "IO Interface to compressed files/buffers" +msgstr "" + +#: gnu/packages/compression.scm:423 +msgid "" +"IO-Compress provides a Perl interface to allow reading and\n" +"writing of compressed data created with the zlib and bzip2 libraries." +msgstr "" =20 -#: gnu/packages/recutils.scm:58 +#: gnu/packages/databases.scm:92 +msgid "Berkeley database" +msgstr "" + +#: gnu/packages/databases.scm:94 +msgid "" +"Berkeley DB is an embeddable database allowing developers the choice of= \n" +"SQL, Key/Value, XML/XQuery or Java Object storage for their data model.= " +msgstr "" + +#: gnu/packages/databases.scm:146 +msgid "Fast, easy to use, and popular database" +msgstr "" + +#: gnu/packages/databases.scm:148 +msgid "" +"MySQL is a fast, reliable, and easy to use relational database\n" +"management system that supports the standardized Structured Query\n" +"Language." +msgstr "" + +#: gnu/packages/databases.scm:215 +msgid "SQL database server" +msgstr "" + +#: gnu/packages/databases.scm:217 +msgid "" +"MariaDB is a multi-user and multi-threaded SQL database server, designe= d\n" +"as a drop-in replacement of MySQL." +msgstr "" + +#: gnu/packages/databases.scm:237 +msgid "Powerful object-relational database system" +msgstr "" + +#: gnu/packages/databases.scm:239 +msgid "" +"PostgreSQL is a powerful object-relational database system. It is full= y\n" +"ACID compliant, has full support for foreign keys, joins, views, trigge= rs, " +"and\n" +"stored procedures (in multiple languages). It includes most SQL:2008 d= ata\n" +"types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERV= AL, " +"and\n" +"TIMESTAMP. It also supports storage of binary large objects, including= \n" +"pictures, sounds, or video." +msgstr "" + +#: gnu/packages/databases.scm:274 msgid "Manipulate plain text files as databases" msgstr "Manipula arquivos texto simples como banco de dados" =20 -#: gnu/packages/recutils.scm:60 +#: gnu/packages/databases.scm:276 msgid "" "GNU Recutils is a set of tools and libraries for creating and\n" -"manipulating text-based, human-editable databases. Despite being text-= based,\n" +"manipulating text-based, human-editable databases. Despite being text-= " +"based,\n" "databases created with Recutils carry all of the expected features such= as\n" -"unique fields, primary keys, time stamps and more. Many different field= types\n" -"are supported, as is encryption." +"unique fields, primary keys, time stamps and more. Many different fiel= d\n" +"types are supported, as is encryption." +msgstr "" + +#: gnu/packages/databases.scm:317 +msgid "The SQLite database management system" +msgstr "" + +#: gnu/packages/databases.scm:319 +msgid "" +"SQLite is a software library that implements a self-contained, serverle= ss,\n" +"zero-configuration, transactional SQL database engine. SQLite is the m= ost\n" +"widely deployed SQL database engine in the world. The source code for = " +"SQLite\n" +"is in the public domain." +msgstr "" + +#: gnu/packages/databases.scm:354 +msgid "Trivial database" +msgstr "" + +#: gnu/packages/databases.scm:356 +msgid "" +"TDB is a Trivial Database. In concept, it is very much like GDBM,\n" +"and BSD's DB except that it allows multiple simultaneous writers and us= es\n" +"locking internally to keep writers from trampling on each other. TDB i= s " +"also\n" +"extremely small." +msgstr "" + +#: gnu/packages/databases.scm:375 +msgid "Database independent interface for Perl" msgstr "" + +#: gnu/packages/databases.scm:376 +msgid "This package provides an database interface for Perl." +msgstr "" + +#: gnu/packages/databases.scm:423 +msgid "Extensible and flexible object <-> relational mapper" +msgstr "" + +#: gnu/packages/databases.scm:424 +msgid "" +"An SQL to OO mapper with an object API inspired by\n" +"Class::DBI (with a compatibility layer as a springboard for porting) an= d a\n" +"resultset API that allows abstract encapsulation of database operations= . " +"It\n" +"aims to make representing queries in your code as perl-ish as possible = " +"while\n" +"still providing access to as many of the capabilities of the database a= s\n" +"possible, including retrieving related records from multiple tables in = a\n" +"single query, \"JOIN\", \"LEFT JOIN\", \"COUNT\", \"DISTINCT\", \"GROUP= BY" +"\",\n" +"\"ORDER BY\" and \"HAVING\" support." +msgstr "" + +#: gnu/packages/databases.scm:454 +msgid "Cursor with built-in caching support" +msgstr "" + +#: gnu/packages/databases.scm:455 +msgid "" +"DBIx::Class::Cursor::Cached provides a cursor class with\n" +"built-in caching support." +msgstr "" + +#: gnu/packages/databases.scm:475 +msgid "Introspect many-to-many relationships" +msgstr "" + +#: gnu/packages/databases.scm:476 +msgid "" +"Because the many-to-many relationships are not real\n" +"relationships, they can not be introspected with DBIx::Class. Many-to-= many\n" +"relationships are actually just a collection of convenience methods " +"installed\n" +"to bridge two relationships. This DBIx::Class component can be used to= " +"store\n" +"all relevant information about these non-relationships so they can late= r be\n" +"introspected and examined." +msgstr "" + +#: gnu/packages/databases.scm:533 +msgid "Create a DBIx::Class::Schema based on a database" +msgstr "" + +#: gnu/packages/databases.scm:534 +msgid "" +"DBIx::Class::Schema::Loader automates the definition of a\n" +"DBIx::Class::Schema by scanning database table definitions and setting = up " +"the\n" +"columns, primary keys, unique constraints and relationships." +msgstr "" + +#: gnu/packages/databases.scm:558 +msgid "DBI PostgreSQL interface" +msgstr "" + +#: gnu/packages/databases.scm:577 +msgid "SQlite interface for Perl" +msgstr "" + +#: gnu/packages/databases.scm:578 +msgid "" +"DBD::SQLite is a Perl DBI driver for SQLite, that includes\n" +"the entire thing in the distribution. So in order to get a fast " +"transaction\n" +"capable RDBMS working for your Perl project you simply have to install = this\n" +"module, and nothing else." +msgstr "" + +#: gnu/packages/databases.scm:608 +msgid "Generate SQL from Perl data structures" +msgstr "" + +#: gnu/packages/databases.scm:609 +msgid "" +"This module was inspired by the excellent DBIx::Abstract.\n" +"While based on the concepts used by DBIx::Abstract, the concepts used h= ave\n" +"been modified to make the SQL easier to generate from Perl data structu= res.\n" +"The underlying idea is for this module to do what you mean, based on th= e " +"data\n" +"structures you provide it, so that you don't have to modify your code e= very\n" +"time your data changes" +msgstr "" + +#: gnu/packages/databases.scm:638 +msgid "Split SQL code into atomic statements" +msgstr "" + +#: gnu/packages/databases.scm:639 +msgid "" +"This module tries to split any SQL code, even including\n" +"non-standard extensions, into the atomic statements it is composed of." +msgstr "" + +#: gnu/packages/databases.scm:657 +msgid "SQL tokenizer" +msgstr "" + +#: gnu/packages/databases.scm:658 +msgid "" +"SQL::Tokenizer is a tokenizer for SQL queries. It does not\n" +"claim to be a parser or query verifier. It just creates sane tokens fr= om a\n" +"valid SQL query." +msgstr "" + +#: gnu/packages/databases.scm:675 +msgid "Data source abstraction library" +msgstr "" + +#: gnu/packages/databases.scm:676 +msgid "" +"Unixodbc is a library providing an API with which to access\n" +"data sources. Data sources include SQL Servers and any software with a= n " +"ODBC\n" +"Driver." +msgstr "" + +#: gnu/packages/databases.scm:700 +msgid "In-memory key/value and document store" +msgstr "" + +#: gnu/packages/databases.scm:702 +msgid "" +"UnQLite is an in-process software library which implements a\n" +"self-contained, serverless, zero-configuration, transactional NoSQL\n" +"database engine. UnQLite is a document store database similar to\n" +"MongoDB, Redis, CouchDB, etc. as well as a standard Key/Value store\n" +"similar to BerkelyDB, LevelDB, etc." +msgstr "" + +#: gnu/packages/debug.scm:71 +msgid "Heuristical file minimizer" +msgstr "" + +#: gnu/packages/debug.scm:73 +msgid "" +"Delta assists you in minimizing \"interesting\" files subject to a test= \n" +"of their interestingness. A common such situation is when attempting t= o\n" +"isolate a small failure-inducing substring of a large input that causes= " +"your\n" +"program to exhibit a bug." +msgstr "" + +#: gnu/packages/debug.scm:132 +msgid "Reducer for interesting code" +msgstr "" + +#: gnu/packages/debug.scm:134 +msgid "" +"C-Reduce is a tool that takes a large C or C++ program that has a\n" +"property of interest (such as triggering a compiler bug) and automatica= lly\n" +"produces a much smaller C/C++ program that has the same property. It i= s\n" +"intended for use by people who discover and report bugs in compilers an= d " +"other\n" +"tools that process C/C++ code." +msgstr "" + +#: gnu/packages/dejagnu.scm:78 +msgid "GNU software testing framework" +msgstr "" + +#: gnu/packages/dejagnu.scm:80 +msgid "" +"DejaGnu is a framework for testing software. In effect, it serves as\n= " +"a front-end for all tests written for a program. Thus, each program ca= n " +"have\n" +"multiple test suites, which are then all managed by a single harness." +msgstr "" + +#: gnu/packages/feh.scm:53 +msgid "Fast and light imlib2-based image viewer" +msgstr "" + +#: gnu/packages/feh.scm:55 +msgid "" +"feh is an X11 image viewer aimed mostly at console users.\n" +"Unlike most other viewers, it does not have a fancy GUI, but simply\n" +"displays images. It can also be used to set the desktop wallpaper.\n" +"It is controlled via commandline arguments and configurable key/mouse\n= " +"actions." +msgstr "" + +#: gnu/packages/games.scm:100 +msgid "Backgammon game" +msgstr "" + +#: gnu/packages/games.scm:101 +msgid "" +"The GNU backgammon application can be used for playing, analyzing and\n= " +"teaching the game. It has an advanced evaluation engine based on " +"artificial\n" +"neural networks suitable for both beginners and advanced players. In\n= " +"addition to a command-line interface, it also features an attractive, 3= D\n" +"representation of the playing board." +msgstr "" + +#: gnu/packages/games.scm:130 +msgid "3d Rubik's cube game" +msgstr "" + +#: gnu/packages/games.scm:132 +msgid "" +"GNUbik is a puzzle game in which you must manipulate a cube to make\n" +"each of its faces have a uniform color. The game is customizable, allo= wing\n" +"you to set the size of the cube (the default is 3x3) or to change the " +"colors.\n" +"You may even apply photos to the faces instead of colors. The game is\= n" +"scriptable with Guile." +msgstr "" + +#: gnu/packages/games.scm:194 +msgid "GNU/Linux port of the indie game \"l'Abbaye des Morts\"" +msgstr "" + +#: gnu/packages/games.scm:195 +msgid "" +"L'Abbaye des Morts is a 2D platform game set in 13th century\n" +"France. The Cathars, who preach about good Christian beliefs, were bei= ng\n" +"expelled by the Catholic Church out of the Languedoc region in France. = One " +"of\n" +"them, called Jean Raymond, found an old church in which to hide, not " +"knowing\n" +"that beneath its ruins lay buried an ancient evil." +msgstr "" + +#: gnu/packages/games.scm:238 +msgid "Lemmings clone" +msgstr "" + +#: gnu/packages/games.scm:240 +msgid "" +"Pingus is a free Lemmings-like puzzle game in which the player takes\n" +"command of a bunch of small animals and has to guide them through level= s.\n" +"Since the animals walk on their own, the player can only influence them= by\n" +"giving them commands, like build a bridge, dig a hole, or redirect all = " +"animals\n" +"in the other direction. Multiple such commands are necessary to reach = the\n" +"level's exit. The game is presented in a 2D side view." +msgstr "" + +#: gnu/packages/games.scm:262 +msgid "Convert English text to humorous dialects" +msgstr "" + +#: gnu/packages/games.scm:263 +msgid "" +"The GNU Talk Filters are programs that convert English text\n" +"into stereotyped or otherwise humorous dialects. The filters are provi= ded " +"as\n" +"a C library, so they can easily be integrated into other programs." +msgstr "" + +#: gnu/packages/games.scm:295 +msgid "Simulate the display from \"The Matrix\"" +msgstr "" + +#: gnu/packages/games.scm:296 +msgid "" +"CMatrix simulates the display from \"The Matrix\" and is\n" +"based on the screensaver from the movie's website. It works with termi= nal\n" +"settings up to 132x300 and can scroll lines all at the same rate or\n" +"asynchronously and at a user-defined speed." +msgstr "" + +#: gnu/packages/games.scm:316 +msgid "Full chess implementation" +msgstr "" + +#: gnu/packages/games.scm:317 +msgid "" +"GNU Chess is a chess engine. It allows you to compete\n" +"against the computer in a game of chess, either through the default " +"terminal\n" +"interface or via an external visual interface such as GNU XBoard." +msgstr "" + +#: gnu/packages/games.scm:345 +msgid "Twisted adventures of young pig farmer Dink Smallwood" +msgstr "" + +#: gnu/packages/games.scm:347 +msgid "" +"GNU FreeDink is a free and portable re-implementation of the engine\n" +"for the role-playing game Dink Smallwood. It supports not only the " +"original\n" +"game data files but it also supports user-produced game mods or \"D-Mod= s\".\n" +"To that extent, it also includes a front-end for managing all of your D= -Mods." +msgstr "" + +#: gnu/packages/games.scm:369 +msgid "Game data for GNU Freedink" +msgstr "" + +#: gnu/packages/games.scm:371 +msgid "This package contains the game data of GNU Freedink." +msgstr "" + +#: gnu/packages/games.scm:423 +msgid "Graphical user interface for chess programs" +msgstr "" + +#: gnu/packages/games.scm:424 +msgid "" +"GNU XBoard is a graphical board for all varieties of chess,\n" +"including international chess, xiangqi (Chinese chess), shogi (Japanese= " +"chess)\n" +"and Makruk. Several lesser-known variants are also supported. It pres= ents " +"a\n" +"fully interactive graphical interface and it can load and save games in= the\n" +"Portable Game Notation." +msgstr "" + +#: gnu/packages/games.scm:477 +msgid "Ball and paddle game" +msgstr "" + +#: gnu/packages/games.scm:478 +msgid "" +"XBoing is a blockout type game where you have a paddle which\n" +"you control to bounce a ball around the game zone destroying blocks wit= h a\n" +"proton ball. Each block carries a different point value. The more blo= cks " +"you\n" +"destroy, the better your score. The person with the highest score wins= ." +msgstr "" + +#: gnu/packages/games.scm:510 +msgid "Typing tutor" +msgstr "" + +#: gnu/packages/games.scm:512 +msgid "" +"GNU Typist is a universal typing tutor. It can be used to learn and\n" +"practice touch-typing. Several tutorials are included; in addition to\= n" +"tutorials for the standard QWERTY layout, there are also tutorials for = the\n" +"alternative layouts Dvorak and Colemak, as well as for the numpad. " +"Tutorials\n" +"are primarily in English, however some in other languages are provided.= " +msgstr "" + +#: gnu/packages/games.scm:565 +msgid "3D game engine written in C++" +msgstr "" + +#: gnu/packages/games.scm:567 +msgid "" +"The Irrlicht Engine is a high performance realtime 3D engine written in= \n" +"C++. Features include an OpenGL renderer, extensible materials, scene = " +"graph\n" +"management, character animation, particle and other special effects, " +"support\n" +"for common mesh file formats, and collision detection." +msgstr "" + +#: gnu/packages/games.scm:609 +msgid "Main game data for the Minetest game engine" +msgstr "" + +#: gnu/packages/games.scm:611 +msgid "Game data for the Minetest infinite-world block sandox game." +msgstr "" + +#: gnu/packages/games.scm:663 +msgid "Infinite-world block sandbox game" +msgstr "" + +#: gnu/packages/games.scm:665 +msgid "" +"Minetest is a sandbox construction game. Players can create and destro= y\n" +"various types of blocks in a three-dimensional open world. This allows= \n" +"forming structures in every possible creation, on multiplayer servers o= r as " +"a\n" +"single player. Mods and texture packs allow players to personalize the= " +"game\n" +"in different ways." +msgstr "" + +#: gnu/packages/games.scm:704 +msgid "Curses Implementation of the Glk API" +msgstr "" + +#: gnu/packages/games.scm:706 +msgid "" +"Glk defines a portable API for applications with text UIs. It was\n" +"primarily designed for interactive fiction, but it should be suitable f= or " +"many\n" +"interactive text utilities, particularly those based on a command line.= \n" +"This is an implementation of the Glk library which runs in a terminal " +"window,\n" +"using the curses.h library for screen control." +msgstr "" + +#: gnu/packages/games.scm:743 +msgid "Interpreter for Glulx VM" +msgstr "" + +#: gnu/packages/games.scm:745 +msgid "" +"Glulx is a 32-bit portable virtual machine intended for writing and\n" +"playing interactive fiction. It was designed by Andrew Plotkin to reli= eve\n" +"some of the restrictions in the venerable Z-machine format. This is th= e\n" +"reference interpreter, using Glk API." +msgstr "" + +#: gnu/packages/games.scm:781 +msgid "Z-machine interpreter" +msgstr "" + +#: gnu/packages/games.scm:783 +msgid "" +"Fizmo is a console-based Z-machine interpreter. It is used to play\n" +"interactive ficiton, also known as textadventures, which were implement= ed\n" +"either by Infocom or created using the Inform compiler." +msgstr "" + +#: gnu/packages/games.scm:833 +msgid "Reference frontend for the libretro API" +msgstr "" + +#: gnu/packages/games.scm:835 +msgid "" +"Libretro is a simple but powerful development interface that allows for= \n" +"the easy creation of emulators, games and multimedia applications that = can " +"plug\n" +"straight into any libretro-compatible frontend. RetroArch is the offic= ial\n" +"reference frontend for the libretro API, currently used by most as a " +"modular\n" +"multi-system game/emulator system." +msgstr "" + +#: gnu/packages/games.scm:855 +msgid "Play the game of Go" +msgstr "" + +#: gnu/packages/games.scm:856 +msgid "" +"GNU Go is a program that plays the game of Go, in which\n" +"players place stones on a grid to form territory or capture other stone= s.\n" +"While it can be played directly from the terminal, rendered in ASCII\n" +"characters, it is also possible to play GNU Go with 3rd party graphical= \n" +"interfaces or even in Emacs. It supports the standard game storage for= mat\n" +"(SGF, Smart Game Format) and inter-process communication format (GMP, G= o\n" +"Modem Protocol)." +msgstr "" + +#: gnu/packages/games.scm:906 +msgid "High speed arctic racing game based on Tux Racer" +msgstr "" + +#: gnu/packages/games.scm:908 +msgid "" +"Extreme Tux Racer, or etracer as it is called for short, is\n" +"a simple OpenGL racing game featuring Tux, the Linux mascot. The goal = of " +"the\n" +"game is to slide down a snow- and ice-covered mountain as quickly as " +"possible,\n" +"avoiding the trees and rocks that will slow you down.\n" +"\n" +"Collect herrings and other goodies while sliding down the hill, but avo= id " +"fish\n" +"bones.\n" +"\n" +"This game is based on the GPL version of the famous game TuxRacer." +msgstr "" + +#: gnu/packages/games.scm:946 +msgid "Game of jumping to the next floor, trying not to fall" +msgstr "" + +#: gnu/packages/games.scm:948 +msgid "" +"GNUjump is a simple, yet addictive game in which you must jump from\n" +"platform to platform to avoid falling, while the platforms drop at fast= er " +"rates\n" +"the higher you go. The game features multiplayer, unlimited FPS, smoot= h " +"floor\n" +"falling, themeable graphics and sounds, and replays." +msgstr "" + +#: gnu/packages/gcc.scm:298 +msgid "GNU Compiler Collection" +msgstr "" + +#: gnu/packages/gcc.scm:300 +msgid "" +"GCC is the GNU Compiler Collection. It provides compiler front-ends\n" +"for several languages, including C, C++, Objective-C, Fortran, Java, Ad= a, " +"and\n" +"Go. It also includes runtime support libraries for these languages." +msgstr "" + +#: gnu/packages/gcc.scm:503 +msgid "" +"Manipulating sets and relations of integer points bounded by linear " +"constraints" +msgstr "" + +#: gnu/packages/gcc.scm:506 +msgid "" +"isl is a library for manipulating sets and relations of integer points\= n" +"bounded by linear constraints. Supported operations on sets include\n" +"intersection, union, set difference, emptiness check, convex hull, " +"(integer)\n" +"affine hull, integer projection, computing the lexicographic minimum us= ing\n" +"parametric integer programming, coalescing and parametric vertex\n" +"enumeration. It also includes an ILP solver based on generalized basis= \n" +"reduction, transitive closures on maps (which may encode infinite graph= s),\n" +"dependence analysis and bounds on piecewise step-polynomials." +msgstr "" + +#: gnu/packages/gcc.scm:538 +msgid "Library to generate code for scanning Z-polyhedra" +msgstr "" + +#: gnu/packages/gcc.scm:540 +msgid "" +"CLooG is a free software library to generate code for scanning\n" +"Z-polyhedra. That is, it finds a code (e.g., in C, FORTRAN...) that\n" +"reaches each integral point of one or more parameterized polyhedra.\n" +"CLooG has been originally written to solve the code generation problem\= n" +"for optimizing compilers based on the polytope model. Nevertheless it\= n" +"is used now in various area e.g., to build control automata for\n" +"high-level synthesis or to find the best polynomial approximation of a\= n" +"function. CLooG may help in any situation where scanning polyhedra\n" +"matters. While the user has full control on generated code quality,\n" +"CLooG is designed to avoid control overhead and to produce a very\n" +"effective code." +msgstr "" + +#: gnu/packages/geeqie.scm:49 +msgid "Library and command-line utility to manage image metadata" +msgstr "" + +#: gnu/packages/geeqie.scm:51 +msgid "" +"Exiv2 is a C++ library and a command line utility to manage image\n" +"metadata. It provides fast and easy read and write access to the Exif,= " +"IPTC\n" +"and XMP metadata of images in various formats." +msgstr "" + +#: gnu/packages/geeqie.scm:82 +msgid "Lightweight GTK+ based image viewer" +msgstr "" + +#: gnu/packages/geeqie.scm:84 +msgid "" +"Geeqie is a lightweight GTK+ based image viewer for Unix like operating= \n" +"systems. It features: EXIF, IPTC and XMP metadata browsing and editing= \n" +"interoperability; easy integration with other software; geeqie works on= " +"files\n" +"and directories, there is no need to import images; fast preview for ma= ny " +"raw\n" +"image formats; tools for image comparison, sorting and managing photo\n= " +"collection. Geeqie was initially based on GQview." +msgstr "" + +#: gnu/packages/gettext.scm:86 +msgid "Tools and documentation for translation" +msgstr "" + +#: gnu/packages/gettext.scm:88 +msgid "" +"GNU Gettext is a package providing a framework for translating the\n" +"textual output of programs into multiple languages. It provides " +"translators\n" +"with the means to create message catalogs, as well as an Emacs mode to = work\n" +"with them, and a runtime library to load translated messages from the\n= " +"catalogs. Nearly all GNU packages use Gettext." +msgstr "" + +#: gnu/packages/gnuzilla.scm:85 +msgid "Mozilla javascript engine" +msgstr "" + +#: gnu/packages/gnuzilla.scm:86 +msgid "" +"SpiderMonkey is Mozilla's JavaScript engine written\n" +"in C/C++." +msgstr "" + +#: gnu/packages/gnuzilla.scm:118 +msgid "Netscape API for system level and libc-like functions" +msgstr "" + +#: gnu/packages/gnuzilla.scm:119 +msgid "" +"Netscape Portable Runtime (NSPR) provides a\n" +"platform-neutral API for system level and libc-like functions. It is u= sed\n" +"in the Mozilla clients." +msgstr "" + +#: gnu/packages/gnuzilla.scm:216 +msgid "Network Security Services" +msgstr "" + +#: gnu/packages/gnuzilla.scm:218 +msgid "" +"Network Security Services (NSS) is a set of libraries designed to suppo= rt\n" +"cross-platform development of security-enabled client and server " +"applications.\n" +"Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PK= CS " +"#7,\n" +"PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security\n= " +"standards." +msgstr "" + +#: gnu/packages/gnuzilla.scm:347 +msgid "Entirely free browser derived from Mozilla Firefox" +msgstr "" + +#: gnu/packages/gnuzilla.scm:349 +msgid "" +"IceCat is the GNU version of the Firefox browser. It is entirely free\= n" +"software, which does not recommend non-free plugins and addons. It als= o\n" +"features built-in privacy-protecting features." +msgstr "" + +#: gnu/packages/gtk.scm:78 +msgid "GNOME accessibility toolkit" +msgstr "" + +#: gnu/packages/gtk.scm:80 +msgid "" +"ATK provides the set of accessibility interfaces that are implemented\n= " +"by other toolkits and applications. Using the ATK interfaces, " +"accessibility\n" +"tools have full access to view and control running applications." +msgstr "" + +#: gnu/packages/gtk.scm:119 +msgid "2D graphics library" +msgstr "" + +#: gnu/packages/gtk.scm:121 +msgid "" +"Cairo is a 2D graphics library with support for multiple output devices= .\n" +"Currently supported output targets include the X Window System (via bot= h\n" +"Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG f= ile\n" +"output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB= .\n" +"\n" +"Cairo is designed to produce consistent output on all output media whil= e\n" +"taking advantage of display hardware acceleration when available\n" +"eg. through the X Render Extension).\n" +"\n" +"The cairo API provides operations similar to the drawing operators of\n= " +"PostScript and PDF. Operations in cairo including stroking and filling= " +"cubic\n" +"B=C3=A9zier splines, transforming and compositing translucent images, a= nd\n" +"antialiased text rendering. All drawing operations can be transformed = by " +"any\n" +"affine transformation (scale, rotation, shear, etc.)" +msgstr "" + +#: gnu/packages/gtk.scm:163 +msgid "OpenType text shaping engine" +msgstr "" + +#: gnu/packages/gtk.scm:165 +msgid "HarfBuzz is an OpenType text shaping engine." +msgstr "" + +#: gnu/packages/gtk.scm:196 +msgid "GNOME text and font handling library" +msgstr "" + +#: gnu/packages/gtk.scm:198 +msgid "" +"Pango is the core text and font handling library used in GNOME\n" +"applications. It has extensive support for the different writing syste= ms\n" +"used throughout the world." +msgstr "" + +#: gnu/packages/gtk.scm:224 +msgid "Obsolete pango functions" +msgstr "" + +#: gnu/packages/gtk.scm:225 +msgid "" +"Pangox was a X backend to pango. It is now obsolete and no\n" +"longer provided by recent pango releases. pangox-compat provides the\n= " +"functions which were removed." +msgstr "" + +#: gnu/packages/gtk.scm:259 +msgid "GTK+ widget for interactive graph-like environments" +msgstr "" + +#: gnu/packages/gtk.scm:261 +msgid "" +"Ganv is an interactive GTK+ widget for interactive =E2=80=9Cboxes and l= ines=E2=80=9D or\n" +"graph-like environments, e.g. modular synths or finite state machine\n" +"diagrams." +msgstr "" + +#: gnu/packages/gtk.scm:311 +msgid "Widget that extends the standard GTK+ 2.x 'GtkTextView' widget" +msgstr "" + +#: gnu/packages/gtk.scm:313 +msgid "" +"GtkSourceView is a portable C library that extends the standard GTK+\n" +"framework for multiline text editing with support for configurable synt= ax\n" +"highlighting, unlimited undo/redo, search and replace, a completion " +"framework,\n" +"printing and other features typical of a source code editor." +msgstr "" + +#: gnu/packages/gtk.scm:346 +msgid "GNOME image loading and manipulation library" +msgstr "" + +#: gnu/packages/gtk.scm:348 +msgid "" +"GdkPixbuf is a library for image loading and manipulation developed\n" +"in the GNOME project." +msgstr "" + +#: gnu/packages/gtk.scm:389 +msgid "Assistive Technology Service Provider Interface, core components" +msgstr "" + +#: gnu/packages/gtk.scm:391 +msgid "" +"The Assistive Technology Service Provider Interface, core components,\n= " +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:423 +msgid "Assistive Technology Service Provider Interface, ATK bindings" +msgstr "" + +#: gnu/packages/gtk.scm:425 +msgid "" +"The Assistive Technology Service Provider Interface\n" +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:477 +msgid "Cross-platform toolkit for creating graphical user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:479 +msgid "" +"GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating\n" +"graphical user interfaces. Offering a complete set of widgets, GTK+ is= \n" +"suitable for projects ranging from small one-off tools to complete\n" +"application suites." +msgstr "" + +#: gnu/packages/gtk.scm:605 +#, fuzzy +msgid "Cairo bindings for GNU Guile" +msgstr "Infraestrutura para compila=C3=A7=C3=A3o de leitores para GNU Gu= ile" + +#: gnu/packages/gtk.scm:607 +msgid "" +"Guile-Cairo wraps the Cairo graphics library for Guile Scheme.\n" +"Guile-Cairo is complete, wrapping almost all of the Cairo API. It is A= PI\n" +"stable, providing a firm base on which to do graphics work. Finally, a= nd\n" +"importantly, it is pleasant to use. You get a powerful and well-mainta= ined\n" +"graphics library with all of the benefits of Scheme: memory management,= \n" +"exceptions, macros, and a dynamic programming environment." +msgstr "" + +#: gnu/packages/gtk.scm:642 +msgid "C++ bindings to the Cairo 2D graphics library" +msgstr "" + +#: gnu/packages/gtk.scm:644 +msgid "" +"Cairomm provides a C++ programming interface to the Cairo 2D graphics\n= " +"library." +msgstr "" + +#: gnu/packages/gtk.scm:668 +msgid "C++ interface to the Pango text rendering library" +msgstr "" + +#: gnu/packages/gtk.scm:670 +msgid "" +"Pangomm provides a C++ programming interface to the Pango text renderin= g\n" +"library." +msgstr "" + +#: gnu/packages/gtk.scm:691 +msgid "C++ interface to the ATK accessibility library" +msgstr "" + +#: gnu/packages/gtk.scm:693 +msgid "" +"ATKmm provides a C++ programming interface to the ATK accessibility\n" +"toolkit." +msgstr "" + +#: gnu/packages/gtk.scm:719 +msgid "C++ interface to the GTK+ graphical user interface library" +msgstr "" + +#: gnu/packages/gtk.scm:721 +msgid "" +"gtkmm is the official C++ interface for the popular GUI library GTK+.\n= " +"Highlights include typesafe callbacks, and a comprehensive set of widge= ts " +"that\n" +"are easily extensible via inheritance. You can create user interfaces = " +"either\n" +"in code or with the Glade User Interface designer, using libglademm. " +"There's\n" +"extensive documentation, including API reference and a tutorial." +msgstr "" + +#: gnu/packages/gtk.scm:777 +msgid "Python bindings for cairo" +msgstr "" + +#: gnu/packages/gtk.scm:779 +msgid "Pycairo is a set of Python bindings for the Cairo graphics librar= y." +msgstr "" + +#: gnu/packages/gtk.scm:853 +msgid "Python bindings for GTK+" +msgstr "" + +#: gnu/packages/gtk.scm:855 +msgid "" +"PyGTK allows you to write full featured GTK programs in Python. It is\= n" +"targetted at GTK 2.x, and can be used in conjunction with gnome-python = to\n" +"write GNOME applications." +msgstr "" + +#: gnu/packages/gtk.scm:886 +msgid "Library for minimalistic gtk+3 user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:887 +msgid "" +"Girara is a library that implements a user interface that\n" +"focuses on simplicity and minimalism. Currently based on GTK+, a\n" +"cross-platform widget toolkit, it provides an interface that focuses on= " +"three\n" +"main components: a so-called view widget that represents the actual\n" +"application, an input bar that is used to execute commands of the\n" +"application and the status bar which provides the user with current\n" +"information." +msgstr "" + +#: gnu/packages/guile.scm:106 gnu/packages/guile.scm:173 +msgid "Scheme implementation intended especially for extensions" +msgstr "Implementa=C3=A7=C3=A3o de Scheme com inten=C3=A7=C3=A3o especia= lmente para extens=C3=B5es" + +#: gnu/packages/guile.scm:108 gnu/packages/guile.scm:175 +msgid "" +"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" +"official extension language of the GNU system. It is an implementation= of\n" +"the Scheme language which can be easily embedded in other applications = to\n" +"provide a convenient means of extending the functionality of the " +"application\n" +"without requiring the source code to be rewritten." +msgstr "" + +#: gnu/packages/guile.scm:248 +msgid "Framework for building readers for GNU Guile" +msgstr "Infraestrutura para compila=C3=A7=C3=A3o de leitores para GNU Gu= ile" + +#: gnu/packages/guile.scm:250 +#, fuzzy +msgid "" +"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" +"\n" +"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" +"procedure. Readers supporting various syntax variants can easily be " +"written,\n" +"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" +"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-= derived\n" +"document syntax.\n" +"\n" +"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" +"hopefully more powerful and flexible (for instance, one may instantiate= as\n" +"many readers as needed)." +msgstr "" +"Guile-Reader =C3=A9 uma infraestrutura simples de compila=C3=A7=C3=A3o = de leitores GNU " +"Guile.\n" +"\n" +"A ideia =C3=A9 facilitar a compila=C3=A7=C3=A3o de procedimentos que es= tendam o " +"procedimento\n" +"de leitura do Guile. Leitores que tenham suporte a diversas variantes d= e\n" +"sintaxe podem ser escritos facilmente, possivelmente reusando \"leitore= s de\n" +"token\" de Scheme padr=C3=A3o de leitores. Por exemplo, ele =C3=A9 usad= o para " +"implementar\n" +"sintaxe de documentos derivados do R5RS do Skribilo.\n" +"\n" +"A abordagem do Guile-Readers =C3=A9 similar ao \"read table\" do Common= Lisps,\n" +"mas muito mais poderoso e flex=C3=ADvel (por exemplo, =C3=A9 poss=C3=AD= vel instanciar com\n" +"quantos leitores quiser)." + +#: gnu/packages/guile.scm:303 +msgid "Guile bindings to ncurses" +msgstr "Bindings de Guile para ncurses" + +#: gnu/packages/guile.scm:305 +msgid "" +"guile-ncurses provides Guile language bindings for the ncurses\n" +"library." +msgstr "" + +#: gnu/packages/guile.scm:325 +msgid "Run jobs at scheduled times" +msgstr "Executa trabalhos no hor=C3=A1rio agendado" + +#: gnu/packages/guile.scm:327 +msgid "" +"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" +"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten " +"in\n" +"Guile, so its configuration can be written in Scheme; the original cron= \n" +"format is also supported." +msgstr "" + +#: gnu/packages/guile.scm:355 +msgid "Collection of useful Guile Scheme modules" +msgstr "Cole=C3=A7=C3=A3o de m=C3=B3dulos =C3=BAteis de Scheme de Guile" + +#: gnu/packages/guile.scm:357 +#, fuzzy +msgid "" +"Guile-Lib is intended as an accumulation place for pure-scheme Guile\n" +"modules, allowing for people to cooperate integrating their generic Gui= le\n" +"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" +"for Guile\"." +msgstr "" +"guile-lib tem a inten=C3=A7=C3=A3o de ser um lugar acumulado para m=C3=B3= dulos Guile de " +"pure-scheme, permitindo que pessoas cooperem com integra=C3=A7=C3=A3o d= e seus m=C3=B3dulos " +"gen=C3=A9ricos de Guile em uma biblioteca coerente. Pense \"um CPAN de = escopo " +"limitado, objetivo para Guile\"." + +#: gnu/packages/guile.scm:388 +msgid "JSON module for Guile" +msgstr "" + +#: gnu/packages/guile.scm:390 +msgid "" +"Guile-json supports parsing and building JSON documents according to th= e\n" +"http:://json.org specification. These are the main features:\n" +"- Strictly complies to http://json.org specification.\n" +"- Build JSON documents programmatically via macros.\n" +"- Unicode support for strings.\n" +"- Allows JSON pretty printing." +msgstr "" + +#: gnu/packages/guile.scm:460 +msgid "miniKanren declarative logic system, packaged for Guile" +msgstr "" + +#: gnu/packages/guile.scm:462 +msgid "" +"MiniKanren is a relational programming extension to the Scheme\n" +"programming Language, written as a smaller version of Kanren suitable f= or\n" +"pedagogical purposes. It is featured in the book, The Reasoned Schemer= ,\n" +"written by Dan Friedman, William Byrd, and Oleg Kiselyov.\n" +"\n" +"This is Ian Price's r6rs packaged version of miniKranen, which deviates= \n" +"slightly from miniKanren mainline.\n" +"\n" +"See http://minikanren.org/ for more on miniKanren generally." +msgstr "" + +#: gnu/packages/guile.scm:532 +msgid "Guile bindings to the GDBM library via Guile's FFI" +msgstr "" + +#: gnu/packages/guile.scm:534 +msgid "" +"Guile bindings to the GDBM key-value storage system, using\n" +"Guile's foreign function interface." +msgstr "" + +#: gnu/packages/imagemagick.scm:86 +msgid "Create, edit, compose, or convert bitmap images" +msgstr "" + +#: gnu/packages/imagemagick.scm:88 +msgid "" +"ImageMagick=C2=AE is a software suite to create, edit, compose, or conv= ert\n" +"bitmap images. It can read and write images in a variety of formats (o= ver " +"100)\n" +"including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript= , " +"SVG,\n" +"and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, sh= ear " +"and\n" +"transform images, adjust image colors, apply various special effects, o= r " +"draw\n" +"text, lines, polygons, ellipses and B=C3=A9zier curves." +msgstr "" + +#: gnu/packages/imagemagick.scm:132 +msgid "Perl interface to ImageMagick" +msgstr "" + +#: gnu/packages/imagemagick.scm:133 +msgid "" +"This Perl extension allows the reading, manipulation and\n" +"writing of a large number of image file formats using the ImageMagick " +"library.\n" +"Use it to create, edit, compose, or convert bitmap images from within a= " +"Perl\n" +"script." +msgstr "" + +#: gnu/packages/image.scm:68 +msgid "Library for handling PNG files" +msgstr "" + +#: gnu/packages/image.scm:70 +msgid "" +"Libpng is the official PNG (Portable Network Graphics) reference\n" +"library. It supports almost all PNG features and is extensible." +msgstr "" + +#: gnu/packages/image.scm:86 +msgid "Library for handling JPEG files" +msgstr "" + +#: gnu/packages/image.scm:88 +msgid "" +"Libjpeg implements JPEG image encoding, decoding, and transcoding.\n" +"JPEG is a standardized compression method for full-color and gray-scale= \n" +"images.\n" +"The included programs provide conversion between the JPEG format and\n" +"image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats." +msgstr "" + +#: gnu/packages/image.scm:125 +msgid "Library for handling TIFF files" +msgstr "" + +#: gnu/packages/image.scm:127 +msgid "" +"Libtiff provides support for the Tag Image File Format (TIFF), a format= \n" +"used for storing image data.\n" +"Included are a library, libtiff, for reading and writing TIFF and a sma= ll\n" +"collection of tools for doing simple manipulations of TIFF images." +msgstr "" + +#: gnu/packages/image.scm:157 +msgid "Library for reading images in the Microsoft WMF format" +msgstr "" + +#: gnu/packages/image.scm:159 +msgid "" +"libwmf is a library for reading vector images in Microsoft's native\n" +"Windows Metafile Format (WMF) and for either (a) displaying them in, e.= g., " +"an X\n" +"window; or (b) converting them to more standard/free file formats such = as, e." +"g.,\n" +"the W3C's XML-based Scaleable Vector Graphic (SVG) format." +msgstr "" + +#: gnu/packages/image.scm:217 +msgid "Library and tools for image processing and analysis" +msgstr "" + +#: gnu/packages/image.scm:219 +msgid "" +"Leptonica is a C library and set of command-line tools for efficient\n" +"image processing and image analysis operations. It supports rasterop, = " +"affine\n" +"transformations, binary and grayscale morphology, rank order, and " +"convolution,\n" +"seedfill and connected components, image transformations combining chan= ges " +"in\n" +"scale and pixel depth, and pixelwise masking, blending, enhancement, an= d\n" +"arithmetic ops." +msgstr "" + +#: gnu/packages/image.scm:242 +msgid "Decoder of the JBIG2 image compression format" +msgstr "" + +#: gnu/packages/image.scm:244 +msgid "" +"JBIG2 is designed for lossy or lossless encoding of 'bilevel'\n" +"(1-bit monochrome) images at moderately high resolution, and in\n" +"particular scanned paper documents. In this domain it is very\n" +"efficient, offering compression ratios on the order of 100:1.\n" +"\n" +"This is a decoder only implementation, and currently is in the alpha\n" +"stage, meaning it doesn't completely work yet. However, it is\n" +"maintaining parity with available encoders, so it is useful for real\n" +"work." +msgstr "" + +#: gnu/packages/image.scm:277 +msgid "JPEG 2000 codec" +msgstr "" + +#: gnu/packages/image.scm:279 +msgid "" +"The OpenJPEG library is a JPEG 2000 codec written in C. It has\n" +"been developed in order to promote the use of JPEG 2000, the new\n" +"still-image compression standard from the Joint Photographic Experts\n" +"Group (JPEG).\n" +"\n" +"In addition to the basic codec, various other features are under\n" +"development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats= ,\n" +"an indexing tool useful for the JPIP protocol, JPWL-tools for\n" +"error-resilience, a Java-viewer for j2k-images, ..." +msgstr "" + +#: gnu/packages/image.scm:356 +msgid "Tools and library for working with GIF images" +msgstr "" + +#: gnu/packages/image.scm:358 +msgid "" +"GIFLIB is a library for reading and writing GIF images. It is API and\= n" +"ABI compatible with libungif which was in wide use while the LZW " +"compression\n" +"algorithm was patented. Tools are also included to convert, manipulate= ,\n" +"compose, and analyze GIF images." +msgstr "" + +#: gnu/packages/image.scm:379 +msgid "GIF decompression library" +msgstr "" + +#: gnu/packages/image.scm:381 +msgid "libungif is the old GIF decompression library by the GIFLIB proje= ct." +msgstr "" + +#: gnu/packages/image.scm:410 +msgid "Loading, saving, rendering and manipulating image files" +msgstr "" + +#: gnu/packages/image.scm:412 +msgid "" +"Imlib2 is a library that does image file loading and saving as well as\= n" +"rendering, manipulation, arbitrary polygon support, etc.\n" +"\n" +"It does ALL of these operations FAST. Imlib2 also tries to be highly\n= " +"intelligent about doing them, so writing naive programs can be done eas= ily,\n" +"without sacrificing speed.\n" +"\n" +"This is a complete rewrite over the Imlib 1.x series. The architecture= is\n" +"more modular, simple, and flexible." +msgstr "" + +#: gnu/packages/image.scm:440 +msgid "Wrapper library for imlib2" +msgstr "" + +#: gnu/packages/image.scm:442 +msgid "" +"Giblib is a simple library which wraps imlib2's context API, avoiding\n= " +"all the context_get/set calls, adds fontstyles to the truetype renderer= and\n" +"supplies a generic doubly-linked list and some string functions." +msgstr "" + +#: gnu/packages/image.scm:481 +msgid "Library for handling popular graphics image formats" +msgstr "" + +#: gnu/packages/image.scm:483 +msgid "" +"FreeImage is a library for developers who would like to support popular= \n" +"graphics image formats like PNG, BMP, JPEG, TIFF and others." +msgstr "" + +#: gnu/packages/image.scm:522 +msgid "Computer vision library" +msgstr "" + +#: gnu/packages/image.scm:524 +msgid "" +"VIGRA stands for Vision with Generic Algorithms. It is an image\n" +"processing and analysis library that puts its main emphasis on customiz= able\n" +"algorithms and data structures. It is particularly strong for\n" +"multi-dimensional image processing." +msgstr "" + +#: gnu/packages/image.scm:555 +msgid "Lossless and lossy image compression" +msgstr "" + +#: gnu/packages/image.scm:557 +msgid "" +"WebP is a new image format that provides lossless and lossy compression= \n" +"for images. WebP lossless images are 26% smaller in size compared to\n= " +"PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG im= ages " +"at\n" +"equivalent SSIM index. WebP supports lossless transparency (also known= as\n" +"alpha channel) with just 22% additional bytes. Transparency is also " +"supported\n" +"with lossy compression and typically provides 3x smaller file sizes " +"compared\n" +"to PNG when lossy compression is acceptable for the red/green/blue colo= r\n" +"channels." +msgstr "" + +#: gnu/packages/image.scm:585 +msgid "Library for handling MNG files" +msgstr "" + +#: gnu/packages/image.scm:587 +msgid "Libmng is the MNG (Multiple-image Network Graphics) reference lib= rary." +msgstr "" + +#: gnu/packages/inkscape.scm:84 +msgid "Vector graphics editor" +msgstr "" + +#: gnu/packages/inkscape.scm:85 +msgid "" +"Inkscape is a vector graphics editor. What sets Inkscape\n" +"apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C " +"standard,\n" +"as the native format." +msgstr "" + +#: gnu/packages/jemalloc.scm:39 +msgid "General-purpose scalable concurrent malloc implementation" +msgstr "" + +#: gnu/packages/jemalloc.scm:41 +msgid "" +"This library providing a malloc(3) implementation that emphasizes\n" +"fragmentation avoidance and scalable concurrency support." +msgstr "" + +#: gnu/packages/key-mon.scm:65 +msgid "Show keyboard and mouse status" +msgstr "" + +#: gnu/packages/key-mon.scm:67 +msgid "" +"The key-mon utility displays the current keyboard and mouse status.\n" +"This is useful for teaching and screencasts." +msgstr "" + +#: gnu/packages/less.scm:41 +msgid "Paginator for terminals" +msgstr "" + +#: gnu/packages/less.scm:43 +msgid "" +"GNU less is a pager, a program that allows you to view large amounts\n" +"of text in page-sized chunks. Unlike traditional pagers, it allows bot= h\n" +"backwards and forwards movement through the document. It also does not= " +"have\n" +"to read the entire input file before starting, so it starts faster than= " +"most\n" +"text editors." +msgstr "" + +#: gnu/packages/lesstif.scm:47 gnu/packages/lesstif.scm:48 +msgid "Clone of the Motif toolkit for the X window system" +msgstr "" + +#: gnu/packages/linux.scm:139 +msgid "GNU Linux-Libre kernel headers" +msgstr "" + +#: gnu/packages/linux.scm:140 +msgid "Headers of the Linux-Libre kernel." +msgstr "" + +#: gnu/packages/linux.scm:171 +msgid "Tools for loading and managing Linux kernel modules" +msgstr "" + +#: gnu/packages/linux.scm:173 +msgid "" +"Tools for loading and managing Linux kernel modules, such as `modprobe'= ,\n" +"`insmod', `lsmod', and more." +msgstr "" + +#: gnu/packages/linux.scm:304 +msgid "100% free redistribution of a cleaned Linux kernel" +msgstr "" + +#: gnu/packages/linux.scm:306 +msgid "" +"GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.\= n" +"It has been modified to remove all non-free binary blobs." +msgstr "" + +#: gnu/packages/linux.scm:349 +msgid "Pluggable authentication modules for Linux" +msgstr "" + +#: gnu/packages/linux.scm:351 +msgid "" +"A *Free* project to implement OSF's RFC 86.0.\n" +"Pluggable authentication modules are small shared object files that can= \n" +"be used through the PAM API to perform tasks, like authenticating a use= r\n" +"at login. Local and dynamic reconfiguration are its key features" +msgstr "" + +#: gnu/packages/linux.scm:378 +msgid "Small utilities that use the proc filesystem" +msgstr "" + +#: gnu/packages/linux.scm:380 +msgid "" +"This PSmisc package is a set of some small useful utilities that\n" +"use the proc filesystem. We're not about changing the world, but\n" +"providing the system administrator with some help in common tasks." +msgstr "" + +#: gnu/packages/linux.scm:432 +msgid "Collection of utilities for the Linux kernel" +msgstr "" + +#: gnu/packages/linux.scm:434 +msgid "Util-linux is a random collection of utilities for the Linux kern= el." +msgstr "" + +#: gnu/packages/linux.scm:501 +msgid "Utilities that give information about processes" +msgstr "" + +#: gnu/packages/linux.scm:503 +msgid "" +"Procps is the package that has a bunch of small useful utilities\n" +"that give information about processes using the Linux /proc file system= .\n" +"The package includes the programs ps, top, vmstat, w, kill, free,\n" +"slabtop, and skill." +msgstr "" + +#: gnu/packages/linux.scm:528 +msgid "Tools for working with USB devices, such as lsusb" +msgstr "" + +#: gnu/packages/linux.scm:530 +msgid "Tools for working with USB devices, such as lsusb." +msgstr "" + +#: gnu/packages/linux.scm:602 +msgid "Creating and checking ext2/ext3/ext4 file systems" +msgstr "" + +#: gnu/packages/linux.scm:604 +msgid "" +"This package provides tools for manipulating ext2/ext3/ext4 file system= s." +msgstr "" + +#: gnu/packages/linux.scm:646 +msgid "Statically-linked fsck.* commands from e2fsprogs" +msgstr "" + +#: gnu/packages/linux.scm:648 +msgid "" +"This package provides statically-linked command of fsck.ext[234] taken\= n" +"from the e2fsprogs package. It is meant to be used in initrds." +msgstr "" + +#: gnu/packages/linux.scm:681 +msgid "Zero non-allocated regions in ext2/ext3/ext4 file systems" +msgstr "" + +#: gnu/packages/linux.scm:683 +msgid "" +"The zerofree command scans the free blocks in an ext2 file system and\n= " +"fills any non-zero blocks with zeroes. This is a useful way to make di= sk\n" +"images more compressible." +msgstr "" + +#: gnu/packages/linux.scm:702 +msgid "System call tracer for Linux" +msgstr "" + +#: gnu/packages/linux.scm:704 +msgid "" +"strace is a system call tracer, i.e. a debugging tool which prints out = a\n" +"trace of all the system calls made by a another process/program." +msgstr "" + +#: gnu/packages/linux.scm:725 +msgid "Library call tracer for Linux" +msgstr "" + +#: gnu/packages/linux.scm:727 +msgid "" +"ltrace intercepts and records dynamic library calls which are called by= \n" +"an executed process and the signals received by that process. It can a= lso\n" +"intercept and print the system calls executed by the program." +msgstr "" + +#: gnu/packages/linux.scm:747 +msgid "The Advanced Linux Sound Architecture libraries" +msgstr "" + +#: gnu/packages/linux.scm:749 gnu/packages/linux.scm:791 +msgid "" +"The Advanced Linux Sound Architecture (ALSA) provides audio and\n" +"MIDI functionality to the Linux-based operating system." +msgstr "" + +#: gnu/packages/linux.scm:789 +msgid "Utilities for the Advanced Linux Sound Architecture (ALSA)" +msgstr "" + +#: gnu/packages/linux.scm:816 +msgid "Program to configure the Linux IP packet filtering rules" +msgstr "" + +#: gnu/packages/linux.scm:818 +msgid "" +"iptables is the userspace command line program used to configure the\n" +"Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted " +"towards\n" +"system administrators. Since Network Address Translation is also " +"configured\n" +"from the packet filter ruleset, iptables is used for this, too. The " +"iptables\n" +"package also includes ip6tables. ip6tables is used for configuring the= " +"IPv6\n" +"packet filter." +msgstr "" + +#: gnu/packages/linux.scm:866 +msgid "Utilities for controlling TCP/IP networking and traffic in Linux" +msgstr "" + +#: gnu/packages/linux.scm:868 +msgid "" +"Iproute2 is a collection of utilities for controlling TCP/IP\n" +"networking and traffic with the Linux kernel.\n" +"\n" +"Most network configuration manuals still refer to ifconfig and route as= the\n" +"primary network configuration tools, but ifconfig is known to behave\n" +"inadequately in modern network environments. They should be deprecated= , " +"but\n" +"most distros still include them. Most network configuration systems ma= ke " +"use\n" +"of ifconfig and thus provide a limited feature set. The /etc/net proje= ct " +"aims\n" +"to support most modern network technologies, as it doesn't use ifconfig= and\n" +"allows a system administrator to make use of all iproute2 features, " +"including\n" +"traffic control.\n" +"\n" +"iproute2 is usually shipped in a package called iproute or iproute2 and= \n" +"consists of several tools, of which the most important are ip and tc. = ip\n" +"controls IPv4 and IPv6 configuration and tc stands for traffic control.= " +"Both\n" +"tools print detailed usage messages and are accompanied by a set of\n" +"manpages." +msgstr "" + +#: gnu/packages/linux.scm:976 +msgid "Tools for controlling the network subsystem in Linux" +msgstr "" + +#: gnu/packages/linux.scm:978 +msgid "" +"This package includes the important tools for controlling the network\n= " +"subsystem of the Linux kernel. This includes arp, hostname, ifconfig,\= n" +"netstat, rarp and route. Additionally, this package contains utilities= \n" +"relating to particular network hardware types (plipconfig, slattach) an= d\n" +"advanced aspects of IP configuration (iptunnel, ipmaddr)." +msgstr "" + +#: gnu/packages/linux.scm:1019 +msgid "Library for working with POSIX capabilities" +msgstr "" + +#: gnu/packages/linux.scm:1021 +msgid "" +"Libcap2 provides a programming interface to POSIX capabilities on\n" +"Linux-based operating systems." +msgstr "" + +#: gnu/packages/linux.scm:1064 +msgid "Manipulate Ethernet bridges" +msgstr "" + +#: gnu/packages/linux.scm:1066 +msgid "" +"Utilities for Linux's Ethernet bridging facilities. A bridge is a way\= n" +"to connect two Ethernet segments together in a protocol independent way= .\n" +"Packets are forwarded based on Ethernet address, rather than IP address= " +"(like\n" +"a router). Since forwarding is done at Layer 2, all protocols can go\n= " +"transparently through a bridge." +msgstr "" + +#: gnu/packages/linux.scm:1088 +msgid "NetLink protocol library suite" +msgstr "" + +#: gnu/packages/linux.scm:1090 +msgid "" +"The libnl suite is a collection of libraries providing APIs to netlink\= n" +"protocol based Linux kernel interfaces. Netlink is an IPC mechanism " +"primarly\n" +"between the kernel and user space processes. It was designed to be a m= ore\n" +"flexible successor to ioctl to provide mainly networking related kernel= \n" +"configuration and monitoring interfaces." +msgstr "" + +#: gnu/packages/linux.scm:1120 +msgid "Tool for configuring wireless devices" +msgstr "" + +#: gnu/packages/linux.scm:1122 +msgid "" +"iw is a new nl80211 based CLI configuration utility for wireless\n" +"devices. It replaces 'iwconfig', which is deprecated." +msgstr "" + +#: gnu/packages/linux.scm:1149 +msgid "Analyze power consumption on Intel-based laptops" +msgstr "" + +#: gnu/packages/linux.scm:1151 +msgid "" +"PowerTOP is a Linux tool to diagnose issues with power consumption and\= n" +"power management. In addition to being a diagnostic tool, PowerTOP als= o " +"has\n" +"an interactive mode where the user can experiment various power managem= ent\n" +"settings for cases where the operating system has not enabled these\n" +"settings." +msgstr "" + +#: gnu/packages/linux.scm:1173 +msgid "Audio mixer for X and the console" +msgstr "" + +#: gnu/packages/linux.scm:1175 +msgid "" +"Aumix adjusts an audio mixer from X, the console, a terminal,\n" +"the command line or a script." +msgstr "" + +#: gnu/packages/linux.scm:1199 +msgid "Displays the IO activity of running processes" +msgstr "" + +#: gnu/packages/linux.scm:1201 +msgid "" +"Iotop is a Python program with a top like user interface to show the\n" +"processes currently causing I/O." +msgstr "" + +#: gnu/packages/linux.scm:1253 +msgid "Support file systems implemented in user space" +msgstr "" + +#: gnu/packages/linux.scm:1255 +msgid "" +"As a consequence of its monolithic design, file system code for Linux\n= " +"normally goes into the kernel itself---which is not only a robustness " +"issue,\n" +"but also an impediment to system extensibility. FUSE, for \"file syste= ms " +"in\n" +"user space\", is a kernel module and user-space library that tries to " +"address\n" +"part of this problem by allowing users to run file system implementatio= ns " +"as\n" +"user-space processes." +msgstr "" + +#: gnu/packages/linux.scm:1280 +msgid "User-space union file system" +msgstr "" + +#: gnu/packages/linux.scm:1282 +msgid "" +"UnionFS-FUSE is a flexible union file system implementation in user\n" +"space, using the FUSE library. Mounting a union file system allows you= to\n" +"\"aggregate\" the contents of several directories into a single mount " +"point.\n" +"UnionFS-FUSE additionally supports copy-on-write." +msgstr "" + +#: gnu/packages/linux.scm:1307 +msgid "User-space union file system (statically linked)" +msgstr "" + +#: gnu/packages/linux.scm:1349 +msgid "Mount remote file systems over SSH" +msgstr "" + +#: gnu/packages/linux.scm:1351 +msgid "" +"This is a file system client based on the SSH File Transfer Protocol.\n= " +"Since most SSH servers already support this protocol it is very easy to= set\n" +"up: on the server side there's nothing to do; on the client side mounti= ng " +"the\n" +"file system is as easy as logging into the server with an SSH client." +msgstr "" + +#: gnu/packages/linux.scm:1399 +msgid "Tools for non-uniform memory access (NUMA) machines" +msgstr "" + +#: gnu/packages/linux.scm:1401 +msgid "" +"NUMA stands for Non-Uniform Memory Access, in other words a system whos= e\n" +"memory is not all in one place. The numactl program allows you to run = your\n" +"application program on specific CPU's and memory nodes. It does this b= y\n" +"supplying a NUMA memory policy to the operating system before running y= our\n" +"program.\n" +"\n" +"The package contains other commands, such as numademo, numastat and mem= hog.\n" +"The numademo command provides a quick overview of NUMA performance on y= our\n" +"system." +msgstr "" + +#: gnu/packages/linux.scm:1464 +msgid "Linux keyboard utilities and keyboard maps" +msgstr "" + +#: gnu/packages/linux.scm:1466 +msgid "" +"This package contains keytable files and keyboard utilities compatible\= n" +"for systems using the Linux kernel. This includes commands such as\n" +"'loadkeys', 'setfont', 'kbdinfo', and 'chvt'." +msgstr "" + +#: gnu/packages/linux.scm:1485 +msgid "Monitor file accesses" +msgstr "" + +#: gnu/packages/linux.scm:1487 +msgid "" +"The inotify-tools packages provides a C library and command-line tools\= n" +"to use Linux' inotify mechanism, which allows file accesses to be monit= ored." +msgstr "" + +#: gnu/packages/linux.scm:1525 +msgid "Kernel module tools" +msgstr "" + +#: gnu/packages/linux.scm:1526 +msgid "" +"Kmod is a set of tools to handle common tasks with Linux\n" +"kernel modules like insert, remove, list, check properties, resolve\n" +"dependencies and aliases.\n" +"\n" +"These tools are designed on top of libkmod, a library that is shipped w= ith\n" +"kmod. The aim is to be compatible with tools, configurations and indic= es\n" +"from the module-init-tools project." +msgstr "" + +#: gnu/packages/linux.scm:1597 +msgid "Userspace device management" +msgstr "" + +#: gnu/packages/linux.scm:1598 +msgid "" +"Udev is a daemon which dynamically creates and removes\n" +"device nodes from /dev/, handles hotplug events and loads drivers at bo= ot\n" +"time." +msgstr "" + +#: gnu/packages/linux.scm:1658 +msgid "Logical volume management for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1660 +msgid "" +"LVM2 is the logical volume management tool set for Linux-based systems.= \n" +"This package includes the user-space libraries and tools, including the= " +"device\n" +"mapper. Kernel components are part of Linux-libre." +msgstr "" + +#: gnu/packages/linux.scm:1693 +msgid "Tools for manipulating Linux Wireless Extensions" +msgstr "" + +#: gnu/packages/linux.scm:1694 +msgid "" +"Wireless Tools are used to manipulate the now-deprecated\n" +"Linux Wireless Extensions; consider using 'iw' instead. The Wireless\n= " +"Extension was an interface allowing you to set Wireless LAN specific\n" +"parameters and get the specific stats. It is deprecated in favor the " +"nl80211\n" +"interface." +msgstr "" + +#: gnu/packages/linux.scm:1768 +msgid "Utilities to read temperature/voltage/fan sensors" +msgstr "" + +#: gnu/packages/linux.scm:1770 +msgid "" +"Lm-sensors is a hardware health monitoring package for Linux. It allow= s\n" +"you to access information from temperature, voltage, and fan speed sens= ors.\n" +"It works with most newer systems." +msgstr "" + +#: gnu/packages/linux.scm:1797 +msgid "I2C tools for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1799 +msgid "" +"The i2c-tools package contains a heterogeneous set of I2C tools for\n" +"Linux: a bus probing tool, a chip dumper, register-level SMBus access " +"helpers,\n" +"EEPROM decoding scripts, EEPROM programming tools, and a python module = for\n" +"SMBus access." +msgstr "" + +#: gnu/packages/linux.scm:1835 +msgid "Hardware health information viewer" +msgstr "" + +#: gnu/packages/linux.scm:1837 +msgid "" +"Xsensors reads data from the libsensors library regarding hardware\n" +"health such as temperature, voltage and fan speed and displays the " +"information\n" +"in a digital read-out." +msgstr "" + +#: gnu/packages/linux.scm:1885 +msgid "Linux profiling with performance counters" +msgstr "" + +#: gnu/packages/linux.scm:1887 +msgid "" +"perf is a tool suite for profiling using hardware performance counters,= \n" +"with support in the Linux kernel. perf can instrument CPU performance\= n" +"counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is " +"capable\n" +"of lightweight profiling. This package contains the user-land tools an= d in\n" +"particular the 'perf' command." +msgstr "" + +#: gnu/packages/linux.scm:1910 +msgid "Simple tool for creating Linux namespace containers" +msgstr "" + +#: gnu/packages/linux.scm:1911 +msgid "" +"pflask is a simple tool for creating Linux namespace\n" +"containers. It can be used for running a command or even booting an OS= " +"inside\n" +"an isolated container, created with the help of Linux namespaces. It i= s\n" +"similar in functionality to chroot, although pflask provides better " +"isolation\n" +"thanks to the use of namespaces." +msgstr "" + +#: gnu/packages/linux.scm:1938 +msgid "tune hard disk parameters for high performance" +msgstr "" + +#: gnu/packages/linux.scm:1940 +msgid "" +"Get/set device parameters for Linux SATA/IDE drives. It's primary use\= n" +"is for enabling irq-unmasking and IDE multiplemode." +msgstr "" + +#: gnu/packages/linux.scm:1957 +msgid "Daemon for delivering ACPI events to user-space programs" +msgstr "" + +#: gnu/packages/linux.scm:1959 +msgid "" +"acpid is designed to notify user-space programs of Advanced\n" +"Configuration and Power Interface (ACPI) events. acpid should be start= ed\n" +"during the system boot, and will run as a background process. When an = ACPI\n" +"event is received from the kernel, acpid will examine the list of rules= \n" +"specified in /etc/acpi/events and execute the rules that match the even= t." +msgstr "" + +#: gnu/packages/linux.scm:1981 +msgid "System utilities based on Linux sysfs" +msgstr "" + +#: gnu/packages/linux.scm:1983 +msgid "" +"These are a set of utilites built upon sysfs, a virtual filesystem in\n= " +"Linux kernel versions 2.5+ that exposes a system's device tree. The " +"package\n" +"also contains the libsysfs library." +msgstr "" + +#: gnu/packages/linux.scm:2019 +msgid "System utilities based on Linux sysfs (version 1.x)" +msgstr "" + +#: gnu/packages/linux.scm:2042 +msgid "Utilities to get and set CPU frequency on Linux" +msgstr "" + +#: gnu/packages/linux.scm:2044 +msgid "" +"The cpufrequtils suite contains utilities to retreive CPU frequency\n" +"information, and set the CPU frequency if supported, using the cpufreq\= n" +"capabilities of the Linux kernel." +msgstr "" + +#: gnu/packages/linux.scm:2063 +msgid "Interface library for the Linux IEEE1394 drivers" +msgstr "" + +#: gnu/packages/linux.scm:2065 +msgid "" +"Libraw1394 is the only supported interface to the kernel side raw1394 o= f\n" +"the Linux IEEE-1394 subsystem, which provides direct access to the " +"connected\n" +"1394 buses to user space. Through libraw1394/raw1394, applications can= " +"directly\n" +"send to and receive from other nodes without requiring a kernel driver = for " +"the\n" +"protocol in question." +msgstr "" + +#: gnu/packages/linux.scm:2089 +msgid "AV/C protocol library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2091 +msgid "" +"Libavc1394 is a programming interface to the AV/C specification from\n" +"the 1394 Trade Assocation. AV/C stands for Audio/Video Control." +msgstr "" + +#: gnu/packages/linux.scm:2113 +msgid "Isochronous streaming media library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2115 +msgid "" +"The libiec61883 library provides a higher level API for streaming DV,\n= " +"MPEG-2 and audio over Linux IEEE 1394." +msgstr "" + +#: gnu/packages/linux.scm:2154 +msgid "Tool for managing Linux Software RAID arrays" +msgstr "" + +#: gnu/packages/linux.scm:2156 +msgid "" +"mdadm is a tool for managing Linux Software RAID arrays. It can create= ,\n" +"assemble, report on, and monitor arrays. It can also move spares betwe= en " +"raid\n" +"arrays when needed." +msgstr "" + +#: gnu/packages/linux.scm:2183 +msgid "Linux-native asynchronous I/O access library" +msgstr "" + +#: gnu/packages/linux.scm:2185 +msgid "" +"This library enables userspace to use Linux kernel asynchronous I/O\n" +"system calls, important for the performance of databases and other adva= nced\n" +"applications." +msgstr "" + +#: gnu/packages/linux.scm:2221 +msgid "Linux Bluetooth protocol stack" +msgstr "" + +#: gnu/packages/linux.scm:2223 +msgid "" +"BlueZ provides support for the core Bluetooth layers and protocols. It= \n" +"is flexible, efficient and uses a modular implementation." +msgstr "" + +#: gnu/packages/lout.scm:109 +msgid "Document layout system" +msgstr "" + +#: gnu/packages/lout.scm:111 +#, fuzzy +msgid "" +"The Lout document formatting system reads a high-level description of\n= " +"a document similar in style to LaTeX and produces a PostScript or plain= " +"text\n" +"output file.\n" +"\n" +"Lout offers an unprecedented range of advanced features, including opti= mal\n" +"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" +"inclusion and generation, equation formatting, tables, diagrams, rotati= on " +"and\n" +"scaling, sorted indexes, bibliographic databases, running headers and\n= " +"odd-even pages, automatic cross referencing, multilingual documents " +"including\n" +"hyphenation (most European languages are supported), formatting of comp= uter\n" +"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" +"extended with definitions which are very much easier to write than trof= f of\n" +"TeX macros because Lout is a high-level, purely functional language, th= e\n" +"outcome of an eight-year research project that went back to the\n" +"beginning." +msgstr "" +"O sistema de formata=C3=A7=C3=A3o de texto Lout agora l=C3=AA uma descr= i=C3=A7=C3=A3o de alto n=C3=ADvel " +"de\n" +"documentos similar em estilo ao LaTeX e produz um arquivo de sa=C3=ADda= em texto\n" +"simples ou em PostScript.\n" +"\n" +"Lout oferece uma faixa sem precedente de recursos avan=C3=A7ados, inclu= indo uma\n" +"=C3=B3tima quebra de par=C3=A1grafo e p=C3=A1gina, hifeniza=C3=A7=C3=A3= o autom=C3=A1tica, inclus=C3=A3o e\n" +"cria=C3=A7=C3=A3o de arquivo EPS de PostScript, formata=C3=A7=C3=A3o de= equa=C3=A7=C3=A3o, tabelas,\n" +"diagramas, rota=C3=A7=C3=A3o e escalas, =C3=ADndices ordenados, banco d= e dados\n" +"bibliogr=C3=A1ficos, executar cabe=C3=A7alhos e p=C3=A1ginas =C3=ADmpar= -par, refer=C3=AAncia cruzada\n" +"autom=C3=A1tica, documentos multil=C3=ADngues incluindo hifeniza=C3=A7=C3= =A3o (h=C3=A1 suporte =C3=A0\n" +"maioria dos idiomas europeus), formata=C3=A7=C3=A3o de programas de com= putador, e " +"muito\n" +"mais, tudo pronto para uso. Al=C3=A9m disso, Lout pode ser estendido fa= cilmente " +"com\n" +"defini=C3=A7=C3=B5es que s=C3=A3o muito f=C3=A1cil de escrever do que t= roff das macros TeX " +"porque\n" +"Lout =C3=A9 uma linguagem puramente funcional de alto n=C3=ADvel, sendo= o resultado " +"de\n" +"oito anos de um projeto de pesquisa que voltou para o come=C3=A7o." + +#: gnu/packages/messaging.scm:61 +msgid "Off-the-Record (OTR) Messaging Library and Toolkit" +msgstr "" + +#: gnu/packages/messaging.scm:63 +msgid "" +"OTR allows you to have private conversations over instant messaging by\= n" +"providing:\n" +"* Encryption: No one else can read your instant messages.\n" +"* Authentication: You are assured the correspondent is who you think it= is.\n" +"* Deniability: The messages you send do not have digital signatures tha= t " +"are\n" +" checkable by a third party. Anyone can forge messages after a " +"conversation\n" +" to make them look like they came from you. However, during a " +"conversation,\n" +" your correspondent is assured the messages he sees are authentic and\= n" +" unmodified.\n" +"* Perfect forward secrecy: If you lose control of your private keys, no= \n" +" previous conversation is compromised." +msgstr "" + +#: gnu/packages/messaging.scm:121 +msgid "IRC to instant messaging gateway" +msgstr "" + +#: gnu/packages/messaging.scm:122 +msgid "" +"BitlBee brings IM (instant messaging) to IRC clients, for\n" +"people who have an IRC client running all the time and don't want to ru= n an\n" +"additional IM client. BitlBee currently supports XMPP/Jabber (includin= g\n" +"Google Talk), MSN Messenger, Yahoo! Messenger, AIM and ICQ, and the " +"Twitter\n" +"microblogging network (plus all other Twitter API compatible services l= ike\n" +"identi.ca and status.net)." +msgstr "" + +#: gnu/packages/messaging.scm:155 +msgid "Graphical IRC Client" +msgstr "" + +#: gnu/packages/messaging.scm:157 +msgid "" +"HexChat lets you connect to multiple IRC networks at once. The main wi= ndow\n" +"shows the list of currently connected networks and their channels, the = " +"current\n" +"conversation and the list of users. It uses colors to differentiate " +"between\n" +"users and to highlight messages. It checks spelling using available\n" +"dictionaries. HexChat can be extended with multiple addons." +msgstr "" + +#: gnu/packages/messaging.scm:223 +msgid "Lightweight Internet Relay Chat server for small networks" +msgstr "" + +#: gnu/packages/messaging.scm:225 +msgid "" +"ngIRCd is a lightweight Internet Relay Chat server for small or private= \n" +"networks. It is easy to configure, can cope with dynamic IP addresses,= and\n" +"supports IPv6, SSL-protected connections as well as PAM for authenticat= ion." +msgstr "" + +#: gnu/packages/mpd.scm:63 +msgid "Music Player Daemon client library" +msgstr "" + +#: gnu/packages/mpd.scm:64 +msgid "" +"A stable, documented, asynchronous API library for\n" +"interfacing MPD in the C, C++ & Objective C languages." +msgstr "" + +#: gnu/packages/mpd.scm:124 +msgid "Music Player Daemon" +msgstr "" + +#: gnu/packages/mpd.scm:125 +msgid "" +"Music Player Daemon (MPD) is a flexible, powerful,\n" +"server-side application for playing music. Through plugins and librari= es " +"it\n" +"can play a variety of sound files while being controlled by its network= \n" +"protocol." +msgstr "" + +#: gnu/packages/mpd.scm:148 +msgid "Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:149 +msgid "" +"MPC is a minimalist command line interface to MPD, the music\n" +"player daemon." +msgstr "" + +#: gnu/packages/mpd.scm:172 +msgid "Curses Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:173 +msgid "" +"ncmpc is a fully featured MPD client, which runs in a\n" +"terminal using ncurses." +msgstr "" + +#: gnu/packages/mpd.scm:211 +msgid "Featureful ncurses based MPD client inspired by ncmpc" +msgstr "" + +#: gnu/packages/mpd.scm:212 +msgid "" +"Ncmpcpp is an mpd client with a UI very similar to ncmpc,\n" +"but it provides new useful features such as support for regular express= ions\n" +"for library searches, extended song format, items filtering, the abilit= y to\n" +"sort playlists, and a local filesystem browser." +msgstr "" + +#: gnu/packages/mpd.scm:235 +msgid "MPD client for track scrobbling" +msgstr "" + +#: gnu/packages/mpd.scm:236 +msgid "" +"mpdscribble is a Music Player Daemon client which submits\n" +"information about tracks being played to a scrobbler, such as Libre.FM.= " +msgstr "" + +#: gnu/packages/netpbm.scm:146 +msgid "Toolkit for manipulation of images" +msgstr "" + +#: gnu/packages/netpbm.scm:148 +msgid "" +"Netpbm is a toolkit for the manipulation of graphic images, including\n= " +"the conversion of images between a variety of different formats.\n" +"There are over 300 separate tools in the package including converters f= or\n" +"about 100 graphics formats." +msgstr "" + +#: gnu/packages/nettle.scm:50 +msgid "C library for low-level cryptographic functionality" +msgstr "" + +#: gnu/packages/nettle.scm:52 +msgid "" +"GNU Nettle is a low-level cryptographic library. It is designed to\n" +"fit in easily in almost any context. It can be easily included in\n" +"cryptographic toolkits for object-oriented languages or in applications= \n" +"themselves." +msgstr "" + +#: gnu/packages/networking.scm:49 +msgid "Teredo IPv6 tunneling software" +msgstr "" + +#: gnu/packages/networking.scm:51 +msgid "" +"Miredo is an implementation (client, relay, server) of the Teredo\n" +"specification, which provides IPv6 Internet connectivity to IPv6 enable= d " +"hosts\n" +"residing in IPv4-only networks, even when they are behind a NAT device.= " +msgstr "" + +#: gnu/packages/networking.scm:73 +msgid "Open bidirectional communication channels from the command line" +msgstr "" + +#: gnu/packages/networking.scm:75 +msgid "" +"socat is a relay for bidirectional data transfer between two independen= t\n" +"data channels---files, pipes, devices, sockets, etc. It can create\n" +"\"listening\" sockets, named pipes, and pseudo terminals.\n" +"\n" +"socat can be used, for instance, as TCP port forwarder, as a shell " +"interface\n" +"to UNIX sockets, IPv6 relay, for redirecting TCP oriented programs to a= " +"serial\n" +"line, to logically connect serial lines on different computers, or to\n= " +"establish a relatively secure environment (su and chroot) for running " +"client\n" +"or server shell scripts with network connections. " +msgstr "" + +#: gnu/packages/networking.scm:99 +msgid "Library for message-based applications" +msgstr "" + +#: gnu/packages/networking.scm:101 +msgid "" +"The 0MQ lightweight messaging kernel is a library which extends the\n" +"standard socket interfaces with features traditionally provided by " +"specialized\n" +"messaging middle-ware products. 0MQ sockets provide an abstraction of\= n" +"asynchronous message queues, multiple messaging patterns, message\n" +"filtering (subscriptions), seamless access to multiple transport protoc= ols " +"and\n" +"more." +msgstr "" + +#: gnu/packages/pdf.scm:100 +msgid "PDF rendering library" +msgstr "" + +#: gnu/packages/pdf.scm:102 +msgid "Poppler is a PDF rendering library based on the xpdf-3.0 code bas= e." +msgstr "" + +#: gnu/packages/pdf.scm:149 +msgid "Viewer for PDF files based on the Motif toolkit" +msgstr "" + +#: gnu/packages/pdf.scm:151 +msgid "Xpdf is a viewer for Portable Document Format (PDF) files" +msgstr "" + +#: gnu/packages/pdf.scm:181 +msgid "Comic book support for zathura (libarchive backend)" +msgstr "" + +#: gnu/packages/pdf.scm:182 +msgid "" +"The zathura-cb plugin adds comic book support to zathura\n" +"using libarchive." +msgstr "" + +#: gnu/packages/pdf.scm:212 +msgid "PS support for zathura (libspectre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:213 +msgid "" +"The zathura-ps plugin adds PS support to zathura\n" +"using libspectre." +msgstr "" + +#: gnu/packages/pdf.scm:244 +msgid "DjVu support for zathura (DjVuLibre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:245 +msgid "" +"The zathura-djvu plugin adds DjVu support to zathura\n" +"using the DjVuLibre library." +msgstr "" + +#: gnu/packages/pdf.scm:277 +msgid "PDF support for zathura (poppler backend)" +msgstr "" + +#: gnu/packages/pdf.scm:278 +msgid "" +"The zathura-pdf-poppler plugin adds PDF support to zathura\n" +"by using the poppler rendering engine." +msgstr "" + +#: gnu/packages/pdf.scm:316 +msgid "Lightweight keyboard-driven PDF viewer" +msgstr "" + +#: gnu/packages/pdf.scm:317 +msgid "" +"Zathura is a customizable document viewer. It provides a\n" +"minimalistic interface and an interface that mainly focuses on keyboard= \n" +"interaction." +msgstr "" + +#: gnu/packages/pdf.scm:356 +msgid "Tools to work with the PDF file format" +msgstr "" + +#: gnu/packages/pdf.scm:358 +msgid "" +"PoDoFo is a C++ library and set of command-line tools to work with the\= n" +"PDF file format. It can parse PDF files and load them into memory, and= " +"makes\n" +"it easy to modify them and write the changes to disk. It is primarily = " +"useful\n" +"for applications that wish to do lower level manipulation of PDF, such = as\n" +"extracting content or merging files." +msgstr "" + +#: gnu/packages/pdf.scm:419 +msgid "Lightweight PDF viewer and toolkit" +msgstr "" + +#: gnu/packages/pdf.scm:421 +msgid "" +"MuPDF is a C library that implements a PDF and XPS parsing and\n" +"rendering engine. It is used primarily to render pages into bitmaps,\n= " +"but also provides support for other operations such as searching and\n" +"listing the table of contents and hyperlinks.\n" +"\n" +"The library ships with a rudimentary X11 viewer, and a set of command\n= " +"line tools for batch rendering (pdfdraw), examining the file structure\= n" +"(pdfshow), and rewriting files (pdfclean)." +msgstr "" + +#: gnu/packages/pdf.scm:461 +msgid "Command-line tools and library for transforming PDF files" +msgstr "" + +#: gnu/packages/pdf.scm:463 +msgid "" +"QPDF is a command-line program that does structural, content-preserving= \n" +"transformations on PDF files. It could have been called something like= \n" +"pdf-to-pdf. It includes support for merging and splitting PDFs and to\= n" +"manipulate the list of pages in a PDF file. It is not a PDF viewer or = a\n" +"program capable of converting PDF into other formats." +msgstr "" + +#: gnu/packages/pdf.scm:493 +msgid "Notetaking using a stylus" +msgstr "" + +#: gnu/packages/pdf.scm:495 +msgid "" +"Xournal is an application for notetaking, sketching, keeping a journal\= n" +"using a stylus." +msgstr "" + +#: gnu/packages/pem.scm:41 +msgid "Personal expenses manager" +msgstr "" + +#: gnu/packages/pem.scm:43 +msgid "" +"GNU Pem is a simple tool for tracking personal income and\n" +"expenses. It operates from the command line and it stores its data\n" +"in a basic text format in your home directory. It can easily print\n" +"reports of your spending on different expenses via a basic search\n" +"feature." +msgstr "" + +#: gnu/packages/perl.scm:79 +msgid "Implementation of the Perl programming language" +msgstr "" + +#: gnu/packages/perl.scm:81 +msgid "" +"Perl 5 is a highly capable, feature-rich programming language with over= \n" +"24 years of development." +msgstr "" + +#: gnu/packages/perl.scm:100 +msgid "Module for merging hierarchies using the C3 algorithm" +msgstr "" + +#: gnu/packages/perl.scm:101 +msgid "" +"This module implements the C3 algorithm, which aims to\n" +"provide a sane method resolution order under multiple inheritance." +msgstr "" + +#: gnu/packages/perl.scm:119 +msgid "Compute differences between two files or lists" +msgstr "" + +#: gnu/packages/perl.scm:120 +msgid "" +"This is a module for computing the difference between two\n" +"files, two strings, or any other two lists of things. It uses an " +"intelligent\n" +"algorithm similar to (or identical to) the one used by the Unix \"diff\= "\n" +"program. It is guaranteed to find the *smallest possible* set of\n" +"differences." +msgstr "" + +#: gnu/packages/perl.scm:141 +msgid "Use shorter versions of class names" +msgstr "" + +#: gnu/packages/perl.scm:142 +msgid "" +"The alias module loads the class you specify and exports\n" +"into your namespace a subroutine that returns the class name. You can\= n" +"explicitly alias the class to another name or, if you prefer, you can d= o so\n" +"implicitly." +msgstr "" + +#: gnu/packages/perl.scm:164 +msgid "Configuration files and command line parsing" +msgstr "" + +#: gnu/packages/perl.scm:165 +msgid "" +"AppConfig is a bundle of Perl5 modules for reading\n" +"configuration files and parsing command line arguments." +msgstr "" + +#: gnu/packages/perl.scm:183 +msgid "Perl API to zip files" +msgstr "" + +#: gnu/packages/perl.scm:184 gnu/packages/zip.scm:159 +msgid "" +"The Archive::Zip module allows a Perl program to create,\n" +"manipulate, read, and write Zip archive files." +msgstr "" + +#: gnu/packages/perl.scm:203 gnu/packages/perl.scm:3880 +msgid "Establish an ISA relationship with base classes at compile time" +msgstr "" + +#: gnu/packages/perl.scm:204 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time. Unless you are usi= ng " +"the\n" +"fields pragma, consider this module discouraged in favor of the lighter= -" +"weight\n" +"parent." +msgstr "" + +#: gnu/packages/perl.scm:229 +msgid "Execute code after a scope finished compilation" +msgstr "" + +#: gnu/packages/perl.scm:230 +msgid "" +"This module allows you to execute code when perl finished\n" +"compiling the surrounding scope." +msgstr "" + +#: gnu/packages/perl.scm:248 +msgid "Benchmarking with statistical confidence" +msgstr "" + +#: gnu/packages/perl.scm:250 +msgid "" +"The Benchmark::Timer class allows you to time portions of code\n" +"conveniently, as well as benchmark code by allowing timings of repeated= \n" +"trials. It is perfect for when you need more precise information about= the\n" +"running time of portions of your code than the Benchmark module will gi= ve " +"you,\n" +"but don't want to go all out and profile your code." +msgstr "" + +#: gnu/packages/perl.scm:275 +msgid "Bit vector library" +msgstr "" + +#: gnu/packages/perl.scm:276 +msgid "" +"Bit::Vector is an efficient C library which allows you to\n" +"handle bit vectors, sets (of integers), \"big integer arithmetic\" and = " +"boolean\n" +"matrices, all of arbitrary sizes. The package also includes an\n" +"object-oriented Perl module for accessing the C library from Perl, and\= n" +"optionally features overloaded operators for maximum ease of use. The = C\n" +"library can nevertheless be used stand-alone, without Perl." +msgstr "" + +#: gnu/packages/perl.scm:298 +msgid "Boolean support for Perl" +msgstr "" + +#: gnu/packages/perl.scm:299 +msgid "" +"This module provides basic Boolean support, by defining two\n" +"special objects: true and false." +msgstr "" + +#: gnu/packages/perl.scm:320 +msgid "Cache interface for Perl" +msgstr "" + +#: gnu/packages/perl.scm:321 +msgid "" +"The Cache modules are designed to assist a developer in\n" +"persisting data for a specified period of time. Often these modules ar= e " +"used\n" +"in web applications to store data locally to save repeated and redundan= t\n" +"expensive calls to remote machines or databases. People have also been= " +"known\n" +"to use Cache::Cache for its straightforward interface in sharing data " +"between\n" +"runs of an application or invocations of a CGI-style script or simply a= s an\n" +"easy to use abstraction of the filesystem or shared memory." +msgstr "" + +#: gnu/packages/perl.scm:344 +msgid "Shared memory interprocess cache via mmap" +msgstr "" + +#: gnu/packages/perl.scm:345 +msgid "" +"A shared memory cache through an mmap'ed file. It's core is\n" +"written in C for performance. It uses fcntl locking to ensure multiple= \n" +"processes can safely access the cache at the same time. It uses a basi= c " +"LRU\n" +"algorithm to keep the most used entries in the cache." +msgstr "" + +#: gnu/packages/perl.scm:366 +msgid "Capture STDOUT and STDERR from Perl, XS or external programs" +msgstr "" + +#: gnu/packages/perl.scm:368 +msgid "" +"Capture::Tiny provides a simple, portable way to capture almost anythin= g\n" +"sent to STDOUT or STDERR, regardless of whether it comes from Perl, fro= m XS\n" +"code or from an external program. Optionally, output can be teed so th= at " +"it\n" +"is captured while being passed through to the original file handles." +msgstr "" + +#: gnu/packages/perl.scm:388 +msgid "Executable comments for Perl" +msgstr "" + +#: gnu/packages/perl.scm:389 +msgid "" +"Carp::Assert is intended for a purpose like the ANSI C\n" +"library assert.h." +msgstr "" + +#: gnu/packages/perl.scm:411 +msgid "Convenience wrappers around Carp::Assert" +msgstr "" + +#: gnu/packages/perl.scm:412 +msgid "" +"Carp::Assert::More is a set of handy assertion functions for\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:432 +msgid "Report errors from a \"clan\" of modules" +msgstr "" + +#: gnu/packages/perl.scm:433 +msgid "" +"This module allows errors from a clan (or family) of modules\n" +"to appear to originate from the caller of the clan. This is necessary = in\n" +"cases where the clan modules are not classes derived from each other, a= nd " +"thus\n" +"the Carp.pm module doesn't help." +msgstr "" + +#: gnu/packages/perl.scm:457 +msgid "Automated accessor generation" +msgstr "" + +#: gnu/packages/perl.scm:458 +msgid "" +"This module automagically generates accessors/mutators for\n" +"your class." +msgstr "" + +#: gnu/packages/perl.scm:478 +msgid "Faster, but less expandable, chained accessors" +msgstr "" + +#: gnu/packages/perl.scm:479 +msgid "" +"A chained accessor is one that always returns the object\n" +"when called with parameters (to set), and the value of the field when " +"called\n" +"with no arguments. This module subclasses Class::Accessor in order to = " +"provide\n" +"the same mk_accessors interface." +msgstr "" + +#: gnu/packages/perl.scm:505 +msgid "Build groups of accessors" +msgstr "" + +#: gnu/packages/perl.scm:506 +msgid "" +"This class lets you build groups of accessors that will call\n" +"different getters and setters." +msgstr "" + +#: gnu/packages/perl.scm:526 +msgid "Pragma to use the C3 method resolution order algorithm" +msgstr "" + +#: gnu/packages/perl.scm:527 +msgid "" +"This is pragma to change Perl 5's standard method resolution\n" +"order from depth-first left-to-right (a.k.a - pre-order) to the more\n" +"sophisticated C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:551 +msgid "Drop-in replacement for NEXT" +msgstr "" + +#: gnu/packages/perl.scm:552 +msgid "" +"This module is intended as a drop-in replacement for NEXT,\n" +"supporting the same interface, but using Class::C3 to do the hard work.= " +msgstr "" + +#: gnu/packages/perl.scm:576 +msgid "Load mix-ins or components to your C3-based class" +msgstr "" + +#: gnu/packages/perl.scm:577 +msgid "" +"This module will inject base classes to your module using\n" +"the Class::C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:595 +msgid "Inheritable, overridable class data" +msgstr "" + +#: gnu/packages/perl.scm:596 +msgid "" +"Class::Data::Inheritable is for creating accessor/mutators\n" +"to class data. That is, if you want to store something about your clas= s as " +"a\n" +"whole (instead of about a single object). This data is then inherited = by " +"your\n" +"subclasses and can be overriden." +msgstr "" + +#: gnu/packages/perl.scm:617 +msgid "Class for easy date and time manipulation" +msgstr "" + +#: gnu/packages/perl.scm:618 +msgid "" +"This module provides a general-purpose date and datetime\n" +"type for perl." +msgstr "" + +#: gnu/packages/perl.scm:636 +msgid "Utility methods for factory classes" +msgstr "" + +#: gnu/packages/perl.scm:637 +msgid "This module exports methods useful for factory classes." +msgstr "" + +#: gnu/packages/perl.scm:654 +msgid "Get information about a class and its structure" +msgstr "" + +#: gnu/packages/perl.scm:655 +msgid "" +"Class::Inspector allows you to get information about a\n" +"loaded class." +msgstr "" + +#: gnu/packages/perl.scm:683 +msgid "Working (require \"Class::Name\") and more" +msgstr "" + +#: gnu/packages/perl.scm:684 +msgid "" +"\"require EXPR\" only accepts Class/Name.pm style module\n" +"names, not Class::Name. For that, this module provides \"load_class\n" +"'Class::Name'\"." +msgstr "" + +#: gnu/packages/perl.scm:707 +msgid "XS implementation of parts of Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:708 +msgid "" +"This module provides an XS implementation for portions of\n" +"Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:727 +msgid "Create generic methods for OO Perl" +msgstr "" + +#: gnu/packages/perl.scm:728 +msgid "" +"This module solves the problem of having to continually\n" +"write accessor methods for your objects that perform standard tasks." +msgstr "" + +#: gnu/packages/perl.scm:749 +msgid "Moose-like method modifiers" +msgstr "" + +#: gnu/packages/perl.scm:750 +msgid "" +"Class::Method::Modifiers provides three modifiers: before,\n" +"around, and after. before and after are run just before and after the = " +"method\n" +"they modify, but can not really affect that original method. around is= run " +"in\n" +"place of the original method, with a hook to easily call that original\= n" +"method." +msgstr "" + +#: gnu/packages/perl.scm:771 +msgid "Implementation of a singleton class for Perl" +msgstr "" + +#: gnu/packages/perl.scm:772 +msgid "" +"This module implements a Singleton class from which other\n" +"classes can be derived. By itself, the Class::Singleton module does ver= y\n" +"little other than manage the instantiation of a single object." +msgstr "" + +#: gnu/packages/perl.scm:791 +msgid "Minimalist class construction" +msgstr "" + +#: gnu/packages/perl.scm:792 +msgid "" +"This module offers a minimalist class construction kit. It\n" +"uses no non-core modules for any recent Perl." +msgstr "" + +#: gnu/packages/perl.scm:812 +msgid "Unload a class" +msgstr "" + +#: gnu/packages/perl.scm:813 +msgid "" +"Class:Unload unloads a given class by clearing out its\n" +"symbol table and removing it from %INC." +msgstr "" + +#: gnu/packages/perl.scm:831 +msgid "Generate fast XS accessors without runtime compilation" +msgstr "" + +#: gnu/packages/perl.scm:832 +msgid "" +"Class::XSAccessor implements fast read, write, and\n" +"read/write accessors in XS. Additionally, it can provide predicates su= ch " +"as\n" +"\"has_foo()\" for testing whether the attribute \"foo\" is defined in t= he\n" +"object. It only works with objects that are implemented as ordinary " +"hashes.\n" +"Class::XSAccessor::Array implements the same interface for objects that= use\n" +"arrays for their internal representation." +msgstr "" + +#: gnu/packages/perl.scm:852 +msgid "Recursively copy Perl datatypes" +msgstr "" + +#: gnu/packages/perl.scm:854 +msgid "" +"This module provides a clone() method which makes recursive copies of\n= " +"nested hash, array, scalar and reference types, including tied variable= s " +"and\n" +"objects." +msgstr "" + +#: gnu/packages/perl.scm:875 +msgid "Sane defaults for Perl programs" +msgstr "" + +#: gnu/packages/perl.scm:876 +msgid "" +"This module implements some sane defaults for Perl programs,\n" +"as defined by two typical specimens of Perl coders." +msgstr "" + +#: gnu/packages/perl.scm:894 +msgid "Load configuration from different file formats" +msgstr "" + +#: gnu/packages/perl.scm:895 +msgid "" +"Config::Any provides a facility for Perl applications and\n" +"libraries to load configuration data from multiple different file forma= ts. " +"It\n" +"supports XML, YAML, JSON, Apache-style configuration, and Perl code." +msgstr "" + +#: gnu/packages/perl.scm:916 +msgid "Module to implement some AutoConf macros in Perl" +msgstr "" + +#: gnu/packages/perl.scm:917 +msgid "" +"Config::AutoConf is intended to provide the same\n" +"opportunities to Perl developers as GNU Autoconf does for Shell develop= ers." +msgstr "" + +#: gnu/packages/perl.scm:935 +msgid "Generic Config Module" +msgstr "" + +#: gnu/packages/perl.scm:936 +msgid "" +"This module opens a config file and parses its contents for\n" +"you. The format of config files supported by Config::General is inspir= ed " +"by\n" +"the well known Apache config format and is 100% compatible with Apache\= n" +"configs, but you can also just use simple name/value pairs in your conf= ig\n" +"files. In addition to the capabilities of an Apache config file it " +"supports\n" +"some enhancements such as here-documents, C-style comments, and multili= ne\n" +"options." +msgstr "" + +#: gnu/packages/perl.scm:962 +msgid "Preserve context during subroutine call" +msgstr "" + +#: gnu/packages/perl.scm:963 +msgid "" +"This module runs code after a subroutine call, preserving\n" +"the context the subroutine would have seen if it were the last statemen= t in\n" +"the caller." +msgstr "" + +#: gnu/packages/perl.scm:984 +msgid "Verify requirements in a CPAN::Meta object" +msgstr "" + +#: gnu/packages/perl.scm:985 +msgid "" +"This module verifies if requirements described in a\n" +"CPAN::Meta object are present." +msgstr "" + +#: gnu/packages/perl.scm:1005 +msgid "JSON::XS for Cpanel" +msgstr "" + +#: gnu/packages/perl.scm:1006 gnu/packages/perl.scm:2683 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa." +msgstr "" + +#: gnu/packages/perl.scm:1024 +msgid "Random password generator" +msgstr "" + +#: gnu/packages/perl.scm:1025 +msgid "" +"Crypt::RandPasswd provides three functions that can be used\n" +"to generate random passwords, constructed from words, letters, or " +"characters.\n" +"This code is a Perl implementation of the Automated Password Generator\= n" +"standard, like the program described in \"A Random Word Generator For\n= " +"Pronounceable Passwords\". This code is a re-engineering of the program= \n" +"contained in Appendix A of FIPS Publication 181, \"Standard for Automat= ed\n" +"Password Generator\"." +msgstr "" + +#: gnu/packages/perl.scm:1048 +msgid "Pretty printing of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1049 +msgid "" +"This module provide functions that takes a list of values as\n" +"their argument and produces a string as its result. The string contain= s " +"Perl\n" +"code that, when \"eval\"ed, produces a deep copy of the original argume= nts." +msgstr "" + +#: gnu/packages/perl.scm:1068 +msgid "Concise data dumper" +msgstr "" + +#: gnu/packages/perl.scm:1069 +msgid "" +"Data::Dumper::Concise provides a dumper with Less\n" +"indentation and newlines plus sub deparsing." +msgstr "" + +#: gnu/packages/perl.scm:1091 +msgid "Parse and validate simple name/value option pairs" +msgstr "" + +#: gnu/packages/perl.scm:1093 +msgid "Data::OptList provides a simple syntax for name/value option pair= s." +msgstr "" + +#: gnu/packages/perl.scm:1114 +msgid "Help when paging through sets of results" +msgstr "" + +#: gnu/packages/perl.scm:1115 +msgid "" +"When searching through large amounts of data, it is often\n" +"the case that a result set is returned that is larger than we want to " +"display\n" +"on one page. This results in wanting to page through various pages of = " +"data.\n" +"The maths behind this is unfortunately fiddly, hence this module." +msgstr "" + +#: gnu/packages/perl.scm:1137 +msgid "Structured tags datastructures" +msgstr "" + +#: gnu/packages/perl.scm:1139 +msgid "" +"This module is for manipulating data as hierarchical tag/value\n" +"pairs (Structured TAGs or Simple Tree AGgreggates). These datastructur= es " +"can\n" +"be represented as nested arrays, which have the advantage of being nati= ve " +"to\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:1166 +msgid "N at a time iteration API" +msgstr "" + +#: gnu/packages/perl.scm:1167 +msgid "" +"This module tries to find middle ground between one at a\n" +"time and all at once processing of data sets. The purpose of this modu= le " +"is\n" +"to avoid the overhead of implementing an iterative api when this isn't\= n" +"necessary, without breaking forward compatibility in case that becomes\= n" +"necessary later on." +msgstr "" + +#: gnu/packages/perl.scm:1192 +msgid "Dynamic generation of nested combinations of variants" +msgstr "" + +#: gnu/packages/perl.scm:1193 +msgid "" +"Data::Tumbler - Dynamic generation of nested combinations of\n" +"variants" +msgstr "" + +#: gnu/packages/perl.scm:1219 +msgid "Visitor style traversal of Perl data structures" +msgstr "" + +#: gnu/packages/perl.scm:1220 +msgid "" +"This module is a simple visitor implementation for Perl\n" +"values. It has a main dispatcher method, visit, which takes a single p= erl\n" +"value and then calls the methods appropriate for that value. It can\n" +"recursively map (cloning as necessary) or just traverse most structures= , " +"with\n" +"support for per-object behavior, circular structures, visiting tied\n" +"structures, and all ref types (hashes, arrays, scalars, code, globs)." +msgstr "" + +#: gnu/packages/perl.scm:1245 +msgid "Gregorian calendar date calculations" +msgstr "" + +#: gnu/packages/perl.scm:1246 +msgid "" +"This package consists of a Perl module for date calculations\n" +"based on the Gregorian calendar, thereby complying with all relevant no= rms " +"and\n" +"standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (whe= re\n" +"applicable)." +msgstr "" + +#: gnu/packages/perl.scm:1270 +msgid "XS wrapper for Date::Calc" +msgstr "" + +#: gnu/packages/perl.scm:1271 +msgid "" +"Date::Calc::XS is an XS wrapper and C library plug-in for\n" +"Date::Calc." +msgstr "" + +#: gnu/packages/perl.scm:1297 +msgid "Date and time object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1298 +msgid "" +"DateTime is a class for the representation of date/time\n" +"combinations. It represents the Gregorian calendar, extended backwards= in\n" +"time before its creation (in 1582)." +msgstr "" + +#: gnu/packages/perl.scm:1321 +msgid "DateTime set objects" +msgstr "" + +#: gnu/packages/perl.scm:1322 +msgid "" +"The DateTime::Set module provides a date/time sets\n" +"implementation. It allows, for example, the generation of groups of da= tes,\n" +"like \"every wednesday\", and then find all the dates matching that " +"pattern,\n" +"within a time range." +msgstr "" + +#: gnu/packages/perl.scm:1345 +msgid "DateTime rfc2445 recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1346 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for RFC 2445 style recurrences." +msgstr "" + +#: gnu/packages/perl.scm:1367 +msgid "DateTime::Set extension for basic recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1368 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for various recurrences, such as \"once a = month" +"\"\n" +"or \"every day\". You can also create more complicated recurrences, su= ch " +"as\n" +"\"every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM\"." +msgstr "" + +#: gnu/packages/perl.scm:1393 +msgid "Create DateTime parser classes and objects." +msgstr "" + +#: gnu/packages/perl.scm:1394 +msgid "" +"DateTime::Format::Builder creates DateTime parsers. Many\n" +"string formats of dates and times are simple and just require a basic " +"regular\n" +"expression to extract the relevant information. Builder provides a sim= ple " +"way\n" +"to do this without writing reams of structural code." +msgstr "" + +#: gnu/packages/perl.scm:1420 +msgid "Parse data/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1421 +msgid "" +"DateTime::Format::Flexible attempts to take any string you\n" +"give it and parse it into a DateTime object." +msgstr "" + +#: gnu/packages/perl.scm:1445 +msgid "Parse and format iCal datetime and duration strings" +msgstr "" + +#: gnu/packages/perl.scm:1446 +msgid "" +"This module understands the ICal date/time and duration\n" +"formats, as defined in RFC 2445. It can be used to parse these formats= in\n" +"order to create the appropriate objects." +msgstr "" + +#: gnu/packages/perl.scm:1477 +msgid "Machine-readable date/time with natural parsing" +msgstr "" + +#: gnu/packages/perl.scm:1478 +msgid "" +"DateTime::Format::Natural takes a string with a human\n" +"readable date/time and creates a machine readable one by applying natur= al\n" +"parsing logic." +msgstr "" + +#: gnu/packages/perl.scm:1502 +msgid "Parse and format strp and strf time patterns" +msgstr "" + +#: gnu/packages/perl.scm:1503 +msgid "" +"This module implements most of `strptime(3)`, the POSIX\n" +"function that is the reverse of `strftime(3)`, for `DateTime`. While\n= " +"`strftime` takes a `DateTime` and a pattern and returns a string, " +"`strptime`\n" +"takes a string and a pattern and returns the `DateTime` object associat= ed." +msgstr "" + +#: gnu/packages/perl.scm:1526 +msgid "Localization support for DateTime.pm" +msgstr "" + +#: gnu/packages/perl.scm:1527 +msgid "" +"The DateTime::Locale modules provide localization data for\n" +"the DateTime.pm class." +msgstr "" + +#: gnu/packages/perl.scm:1554 +msgid "Time zone object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1555 +msgid "" +"This class is the base class for all time zone objects. A\n" +"time zone is represented internally as a set of observances, each of wh= ich\n" +"describes the offset from GMT for a given time period. Note that witho= ut " +"the\n" +"DateTime module, this module does not do much. It's primary interface = is\n" +"through a DateTime object, and most users will not need to directly use= \n" +"DateTime::TimeZone methods." +msgstr "" + +#: gnu/packages/perl.scm:1585 +msgid "Parse date/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1586 +msgid "" +"DateTimeX::Easy uses a variety of DateTime::Format packages\n" +"to create DateTime objects, with some custom tweaks to smooth out the r= ough\n" +"edges (mainly concerning timezone detection and selection)." +msgstr "" + +#: gnu/packages/perl.scm:1607 +msgid "Meatier version of caller" +msgstr "" + +#: gnu/packages/perl.scm:1608 +msgid "Devel::Caller provides meatier version of caller." +msgstr "" + +#: gnu/packages/perl.scm:1625 +msgid "Check that a command is available" +msgstr "" + +#: gnu/packages/perl.scm:1626 +msgid "" +"Devel::CheckBin is a perl module that checks whether a\n" +"particular command is available." +msgstr "" + +#: gnu/packages/perl.scm:1646 +msgid "Provides equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older p= erls" +msgstr "" + +#: gnu/packages/perl.scm:1647 +msgid "" +"Devel::GlobalDestruction provides a function returning the\n" +"equivalent of \"${^GLOBAL_PHASE} eq 'DESTRUCT'\" for older perls." +msgstr "" + +#: gnu/packages/perl.scm:1667 +msgid "Alias lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:1668 +msgid "" +"Devel::LexAlias provides the ability to alias a lexical\n" +"variable in a subroutines scope to one of your choosing." +msgstr "" + +#: gnu/packages/perl.scm:1690 +msgid "Introspect overloaded operators" +msgstr "" + +#: gnu/packages/perl.scm:1691 +msgid "" +"Devel::OverloadInfo returns information about overloaded\n" +"operators for a given class (or object), including where in the inherit= ance\n" +"hierarchy the overloads are declared and where the code implementing it= is." +msgstr "" + +#: gnu/packages/perl.scm:1718 +msgid "Partial dumping of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1719 +msgid "" +"This module is a data dumper optimized for logging of\n" +"arbitrary parameters." +msgstr "" + +#: gnu/packages/perl.scm:1737 +msgid "Object representing a stack trace" +msgstr "" + +#: gnu/packages/perl.scm:1738 +msgid "" +"The Devel::StackTrace module contains two classes,\n" +"Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsul= ate " +"the\n" +"information that can be retrieved via Perl's caller() function, as well= as\n" +"providing a simple interface to this data." +msgstr "" + +#: gnu/packages/perl.scm:1760 +msgid "Displays stack trace in HTML" +msgstr "" + +#: gnu/packages/perl.scm:1761 +msgid "" +"Devel::StackTrace::AsHTML adds as_html method to\n" +"Devel::StackTrace which displays the stack trace in beautiful HTML, wit= h " +"code\n" +"snippet context and function parameters. If you call it on an instance= of\n" +"Devel::StackTrace::WithLexicals, you even get to see the lexical variab= les " +"of\n" +"each stack frame." +msgstr "" + +#: gnu/packages/perl.scm:1782 +msgid "Dump symbol names or the symbol table" +msgstr "" + +#: gnu/packages/perl.scm:1783 +msgid "Devel::Symdump provides access to the perl symbol table." +msgstr "" + +#: gnu/packages/perl.scm:1800 +msgid "Keyed-Hashing for Message Authentication" +msgstr "" + +#: gnu/packages/perl.scm:1801 +msgid "" +"The Digest::HMAC module follows the common Digest::\n" +"interface for the RFC 2104 HMAC mechanism." +msgstr "" + +#: gnu/packages/perl.scm:1817 +msgid "Perl implementation of the SHA-1 message digest algorithm" +msgstr "" + +#: gnu/packages/perl.scm:1819 +msgid "" +"This package provides 'Digest::SHA1', an implementation of the NIST\n" +"SHA-1 message digest algorithm for use by Perl programs." +msgstr "" + +#: gnu/packages/perl.scm:1841 +msgid "Declare version conflicts for your dist" +msgstr "" + +#: gnu/packages/perl.scm:1842 +msgid "" +"This module allows you to specify conflicting versions of\n" +"modules separately and deal with them after the module is done installi= ng." +msgstr "" + +#: gnu/packages/perl.scm:1859 +msgid "OO-ish Error/Exception handling for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1860 +msgid "" +"The Error package provides two interfaces. Firstly Error\n" +"provides a procedural interface to exception handling. Secondly Error i= s a\n" +"base class for errors/exceptions that can either be thrown, for subsequ= ent\n" +"catch, or can simply be recorded." +msgstr "" + +#: gnu/packages/perl.scm:1885 +msgid "Safely and cleanly create closures via string eval" +msgstr "" + +#: gnu/packages/perl.scm:1886 +msgid "" +"String eval is often used for dynamic code generation. For\n" +"instance, Moose uses it heavily, to generate inlined versions of access= ors " +"and\n" +"constructors, which speeds code up at runtime by a significant amount. = " +"String\n" +"eval is not without its issues however - it's difficult to control the = " +"scope\n" +"it's used in (which determines which variables are in scope inside the = " +"eval),\n" +"and it's easy to miss compilation errors, since eval catches them and " +"sticks\n" +"them in $@ instead. This module attempts to solve these problems. It\= n" +"provides an eval_closure function, which evals a string in a clean\n" +"environment, other than a fixed list of specified variables. Compilati= on\n" +"errors are rethrown automatically." +msgstr "" + +#: gnu/packages/perl.scm:1915 +msgid "Allows you to declare real exception classes in Perl" +msgstr "" + +#: gnu/packages/perl.scm:1916 +msgid "" +"Exception::Class allows you to declare exception hierarchies\n" +"in your modules in a \"Java-esque\" manner." +msgstr "" + +#: gnu/packages/perl.scm:1932 +msgid "Lightweight exporting of functions and variables" +msgstr "" + +#: gnu/packages/perl.scm:1934 +msgid "" +"Exporter::Lite is an alternative to Exporter, intended to provide a\n" +"lightweight subset of the most commonly-used functionality. It support= s\n" +"import(), @EXPORT and @EXPORT_OK and not a whole lot else." +msgstr "" + +#: gnu/packages/perl.scm:1955 +msgid "Exporter with the features of Sub::Exporter but only core depende= ncies" +msgstr "" + +#: gnu/packages/perl.scm:1956 +msgid "" +"Exporter::Tiny supports many of Sub::Exporter's\n" +"external-facing features including renaming imported functions with the= `-" +"as`,\n" +"`-prefix` and `-suffix` options; explicit destinations with the `into` = " +"option;\n" +"and alternative installers with the `installler` option. But it's writ= ten " +"in\n" +"only about 40% as many lines of code and with zero non-core dependencie= s." +msgstr "" + +#: gnu/packages/perl.scm:1979 +msgid "Build.PL install path logic made easy" +msgstr "" + +#: gnu/packages/perl.scm:1980 +msgid "" +"This module tries to make install path resolution as easy as\n" +"possible." +msgstr "" + +#: gnu/packages/perl.scm:1998 +msgid "Wrapper for perl's configuration" +msgstr "" + +#: gnu/packages/perl.scm:1999 +msgid "" +"ExtUtils::Config is an abstraction around the %Config hash.\n" +"By itself it is not a particularly interesting module by any measure, " +"however\n" +"it ties together a family of modern toolchain modules." +msgstr "" + +#: gnu/packages/perl.scm:2018 +msgid "Various portability utilities for module builders" +msgstr "" + +#: gnu/packages/perl.scm:2019 +msgid "" +"This module provides various portable helper functions for\n" +"module building modules." +msgstr "" + +#: gnu/packages/perl.scm:2047 +msgid "Watch for changes to files" +msgstr "" + +#: gnu/packages/perl.scm:2048 +msgid "" +"This module provides a class to monitor a directory for\n" +"changes made to any file." +msgstr "" + +#: gnu/packages/perl.scm:2066 +msgid "Recursively copy files and directories" +msgstr "" + +#: gnu/packages/perl.scm:2067 +msgid "" +"This module has 3 functions: one to copy files only, one to\n" +"copy directories only, and one to do either depending on the argument's= \n" +"type." +msgstr "" + +#: gnu/packages/perl.scm:2089 +msgid "Alternative interface to File::Find" +msgstr "" + +#: gnu/packages/perl.scm:2090 +msgid "" +"File::Find::Rule is a friendlier interface to File::Find.\n" +"It allows you to build rules which specify the desired files and\n" +"directories." +msgstr "" + +#: gnu/packages/perl.scm:2113 +msgid "Common rules for searching for Perl things" +msgstr "" + +#: gnu/packages/perl.scm:2114 +msgid "" +"File::Find::Rule::Perl provides methods for finding various\n" +"types Perl-related files, or replicating search queries run on a " +"distribution\n" +"in various parts of the CPAN ecosystem." +msgstr "" + +#: gnu/packages/perl.scm:2137 +msgid "Find your home and other directories on any platform" +msgstr "" + +#: gnu/packages/perl.scm:2138 +msgid "" +"File::HomeDir is a module for locating the directories that\n" +"are \"owned\" by a user (typicaly your user) and to solve the various " +"issues\n" +"that arise trying to find them consistently across a wide variety of\n" +"platforms." +msgstr "" + +#: gnu/packages/perl.scm:2165 +msgid "" +"Perl extension for crawling directory trees and compiling\n" +"lists of files" +msgstr "" + +#: gnu/packages/perl.scm:2168 +msgid "" +"The File::List module crawls the directory tree starting at the\n" +"provided base directory and can return files (and/or directories if " +"desired)\n" +"matching a regular expression." +msgstr "" + +#: gnu/packages/perl.scm:2187 +msgid "Remove files and directories in Perl" +msgstr "" + +#: gnu/packages/perl.scm:2188 +msgid "" +"File::Remove::remove removes files and directories. It acts\n" +"like /bin/rm, for the most part. Although \"unlink\" can be given a li= st " +"of\n" +"files, it will not remove directories; this module remedies that. It a= lso\n" +"accepts wildcards, * and ?, as arguments for filenames." +msgstr "" + +#: gnu/packages/perl.scm:2212 +msgid "Locate per-dist and per-module shared files" +msgstr "" + +#: gnu/packages/perl.scm:2213 +msgid "" +"The intent of File::ShareDir is to provide a companion to\n" +"Class::Inspector and File::HomeDir. Quite often you want or need your = Perl\n" +"module to have access to a large amount of read-only data that is store= d on\n" +"the file-system at run-time. Once the files have been installed to the= \n" +"correct directory, you can use File::ShareDir to find your files again = " +"after\n" +"the installation." +msgstr "" + +#: gnu/packages/perl.scm:2235 +msgid "Install shared files" +msgstr "" + +#: gnu/packages/perl.scm:2236 +msgid "" +"File::ShareDir::Install allows you to install read-only data\n" +"files from a distribution. It is a companion module to File::ShareDir,= " +"which\n" +"allows you to locate these files after installation." +msgstr "" + +#: gnu/packages/perl.scm:2255 +msgid "Reading/Writing/Modifying of complete files" +msgstr "" + +#: gnu/packages/perl.scm:2256 +msgid "" +"File::Slurp provides subroutines to read or write entire\n" +"files with a simple call. It also has a subroutine for reading the lis= t of\n" +"filenames in a directory." +msgstr "" + +#: gnu/packages/perl.scm:2277 +msgid "Return name and handle of a temporary file safely" +msgstr "" + +#: gnu/packages/perl.scm:2278 +msgid "" +"File::Temp can be used to create and open temporary files in\n" +"a safe way." +msgstr "" + +#: gnu/packages/perl.scm:2295 +msgid "Portable implementation of the `which' utility" +msgstr "" + +#: gnu/packages/perl.scm:2297 +msgid "" +"File::Which was created to be able to get the paths to executable\n" +"programs on systems under which the `which' program wasn't implemented = in " +"the\n" +"shell." +msgstr "" + +#: gnu/packages/perl.scm:2324 +msgid "Getopt::Long, but simpler and more powerful" +msgstr "" + +#: gnu/packages/perl.scm:2325 +msgid "" +"Getopt::Long::Descriptive is yet another Getopt library.\n" +"It's built atop Getopt::Long, and gets a lot of its features, but tries= to\n" +"avoid making you think about its huge array of options. It also provid= es\n" +"usage (help) messages, data validation, and a few other useful features= ." +msgstr "" + +#: gnu/packages/perl.scm:2343 +msgid "Table-driven argument parsing for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2345 +msgid "" +"Getopt::Tabular is a Perl 5 module for table-driven argument parsing,\n= " +"vaguely inspired by John Ousterhout's Tk_ParseArgv." +msgstr "" + +#: gnu/packages/perl.scm:2365 +msgid "Merge arbitrarily deep hashes into a single hash" +msgstr "" + +#: gnu/packages/perl.scm:2366 +msgid "" +"Hash::Merge merges two arbitrarily deep hashes into a single\n" +"hash. That is, at any level, it will add non-conflicting key-value pai= rs " +"from\n" +"one hash to the other, and follows a set of specific rules when there a= re " +"key\n" +"value conflicts. The hash is followed recursively, so that deeply nest= ed\n" +"hashes that are at the same level will be merged when the parent hashes= are\n" +"merged." +msgstr "" + +#: gnu/packages/perl.scm:2388 +msgid "Store multiple values per key" +msgstr "" + +#: gnu/packages/perl.scm:2389 +msgid "" +"Hash::MultiValue is an object (and a plain hash reference)\n" +"that may contain multiple values per key, inspired by MultiDict of WebO= b." +msgstr "" + +#: gnu/packages/perl.scm:2409 +msgid "Import packages into other packages" +msgstr "" + +#: gnu/packages/perl.scm:2410 +msgid "" +"Writing exporters is a pain. Some use Exporter, some use\n" +"Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ...= and\n" +"some things are pragmas. Exporting on someone else's behalf is harder.= " +"The\n" +"exporters don't provide a consistent API for this, and pragmas need to = have\n" +"their import method called directly, since they effect the current unit= of\n" +"compilation. Import::Into provides global methods to make this painles= s." +msgstr "" + +#: gnu/packages/perl.scm:2432 +msgid "Use modules in inc/ if newer than installed" +msgstr "" + +#: gnu/packages/perl.scm:2433 +msgid "" +"The inc::latest module helps bootstrap configure-time\n" +"dependencies for CPAN distributions. These dependencies get bundled in= to " +"the\n" +"inc directory within a distribution and are used by Makefile.PL or Buil= d.PL." +msgstr "" + +#: gnu/packages/perl.scm:2452 +msgid "Utilities for interactive I/O" +msgstr "" + +#: gnu/packages/perl.scm:2453 +msgid "" +"This module provides three utility subroutines that make it\n" +"easier to develop interactive applications: is_interactive(), " +"interactive(),\n" +"and busy()" +msgstr "" + +#: gnu/packages/perl.scm:2472 +msgid "Emulate file interface for in-core strings" +msgstr "" + +#: gnu/packages/perl.scm:2473 +msgid "" +"IO::String is an IO::File (and IO::Handle) compatible class\n" +"that reads or writes data from in-core strings." +msgstr "" + +#: gnu/packages/perl.scm:2491 +msgid "IO:: interface for reading/writing an array of lines" +msgstr "" + +#: gnu/packages/perl.scm:2492 +msgid "" +"This toolkit primarily provides modules for performing both\n" +"traditional and object-oriented i/o) on things *other* than normal\n" +"filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.= " +msgstr "" + +#: gnu/packages/perl.scm:2510 +msgid "Perl interface to pseudo ttys" +msgstr "" + +#: gnu/packages/perl.scm:2512 +msgid "" +"This package provides the 'IO::Pty' and 'IO::Tty' Perl interfaces to\n" +"pseudo ttys." +msgstr "" + +#: gnu/packages/perl.scm:2540 +msgid "system() and background procs w/ piping, redirs, ptys" +msgstr "" + +#: gnu/packages/perl.scm:2541 +msgid "" +"IPC::Run allows you run and interact with child processes\n" +"using files, pipes, and pseudo-ttys. Both system()-style and scripted " +"usages\n" +"are supported and may be mixed. Likewise, functional and OO API styles = are\n" +"both supported and may be mixed." +msgstr "" + +#: gnu/packages/perl.scm:2559 +msgid "Run a subprocess with input/ouput redirection" +msgstr "" + +#: gnu/packages/perl.scm:2561 +msgid "" +"The IPC::Run3 module allows you to run a subprocess and redirect stdin,= \n" +"stdout, and/or stderr to files and perl data structures. It aims to " +"satisfy\n" +"99% of the need for using system, qx, and open3 with a simple, extremel= y\n" +"Perlish API and none of the bloat and rarely used features of IPC::Run.= " +msgstr "" + +#: gnu/packages/perl.scm:2585 +msgid "Lightweight interface to shared memory" +msgstr "" + +#: gnu/packages/perl.scm:2586 +msgid "" +"IPC::ShareLite provides a simple interface to shared memory,\n" +"allowing data to be efficiently communicated between processes." +msgstr "" + +#: gnu/packages/perl.scm:2606 +msgid "JSON encoder/decoder for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2607 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa using either JSON::XS or JSON::PP." +msgstr "" + +#: gnu/packages/perl.scm:2632 +msgid "Wrapper for Perl JSON classes" +msgstr "" + +#: gnu/packages/perl.scm:2634 +msgid "" +"This module tries to provide a coherent API to bring together the\n" +"various JSON modules currently on CPAN. This module will allow you to = code " +"to\n" +"any JSON API and have it work regardless of which JSON module is actual= ly\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:2658 +msgid "Cpanel::JSON::XS with fallback" +msgstr "" + +#: gnu/packages/perl.scm:2659 +msgid "" +"This module first checks to see if either Cpanel::JSON::XS\n" +"or JSON::XS is already loaded, in which case it uses that module. " +"Otherwise\n" +"it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in orde= r, " +"and\n" +"either uses the first module it finds or throws an error." +msgstr "" + +#: gnu/packages/perl.scm:2682 +msgid "JSON serialising/deserialising for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2706 +msgid "Combination of List::Util and List::MoreUtils" +msgstr "" + +#: gnu/packages/perl.scm:2707 +msgid "" +"This module exports all of the functions that either\n" +"List::Util or List::MoreUtils defines, with preference to List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2731 +msgid "Provide the stuff missing in List::Util" +msgstr "" + +#: gnu/packages/perl.scm:2732 +msgid "" +"List::MoreUtils provides some trivial but commonly needed\n" +"functionality on lists which is not going to go into List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2750 +msgid "Expiry plug-in for Memoize that adds LRU cache expiration" +msgstr "" + +#: gnu/packages/perl.scm:2751 +msgid "" +"This module implements an expiry policy for Memoize that\n" +"follows LRU semantics, that is, the last n results, where n is specifie= d as\n" +"the argument to the CACHESIZE parameter, will be cached." +msgstr "" + +#: gnu/packages/perl.scm:2770 +msgid "Definition of MIME types" +msgstr "" + +#: gnu/packages/perl.scm:2771 +msgid "" +"This module provides a list of known mime-types, combined\n" +"from various sources. For instance, it contains all IANA types and the= \n" +"knowledge of Apache." +msgstr "" + +#: gnu/packages/perl.scm:2800 +msgid "Tiny replacement for Module::Build" +msgstr "" + +#: gnu/packages/perl.scm:2801 +msgid "" +"Many Perl distributions use a Build.PL file instead of a\n" +"Makefile.PL file to drive distribution configuration, build, test and\n= " +"installation. Traditionally, Build.PL uses Module::Build as the underl= ying\n" +"build system. This module provides a simple, lightweight, drop-in\n" +"replacement. Whereas Module::Build has over 6,700 lines of code; this = " +"module\n" +"has less than 120, yet supports the features needed by most distributio= ns." +msgstr "" + +#: gnu/packages/perl.scm:2823 +msgid "Find and use installed modules in a (sub)category" +msgstr "" + +#: gnu/packages/perl.scm:2824 +msgid "" +"Module::Find lets you find and use modules in categories.\n" +"This can be useful for auto-detecting driver or plugin modules. You ca= n\n" +"differentiate between looking in the category itself or in all\n" +"subcategories." +msgstr "" + +#: gnu/packages/perl.scm:2850 +msgid "Loads alternate underlying implementations for a module" +msgstr "" + +#: gnu/packages/perl.scm:2851 +msgid "" +"This module abstracts out the process of choosing one of\n" +"several underlying implementations for a module. This can be used to " +"provide\n" +"XS and pure Perl implementations of a module, or it could be used to lo= ad " +"an\n" +"implementation for a given OS or any other case of needing to provide " +"multiple\n" +"implementations." +msgstr "" + +#: gnu/packages/perl.scm:2889 +msgid "Standalone, extensible Perl module installer" +msgstr "" + +#: gnu/packages/perl.scm:2890 +msgid "" +"Module::Install is a package for writing installers for\n" +"CPAN (or CPAN-like) distributions that are clean, simple, minimalist, a= ct in " +"a\n" +"strictly correct manner with ExtUtils::MakeMaker, and will run on any P= erl\n" +"installation version 5.005 or newer." +msgstr "" + +#: gnu/packages/perl.scm:2910 +msgid "Perl runtime module handling" +msgstr "" + +#: gnu/packages/perl.scm:2911 +msgid "" +"The functions exported by this module deal with runtime\n" +"handling of Perl modules, which are normally handled at compile time." +msgstr "" + +#: gnu/packages/perl.scm:2932 +msgid "Provide information on conflicts for Module::Runtime" +msgstr "" + +#: gnu/packages/perl.scm:2933 +msgid "" +"This module provides conflicts checking for Module::Runtime,\n" +"which had a recent release that broke some versions of Moose. It is ca= lled\n" +"from Moose::Conflicts and moose-outdated." +msgstr "" + +#: gnu/packages/perl.scm:2954 +msgid "Recursively scan Perl code for dependencies" +msgstr "" + +#: gnu/packages/perl.scm:2955 +msgid "" +"Module::ScanDeps is a module to recursively scan Perl\n" +"programs for dependencies." +msgstr "" + +#: gnu/packages/perl.scm:2975 +msgid "Module name tools and transformations" +msgstr "" + +#: gnu/packages/perl.scm:2976 +msgid "" +"This module provides a few useful functions for manipulating\n" +"module names. Its main aim is to centralise some of the functions comm= only\n" +"used by modules that manipulate other modules in some way, like convert= ing\n" +"module names to relative paths." +msgstr "" + +#: gnu/packages/perl.scm:3006 +msgid "Minimalist Object Orientation (with Moose compatibility)" +msgstr "" + +#: gnu/packages/perl.scm:3007 +msgid "" +"Moo is an extremely light-weight Object Orientation system.\n" +"It allows one to concisely define objects and roles with a convenient " +"syntax\n" +"that avoids the details of Perl's object system. Moo contains a subset= of\n" +"Moose and is optimised for rapid startup." +msgstr "" + +#: gnu/packages/perl.scm:3083 +msgid "Postmodern object system for Perl 5" +msgstr "" + +#: gnu/packages/perl.scm:3085 +msgid "" +"Moose is a complete object system for Perl 5. It provides keywords for= \n" +"attribute declaration, object construction, inheritance, and maybe more= . " +"With\n" +"Moose, you define your class declaratively, without needing to know abo= ut\n" +"blessed hashrefs, accessor methods, and so on. You can concentrate on = the\n" +"logical structure of your classes, focusing on \"what\" rather than \"h= ow" +"\".\n" +"A class definition with Moose reads like a list of very concise English= \n" +"sentences." +msgstr "" + +#: gnu/packages/perl.scm:3113 +msgid "Emulate Class::Accessor::Fast behavior using Moose attributes" +msgstr "" + +#: gnu/packages/perl.scm:3114 +msgid "" +"This module attempts to emulate the behavior of\n" +"Class::Accessor::Fast as accurately as possible using the Moose attribu= te\n" +"system. The public API of Class::Accessor::Fast is wholly supported, b= ut " +"the\n" +"private methods are not." +msgstr "" + +#: gnu/packages/perl.scm:3145 +msgid "Moose role for processing command line options" +msgstr "" + +#: gnu/packages/perl.scm:3146 +msgid "" +"This is a Moose role which provides an alternate constructor\n" +"for creating objects using parameters passed in from the command line." +msgstr "" + +#: gnu/packages/perl.scm:3167 +msgid "Mark overload code symbols as methods" +msgstr "" + +#: gnu/packages/perl.scm:3168 +msgid "" +"MooseX::MarkAsMethods allows one to easily mark certain\n" +"functions as Moose methods. This will allow other packages such as\n" +"namespace::autoclean to operate without blowing away your overloads. A= fter\n" +"using MooseX::MarkAsMethods your overloads will be recognized by Class:= :MOP " +"as\n" +"being methods, and class extension as well as composition from roles wi= th\n" +"overloads will \"just work\"." +msgstr "" + +#: gnu/packages/perl.scm:3198 +msgid "Code attribute introspection" +msgstr "" + +#: gnu/packages/perl.scm:3199 +msgid "" +"This module allows code attributes of methods to be\n" +"introspected using Moose meta method objects." +msgstr "" + +#: gnu/packages/perl.scm:3225 +msgid "Subclassing of non-Moose classes" +msgstr "" + +#: gnu/packages/perl.scm:3226 +msgid "" +"MooseX::NonMoose allows for easily subclassing non-Moose\n" +"classes with Moose, taking care of the details connected with doing thi= s, " +"such\n" +"as setting up proper inheritance from Moose::Object and installing (and= \n" +"inlining, at make_immutable time) a constructor that makes sure things = like\n" +"BUILD methods are called. It tries to be as non-intrusive as possible.= " +msgstr "" + +#: gnu/packages/perl.scm:3255 +msgid "Extension of Params::Validate using Moose's types" +msgstr "" + +#: gnu/packages/perl.scm:3256 +msgid "" +"This module fills a gap in Moose by adding method parameter\n" +"validation to Moose." +msgstr "" + +#: gnu/packages/perl.scm:3277 +msgid "Apply roles to a related Perl class" +msgstr "" + +#: gnu/packages/perl.scm:3278 +msgid "" +"This module applies roles to make a subclass instead of\n" +"manually setting up a subclass." +msgstr "" + +#: gnu/packages/perl.scm:3304 +msgid "Moose roles with composition parameters" +msgstr "" + +#: gnu/packages/perl.scm:3305 +msgid "" +"Because Moose roles serve many different masters, they\n" +"usually provide only the least common denominator of functionality. To= \n" +"empower roles further, more configurability than -alias and -excludes i= s\n" +"required. Perhaps your role needs to know which method to call when it= is\n" +"done processing, or what default value to use for its url attribute.\n" +"Parameterized roles offer a solution to these (and other) kinds of prob= lems." +msgstr "" + +#: gnu/packages/perl.scm:3331 +msgid "Roles which support overloading" +msgstr "" + +#: gnu/packages/perl.scm:3332 +msgid "" +"MooseX::Role::WithOverloading allows you to write a\n" +"Moose::Role which defines overloaded operators and allows those overloa= d\n" +"methods to be composed into the classes/roles/instances it's compiled t= o,\n" +"where plain Moose::Roles would lose the overloading." +msgstr "" + +#: gnu/packages/perl.scm:3354 +msgid "Name your accessors foo() and set_foo()" +msgstr "" + +#: gnu/packages/perl.scm:3355 +msgid "" +"This module does not provide any methods. Simply loading it\n" +"changes the default naming policy for the loading class so that accesso= rs " +"are\n" +"separated into get and set methods. The get methods have the same name= as " +"the\n" +"accessor, while set methods are prefixed with \"_set_\"." +msgstr "" + +#: gnu/packages/perl.scm:3381 +msgid "Strict object constructors for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3382 +msgid "" +"Simply loading this module makes your constructors\n" +"\"strict\". If your constructor is called with an attribute init argume= nt " +"that\n" +"your class does not declare, then it calls Moose->throw_error(). " +msgstr "" + +#: gnu/packages/perl.scm:3410 +msgid "Trait loading and resolution for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3411 +msgid "" +"Adds support on top of MooseX::Traits for class precedence\n" +"search for traits and some extra attributes" +msgstr "" + +#: gnu/packages/perl.scm:3436 +msgid "Organise your Moose types in libraries" +msgstr "" + +#: gnu/packages/perl.scm:3437 +msgid "" +"This package lets you declare types using short names, but\n" +"behind the scenes it namespaces all your type declarations, effectively= \n" +"prevent name clashes between packages." +msgstr "" + +#: gnu/packages/perl.scm:3468 +msgid "DateTime related constraints and coercions for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3469 +msgid "" +"This module packages several Moose::Util::TypeConstraints\n" +"with coercions, designed to work with the DateTime suite of objects." +msgstr "" + +#: gnu/packages/perl.scm:3501 +msgid "Extensions to MooseX::Types::DateTime" +msgstr "" + +#: gnu/packages/perl.scm:3502 +msgid "" +"This module builds on MooseX::Types::DateTime to add\n" +"additional custom types and coercions. Since it builds on an existing = " +"type,\n" +"all coercions and constraints are inherited." +msgstr "" + +#: gnu/packages/perl.scm:3531 +msgid "ClassName type constraints for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3532 +msgid "" +"MooseX::Types::LoadableClass provides a ClassName type\n" +"constraint with coercion to load the class." +msgstr "" + +#: gnu/packages/perl.scm:3556 +msgid "Moosish types and type builder" +msgstr "" + +#: gnu/packages/perl.scm:3557 +msgid "" +"MooX::Types::MooseLike provides a possibility to build your\n" +"own set of Moose-like types. These custom types can then be used to " +"describe\n" +"fields in Moo-based classes." +msgstr "" + +#: gnu/packages/perl.scm:3576 +msgid "MRO interface compatibility for Perls < 5.9.5" +msgstr "" + +#: gnu/packages/perl.scm:3577 +msgid "" +"The \"mro\" namespace provides several utilities for dealing\n" +"with method resolution order and method caching in general in Perl 5.9.= 5 " +"and\n" +"higher. This module provides those interfaces for earlier versions of\= n" +"Perl (back to 5.6.0)." +msgstr "" + +#: gnu/packages/perl.scm:3603 +msgid "Keep imports out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3604 +msgid "" +"The namespace::autoclean pragma will remove all imported\n" +"symbols at the end of the current package's compile cycle. Functions " +"called\n" +"in the package itself will still be bound by their name, but they won't= " +"show\n" +"up as methods on your class or instances. It is very similar to\n" +"namespace::clean, except it will clean all imported functions, no matte= r if\n" +"you imported them before or after you used the pragma. It will also no= t " +"touch\n" +"anything that looks like a method." +msgstr "" + +#: gnu/packages/perl.scm:3630 +msgid "Keep imports and functions out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3631 +msgid "" +"The namespace::clean pragma will remove all previously\n" +"declared or imported symbols at the end of the current package's compil= e\n" +"cycle. Functions called in the package itself will still be bound by t= heir\n" +"name, but they won't show up as methods on your class or instances." +msgstr "" + +#: gnu/packages/perl.scm:3651 +msgid "Numeric comparisons" +msgstr "" + +#: gnu/packages/perl.scm:3652 +msgid "" +"Number::Compare compiles a simple comparison to an anonymous\n" +"subroutine, which you can call with a value to be tested against." +msgstr "" + +#: gnu/packages/perl.scm:3670 +msgid "Generate cryptographic signatures for objects" +msgstr "" + +#: gnu/packages/perl.scm:3671 +msgid "" +"Object::Signature is an abstract base class that you can\n" +"inherit from in order to allow your objects to generate unique " +"cryptographic\n" +"signatures." +msgstr "" + +#: gnu/packages/perl.scm:3693 +msgid "Anonymous packages" +msgstr "" + +#: gnu/packages/perl.scm:3694 +msgid "" +"This module allows for anonymous packages that are\n" +"independent of the main namespace and only available through an object\= n" +"instance, not by name." +msgstr "" + +#: gnu/packages/perl.scm:3722 +msgid "Manage deprecation warnings for your distribution" +msgstr "" + +#: gnu/packages/perl.scm:3723 +msgid "" +"This module allows you to manage a set of deprecations for\n" +"one or more modules." +msgstr "" + +#: gnu/packages/perl.scm:3750 +msgid "Routines for manipulating stashes" +msgstr "" + +#: gnu/packages/perl.scm:3751 +msgid "" +"Manipulating stashes (Perl's symbol tables) is occasionally\n" +"necessary, but incredibly messy, and easy to get wrong. This module hi= des " +"all\n" +"of that behind a simple API." +msgstr "" + +#: gnu/packages/perl.scm:3774 +msgid "Faster implementation of the Package::Stash API" +msgstr "" + +#: gnu/packages/perl.scm:3775 +msgid "" +"This is a backend for Package::Stash, which provides the\n" +"functionality in a way that's less buggy and much faster. It will be u= sed " +"by\n" +"default if it's installed, and should be preferred in all environments = with " +"a\n" +"compiler." +msgstr "" + +#: gnu/packages/perl.scm:3795 +msgid "Play with other peoples' lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:3796 +msgid "" +"PadWalker is a module which allows you to inspect (and even\n" +"change) lexical variables in any subroutine which called you. It will = only\n" +"show those variables which are in scope at the point of the call. " +"PadWalker\n" +"is particularly useful for debugging." +msgstr "" + +#: gnu/packages/perl.scm:3817 +msgid "Simple, compact and correct param-checking functions" +msgstr "" + +#: gnu/packages/perl.scm:3819 +msgid "" +"Params::Util provides a basic set of importable functions that makes\n" +"checking parameters easier." +msgstr "" + +#: gnu/packages/perl.scm:3842 +msgid "Validate method/function parameters" +msgstr "" + +#: gnu/packages/perl.scm:3843 +msgid "" +"The Params::Validate module allows you to validate method or\n" +"function call parameters to an arbitrary level of specificity." +msgstr "" + +#: gnu/packages/perl.scm:3861 +msgid "Create and manipulate PAR distributions" +msgstr "" + +#: gnu/packages/perl.scm:3862 +msgid "" +"PAR::Dist is a toolkit to create and manipulate PAR\n" +"distributions." +msgstr "" + +#: gnu/packages/perl.scm:3881 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time." +msgstr "" + +#: gnu/packages/perl.scm:3899 +msgid "Path specification manipulation" +msgstr "" + +#: gnu/packages/perl.scm:3900 +msgid "" +"Path::Class is a module for manipulation of file and\n" +"directory specifications in a cross-platform manner." +msgstr "" + +#: gnu/packages/perl.scm:3920 +msgid "Check for comprehensive documentation of a module" +msgstr "" + +#: gnu/packages/perl.scm:3921 +msgid "" +"This module provides a mechanism for determining if the pod\n" +"for a given module is comprehensive." +msgstr "" + +#: gnu/packages/perl.scm:3940 +msgid "GNU C library compatible strftime for loggers and servers" +msgstr "" + +#: gnu/packages/perl.scm:3941 +msgid "" +"POSIX::strftime::Compiler provides GNU C library compatible\n" +"strftime(3). But this module is not affected by the system locale. Th= is\n" +"feature is useful when you want to write loggers, servers, and portable= \n" +"applications." +msgstr "" + +#: gnu/packages/perl.scm:3959 +msgid "Information about the currently running perl" +msgstr "" + +#: gnu/packages/perl.scm:3961 +msgid "" +"Probe::Perl provides methods for obtaining information about the\n" +"currently running perl interpreter. It originally began life as code i= n " +"the\n" +"Module::Build project, but has been externalized here for general use." +msgstr "" + +#: gnu/packages/perl.scm:3982 +msgid "Create read-only scalars, arrays, hashes" +msgstr "" + +#: gnu/packages/perl.scm:3983 +msgid "" +"This module provides a facility for creating non-modifiable\n" +"variables in Perl. This is useful for configuration files, headers, et= c. " +"It\n" +"can also be useful as a development and debugging tool for catching upd= ates " +"to\n" +"variables that should not be changed." +msgstr "" + +#: gnu/packages/perl.scm:4001 +msgid "Provide commonly requested regular expressions" +msgstr "" + +#: gnu/packages/perl.scm:4003 +msgid "" +"This module exports a single hash (`%RE') that stores or generates\n" +"commonly needed regular expressions. Patterns currently provided inclu= de:\n" +"balanced parentheses and brackets, delimited text (with escapes), integ= ers " +"and\n" +"floating-point numbers in any base (up to 36), comments in 44 languages= ,\n" +"offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip= \n" +"codes." +msgstr "" + +#: gnu/packages/perl.scm:4033 +msgid "Roles, as a slice of Moose" +msgstr "" + +#: gnu/packages/perl.scm:4034 +msgid "Role::Tiny is a minimalist role composition tool." +msgstr "" + +#: gnu/packages/perl.scm:4051 +msgid "Call isa, can, does, and DOES safely" +msgstr "" + +#: gnu/packages/perl.scm:4052 +msgid "" +"This module allows you to call isa, can, does, and DOES\n" +"safely on things that may not be objects." +msgstr "" + +#: gnu/packages/perl.scm:4070 +msgid "Lexically-scoped resource management" +msgstr "" + +#: gnu/packages/perl.scm:4071 +msgid "" +"This module provides a convenient way to perform cleanup or\n" +"other forms of resource management at the end of a scope. It is " +"particularly\n" +"useful when dealing with exceptions: the Scope::Guard constructor takes= a\n" +"reference to a subroutine that is guaranteed to be called even if the " +"thread\n" +"of execution is aborted prematurely. This effectively allows lexically= -" +"scoped\n" +"\"promises\" to be made that are automatically honoured by perl's garba= ge\n" +"collector." +msgstr "" + +#: gnu/packages/perl.scm:4094 +msgid "Infinite sets" +msgstr "" + +#: gnu/packages/perl.scm:4095 +msgid "Set::Infinite is a set theory module for infinite sets." +msgstr "" + +#: gnu/packages/perl.scm:4115 +msgid "Unordered collections of Perl Objects" +msgstr "" + +#: gnu/packages/perl.scm:4116 +msgid "" +"Set::Object provides efficient sets, unordered collections\n" +"of Perl objects without duplicates for scalars and references." +msgstr "" + +#: gnu/packages/perl.scm:4134 +msgid "Set operations for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4135 +msgid "" +"The first priority of Set::Scalar is to be a convenient\n" +"interface to sets (as in: unordered colletions of Perl scalars.) While= not\n" +"designed to be slow or big, neither has it been designed to be fast or\= n" +"compact." +msgstr "" + +#: gnu/packages/perl.scm:4155 +msgid "Spiffy Perl Interface Framework For You" +msgstr "" + +#: gnu/packages/perl.scm:4156 +msgid "" +"Spiffy is a framework and methodology for doing object\n" +"oriented (OO) programming in Perl. Spiffy combines the best parts of\n= " +"Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation " +"class.\n" +"It attempts to fix all the nits and warts of traditional Perl OO, in a = " +"clean,\n" +"straightforward and (perhaps someday) standard way. Spiffy borrows ide= as " +"from\n" +"other OO languages like Python, Ruby, Java and Perl 6." +msgstr "" + +#: gnu/packages/perl.scm:4178 +msgid "Temporary buffer to save bytes" +msgstr "" + +#: gnu/packages/perl.scm:4179 +msgid "" +"Stream::Buffered is a buffer class to store arbitrary length\n" +"of byte strings and then get a seekable filehandle once everything is\n= " +"buffered. It uses PerlIO and/or temporary file to save the buffer " +"depending\n" +"on the length of the size." +msgstr "" + +#: gnu/packages/perl.scm:4199 +msgid "Turn on strict and make all warnings fatal" +msgstr "" + +#: gnu/packages/perl.scm:4200 +msgid "" +"Strictures turns on strict and make all warnings fatal when\n" +"run from within a source-controlled directory." +msgstr "" + +#: gnu/packages/perl.scm:4218 +msgid "Camelcase and de-camelcase" +msgstr "" + +#: gnu/packages/perl.scm:4219 +msgid "" +"This module may be used to convert from under_score text to\n" +"CamelCase and back again." +msgstr "" + +#: gnu/packages/perl.scm:4239 +msgid "Rewrite strings based on a set of known prefixes" +msgstr "" + +#: gnu/packages/perl.scm:4240 +msgid "" +"This module allows you to rewrite strings based on a set of\n" +"known pprefixes." +msgstr "" + +#: gnu/packages/perl.scm:4262 +msgid "Sophisticated exporter for custom-built routines" +msgstr "" + +#: gnu/packages/perl.scm:4264 +msgid "" +"Sub::Exporter provides a sophisticated alternative to Exporter.pm for\n= " +"custom-built routines." +msgstr "" + +#: gnu/packages/perl.scm:4283 +msgid "Only use Sub::Exporter if you need it" +msgstr "" + +#: gnu/packages/perl.scm:4284 +msgid "" +"Sub::Exporter is an incredibly powerful module, but with\n" +"that power comes great responsibility, as well as some runtime penaltie= s.\n" +"This module is a \"Sub::Exporter\" wrapper that will let your users jus= t " +"use\n" +"Exporter if all they are doing is picking exports, but use \"Sub::Expor= ter" +"\"\n" +"if your users try to use \"Sub::Exporter\"'s more advanced features, li= ke\n" +"renaming exports, if they try to use them." +msgstr "" + +#: gnu/packages/perl.scm:4306 +msgid "Retrieve names of code references" +msgstr "" + +#: gnu/packages/perl.scm:4307 +msgid "" +"Sub::Identify allows you to retrieve the real name of code\n" +"references." +msgstr "" + +#: gnu/packages/perl.scm:4326 +msgid "Install subroutines into packages easily" +msgstr "" + +#: gnu/packages/perl.scm:4328 +msgid "" +"Sub::Install makes it easy to install subroutines into packages without= \n" +"the unsightly mess of C or typeglobs lying about where just = " +"anyone\n" +"can see them." +msgstr "" + +#: gnu/packages/perl.scm:4349 +msgid "(Re)name a sub" +msgstr "" + +#: gnu/packages/perl.scm:4350 +msgid "" +"Assigns a new name to referenced sub. If package\n" +"specification is omitted in the name, then the current package is used.= " +"The\n" +"return value is the sub." +msgstr "" + +#: gnu/packages/perl.scm:4369 +msgid "Apparently run a function in a higher stack frame" +msgstr "" + +#: gnu/packages/perl.scm:4370 +msgid "" +"Like Tcl's uplevel() function, but not quite so dangerous.\n" +"The idea is just to fool caller(). All the really naughty bits of Tcl'= s\n" +"uplevel() are avoided." +msgstr "" + +#: gnu/packages/perl.scm:4389 +msgid "Perl extension for generating SVG documents" +msgstr "" + +#: gnu/packages/perl.scm:4390 +msgid "" +"SVG is a Perl module which generates a nested data structure\n" +"containing the DOM representation of an SVG (Scalable Vector Graphics) = " +"image.\n" +"Using SVG, you can generate SVG objects, embed other SVG instances into= it,\n" +"access the DOM object, create and access Javascript, and generate SMIL\= n" +"animation content." +msgstr "" + +#: gnu/packages/perl.scm:4409 +msgid "Perl extension for getting CPU information" +msgstr "" + +#: gnu/packages/perl.scm:4411 +msgid "" +"In responce to a post on perlmonks.org, a module for counting the numbe= r\n" +"of CPU's on a system. Support has now also been added for type of CPU = and\n" +"clock speed." +msgstr "" + +#: gnu/packages/perl.scm:4433 +msgid "Get full hostname in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4434 +msgid "" +"Sys::Hostname::Long tries very hard to get the full hostname\n" +"of a system." +msgstr "" + +#: gnu/packages/perl.scm:4452 +msgid "Ensure that a platform has weaken support" +msgstr "" + +#: gnu/packages/perl.scm:4453 +msgid "" +"One recurring problem in modules that use Scalar::Util's\n" +"weaken function is that it is not present in the pure-perl variant. If= \n" +"Scalar::Util is not available at all, it will issue a normal dependency= on " +"the\n" +"module. However, if Scalar::Util is relatively new ( it is >=3D 1.19 )= and " +"the\n" +"module does not have weaken, the install will bail out altogether with = a " +"long\n" +"error encouraging the user to seek support." +msgstr "" + +#: gnu/packages/perl.scm:4478 +msgid "Template processing system for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4479 +msgid "" +"The Template Toolkit is a collection of modules which\n" +"implement an extensible template processing system. It was originally\= n" +"designed and remains primarily useful for generating dynamic web conten= t, " +"but\n" +"it can be used equally well for processing any other kind of text based= \n" +"documents: HTML, XML, POD, PostScript, LaTeX, and so on." +msgstr "" + +#: gnu/packages/perl.scm:4502 +msgid "Profiling for Template Toolkit" +msgstr "" + +#: gnu/packages/perl.scm:4503 +msgid "" +"Template::Timer provides inline profiling of the template\n" +"processing in Perl code." +msgstr "" + +#: gnu/packages/perl.scm:4521 +msgid "Detect encoding of the current terminal" +msgstr "" + +#: gnu/packages/perl.scm:4522 +msgid "" +"Term::Encoding is a simple module to detect the encoding of\n" +"the current terminal expects in various ways." +msgstr "" + +#: gnu/packages/perl.scm:4546 +msgid "Progress meter on a standard terminal" +msgstr "" + +#: gnu/packages/perl.scm:4547 +msgid "" +"Term::ProgressBar provides a simple progress bar on the\n" +"terminal, to let the user know that something is happening, roughly how= " +"much\n" +"stuff has been done, and maybe an estimate at how long remains." +msgstr "" + +#: gnu/packages/perl.scm:4570 +msgid "Progress meter if run interactively" +msgstr "" + +#: gnu/packages/perl.scm:4571 +msgid "" +"Term::ProgressBar is a wonderful module for showing progress\n" +"bars on the terminal. This module acts very much like that module when= it " +"is\n" +"run interactively. However, when it is not run interactively (for examp= le, " +"as\n" +"a cron job) then it does not show the progress bar." +msgstr "" + +#: gnu/packages/perl.scm:4593 +msgid "Simple progress bars" +msgstr "" + +#: gnu/packages/perl.scm:4594 +msgid "" +"Term::ProgressBar::Simple tells you how much work has been\n" +"done, how much is left to do, and estimate how long it will take." +msgstr "" + +#: gnu/packages/perl.scm:4612 +msgid "Simple terminal control" +msgstr "" + +#: gnu/packages/perl.scm:4613 +msgid "" +"This module, ReadKey, provides ioctl control for terminals\n" +"so the input modes can be changed (thus allowing reads of a single " +"character\n" +"at a time), and also provides non-blocking reads of stdin, as well as " +"several\n" +"other terminal related features, including retrieval/modification of th= e\n" +"screen size, and retrieval/modification of the control characters." +msgstr "" + +#: gnu/packages/perl.scm:4640 +msgid "Data-driven testing framework for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4641 +msgid "" +"Test::Base gives a way to trivially write your own test\n" +"framework base class. It concentrates on offering reusable data driven= \n" +"patterns, so that you can write tests with a minimum of code." +msgstr "" + +#: gnu/packages/perl.scm:4672 +msgid "Check for uncleaned imports" +msgstr "" + +#: gnu/packages/perl.scm:4673 +msgid "" +"This module lets you check your module's namespaces for\n" +"imported functions you might have forgotten to remove with\n" +"namespace::autoclean or namespace::clean and are therefore available to= be\n" +"called as methods, which usually isn't want you want." +msgstr "" + +#: gnu/packages/perl.scm:4693 +msgid "Flexible deep comparison for the Test::Builder framework" +msgstr "" + +#: gnu/packages/perl.scm:4695 +msgid "" +"Test::Deep compares two structures by going through each level, ensurin= g\n" +"that the values match, that arrays and hashes have the same elements an= d " +"that\n" +"references are blessed into the correct class. It also handles circular= " +"data\n" +"structures without getting caught in an infinite loop." +msgstr "" + +#: gnu/packages/perl.scm:4720 +msgid "Test strings and data structures and show differences" +msgstr "" + +#: gnu/packages/perl.scm:4721 +msgid "" +"This module exports three test functions and four diff-style\n" +"functions" +msgstr "" + +#: gnu/packages/perl.scm:4742 +msgid "Perl extension for maintaining test directories" +msgstr "" + +#: gnu/packages/perl.scm:4743 +msgid "" +"Testing code can involve making sure that files are created\n" +"and deleted as expected. Doing this manually can be error prone, as it= 's " +"easy\n" +"to forget a file, or miss that some unexpected file was added. This mo= dule\n" +"simplifies maintaining test directories by tracking their status as the= y " +"are\n" +"modified or tested with this API, making it simple to test both individ= ual\n" +"files, as well as to verify that there are no missing or unknown files.= " +msgstr "" + +#: gnu/packages/perl.scm:4769 +msgid "Test exception based code" +msgstr "" + +#: gnu/packages/perl.scm:4770 +msgid "" +"This module provides a few convenience methods for testing\n" +"exception based code. It is built with Test::Builder and plays happily= " +"with\n" +"Test::More and friends." +msgstr "" + +#: gnu/packages/perl.scm:4790 +msgid "Simple helpers for testing code with exceptions" +msgstr "" + +#: gnu/packages/perl.scm:4791 +msgid "" +"Test::Fatal is an alternative to the popular\n" +"Test::Exception. It does much less, but should allow greater flexibili= ty " +"in\n" +"testing exception-throwing code with about the same amount of typing." +msgstr "" + +#: gnu/packages/perl.scm:4821 +msgid "Run Perl standard test scripts with statistics" +msgstr "" + +#: gnu/packages/perl.scm:4822 +msgid "" +"Simple test harness which allows tests to be run and results\n" +"automatically aggregated and output to STDOUT." +msgstr "" + +#: gnu/packages/perl.scm:4840 +msgid "Traces memory leaks in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4841 +msgid "" +"Test::LeakTrace provides several functions that trace memory\n" +"leaks. This module scans arenas, the memory allocation system, so it ca= n\n" +"detect any leaked SVs in given blocks." +msgstr "" + +#: gnu/packages/perl.scm:4860 +msgid "Tests strings for equality, with more helpful failures" +msgstr "" + +#: gnu/packages/perl.scm:4861 +msgid "" +"This module provides some drop-in replacements for the\n" +"string comparison functions of Test::More, but which are more suitable = when\n" +"you test against long strings." +msgstr "" + +#: gnu/packages/perl.scm:4888 +msgid "Emulate troublesome interfaces in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4889 +msgid "" +"Test::MockObject allows you to create objects that conform\n" +"to particular interfaces with very little code. You don't have to " +"reimplement\n" +"the behavior, just the input and the output." +msgstr "" + +#: gnu/packages/perl.scm:4908 +msgid "Replaces actual time with simulated time" +msgstr "" + +#: gnu/packages/perl.scm:4909 +msgid "" +"This module was created to enable test suites to test code\n" +"at specific points in time. Specifically it overrides localtime, gmtim= e " +"and\n" +"time at compile time and then relies on the user supplying a mock time = via\n" +"set_relative_time, set_absolute_time or set_fixed_time to alter future = " +"calls\n" +"to gmtime,time or localtime." +msgstr "" + +#: gnu/packages/perl.scm:4936 +msgid "Most commonly needed test functions and features" +msgstr "" + +#: gnu/packages/perl.scm:4937 +msgid "" +"This module provides the most commonly used testing\n" +"functions, along with automatically turning on strict and warning and g= ives " +"a\n" +"bit more fine-grained control over test suites." +msgstr "" + +#: gnu/packages/perl.scm:4955 +msgid "Ensure no warnings are produced while testing" +msgstr "" + +#: gnu/packages/perl.scm:4957 +msgid "" +"This modules causes any warnings during testing to be captured and\n" +"stored. It automatically adds an extra test that will run when your sc= ript\n" +"ends to check that there were no warnings. If there were any warings, = the\n" +"test will fail and output diagnostics of where, when and what the warni= ng " +"was,\n" +"including a stack trace of what was going on when it occurred." +msgstr "" + +#: gnu/packages/perl.scm:4982 +msgid "Utilities to test STDOUT and STDERR messages" +msgstr "" + +#: gnu/packages/perl.scm:4984 +msgid "" +"Test::Output provides a simple interface for testing output sent to\n" +"STDOUT or STDERR. A number of different utilities are included to try = and " +"be\n" +"as flexible as possible to the tester." +msgstr "" + +#: gnu/packages/perl.scm:5005 +msgid "Check for POD errors in files" +msgstr "" + +#: gnu/packages/perl.scm:5006 +msgid "" +"Check POD files for errors or warnings in a test file, using\n" +"Pod::Simple to do the heavy lifting." +msgstr "" + +#: gnu/packages/perl.scm:5026 +msgid "Check for pod coverage" +msgstr "" + +#: gnu/packages/perl.scm:5027 +msgid "" +"This module adds a test to your Perl distribution which\n" +"checks for pod coverage of all appropriate files." +msgstr "" + +#: gnu/packages/perl.scm:5045 +msgid "Checks to see if the module can be loaded" +msgstr "" + +#: gnu/packages/perl.scm:5046 +msgid "" +"Test::Requires checks to see if the module can be loaded.\n" +"If this fails, then rather than failing tests this skips all tests." +msgstr "" + +#: gnu/packages/perl.scm:5065 +msgid "Basic cross-platform tests for scripts" +msgstr "" + +#: gnu/packages/perl.scm:5067 +msgid "" +"The intent of the Test::Script module is to provide a series of basic\n= " +"tests for 80% of the testing you will need to do for scripts in the scr= ipt " +"(or\n" +"bin as is also commonly used) paths of your Perl distribution." +msgstr "" + +#: gnu/packages/perl.scm:5090 +msgid "Fork test in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5091 +msgid "" +"Test::SharedFork is a utility module for Test::Builder. It\n" +"makes fork(2) safe to use in test cases." +msgstr "" + +#: gnu/packages/perl.scm:5107 +msgid "Basic utilities for writing tests" +msgstr "" + +#: gnu/packages/perl.scm:5109 +msgid "Test::Simple contains basic utilities for writing tests." +msgstr "" + +#: gnu/packages/perl.scm:5126 +msgid "Simplify running Test::Builder tests" +msgstr "" + +#: gnu/packages/perl.scm:5128 +msgid "" +"Test::Tester allows testing of test modules based on Test::Builder with= \n" +"a minimum of effort." +msgstr "" + +#: gnu/packages/perl.scm:5152 +msgid "Trap exit codes, exceptions, output, etc." +msgstr "" + +#: gnu/packages/perl.scm:5153 +msgid "" +"This module is primarily (but not exclusively) for use in\n" +"test scripts: A block eval configurable and extensible but by default " +"trapping\n" +"STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return " +"values\n" +"from boxed blocks of test code." +msgstr "" + +#: gnu/packages/perl.scm:5173 +msgid "UTF-8 testing in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5174 +msgid "" +"This module is a collection of tests useful for dealing with\n" +"UTF-8 strings in Perl. This module has two types of tests: The validit= y " +"tests\n" +"check if a string is valid and not corrupt, whereas the characteristics= " +"tests\n" +"will check that string has a given set of characteristics." +msgstr "" + +#: gnu/packages/perl.scm:5196 +msgid "Perl extension to test methods for warnings" +msgstr "" + +#: gnu/packages/perl.scm:5197 +msgid "" +"This module provides a few convenience methods for testing\n" +"warning based code." +msgstr "" + +#: gnu/packages/perl.scm:5215 +msgid "Test for warnings and the lack of them" +msgstr "" + +#: gnu/packages/perl.scm:5216 +msgid "" +"This module is intended to be used as a drop-in replacement\n" +"for Test::NoWarnings. It also adds an extra test, but runs this test " +"before\n" +"done_testing calculates the test count, rather than after. It does thi= s by\n" +"hooking into done_testing as well as via an END block. You can declare= a\n" +"plan, or not, and things will still Just Work." +msgstr "" + +#: gnu/packages/perl.scm:5237 +msgid "Test fallback behaviour in absence of modules" +msgstr "" + +#: gnu/packages/perl.scm:5238 +msgid "" +"This module allows you to deliberately hide modules from a\n" +"program even though they are installed. This is mostly useful for test= ing\n" +"modules that have a fallback when a certain dependency module is not\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:5264 +msgid "Dynamic generation of tests" +msgstr "" + +#: gnu/packages/perl.scm:5265 +msgid "" +"The Test::WriteVariants module provides for the dynamic\n" +"generation of tests in nested combinations of contexts." +msgstr "" + +#: gnu/packages/perl.scm:5285 +msgid "Testing module for YAML implementations" +msgstr "" + +#: gnu/packages/perl.scm:5286 +msgid "" +"Test::YAML is a subclass of Test::Base with YAML specific\n" +"support." +msgstr "" + +#: gnu/packages/perl.scm:5304 +msgid "Align text" +msgstr "" + +#: gnu/packages/perl.scm:5305 +msgid "" +"Text::Aligner exports a single function, align(), which is\n" +"used to justify strings to various alignment styles." +msgstr "" + +#: gnu/packages/perl.scm:5323 +msgid "Extract delimited text sequences from strings" +msgstr "" + +#: gnu/packages/perl.scm:5324 +msgid "" +"The Text::Balanced module can be used to extract delimited\n" +"text sequences from strings." +msgstr "" + +#: gnu/packages/perl.scm:5342 +msgid "Manipulate comma-separated values" +msgstr "" + +#: gnu/packages/perl.scm:5343 +msgid "" +"Text::CSV provides facilities for the composition and\n" +"decomposition of comma-separated values. An instance of the Text::CSV = " +"class\n" +"can combine fields into a CSV string and parse a CSV string into fields= ." +msgstr "" + +#: gnu/packages/perl.scm:5364 +msgid "Perform diffs on files and record sets" +msgstr "" + +#: gnu/packages/perl.scm:5365 +msgid "" +"Text::Diff provides a basic set of services akin to the GNU\n" +"diff utility. It is not anywhere near as feature complete as GNU diff,= but " +"it\n" +"is better integrated with Perl and available on all platforms. It is o= ften\n" +"faster than shelling out to a system's diff executable for small files,= and\n" +"generally slower on larger files." +msgstr "" + +#: gnu/packages/perl.scm:5386 +msgid "Match globbing patterns against text" +msgstr "" + +#: gnu/packages/perl.scm:5387 +msgid "" +"Text::Glob implements glob(3) style matching that can be\n" +"used to match against text, rather than fetching names from a filesyste= m. " +"If\n" +"you want to do full file globbing use the File::Glob module instead." +msgstr "" + +#: gnu/packages/perl.scm:5406 +msgid "Simple ASCII tables" +msgstr "" + +#: gnu/packages/perl.scm:5407 +msgid "Text::SimpleTable draws simple ASCII tables." +msgstr "" + +#: gnu/packages/perl.scm:5426 +msgid "Organize Data in Tables" +msgstr "" + +#: gnu/packages/perl.scm:5427 +msgid "Text::Table renders plaintext tables." +msgstr "" + +#: gnu/packages/perl.scm:5444 +msgid "Provide plain ASCII transliterations of Unicode text" +msgstr "" + +#: gnu/packages/perl.scm:5445 +msgid "" +"Text::Unidecode provides a function, unidecode(...) that\n" +"takes Unicode data and tries to represent it in US-ASCII characters (i.= e., " +"the\n" +"universally displayable characters between 0x00 and 0x7F). The " +"representation\n" +"is almost always an attempt at transliteration-- i.e., conveying, in Ro= man\n" +"letters, the pronunciation expressed by the text in some other writing\= n" +"system." +msgstr "" + +#: gnu/packages/perl.scm:5473 +msgid "Role for classes that can be thrown" +msgstr "" + +#: gnu/packages/perl.scm:5474 +msgid "" +"Throwable is a role for classes that are meant to be thrown\n" +"as exceptions to standard program flow." +msgstr "" + +#: gnu/packages/perl.scm:5492 +msgid "Ordered associative arrays for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5493 +msgid "" +"This Perl module implements Perl hashes that preserve the\n" +"order in which the hash elements were added. The order is not affected = when\n" +"values corresponding to existing keys in the IxHash are changed. The " +"elements\n" +"can also be set to any arbitrary supplied order. The familiar perl arra= y\n" +"operations can also be performed on the IxHash." +msgstr "" + +#: gnu/packages/perl.scm:5516 +msgid "Tie to an existing Perl object" +msgstr "" + +#: gnu/packages/perl.scm:5517 +msgid "" +"This class provides a tie constructor that returns the\n" +"object it was given as it's first argument. This way side effects of " +"calling\n" +"$object->TIEHASH are avoided." +msgstr "" + +#: gnu/packages/perl.scm:5539 +msgid "English expression of durations" +msgstr "" + +#: gnu/packages/perl.scm:5540 +msgid "" +"This module provides functions for expressing durations in\n" +"rounded or exact terms." +msgstr "" + +#: gnu/packages/perl.scm:5562 +msgid "Parse time duration strings" +msgstr "" + +#: gnu/packages/perl.scm:5563 +msgid "" +"Time::Duration::Parse is a module to parse human readable\n" +"duration strings like \"2 minutes\" and \"3 seconds\" to seconds." +msgstr "" + +#: gnu/packages/perl.scm:5581 +msgid "Efficiently compute time from local and GMT time" +msgstr "" + +#: gnu/packages/perl.scm:5582 +msgid "" +"This module provides functions that are the inverse of\n" +"built-in perl functions localtime() and gmtime(). They accept a date a= s a\n" +"six-element array, and return the corresponding time(2) value in second= s " +"since\n" +"the system epoch" +msgstr "" + +#: gnu/packages/perl.scm:5602 +msgid "Date parsing/formating subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5603 +msgid "" +"This module provides routines for parsing date string into\n" +"time values and formating dates into ASCII strings." +msgstr "" + +#: gnu/packages/perl.scm:5623 +msgid "Shift and scale time" +msgstr "" + +#: gnu/packages/perl.scm:5624 +msgid "" +"This module allows you to speed up your sleep(), alarm(),\n" +"and time() calls." +msgstr "" + +#: gnu/packages/perl.scm:5647 +msgid "Simple tree object" +msgstr "" + +#: gnu/packages/perl.scm:5648 +msgid "" +"This module in a fully object-oriented implementation of a\n" +"simple n-ary tree." +msgstr "" + +#: gnu/packages/perl.scm:5671 +msgid "Factory object for dispensing Visitor objects" +msgstr "" + +#: gnu/packages/perl.scm:5672 +msgid "" +"This module is a factory for dispensing\n" +"Tree::Simple::Visitor::* objects." +msgstr "" + +#: gnu/packages/perl.scm:5690 +msgid "Minimal try/catch with proper preservation of $@" +msgstr "" + +#: gnu/packages/perl.scm:5691 +msgid "" +"This module provides bare bones try/catch/finally statements\n" +"that are designed to minimize common mistakes with eval blocks, and not= hing\n" +"else." +msgstr "" + +#: gnu/packages/perl.scm:5712 +msgid "Data types for common serialisation formats" +msgstr "" + +#: gnu/packages/perl.scm:5713 +msgid "" +"This module provides some extra datatypes that are used by\n" +"common serialisation formats such as JSON or CBOR." +msgstr "" + +#: gnu/packages/perl.scm:5731 +msgid "UNIVERSAL::can() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5732 +msgid "" +"This module attempts to work around people calling\n" +"UNIVERSAL::can() as a function, which it is not." +msgstr "" + +#: gnu/packages/perl.scm:5752 +msgid "UNIVERSAL::isa() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5753 +msgid "" +"This module attempts to recover from people calling\n" +"UNIVERSAL::isa as a function" +msgstr "" + +#: gnu/packages/perl.scm:5771 +msgid "Associate user-defined magic to variables from Perl" +msgstr "" + +#: gnu/packages/perl.scm:5772 +msgid "" +"Magic is Perl's way of enhancing variables. This mechanism\n" +"lets the user add extra data to any variable and hook syntactical\n" +"operations (such as access, assignment or destruction) that can be appl= ied " +"to\n" +"it. With this module, you can add your own magic to any variable witho= ut\n" +"having to write a single line of XS." +msgstr "" + +#: gnu/packages/perl.scm:5795 +msgid "YAML for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5796 +msgid "" +"The YAML.pm module implements a YAML Loader and Dumper based\n" +"on the YAML 1.0 specification." +msgstr "" + +#: gnu/packages/perl.scm:5819 +msgid "Read/Write YAML files" +msgstr "" + +#: gnu/packages/perl.scm:5820 +msgid "" +"YAML::Tiny is a perl class for reading and writing\n" +"YAML-style files, written with as little code as possible, reducing loa= d " +"time\n" +"and memory overhead." +msgstr "" + +#: gnu/packages/perl.scm:5847 +msgid "Distribution metadata for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5848 +msgid "" +"Software distributions released to the CPAN include a\n" +"META.json or, for older distributions, META.yml, which describes the\n" +"distribution, its contents, and the requirements for building and " +"installing\n" +"the distribution. The data structure stored in the META.json file is\n= " +"described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to\n= " +"represent this distribution metadata (or distmeta), along with some hel= pful\n" +"methods for interrogating that data." +msgstr "" + +#: gnu/packages/perl.scm:5871 +msgid "Set of version requirements for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5872 +msgid "" +"A CPAN::Meta::Requirements object models a set of version\n" +"constraints like those specified in the META.yml or META.json files in = CPAN\n" +"distributions, and as defined by CPAN::Meta::Spec. It can be built up = by\n" +"adding more and more constraints, and will reduce them to the simplest\= n" +"representation." +msgstr "" + +#: gnu/packages/perl.scm:5895 +msgid "Read and write a subset of YAML for CPAN Meta files" +msgstr "" + +#: gnu/packages/perl.scm:5896 +msgid "" +"This module implements a subset of the YAML specification\n" +"for use in reading and writing CPAN metadata files like META.yml and\n" +"MYMETA.yml." +msgstr "" + +#: gnu/packages/perl.scm:5917 +msgid "Build and install Perl modules" +msgstr "" + +#: gnu/packages/perl.scm:5918 +msgid "" +"\"Module::Build\" is a system for building, testing, and\n" +"installing Perl modules. It is meant to be an alternative to\n" +"\"ExtUtils::MakeMaker\". Developers may alter the behavior of the modu= le\n" +"through subclassing in a much more straightforward way than with\n" +"\"MakeMaker\". It also does not require a \"make\" on your system - mo= st " +"of\n" +"the \"Module::Build\" code is pure-perl and written in a cross-platform= way." +msgstr "" + +#: gnu/packages/perl.scm:5942 +msgid "Parse META.yml and META.json CPAN metadata files" +msgstr "" + +#: gnu/packages/perl.scm:5943 +msgid "" +"Parse::CPAN::Meta is a parser for META.json and META.yml\n" +"files, using JSON::PP and/or CPAN::Meta::YAML." +msgstr "" + +#: gnu/packages/perl.scm:5961 +msgid "Common Scalar and List utility subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5962 +msgid "" +"This package contains a selection of subroutines that people\n" +"have expressed would be nice to have in the perl core, but the usage wo= uld " +"not\n" +"really be high enough to warrant the use of a keyword, and the size so = " +"small\n" +"such that being individual extensions would be wasteful." +msgstr "" + +#: gnu/packages/photo.scm:46 +msgid "Read and manipulate EXIF data in digital photographs" +msgstr "" + +#: gnu/packages/photo.scm:48 +msgid "" +"The libexif C library allows applications to read, edit, and save EXIF\= n" +"data as produced by digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:73 +msgid "Accessing digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:75 +msgid "" +"This is the library backend for gphoto2. It contains the code for PTP,= \n" +"MTP, and other vendor specific protocols for controlling and transferri= ng " +"data\n" +"from digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:116 +msgid "Command-line tools to access digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:118 +msgid "" +"Gphoto2 is a set of command line utilities for manipulating a large\n" +"number of different digital cameras. Through libgphoto2, it supports P= TP,\n" +"MTP, and much more." +msgstr "" + +#: gnu/packages/photo.scm:152 +msgid "Program and Perl library to manipulate EXIF tags" +msgstr "" + +#: gnu/packages/photo.scm:154 +msgid "" +"This package provides the 'exiftool' command and the 'Image::ExifTool'\= n" +"Perl library to manipulate EXIF tags of digital images." +msgstr "" + +#: gnu/packages/qemu.scm:129 +msgid "Machine emulator and virtualizer (without GUI)" +msgstr "" + +#: gnu/packages/qemu.scm:131 +msgid "" +"QEMU is a generic machine emulator and virtualizer.\n" +"\n" +"When used as a machine emulator, QEMU can run OSes and programs made fo= r " +"one\n" +"machine (e.g. an ARM board) on a different machine---e.g., your own PC.= By\n" +"using dynamic translation, it achieves very good performance.\n" +"\n" +"When used as a virtualizer, QEMU achieves near native performances by\n= " +"executing the guest code directly on the host CPU. QEMU supports\n" +"virtualization when executing under the Xen hypervisor or using\n" +"the KVM kernel module in Linux. When using KVM, QEMU can virtualize x8= 6,\n" +"server and embedded PowerPC, and S390 guests." +msgstr "" + +#: gnu/packages/qemu.scm:153 +msgid "Machine emulator and virtualizer" +msgstr "" + +#: gnu/packages/ratpoison.scm:83 +msgid "Simple mouse-free tiling window manager" +msgstr "" + +#: gnu/packages/ratpoison.scm:85 +msgid "" +"Ratpoison is a simple window manager with no fat library\n" +"dependencies, no fancy graphics, no window decorations, and no\n" +"rodent dependence. It is largely modelled after GNU Screen which\n" +"has done wonders in the virtual terminal market.\n" +"\n" +"The screen can be split into non-overlapping frames. All windows\n" +"are kept maximized inside their frames to take full advantage of\n" +"your precious screen real estate.\n" +"\n" +"All interaction with the window manager is done through keystrokes.\n" +"Ratpoison has a prefix map to minimize the key clobbering that\n" +"cripples Emacs and other quality pieces of software." +msgstr "" + +#: gnu/packages/readline.scm:68 +msgid "Edit command lines while typing, with history support" +msgstr "" + +#: gnu/packages/readline.scm:70 +msgid "" +"The GNU readline library allows users to edit command lines as they\n" +"are typed in. It can maintain a searchable history of previously enter= ed\n" +"commands, letting you easily recall, edit and re-enter past commands. = It\n" +"features both Emacs-like and vi-like keybindings, making its usage\n" +"comfortable for anyone." +msgstr "" + +#: gnu/packages/scanner.scm:52 +msgid "Raster image scanner library and drivers" +msgstr "" + +#: gnu/packages/scanner.scm:53 +msgid "" +"SANE stands for \"Scanner Access Now Easy\" and is an API\n" +"proving access to any raster image scanner hardware (flatbed scanner,\n= " +"hand-held scanner, video- and still-cameras, frame-grabbers, etc.). Th= e\n" +"package contains the library and drivers." +msgstr "" + +#: gnu/packages/scheme.scm:131 +#, fuzzy +msgid "A Scheme implementation with integrated editor and debugger" +msgstr "Implementa=C3=A7=C3=A3o de Scheme com inten=C3=A7=C3=A3o especia= lmente para extens=C3=B5es" + +#: gnu/packages/scheme.scm:133 +msgid "" +"GNU/MIT Scheme is an implementation of the Scheme programming\n" +"language. It provides an interpreter, a compiler and a debugger. It a= lso\n" +"features an integrated Emacs-like editor and a large runtime library." +msgstr "" + +#: gnu/packages/scheme.scm:216 +msgid "Efficient Scheme compiler" +msgstr "" + +#: gnu/packages/scheme.scm:218 +msgid "" +"Bigloo is a Scheme implementation devoted to one goal: enabling\n" +"Scheme based programming style where C(++) is usually\n" +"required. Bigloo attempts to make Scheme practical by offering\n" +"features usually presented by traditional programming languages\n" +"but not offered by Scheme and functional programming. Bigloo\n" +"compiles Scheme modules. It delivers small and fast stand alone\n" +"binary executables. Bigloo enables full connections between\n" +"Scheme and C programs and between Scheme and Java programs." +msgstr "" + +#: gnu/packages/scheme.scm:261 +msgid "Multi-tier programming language for the Web 2.0" +msgstr "" + +#: gnu/packages/scheme.scm:263 +msgid "" +"HOP is a multi-tier programming language for the Web 2.0 and the\n" +"so-called diffuse Web. It is designed for programming interactive web\= n" +"applications in many fields such as multimedia (web galleries, music " +"players,\n" +"...), ubiquitous and house automation (SmartPhones, personal appliance)= ,\n" +"mashups, office (web agendas, mail clients, ...), etc." +msgstr "" + +#: gnu/packages/scheme.scm:303 +msgid "R5RS Scheme implementation that compiles native code via C" +msgstr "" + +#: gnu/packages/scheme.scm:305 +msgid "" +"CHICKEN is a compiler for the Scheme programming language. CHICKEN\n" +"produces portable and efficient C, supports almost all of the R5RS Sche= me\n" +"language standard, and includes many enhancements and extensions." +msgstr "" + +#: gnu/packages/scheme.scm:324 +#, fuzzy +msgid "Scheme implementation using a bytecode interpreter" +msgstr "Implementa=C3=A7=C3=A3o de Scheme com inten=C3=A7=C3=A3o especia= lmente para extens=C3=B5es" + +#: gnu/packages/scheme.scm:326 +msgid "" +"Scheme 48 is an implementation of Scheme based on a byte-code\n" +"interpreter and is designed to be used as a testbed for experiments in\= n" +"implementation techniques and as an expository tool." +msgstr "" + +#: gnu/packages/scheme.scm:402 +msgid "Implementation of Scheme and related languages" +msgstr "" + +#: gnu/packages/scheme.scm:404 +msgid "" +"Racket is an implementation of the Scheme programming language (R5RS an= d\n" +"R6RS) and related languages, such as Typed Racket. It features a compi= ler " +"and\n" +"a virtual machine with just-in-time native compilation, as well as a la= rge " +"set\n" +"of libraries." +msgstr "" + +#: gnu/packages/scheme.scm:442 +msgid "Efficient Scheme interpreter and compiler" +msgstr "" + +#: gnu/packages/scheme.scm:444 +msgid "" +"Gambit consists of two main programs: gsi, the Gambit Scheme\n" +"interpreter, and gsc, the Gambit Scheme compiler. The interpreter cont= ains\n" +"the complete execution and debugging environment. The compiler is the\= n" +"interpreter extended with the capability of generating executable files= . " +"The\n" +"compiler can produce standalone executables or compiled modules which c= an " +"be\n" +"loaded at run time. Interpreted code and compiled code can be freely\n= " +"mixed." +msgstr "" + +#: gnu/packages/scheme.scm:481 +msgid "Small embeddable Scheme implementation" +msgstr "" + +#: gnu/packages/scheme.scm:483 +msgid "" +"Chibi-Scheme is a very small library with no external dependencies\n" +"intended for use as an extension and scripting language in C programs. = In\n" +"addition to support for lightweight VM-based threads, each VM itself ru= ns " +"in\n" +"an isolated heap allowing multiple VMs to run simultaneously in differe= nt " +"OS\n" +"threads." +msgstr "" + +#: gnu/packages/search.scm:52 +msgid "Search Engine Library" +msgstr "" + +#: gnu/packages/search.scm:54 +msgid "" +"Xapian is a highly adaptable toolkit which allows developers to easily\= n" +"add advanced indexing and search facilities to their own applications. = It\n" +"supports the Probabilistic Information Retrieval model and also support= s a\n" +"rich set of boolean query operators." +msgstr "" + +#: gnu/packages/search.scm:97 +msgid "Tool for Obsessive Compulsive Classifiers" +msgstr "" + +#: gnu/packages/search.scm:99 +msgid "" +"libtocc is the engine of the Tocc project, a tag-based file management\= n" +"system. The goal of Tocc is to provide a better system for classifying= " +"files\n" +"that is more flexible than classic file systems that are based on a tre= e of\n" +"files and directories." +msgstr "" + +#: gnu/packages/search.scm:121 +msgid "Command-line interface to libtocc" +msgstr "" + +#: gnu/packages/search.scm:123 +msgid "" +"Tocc is a tag-based file management system. This package contains the\= n" +"command line tool for interacting with libtocc." +msgstr "" + +#: gnu/packages/search.scm:141 +msgid "Finding text and HTML files that match boolean expressions" +msgstr "" + +#: gnu/packages/search.scm:143 +msgid "" +"GNU Bool is a utility to perform text searches on files using Boolean\n= " +"expressions. For example, a search for \"hello AND world\" would retur= n a\n" +"file containing the phrase \"Hello, world!\". It supports both AND and= OR\n" +"statements, as well as the NEAR statement to search for the occurrence = of\n" +"words in close proximity to each other. It handles context gracefully,= \n" +"accounting for new lines and paragraph changes. It also has robust sup= port\n" +"for parsing HTML files." +msgstr "" + +#: gnu/packages/serveez.scm:51 +msgid "Framework for implementing IP-based servers" +msgstr "" + +#: gnu/packages/serveez.scm:53 +msgid "" +"GNU Serveez is a server framework providing the routines necessary to\n= " +"easily implement IP-based servers in your application. It\n" +"demonstrates aspects of network programming in a portable manner,\n" +"making it convenient for both simplifying the process of adding a\n" +"server to your application or for learning about how network services\n= " +"work. Several example servers are provided already, such as an HTTP\n" +"server and an IRC server." +msgstr "" + +#: gnu/packages/telephony.scm:50 +msgid "(u)Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:51 +msgid "" +"GNU Common C++ is an portable, optimized class framework for\n" +"threaded applications, supporting concurrent synchronization, inter-pro= cess\n" +"communications via sockets, and various methods for data handling, such= as\n" +"serialization and XML parsing. It includes the uCommon C++ library, a = " +"smaller\n" +"reimplementation." +msgstr "" + +#: gnu/packages/telephony.scm:70 +msgid "Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:71 +msgid "" +"GNU uCommon C++ is meant as a very light-weight C++ library\n" +"to facilitate using C++ design patterns even for very deeply embedded\n= " +"applications, such as for systems using uclibc along with posix threadi= ng\n" +"support." +msgstr "" + +#: gnu/packages/telephony.scm:92 +msgid "Implementation of RTP (real-time transport protocol)" +msgstr "" + +#: gnu/packages/telephony.scm:93 +msgid "" +"GNU ccRTP is an implementation of RTP, the real-time transport\n" +"protocol from the IETF. It is suitable both for high capacity servers = and\n" +"personal client applications. It is flexible in its design, allowing i= t to\n" +"function as a framework for the framework, rather than just being a\n" +"packet-manipulation library." +msgstr "" + +#: gnu/packages/telephony.scm:113 +msgid "Library implementing SIP (RFC-3261)" +msgstr "" + +#: gnu/packages/telephony.scm:114 +msgid "" +"GNU oSIP is an implementation of the SIP protocol. It is\n" +"used to provide multimedia and telecom software developers with an " +"interface\n" +"to initiate and control SIP sessions." +msgstr "" + +#: gnu/packages/telephony.scm:134 +msgid "Sip abstraction library" +msgstr "" + +#: gnu/packages/telephony.scm:135 +msgid "" +"EXosip is a library that hides the complexity of using the\n" +"SIP protocol for mutlimedia session establishement. This protocol is m= ainly " +"to\n" +"be used by VoIP telephony applications (endpoints or conference server)= but\n" +"might be also usefull for any application that wish to establish sessio= ns " +"like\n" +"multiplayer games." +msgstr "" + +#: gnu/packages/telephony.scm:178 +msgid "Secure peer-to-peer VoIP server for the SIP protocol" +msgstr "" + +#: gnu/packages/telephony.scm:179 +msgid "" +"GNU SIP Witch is a peer-to-peer Voice-over-IP server that\n" +"uses the SIP protocol. Calls can be made from behind NAT firewalls and= \n" +"without the need for a service provider. Its peer-to-peer design ensur= es " +"that\n" +"there is no central point for media intercept or capture and thus it ca= n be\n" +"used to construct a secure telephone system that operates over the publ= ic\n" +"internet." +msgstr "" + +#: gnu/packages/telephony.scm:204 +msgid "Secure RTP (SRTP) Reference Implementation" +msgstr "" + +#: gnu/packages/telephony.scm:205 +msgid "" +"This package provides an implementation of the Secure\n" +"Real-time Transport Protocol (SRTP), the Universal Security Transform " +"(UST),\n" +"and a supporting cryptographic kernel." +msgstr "" + +#: gnu/packages/texinfo.scm:46 +msgid "The GNU documentation format" +msgstr "" + +#: gnu/packages/texinfo.scm:48 +msgid "" +"Texinfo is the official documentation format of the GNU project. It\n" +"uses a single source file using explicit commands to produce a final " +"document\n" +"in any of several supported output formats, such as HTML or PDF. This\= n" +"package includes both the tools necessary to produce Info documents fro= m\n" +"their source and the command-line Info reader. The emphasis of the " +"language\n" +"is on expressing the content semantically, avoiding physical markup com= mands." +msgstr "" + +#: gnu/packages/texinfo.scm:93 +msgid "Convert Texinfo to HTML" +msgstr "" + +#: gnu/packages/texinfo.scm:95 +msgid "" +"Texi2HTML is a Perl script which converts Texinfo source files to HTML\= n" +"output. It now supports many advanced features, such as " +"internationalization\n" +"and extremely configurable output formats.\n" +"\n" +"Development of Texi2HTML moved to the GNU Texinfo repository in 2010, s= ince " +"it\n" +"was meant to replace the makeinfo implementation in GNU Texinfo. The r= oute\n" +"forward for authors is, in most cases, to alter manuals and build proce= sses " +"as\n" +"necessary to use the new features of the makeinfo/texi2any implementati= on " +"of\n" +"GNU Texinfo. The Texi2HTML maintainers (one of whom is the principal " +"author\n" +"of the GNU Texinfo implementation) do not intend to make further releas= es " +"of\n" +"Texi2HTML." +msgstr "" + +#: gnu/packages/texlive.scm:151 gnu/packages/texlive.scm:207 +#: gnu/packages/texlive.scm:265 +msgid "TeX Live, a package of the TeX typesetting system" +msgstr "" + +#: gnu/packages/texlive.scm:153 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the binaries." +msgstr "" + +#: gnu/packages/texlive.scm:209 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete tree of texmf-dist data." +msgstr "" + +#: gnu/packages/texlive.scm:267 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete TeX Live distribution." +msgstr "" + +#: gnu/packages/texlive.scm:296 +msgid "Wrapper for LaTeX and friends" +msgstr "" + +#: gnu/packages/texlive.scm:298 +msgid "" +"Rubber is a program whose purpose is to handle all tasks related to the= \n" +"compilation of LaTeX documents. This includes compiling the document " +"itself,\n" +"of course, enough times so that all references are defined, and running= " +"BibTeX\n" +"to manage bibliographic references. Automatic execution of dvips to " +"produce\n" +"PostScript documents is also included, as well as usage of pdfLaTeX to = " +"produce\n" +"PDF documents." +msgstr "" + +#: gnu/packages/textutils.scm:61 +msgid "Text encoding converter" +msgstr "" + +#: gnu/packages/textutils.scm:62 +msgid "" +"The Recode library converts files between character sets and\n" +"usages. It recognises or produces over 200 different character sets (o= r " +"about\n" +"300 if combined with an iconv library) and transliterates files between= " +"almost\n" +"any pair. When exact transliteration are not possible, it gets rid of\= n" +"offending characters or falls back on approximations. The recode progr= am is " +"a\n" +"handy front-end to the library." +msgstr "" + +#: gnu/packages/textutils.scm:89 +msgid "Text encoding detection tool" +msgstr "" + +#: gnu/packages/textutils.scm:90 +msgid "" +"Enca (Extremely Naive Charset Analyser) consists of libenca,\n" +"an encoding detection library, and enca, a command line frontend, " +"integrating\n" +"libenca and several charset conversion libraries and tools." +msgstr "" + +#: gnu/packages/textutils.scm:127 +msgid "C library for processing UTF-8 Unicode data" +msgstr "" + +#: gnu/packages/textutils.scm:128 +msgid "" +"utf8proc is a small C library that provides Unicode\n" +"normalization, case-folding, and other operations for data in the UTF-8= \n" +"encoding, supporting Unicode version 7.0." +msgstr "" + +#: gnu/packages/textutils.scm:157 +msgid "Gordon's text utils library" +msgstr "" + +#: gnu/packages/textutils.scm:159 +msgid "" +"libgtextutils is a text utilities library used by the fastx toolkit fro= m\n" +"the Hannon Lab." +msgstr "" + +#: gnu/packages/textutils.scm:199 +msgid "Text-to-HTML conversion tool" +msgstr "" + +#: gnu/packages/textutils.scm:201 +msgid "" +"Markdown is a text-to-HTML conversion tool for web writers. It allows\= n" +"you to write using an easy-to-read, easy-to-write plain text format, th= en\n" +"convert it to structurally valid XHTML (or HTML)." +msgstr "" + +#: gnu/packages/version-control.scm:93 +msgid "" +"Version control system supporting both distributed and centralized work= flows" +msgstr "" + +#: gnu/packages/version-control.scm:95 +msgid "" +"GNU Bazaar is a version control system that allows you to record\n" +"changes to project files over time. It supports both a distributed " +"workflow\n" +"as well as the classic centralized workflow." +msgstr "" + +#: gnu/packages/version-control.scm:229 +msgid "Distributed version control system" +msgstr "" + +#: gnu/packages/version-control.scm:231 +msgid "" +"Git is a free distributed version control system designed to handle\n" +"everything from small to very large projects with speed and efficiency.= " +msgstr "" + +#: gnu/packages/version-control.scm:276 +msgid "Man pages of the Git version control system" +msgstr "" + +#: gnu/packages/version-control.scm:278 +msgid "" +"This package provides the man pages of the Git version control system.\= n" +"This is the documentation displayed when using the '--help' option of a= " +"'git'\n" +"command." +msgstr "" + +#: gnu/packages/version-control.scm:315 +msgid "Command-line flags library for shell scripts" +msgstr "" + +#: gnu/packages/version-control.scm:317 +msgid "" +"Shell Flags (shFlags) is a library written to greatly simplify the\n" +"handling of command-line flags in Bourne based Unix shell scripts (bash= , " +"dash,\n" +"ksh, sh, zsh). Most shell scripts use getopt for flags processing, but= the\n" +"different versions of getopt on various OSes make writing portable shel= l\n" +"scripts difficult. shFlags instead provides an API that doesn't change= " +"across\n" +"shell and OS versions so the script writer can be confident that the sc= ript\n" +"will work." +msgstr "" + +#: gnu/packages/version-control.scm:360 +msgid "Git extensions for Vincent Driessen's branching model" +msgstr "" + +#: gnu/packages/version-control.scm:362 +msgid "" +"Vincent Driessen's branching model is a git branching and release\n" +"management strategy that helps developers keep track of features, hotfi= xes,\n" +"and releases in bigger software projects. The git-flow library of git\= n" +"subcommands helps automate some parts of the flow to make working with = it a\n" +"lot easier." +msgstr "" + +#: gnu/packages/version-control.scm:399 +msgid "Run a command over a sequence of commits" +msgstr "" + +#: gnu/packages/version-control.scm:401 +msgid "" +"git-test-sequence is similar to an automated git bisect except it=E2=80= =99s\n" +"linear. It will test every change between two points in the DAG. It w= ill\n" +"also walk each side of a merge and test those changes individually." +msgstr "" + +#: gnu/packages/version-control.scm:459 +msgid "Git access control layer" +msgstr "" + +#: gnu/packages/version-control.scm:461 +msgid "" +"Gitolite is an access control layer on top of Git, providing fine acces= s\n" +"control to Git repositories." +msgstr "" + +#: gnu/packages/version-control.scm:485 +msgid "Decentralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:487 +msgid "" +"Mercurial is a free, distributed source control management tool.\n" +"It efficiently handles projects of any size\n" +"and offers an easy and intuitive interface." +msgstr "" + +#: gnu/packages/version-control.scm:521 +msgid "HTTP and WebDAV client library" +msgstr "" + +#: gnu/packages/version-control.scm:522 +msgid "" +"Neon is an HTTP and WebDAV client library, with a\n" +"C interface. Features:\n" +"High-level wrappers for common HTTP and WebDAV operations (GET, MOVE,\n= " +"DELETE, etc.);\n" +"low-level interface to the HTTP request/response engine, allowing the u= se\n" +"of arbitrary HTTP methods, headers, etc.;\n" +"authentication support including Basic and Digest support, along with\n= " +"GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32;= \n" +"SSL/TLS support using OpenSSL or GnuTLS, exposing an abstraction layer = for\n" +"verifying server certificates, handling client certificates, and examin= ing\n" +"certificate properties, smartcard-based client certificates are also\n" +"supported via a PKCS#11 wrapper interface;\n" +"abstract interface to parsing XML using libxml2 or expat, and wrappers = for\n" +"simplifying handling XML HTTP response bodies;\n" +"WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to simplif= y\n" +"property manipulation." +msgstr "" + +#: gnu/packages/version-control.scm:604 +msgid "Revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:606 +msgid "" +"Subversion exists to be universally recognized and adopted as a\n" +"centralized version control system characterized by its\n" +"reliability as a safe haven for valuable data; the simplicity of its mo= del " +"and\n" +"usage; and its ability to support the needs of a wide variety of users = and\n" +"projects, from individuals to large-scale enterprise operations." +msgstr "" + +#: gnu/packages/version-control.scm:627 +msgid "Per-file local revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:629 +msgid "" +"RCS is the original Revision Control System. It works on a\n" +"file-by-file basis, in contrast to subsequent version control systems s= uch " +"as\n" +"CVS, Subversion, and Git. This can make it suitable for system\n" +"administration files, for example, which are often inherently local to = one\n" +"machine." +msgstr "" + +#: gnu/packages/version-control.scm:655 +msgid "Historical centralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:657 +msgid "" +"CVS is a version control system, an important component of Source\n" +"Configuration Management (SCM). Using it, you can record the history o= f\n" +"sources files, and documents. It fills a similar role to the free soft= ware\n" +"RCS, PRCS, and Aegis packages." +msgstr "" + +#: gnu/packages/version-control.scm:679 +msgid "Version-control-agnostic ChangeLog diff and commit tool" +msgstr "" + +#: gnu/packages/version-control.scm:681 +msgid "" +"The vc-dwim package contains two tools, \"vc-dwim\" and \"vc-chlog\".\n= " +"vc-dwim is a tool that simplifies the task of maintaining a ChangeLog a= nd\n" +"using version control at the same time, for example by printing a remin= der\n" +"when a file change has been described in the ChangeLog but the file has= not\n" +"been added to the VC. vc-chlog scans changed files and generates\n" +"standards-compliant ChangeLog entries based on the changes that it dete= cts." +msgstr "" + +#: gnu/packages/version-control.scm:703 +msgid "Make histograms from the output of 'diff'" +msgstr "" + +#: gnu/packages/version-control.scm:705 +msgid "" +"Diffstat reads the output of 'diff' and displays a histogram of the\n" +"insertions, deletions, and modifications per-file. It is useful for " +"reviewing\n" +"large, complex patch files." +msgstr "" + +#: gnu/packages/version-control.scm:746 +msgid "File-based version control like SCCS" +msgstr "" + +#: gnu/packages/version-control.scm:747 +msgid "" +"GNU CSSC provides a replacement for the legacy Unix source\n" +"code control system SCCS. This allows old code still under that system= to " +"be\n" +"accessed and migrated on modern systems." +msgstr "" + +#: gnu/packages/version-control.scm:828 +msgid "Project change supervisor" +msgstr "" + +#: gnu/packages/version-control.scm:829 +msgid "" +"Aegis is a project change supervisor, and performs some of\n" +"the Software Configuration Management needed in a CASE environment. Ae= gis\n" +"provides a framework within which a team of developers may work on many= \n" +"changes to a program independently, and Aegis coordinates integrating t= hese\n" +"changes back into the master source of the program, with as little " +"disruption\n" +"as possible. Resolution of contention for source files, a major headac= he " +"for\n" +"any project with more than one developer, is one of Aegis's major funct= ions." +msgstr "" + +#: gnu/packages/version-control.scm:856 +msgid "Ncurses-based text user interface for Git" +msgstr "" + +#: gnu/packages/version-control.scm:858 +msgid "" +"Tig is an ncurses text user interface for Git, primarily intended as\n" +"a history browser. It can also stage hunks for commit, or colorize the= \n" +"output of the 'git' command." +msgstr "" + +#: gnu/packages/webkit.scm:105 +msgid "Web content engine for GTK+" +msgstr "" + +#: gnu/packages/webkit.scm:107 +msgid "" +"WebKitGTK+ is a full-featured port of the WebKit rendering engine,\n" +"suitable for projects requiring any kind of web integration, from hybri= d\n" +"HTML/CSS applications to full-fledged web browsers." +msgstr "" + +#: gnu/packages/web.scm:84 +msgid "Featureful HTTP server" +msgstr "" + +#: gnu/packages/web.scm:86 +msgid "" +"The Apache HTTP Server Project is a collaborative software development\= n" +"effort aimed at creating a robust, commercial-grade, featureful, and\n" +"freely-available source code implementation of an HTTP (Web) server. T= he\n" +"project is jointly managed by a group of volunteers located around the = " +"world,\n" +"using the Internet and the Web to communicate, plan, and develop the se= rver\n" +"and its related documentation." +msgstr "" + +#: gnu/packages/web.scm:164 +msgid "HTTP and reverse proxy server" +msgstr "" + +#: gnu/packages/web.scm:166 +msgid "" +"Nginx (\"engine X\") is a high-performance web and reverse proxy server= \n" +"created by Igor Sysoev. It can be used both as a standalone web server= \n" +"and as a proxy to reduce the load on back-end HTTP or mail servers." +msgstr "" + +#: gnu/packages/web.scm:202 +msgid "PSGI/Plack web server" +msgstr "" + +#: gnu/packages/web.scm:203 +msgid "" +"Starman is a PSGI perl web server that has unique features\n" +"such as high performance, preforking, signal support, superdaemon " +"awareness,\n" +"and UNIX socket support." +msgstr "" + +#: gnu/packages/web.scm:222 +#, fuzzy +msgid "JSON C library" +msgstr "A GNU C Library" + +#: gnu/packages/web.scm:224 +msgid "" +"Jansson is a C library for encoding, decoding and manipulating JSON\n" +"data." +msgstr "" + +#: gnu/packages/web.scm:255 +msgid "JSON implementation in C" +msgstr "" + +#: gnu/packages/web.scm:257 +msgid "" +"JSON-C implements a reference counting object model that allows you to\= n" +"easily construct JSON objects in C, output them as JSON formatted strin= gs " +"and\n" +"parse JSON formatted strings back into the C representation of JSON obj= ects." +msgstr "" + +#: gnu/packages/web.scm:277 +msgid "JSON parser/generator for C++ with both SAX/DOM style API" +msgstr "" + +#: gnu/packages/web.scm:279 +msgid "" +"RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM\n" +"style API." +msgstr "" + +#: gnu/packages/web.scm:309 +msgid "WebSockets library written in C" +msgstr "" + +#: gnu/packages/web.scm:311 +msgid "" +"Libwebsockets is a library that allows C programs to establish client\n= " +"and server WebSockets connections---a protocol layered above HTTP that = " +"allows\n" +"for efficient socket-like bidirectional reliable communication channels= ." +msgstr "" + +#: gnu/packages/web.scm:351 +msgid "C library for the Publix Suffix List" +msgstr "" + +#: gnu/packages/web.scm:353 +msgid "" +"A \"public suffix\" is a domain name under which Internet users can\n" +"directly register own names.\n" +"\n" +"Browsers and other web clients can use it to avoid privacy-leaking\n" +"\"supercookies\", avoid privacy-leaking \"super domain\" certificates, = " +"domain\n" +"highlighting parts of the domain in a user interface, and sorting domai= n " +"lists\n" +"by site.\n" +"\n" +"Libpsl has built-in PSL data for fast access, allows to load PSL data f= rom\n" +"files, checks if a given domain is a public suffix, provides immediate = " +"cookie\n" +"domain verification, finds the longest public part of a given domain, f= inds\n" +"the shortest private part of a given domain, works with international\n= " +"domains (UTF-8 and IDNA2008 Punycode), is thread-safe, and handles IDNA= 2008\n" +"UTS#46" +msgstr "" + +#: gnu/packages/web.scm:398 +msgid "HTML validator and tidier" +msgstr "" + +#: gnu/packages/web.scm:399 +msgid "" +"HTML Tidy is a command-line tool and C library that can be\n" +"used to validate and fix HTML data." +msgstr "" + +#: gnu/packages/web.scm:439 +msgid "Light-weight HTTP/HTTPS proxy daemon" +msgstr "" + +#: gnu/packages/web.scm:440 +msgid "" +"Tinyproxy is a light-weight HTTP/HTTPS proxy\n" +"daemon. Designed from the ground up to be fast and yet small, it is an= " +"ideal\n" +"solution for use cases such as embedded deployments where a full featur= ed " +"HTTP\n" +"proxy is required, but the system resources for a larger proxy are\n" +"unavailable." +msgstr "" + +#: gnu/packages/web.scm:473 +msgid "Small caching web proxy" +msgstr "" + +#: gnu/packages/web.scm:475 +msgid "" +"Polipo is a small caching web proxy (web cache, HTTP proxy, and proxy\n= " +"server). It was primarily designed to be used by one person or a small= " +"group\n" +"of people." +msgstr "" + +#: gnu/packages/web.scm:495 +msgid "YAML 1.1 parser and emitter written in C" +msgstr "" + +#: gnu/packages/web.scm:497 +msgid "LibYAML is a YAML 1.1 parser and emitter written in C." +msgstr "" + +#: gnu/packages/web.scm:513 gnu/packages/web.scm:546 gnu/packages/web.sc= m:568 +msgid "Media stream URL parser" +msgstr "" + +#: gnu/packages/web.scm:514 +msgid "" +"This package contains support scripts called by libquvi to\n" +"parse media stream properties." +msgstr "" + +#: gnu/packages/web.scm:547 +msgid "" +"libquvi is a library with a C API for parsing media stream\n" +"URLs and extracting their actual media files." +msgstr "" + +#: gnu/packages/web.scm:569 +msgid "" +"quvi is a command-line-tool suite to extract media files\n" +"from streaming URLs. It is a command-line wrapper for the libquvi libr= ary." +msgstr "" + +#: gnu/packages/web.scm:632 +msgid "High-performance asynchronous HTTP client library" +msgstr "" + +#: gnu/packages/web.scm:634 +msgid "" +"serf is a C-based HTTP client library built upon the Apache Portable\n" +"Runtime (APR) library. It multiplexes connections, running the read/wr= ite\n" +"communication asynchronously. Memory copies and transformations are ke= pt to " +"a\n" +"minimum to provide high performance operation." +msgstr "" + +#: gnu/packages/web.scm:665 +msgid "Compile a log format string to perl-code" +msgstr "" + +#: gnu/packages/web.scm:666 +msgid "" +"This module provides methods to compile a log format string\n" +"to perl-code, for faster generation of access_log lines." +msgstr "" + +#: gnu/packages/web.scm:691 +msgid "Sensible default Catalyst action" +msgstr "" + +#: gnu/packages/web.scm:692 +msgid "" +"This Catalyst action implements a sensible default end\n" +"action, which will forward to the first available view." +msgstr "" + +#: gnu/packages/web.scm:720 +msgid "Automated REST Method Dispatching" +msgstr "" + +#: gnu/packages/web.scm:721 +msgid "" +"This Action handles doing automatic method dispatching for\n" +"REST requests. It takes a normal Catalyst action, and changes the disp= atch " +"to\n" +"append an underscore and method name. First it will try dispatching to= an\n" +"action with the generated name, and failing that it will try to dispatc= h to " +"a\n" +"regular method." +msgstr "" + +#: gnu/packages/web.scm:757 +msgid "Storage class for Catalyst authentication using DBIx::Class" +msgstr "" + +#: gnu/packages/web.scm:758 +msgid "" +"The Catalyst::Authentication::Store::DBIx::Class class\n" +"provides access to authentication information stored in a database via\= n" +"DBIx::Class." +msgstr "" + +#: gnu/packages/web.scm:782 +msgid "Create only one instance of Moose component per context" +msgstr "" + +#: gnu/packages/web.scm:783 +msgid "" +"Catalyst::Component::InstancePerContext returns a new\n" +"instance of a component on each request." +msgstr "" + +#: gnu/packages/web.scm:820 +msgid "Catalyst Development Tools" +msgstr "" + +#: gnu/packages/web.scm:821 +msgid "" +"The Catalyst-Devel distribution includes a variety of\n" +"modules useful for the development of Catalyst applications, but not " +"required\n" +"to run them. Catalyst-Devel includes the Catalyst::Helper system, whic= h\n" +"autogenerates scripts and tests; Module::Install::Catalyst, a Module::" +"Install\n" +"extension for Catalyst; and requirements for a variety of development-" +"related\n" +"modules." +msgstr "" + +#: gnu/packages/web.scm:850 +msgid "Regex DispatchType for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:851 +msgid "" +"Dispatch type managing path-matching behaviour using\n" +"regexes. Regex dispatch types have been deprecated and removed from " +"Catalyst\n" +"core. It is recommend that you use Chained methods or other techniques= \n" +"instead. As part of the refactoring, the dispatch priority of Regex vs= " +"Regexp\n" +"vs LocalRegex vs LocalRegexp may have changed. Priority is now influen= ced " +"by\n" +"when the dispatch type is first seen in your application." +msgstr "" + +#: gnu/packages/web.scm:899 +msgid "DBIx::Class::Schema Model Class" +msgstr "" + +#: gnu/packages/web.scm:900 +msgid "" +"This is a Catalyst Model for DBIx::Class::Schema-based\n" +"Models." +msgstr "" + +#: gnu/packages/web.scm:924 +msgid "Request logging from within Catalyst" +msgstr "" + +#: gnu/packages/web.scm:925 +msgid "" +"This Catalyst plugin enables you to create \"access logs\"\n" +"from within a Catalyst application instead of requiring a webserver to = do " +"it\n" +"for you. It will work even with Catalyst debug logging turned off." +msgstr "" + +#: gnu/packages/web.scm:957 +msgid "Infrastructure plugin for the Catalyst authentication framework" +msgstr "" + +#: gnu/packages/web.scm:958 +msgid "" +"The authentication plugin provides generic user support for\n" +"Catalyst apps. It is the basis for both authentication (checking the us= er " +"is\n" +"who they claim to be), and authorization (allowing the user to do what = the\n" +"system authorises them to do)." +msgstr "" + +#: gnu/packages/web.scm:988 +msgid "Role-based authorization for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:989 +msgid "" +"Catalyst::Plugin::Authorization::Roles provides role-based\n" +"authorization for Catalyst based on Catalyst::Plugin::Authentication." +msgstr "" + +#: gnu/packages/web.scm:1012 +msgid "Captchas for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:1013 +msgid "" +"This plugin creates and validates Captcha images for\n" +"Catalyst." +msgstr "" + +#: gnu/packages/web.scm:1039 +msgid "Load config files of various types" +msgstr "" + +#: gnu/packages/web.scm:1040 +msgid "" +"This module will attempt to load find and load configuration\n" +"files of various types. Currently it supports YAML, JSON, XML, INI and= " +"Perl\n" +"formats." +msgstr "" + +#: gnu/packages/web.scm:1070 +msgid "Catalyst generic session plugin" +msgstr "" + +#: gnu/packages/web.scm:1071 +msgid "" +"This plugin links the two pieces required for session\n" +"management in web applications together: the state, and the store." +msgstr "" + +#: gnu/packages/web.scm:1097 +msgid "Maintain session IDs using cookies" +msgstr "" + +#: gnu/packages/web.scm:1098 +msgid "" +"In order for Catalyst::Plugin::Session to work, the session\n" +"ID needs to be stored on the client, and the session data needs to be " +"stored\n" +"on the server. This plugin stores the session ID on the client using t= he\n" +"cookie mechanism." +msgstr "" + +#: gnu/packages/web.scm:1128 +msgid "FastMmap session storage backend." +msgstr "" + +#: gnu/packages/web.scm:1129 +msgid "" +"Catalyst::Plugin::Session::Store::FastMmap is a fast session\n" +"storage plugin for Catalyst that uses an mmap'ed file to act as a share= d\n" +"memory interprocess cache. It is based on Cache::FastMmap." +msgstr "" + +#: gnu/packages/web.scm:1152 +msgid "Stack trace on the Catalyst debug screen" +msgstr "" + +#: gnu/packages/web.scm:1153 +msgid "" +"This plugin enhances the standard Catalyst debug screen by\n" +"including a stack trace of your appliation up to the point where the er= ror\n" +"occurred. Each stack frame is displayed along with the package name, l= ine\n" +"number, file name, and code context surrounding the line number." +msgstr "" + +#: gnu/packages/web.scm:1179 +msgid "Simple serving of static pages" +msgstr "" + +#: gnu/packages/web.scm:1180 +msgid "" +"The Static::Simple plugin is designed to make serving static\n" +"content in your application during development quick and easy, without\= n" +"requiring a single line of code from you. This plugin detects static f= iles " +"by\n" +"looking at the file extension in the URL (such as .css or .png or .js).= " +"The\n" +"plugin uses the lightweight MIME::Types module to map file extensions t= o\n" +"IANA-registered MIME types, and will serve your static files with the " +"correct\n" +"MIME type directly to the browser, without being processed through Cata= lyst." +msgstr "" + +#: gnu/packages/web.scm:1246 +msgid "The Catalyst Framework Runtime" +msgstr "" + +#: gnu/packages/web.scm:1247 +msgid "" +"Catalyst is a modern framework for making web applications.\n" +"It is designed to make it easy to manage the various tasks you need to = do " +"to\n" +"run an application on the web, either by doing them itself, or by letti= ng " +"you\n" +"\"plug in\" existing Perl modules that do what you need." +msgstr "" + +#: gnu/packages/web.scm:1277 +msgid "Replace request base with value passed by HTTP proxy" +msgstr "" + +#: gnu/packages/web.scm:1278 +msgid "" +"This module is a Moose::Role which allows you more\n" +"flexibility in your application's deployment configurations when deploy= ed\n" +"behind a proxy. Using this module, the request base ($c->req->base) is= \n" +"replaced with the contents of the X-Request-Base header." +msgstr "" + +#: gnu/packages/web.scm:1304 +msgid "Download data in many formats" +msgstr "" + +#: gnu/packages/web.scm:1305 +msgid "" +"The purpose of this module is to provide a method for\n" +"downloading data into many supportable formats. For example, downloadi= ng a\n" +"table based report in a variety of formats (CSV, HTML, etc.). " +msgstr "" + +#: gnu/packages/web.scm:1330 +msgid "Catalyst JSON view" +msgstr "" + +#: gnu/packages/web.scm:1331 +msgid "" +"Catalyst::View::JSON is a Catalyst View handler that returns\n" +"stash data in JSON format." +msgstr "" + +#: gnu/packages/web.scm:1356 +msgid "Template View Class" +msgstr "" + +#: gnu/packages/web.scm:1357 +msgid "" +"This module is a Catalyst view class for the Template\n" +"Toolkit." +msgstr "" + +#: gnu/packages/web.scm:1386 +msgid "Trait Loading and Resolution for Catalyst Components" +msgstr "" + +#: gnu/packages/web.scm:1387 +msgid "" +"Adds a \"COMPONENT\" in Catalyst::Component method to your\n" +"Catalyst component base class that reads the optional \"traits\" parame= ter\n" +"from app and component config and instantiates the component subclass w= ith\n" +"those traits using \"new_with_traits\" in MooseX::Traits from\n" +"MooseX::Traits::Pluggable." +msgstr "" + +#: gnu/packages/web.scm:1412 +msgid "Apply roles to Catalyst classes" +msgstr "" + +#: gnu/packages/web.scm:1413 +msgid "" +"CatalystX::RoleApplicator applies roles to Catalyst\n" +"application classes." +msgstr "" + +#: gnu/packages/web.scm:1439 +msgid "Catalyst development server with Starman" +msgstr "" + +#: gnu/packages/web.scm:1440 +msgid "" +"This module provides a Catalyst extension to replace the\n" +"development server with Starman." +msgstr "" + +#: gnu/packages/web.scm:1460 +msgid "CGI interface that is CGI.pm compliant" +msgstr "" + +#: gnu/packages/web.scm:1461 +msgid "" +"CGI::Simple provides a relatively lightweight drop in\n" +"replacement for CGI.pm. It shares an identical OO interface to CGI.pm = for\n" +"parameter parsing, file upload, cookie handling and header generation." +msgstr "" + +#: gnu/packages/web.scm:1482 +msgid "Build structures from CGI data" +msgstr "" + +#: gnu/packages/web.scm:1483 +msgid "" +"This is a module for building structured data from CGI\n" +"inputs, in a manner reminiscent of how PHP does." +msgstr "" + +#: gnu/packages/web.scm:1504 +msgid "Date conversion routines" +msgstr "" + +#: gnu/packages/web.scm:1505 +msgid "" +"This module provides functions that deal with the date\n" +"formats used by the HTTP protocol." +msgstr "" + +#: gnu/packages/web.scm:1525 +msgid "MD5 sums for files and urls" +msgstr "" + +#: gnu/packages/web.scm:1526 +msgid "" +"Digest::MD5::File is a Perl extension for getting MD5 sums\n" +"for files and urls." +msgstr "" + +#: gnu/packages/web.scm:1544 +msgid "Perl locale encoding determination" +msgstr "" + +#: gnu/packages/web.scm:1546 +msgid "" +"The POSIX locale system is used to specify both the language\n" +"conventions requested by the user and the preferred character set to " +"consume\n" +"and output. The Encode::Locale module looks up the charset and encodin= g\n" +"(called a CODESET in the locale jargon) and arranges for the Encode mod= ule\n" +"to know this encoding under the name \"locale\". It means bytes obtain= ed\n" +"from the environment can be converted to Unicode strings by calling\n" +"Encode::encode(locale =3D> $bytes) and converted back again with\n" +"Encode::decode(locale =3D> $string)." +msgstr "" + +#: gnu/packages/web.scm:1572 +msgid "Perl directory listing parser" +msgstr "" + +#: gnu/packages/web.scm:1574 +msgid "" +"The File::Listing module exports a single function called parse_dir(),\= n" +"which can be used to parse directory listings." +msgstr "" + +#: gnu/packages/web.scm:1598 +msgid "Perl class representing an HTML form element" +msgstr "" + +#: gnu/packages/web.scm:1599 +msgid "" +"Objects of the HTML::Form class represents a single HTML\n" +"
...
instance." +msgstr "" + +#: gnu/packages/web.scm:1621 +msgid "Check for HTML errors in a string or file" +msgstr "" + +#: gnu/packages/web.scm:1622 +msgid "" +"HTML::Lint is a pure-Perl HTML parser and checker for\n" +"syntactic legitmacy." +msgstr "" + +#: gnu/packages/web.scm:1646 +msgid "Work with HTML in a DOM-like tree structure" +msgstr "" + +#: gnu/packages/web.scm:1647 +msgid "" +"This distribution contains a suite of modules for\n" +"representing, creating, and extracting information from HTML syntax tre= es." +msgstr "" + +#: gnu/packages/web.scm:1667 +msgid "Perl HTML parser class" +msgstr "" + +#: gnu/packages/web.scm:1669 +msgid "" +"Objects of the HTML::Parser class will recognize markup and separate\n" +"it from plain text (alias data content) in HTML documents. As differen= t\n" +"kinds of markup and text are recognized, the corresponding event handle= rs\n" +"are invoked." +msgstr "" + +#: gnu/packages/web.scm:1689 +msgid "Perl data tables useful in parsing HTML" +msgstr "" + +#: gnu/packages/web.scm:1691 +msgid "" +"The HTML::Tagset module contains several data tables useful in various\= n" +"kinds of HTML parsing operations." +msgstr "" + +#: gnu/packages/web.scm:1714 +msgid "HTTP Body Parser" +msgstr "" + +#: gnu/packages/web.scm:1715 +msgid "" +"HTTP::Body parses chunks of HTTP POST data and supports\n" +"application/octet-stream, application/json, application/x-www-form-" +"urlencoded,\n" +"and multipart/form-data." +msgstr "" + +#: gnu/packages/web.scm:1741 +msgid "Minimalist HTTP user agent cookie jar" +msgstr "" + +#: gnu/packages/web.scm:1742 +msgid "" +"This module implements a minimalist HTTP user agent cookie\n" +"jar in conformance with RFC 6265 ." +msgstr "" + +#: gnu/packages/web.scm:1762 +msgid "Perl HTTP cookie jars" +msgstr "" + +#: gnu/packages/web.scm:1764 +msgid "" +"The HTTP::Cookies class is for objects that represent a cookie jar,\n" +"that is, a database of all the HTTP cookies that a given LWP::UserAgent= \n" +"object knows about." +msgstr "" + +#: gnu/packages/web.scm:1786 +msgid "Perl simple http server class" +msgstr "" + +#: gnu/packages/web.scm:1788 +msgid "" +"Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen\n" +"on a socket for incoming requests. The HTTP::Daemon is a subclass of\n= " +"IO::Socket::INET, so you can perform socket operations directly on it t= oo." +msgstr "" + +#: gnu/packages/web.scm:1807 +msgid "Perl date conversion routines" +msgstr "" + +#: gnu/packages/web.scm:1809 +msgid "" +"The HTTP::Date module provides functions that deal with date formats\n" +"used by the HTTP protocol (and then some more)." +msgstr "" + +#: gnu/packages/web.scm:1832 +msgid "Perl HTTP style message" +msgstr "" + +#: gnu/packages/web.scm:1834 +msgid "An HTTP::Message object contains some headers and a content body.= " +msgstr "" + +#: gnu/packages/web.scm:1853 +msgid "Perl http content negotiation" +msgstr "" + +#: gnu/packages/web.scm:1855 +msgid "" +"The HTTP::Negotiate module provides a complete implementation of the\n" +"HTTP content negotiation algorithm specified in\n" +"draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows = for\n" +"the selection of a preferred content representation based upon attribut= es\n" +"of the negotiable variants and the value of the various Accept* header\= n" +"fields in the request." +msgstr "" + +#: gnu/packages/web.scm:1880 +msgid "Parse HTTP/1.1 requests" +msgstr "" + +#: gnu/packages/web.scm:1881 +msgid "" +"This is an HTTP request parser. It takes chunks of text as\n" +"received and returns a 'hint' as to what is required, or returns the\n" +"HTTP::Request when a complete request has been read. HTTP/1.1 chunking= is\n" +"supported." +msgstr "" + +#: gnu/packages/web.scm:1901 +msgid "Fast HTTP request parser" +msgstr "" + +#: gnu/packages/web.scm:1902 +msgid "" +"HTTP::Parser::XS is a fast, primitive HTTP request/response\n" +"parser." +msgstr "" + +#: gnu/packages/web.scm:1923 +msgid "Set up a CGI environment from an HTTP::Request" +msgstr "" + +#: gnu/packages/web.scm:1924 +msgid "" +"This module provides a convenient way to set up a CGI\n" +"environment from an HTTP::Request." +msgstr "" + +#: gnu/packages/web.scm:1946 +msgid "Lightweight HTTP server" +msgstr "" + +#: gnu/packages/web.scm:1947 +msgid "" +"HTTP::Server::Simple is a simple standalone HTTP daemon with\n" +"no non-core module dependencies. It can be used for building a standal= one\n" +"http-based UI to your existing tools." +msgstr "" + +#: gnu/packages/web.scm:1971 +msgid "HTTP/1.1 client" +msgstr "" + +#: gnu/packages/web.scm:1972 +msgid "" +"This is a very simple HTTP/1.1 client, designed for doing\n" +"simple requests without the overhead of a large framework like LWP::" +"UserAgent.\n" +"It supports proxies and redirection. It also correctly resumes after E= INTR." +msgstr "" + +#: gnu/packages/web.scm:1991 +msgid "Perl module to open an HTML file with automatic charset detection= " +msgstr "" + +#: gnu/packages/web.scm:1993 +msgid "" +"IO::HTML provides an easy way to open a file containing HTML while\n" +"automatically determining its encoding. It uses the HTML5 encoding " +"sniffing\n" +"algorithm specified in section 8.2.2.1 of the draft standard." +msgstr "" + +#: gnu/packages/web.scm:2012 +msgid "Family-neutral IP socket supporting both IPv4 and IPv6" +msgstr "" + +#: gnu/packages/web.scm:2013 +msgid "" +"This module provides a protocol-independent way to use IPv4\n" +"and IPv6 sockets, intended as a replacement for IO::Socket::INET." +msgstr "" + +#: gnu/packages/web.scm:2030 +msgid "Nearly transparent SSL encapsulation for IO::Socket::INET" +msgstr "" + +#: gnu/packages/web.scm:2032 +msgid "" +"IO::Socket::SSL makes using SSL/TLS much easier by wrapping the\n" +"necessary functionality into the familiar IO::Socket interface and " +"providing\n" +"secure defaults whenever possible. This way existing applications can = be " +"made\n" +"SSL-aware without much effort, at least if you do blocking I/O and don'= t " +"use\n" +"select or poll." +msgstr "" + +#: gnu/packages/web.scm:2063 +msgid "Perl modules for the WWW" +msgstr "" + +#: gnu/packages/web.scm:2065 +msgid "" +"The libwww-perl collection is a set of Perl modules which provides a\n" +"simple and consistent application programming interface to the\n" +"World-Wide Web. The main focus of the library is to provide classes\n" +"and functions that allow you to write WWW clients. The library also\n" +"contains modules that are of more general use and even classes that\n" +"help you implement simple HTTP servers." +msgstr "" + +#: gnu/packages/web.scm:2087 +msgid "Perl module to guess the media type for a file or a URL" +msgstr "" + +#: gnu/packages/web.scm:2089 +#, scheme-format +msgid "" +"The LWP::MediaTypes module provides functions for handling media (also\= n" +"known as MIME) types and encodings. The mapping from file extensions t= o\n" +"media types is defined by the media.types file. If the ~/.media.types = file\n" +"exists it is used instead." +msgstr "" + +#: gnu/packages/web.scm:2115 +msgid "HTTPS support for LWP::UserAgent" +msgstr "" + +#: gnu/packages/web.scm:2116 +msgid "" +"The LWP::Protocol::https module provides support for using\n" +"https schemed URLs with LWP." +msgstr "" + +#: gnu/packages/web.scm:2136 +msgid "Virtual browser that retries errors" +msgstr "" + +#: gnu/packages/web.scm:2137 +msgid "" +"LWP::UserAgent::Determined works just like LWP::UserAgent,\n" +"except that when you use it to get a web page but run into a\n" +"possibly-temporary error (like a DNS lookup timeout), it'll wait a few = " +"seconds\n" +"and retry a few times." +msgstr "" + +#: gnu/packages/web.scm:2182 +msgid "Perl interface to Amazon S3" +msgstr "" + +#: gnu/packages/web.scm:2183 +msgid "This module provides a Perlish interface to Amazon S3." +msgstr "" + +#: gnu/packages/web.scm:2203 +msgid "Perl low-level HTTP connection (client)" +msgstr "" + +#: gnu/packages/web.scm:2205 +msgid "" +"The Net::HTTP class is a low-level HTTP client. An instance of the\n" +"Net::HTTP class represents a connection to an HTTP server. The HTTP " +"protocol\n" +"is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and\n" +"HTTP/1.1." +msgstr "" + +#: gnu/packages/web.scm:2225 +msgid "Extensible Perl server engine" +msgstr "" + +#: gnu/packages/web.scm:2226 +msgid "" +"Net::Server is an extensible, generic Perl server engine.\n" +"It attempts to be a generic server as in Net::Daemon and NetServer::" +"Generic.\n" +"It includes with it the ability to run as an inetd\n" +"process (Net::Server::INET), a single connection server (Net::Server or= \n" +"Net::Server::Single), a forking server (Net::Server::Fork), a preforkin= g\n" +"server which maintains a constant number of preforked\n" +"children (Net::Server::PreForkSimple), or as a managed preforking serve= r " +"which\n" +"maintains the number of children based on server load (Net::Server::" +"PreFork).\n" +"In all but the inetd type, the server provides the ability to connect t= o " +"one\n" +"or to multiple server ports." +msgstr "" + +#: gnu/packages/web.scm:2269 +msgid "Perl Superglue for Web frameworks and servers (PSGI toolkit)" +msgstr "" + +#: gnu/packages/web.scm:2270 +msgid "" +"Plack is a set of tools for using the PSGI stack. It\n" +"contains middleware components, a reference server, and utilities for W= eb\n" +"application frameworks. Plack is like Ruby's Rack or Python's Paste fo= r\n" +"WSGI." +msgstr "" + +#: gnu/packages/web.scm:2296 +msgid "Plack::Middleware which sets body for redirect response" +msgstr "" + +#: gnu/packages/web.scm:2297 +msgid "" +"This module sets the body in redirect response, if it's not\n" +"already set." +msgstr "" + +#: gnu/packages/web.scm:2318 +msgid "Override REST methods to Plack apps via POST" +msgstr "" + +#: gnu/packages/web.scm:2319 +msgid "" +"This middleware allows for POST requests that pretend to be\n" +"something else: by adding either a header named X-HTTP-Method-Override = to " +"the\n" +"request, or a query parameter named x-tunneled-method to the URI, the " +"client\n" +"can say what method it actually meant." +msgstr "" + +#: gnu/packages/web.scm:2343 +msgid "Plack::Middleware which removes body for HTTP response" +msgstr "" + +#: gnu/packages/web.scm:2344 +msgid "" +"This module removes the body in an HTTP response if it's not\n" +"required." +msgstr "" + +#: gnu/packages/web.scm:2365 +msgid "Supports app to run as a reverse proxy backend" +msgstr "" + +#: gnu/packages/web.scm:2366 +msgid "" +"Plack::Middleware::ReverseProxy resets some HTTP headers,\n" +"which are changed by reverse-proxy. You can specify the reverse proxy = " +"address\n" +"and stop fake requests using 'enable_if' directive in your app.psgi." +msgstr "" + +#: gnu/packages/web.scm:2387 +msgid "Run HTTP tests on external live servers" +msgstr "" + +#: gnu/packages/web.scm:2388 +msgid "" +"This module allows your to run your Plack::Test tests\n" +"against an external server instead of just against a local application = " +"through\n" +"either mocked HTTP or a locally spawned server." +msgstr "" + +#: gnu/packages/web.scm:2410 +msgid "Testing TCP programs" +msgstr "" + +#: gnu/packages/web.scm:2411 +msgid "Test::TCP is test utilities for TCP/IP programs." +msgstr "" + +#: gnu/packages/web.scm:2439 +msgid "Testing-specific WWW::Mechanize subclass" +msgstr "" + +#: gnu/packages/web.scm:2440 +msgid "" +"Test::WWW::Mechanize is a subclass of the Perl module\n" +"WWW::Mechanize that incorporates features for web application testing." +msgstr "" + +#: gnu/packages/web.scm:2473 +msgid "Test::WWW::Mechanize for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:2474 +msgid "" +"The Test::WWW::Mechanize::Catalyst module meshes the\n" +"Test::WWW:Mechanize module and the Catalyst web application framework t= o " +"allow\n" +"testing of Catalyst applications without needing to start up a web serv= er." +msgstr "" + +#: gnu/packages/web.scm:2498 +msgid "Test PSGI programs using WWW::Mechanize" +msgstr "" + +#: gnu/packages/web.scm:2499 +msgid "" +"PSGI is a specification to decouple web server environments\n" +"from web application framework code. Test::WWW::Mechanize is a subclas= s of\n" +"WWW::Mechanize that incorporates features for web application testing. = The\n" +"Test::WWW::Mechanize::PSGI module meshes the two to allow easy testing = of " +"PSGI\n" +"applications." +msgstr "" + +#: gnu/packages/web.scm:2519 +msgid "Perl Uniform Resource Identifiers (absolute and relative)" +msgstr "" + +#: gnu/packages/web.scm:2521 +msgid "" +"The URI module implements the URI class. Objects of this class\n" +"represent \"Uniform Resource Identifier references\" as specified in RF= C " +"2396\n" +"and updated by RFC 2732." +msgstr "" + +#: gnu/packages/web.scm:2542 +msgid "Find URIs in arbitrary text" +msgstr "" + +#: gnu/packages/web.scm:2543 +msgid "" +"This module finds URIs and URLs (according to what URI.pm\n" +"considers a URI) in plain text. It only finds URIs which include a\n" +"scheme (http:// or the like), for something a bit less strict, consider= \n" +"URI::Find::Schemeless. For a command-line interface, urifind is provid= ed." +msgstr "" + +#: gnu/packages/web.scm:2565 +msgid "WebSocket support for URI package" +msgstr "" + +#: gnu/packages/web.scm:2566 +msgid "" +"With this module, the URI package provides the same set of\n" +"methods for WebSocket URIs as it does for HTTP URIs." +msgstr "" + +#: gnu/packages/web.scm:2586 +msgid "Perl extension interface for libcurl" +msgstr "" + +#: gnu/packages/web.scm:2588 +msgid "" +"This is a Perl extension interface for the libcurl file downloading\n" +"library." +msgstr "" + +#: gnu/packages/web.scm:2615 +msgid "Web browsing in a Perl object" +msgstr "" + +#: gnu/packages/web.scm:2616 +msgid "" +"WWW::Mechanize is a Perl module for stateful programmatic\n" +"web browsing, used for automating interaction with websites." +msgstr "" + +#: gnu/packages/web.scm:2636 +msgid "Perl database of robots.txt-derived permissions" +msgstr "" + +#: gnu/packages/web.scm:2638 +msgid "" +"The WWW::RobotRules module parses /robots.txt files as specified in\n" +"\"A Standard for Robot Exclusion\", at\n" +". Webmasters can use the\n" +"/robots.txt file to forbid conforming robots from accessing parts of\n" +"their web site." +msgstr "" + +#: gnu/packages/weechat.scm:93 +msgid "Extensible chat client" +msgstr "" + +#: gnu/packages/weechat.scm:94 +msgid "" +"WeeChat (Wee Enhanced Environment for Chat) is an\n" +"Internet Relay Chat client, which is designed to be light and fast.\n" +"The client uses a curses frontend, and there are remote interfaces\n" +"for Web, Qt, Android and Emacs. In WeeChat everything can be done\n" +"with a keyboard, though it also supports mouse. It is customizable\n" +"and extensible with plugins and scripts." +msgstr "" + +#: gnu/packages/wordnet.scm:79 +msgid "Lexical database for the English language" +msgstr "" + +#: gnu/packages/wordnet.scm:81 +msgid "" +"WordNet=C2=AE is a large lexical database of English. Nouns, verbs,\n" +"adjectives and adverbs are grouped into sets of cognitive synonyms\n" +"(synsets), each expressing a distinct concept. Synsets are interlinked= by\n" +"means of conceptual-semantic and lexical relations. The resulting netw= ork " +"of\n" +"meaningfully related words and concepts can be navigated with the brows= er.\n" +"WordNet is also freely and publicly available for download. WordNet's\= n" +"structure makes it a useful tool for computational linguistics and natu= ral\n" +"language processing." +msgstr "" + +#: gnu/packages/xiph.scm:63 +msgid "Library for manipulating the ogg multimedia format" +msgstr "" + +#: gnu/packages/xiph.scm:65 +msgid "" +"The libogg library allows to manipulate the ogg multimedia container\n" +"format, which encapsulates raw compressed data and allows the interleav= ing " +"of\n" +"audio and video data. In addition to encapsulation and interleaving of= \n" +"multiple data streams, ogg provides packet framing, error detection, an= d\n" +"periodic timestamps for seeking." +msgstr "" + +#: gnu/packages/xiph.scm:89 +msgid "Library implementing the vorbis audio format" +msgstr "" + +#: gnu/packages/xiph.scm:91 +msgid "" +"The libvorbis library implements the ogg vorbis audio format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit,= \n" +"polyphonic) audio and music at fixed and variable bitrates from 16 to\n= " +"128 kbps/channel." +msgstr "" + +#: gnu/packages/xiph.scm:116 +msgid "Library implementing the Theora video format" +msgstr "" + +#: gnu/packages/xiph.scm:118 +msgid "" +"The libtheora library implements the ogg theora video format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed video format." +msgstr "" + +#: gnu/packages/xiph.scm:139 +msgid "Library for patent-free audio compression format" +msgstr "" + +#: gnu/packages/xiph.scm:141 +msgid "" +"GNU Speex is a patent-free audio compression codec specially designed\n= " +"for speech. It is well-adapted to internet applications, such as VoIP.= It\n" +"features compression of different bands in the same bitstream, intensit= y\n" +"stereo encoding, and voice activity detection." +msgstr "" + +#: gnu/packages/xiph.scm:169 +msgid "Cross platform audio library" +msgstr "" + +#: gnu/packages/xiph.scm:171 +msgid "" +"Libao is a cross-platform audio library that allows programs to\n" +"output audio using a simple API on a wide variety of platforms.\n" +"It currently supports:\n" +"Null output (handy for testing without a sound device),\n" +"WAV files,\n" +"AU files,\n" +"RAW files,\n" +"OSS (Open Sound System, used on Linux and FreeBSD),\n" +"ALSA (Advanced Linux Sound Architecture),\n" +"aRts (Analog RealTime Synth, used by KDE),\n" +"PulseAudio (next generation GNOME sound server),\n" +"esd (EsounD or Enlightened Sound Daemon),\n" +"Mac OS X,\n" +"Windows (98 and later),\n" +"AIX,\n" +"Sun/NetBSD/OpenBSD,\n" +"IRIX,\n" +"NAS (Network Audio Server),\n" +"RoarAudio (Modern, multi-OS, networked Sound System),\n" +"OpenBSD's sndio." +msgstr "" + +#: gnu/packages/xiph.scm:210 +msgid "Free lossless audio codec" +msgstr "" + +#: gnu/packages/xiph.scm:212 +msgid "" +"FLAC stands for Free Lossless Audio Codec, an audio format that is " +"lossless,\n" +"meaning that audio is compressed in FLAC without any loss in quality." +msgstr "" + +#: gnu/packages/xiph.scm:238 +msgid "Karaoke and text codec for embedding in ogg" +msgstr "" + +#: gnu/packages/xiph.scm:240 +msgid "" +"Kate is an overlay codec, originally designed for karaoke and text,\n" +"that can be multiplixed in Ogg. Text and images can be carried by a Ka= te\n" +"stream, and animated. Most of the time, this would be multiplexed with= \n" +"audio/video to carry subtitles, song lyrics (with or without karaoke da= ta),\n" +"etc., but doesn't have to be.\n" +"\n" +"Series of curves (splines, segments, etc.) may be attached to various\n= " +"properties (text position, font size, etc.) to create animated overlays= .\n" +"This allows scrolling or fading text to be defined. This can even be u= sed\n" +"to draw arbitrary shapes, so hand drawing can also be represented by a\= n" +"Kate stream." +msgstr "" + +#: gnu/packages/xiph.scm:274 +msgid "Ogg vorbis tools" +msgstr "" + +#: gnu/packages/xiph.scm:276 +msgid "" +"Ogg vorbis is a non-proprietary, patent-and-royalty-free,\n" +"general-purpose compressed audio format.\n" +"\n" +"The package vorbis-tools contains\n" +"ogg123, an ogg vorbis command line audio player;\n" +"oggenc, the ogg vorbis encoder;\n" +"oggdec, a simple, portable command line decoder (to wav and raw);\n" +"ogginfo, to obtain information (tags, bitrate, length, etc.) about\n" +" an ogg vorbis file." +msgstr "" + +#: gnu/packages/xiph.scm:301 +msgid "Versatile audio codec" +msgstr "" + +#: gnu/packages/xiph.scm:303 +msgid "" +"Opus is a totally open, royalty-free, highly versatile audio codec. Op= us\n" +"is unmatched for interactive speech and music transmission over the " +"Internet,\n" +"but is also intended for storage and streaming applications. It is\n" +"standardized by the Internet Engineering Task Force (IETF) as RFC 6716 = " +"which\n" +"incorporated technology from Skype's SILK codec and Xiph.Org's CELT cod= ec." +msgstr "" + +#: gnu/packages/xiph.scm:336 +msgid "" +"Command line utilities to encode, inspect, and decode .opus\n" +"files" +msgstr "" + +#: gnu/packages/xiph.scm:338 +msgid "" +"Opus is a royalty-free, highly versatile audio codec.\n" +"Opus-tools provide command line utilities for creating, inspecting and\= n" +"decoding .opus files" +msgstr "" + +#: gnu/packages/xiph.scm:368 +#, fuzzy +msgid "Streaming media server" +msgstr "Editor de fluxo" + +#: gnu/packages/xiph.scm:369 +msgid "" +"Icecast is a streaming media server which currently supports\n" +"Ogg (Vorbis and Theora), Opus, WebM and MP3 audio streams. It can be u= sed " +"to\n" +"create an Internet radio station or a privately running jukebox and man= y\n" +"things in between." +msgstr "" + +#: gnu/packages/xiph.scm:397 +msgid "Audio streaming library for icecast encoders" +msgstr "" + +#: gnu/packages/xiph.scm:399 +msgid "" +"Libshout is a library for communicating with and sending data to an\n" +"icecast server. It handles the socket connection, the timing of the da= ta,\n" +"and prevents bad data from getting to the icecast server." +msgstr "" + +#: gnu/packages/zip.scm:57 +#, fuzzy +msgid "Compression and file packing utility" +msgstr "Comparando e mesclando arquivos" + +#: gnu/packages/zip.scm:59 +msgid "" +"Zip is a compression and file packaging/archive utility. Zip is useful= \n" +"for packaging a set of files for distribution, for archiving files, and= for\n" +"saving disk space by temporarily compressing unused files or directorie= s.\n" +"Zip puts one or more compressed files into a single ZIP archive, along = with\n" +"information about the files (name, path, date, time of last modificatio= n,\n" +"protection, and check information to verify file integrity). An entire= \n" +"directory structure can be packed into a ZIP archive with a single comm= and.\n" +"\n" +"Zip has one compression method (deflation) and can also store files wit= hout\n" +"compression. Zip automatically chooses the better of the two for each = " +"file.\n" +"Compression ratios of 2:1 to 3:1 are common for text files." +msgstr "" + +#: gnu/packages/zip.scm:102 +msgid "Decompression and file extraction utility" +msgstr "" + +#: gnu/packages/zip.scm:104 +msgid "" +"UnZip is an extraction utility for archives compressed in .zip format,\= n" +"also called \"zipfiles\".\n" +"\n" +"UnZip lists, tests, or extracts files from a .zip archive. The default= \n" +"behaviour (with no options) is to extract into the current directory, a= nd\n" +"subdirectories below it, all files from the specified zipfile. UnZip\n= " +"recreates the stored directory structure by default." +msgstr "" + +#: gnu/packages/zip.scm:138 +msgid "Library for accessing zip files" +msgstr "" + +#: gnu/packages/zip.scm:140 +msgid "ZZipLib is a library based on zlib for accessing zip files." +msgstr "" + +#: gnu/packages/zip.scm:158 +msgid "Provides an interface to ZIP archive files" +msgstr "" + +#: gnu/packages/zsh.scm:65 +msgid "Powerful shell for interactive use and scripting" +msgstr "" + +#: gnu/packages/zsh.scm:66 +msgid "" +"The Z shell (zsh) is a Unix shell that can be used\n" +"as an interactive login shell and as a powerful command interpreter\n" +"for shell scripting. Zsh can be thought of as an extended Bourne shell= \n" +"with a large number of improvements, including some features of bash,\n= " +"ksh, and tcsh." +msgstr "" + +#~ msgid "Lout, a document layout system similar in style to LaTeX" +#~ msgstr "Lout, um sistema de layout de documentos similar em estilo ao= LaTeX" diff --git a/po/packages/sr.po b/po/packages/sr.po index 7b4fb62..337131b 100644 --- a/po/packages/sr.po +++ b/po/packages/sr.po @@ -2,11 +2,12 @@ # Copyright (C) 2014 Free Software Foundation, Inc. # This file is distributed under the same license as the guix package. # =D0=9C=D0=B8=D1=80=D0=BE=D1=81=D0=BB=D0=B0=D0=B2 =D0=9D=D0=B8=D0=BA=D0= =BE=D0=BB=D0=B8=D1=9B , 2013=E2=80=942014. +#: gnu/packages/databases.scm:559 msgid "" msgstr "" "Project-Id-Version: guix-packages-0.7-pre1\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-06-25 22:55+0200\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2014-09-13 11:01+0200\n" "Last-Translator: =D0=9C=D0=B8=D1=80=D0=BE=D1=81=D0=BB=D0=B0=D0=B2 =D0=9D= =D0=B8=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B \n" "Language-Team: Serbian <(nothing)>\n" @@ -14,27 +15,152 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=3DUTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3D3; plural=3D(n%10=3D=3D1 && n%100!=3D11 ? 0 : = n%10>=3D2 && n%10<=3D4 && (n%100<10 || n%100>=3D20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3D3; plural=3D(n%10=3D=3D1 && n%100!=3D11 ? 0 : = n%10>=3D2 && n" +"%10<=3D4 && (n%100<10 || n%100>=3D20) ? 1 : 2);\n" =20 -#: gnu/packages/base.scm:65 +#: gnu/packages/abiword.scm:101 +msgid "Word processing program" +msgstr "" + +#: gnu/packages/abiword.scm:103 +msgid "" +"AbiWord is a word processing program. It is rapidly becoming a state\n= " +"of the art word processor, with lots of features useful for your daily = " +"work,\n" +"personal needs, or for just some good old typing fun." +msgstr "" + +#: gnu/packages/aspell.scm:43 +msgid "Spell checker" +msgstr "" + +#: gnu/packages/aspell.scm:45 +msgid "" +"Aspell is a spell-checker which can be used either as a library or as\n= " +"a standalone program. Notable features of Aspell include its full supp= ort " +"of\n" +"documents written in the UTF-8 encoding and its ability to use multiple= \n" +"dictionaries, including personal ones." +msgstr "" + +#: gnu/packages/aspell.scm:85 +msgid "This package provides a dictionary for the GNU Aspell spell check= er." +msgstr "" + +#: gnu/packages/backup.scm:87 +msgid "Encrypted backup using rsync algorithm" +msgstr "" + +#: gnu/packages/backup.scm:89 +msgid "" +"Duplicity backs up directories by producing encrypted tar-format volume= s\n" +"and uploading them to a remote or local file server. Because duplicity= " +"uses\n" +"librsync, the incremental archives are space efficient and only record = the\n" +"parts of files that have changed since the last backup. Because duplic= ity\n" +"uses GnuPG to encrypt and/or sign these archives, they will be safe fro= m\n" +"spying and/or modification by the server." +msgstr "" + +#: gnu/packages/backup.scm:123 +msgid "Simple incremental backup tool" +msgstr "" + +#: gnu/packages/backup.scm:125 +msgid "" +"Hdup2 is a backup utilty, its aim is to make backup really simple. The= \n" +"backup scheduling is done by means of a cron job. It supports an\n" +"include/exclude mechanism, remote backups, encrypted backups and split\= n" +"backups (called chunks) to allow easy burning to CD/DVD." +msgstr "" + +#: gnu/packages/backup.scm:178 +msgid "Multi-format archive and compression library" +msgstr "" + +#: gnu/packages/backup.scm:180 +msgid "" +"Libarchive provides a flexible interface for reading and writing\n" +"archives in various formats such as tar and cpio. Libarchive also supp= orts\n" +"reading and writing archives compressed using various compression filte= rs " +"such\n" +"as gzip and bzip2. The library is inherently stream-oriented; readers\= n" +"serially iterate through the archive, writers serially add things to th= e\n" +"archive. In particular, note that there is currently no built-in suppo= rt " +"for\n" +"random access nor for in-place modification." +msgstr "" + +#: gnu/packages/backup.scm:243 +msgid "Provide a list of files to backup" +msgstr "" + +#: gnu/packages/backup.scm:245 +msgid "" +"Rdup is a utility inspired by rsync and the plan9 way of doing backups.= \n" +"Rdup itself does not backup anything, it only print a list of absolute\= n" +"filenames to standard output. Auxiliary scripts are needed that act on= " +"this\n" +"list and implement the backup strategy." +msgstr "" + +#: gnu/packages/backup.scm:275 +msgid "Tar-compatible archiver" +msgstr "" + +#: gnu/packages/backup.scm:277 +msgid "" +"Btar is a tar-compatible archiver which allows arbitrary compression an= d\n" +"ciphering, redundancy, differential backup, indexed extraction, multico= re\n" +"compression, input and output serialisation, and tolerance to partial " +"archive\n" +"errors." +msgstr "" + +#: gnu/packages/backup.scm:305 +msgid "Local/remote mirroring+incremental backup" +msgstr "" + +#: gnu/packages/backup.scm:307 +msgid "" +"Rdiff-backup backs up one directory to another, possibly over a network= .\n" +"The target directory ends up a copy of the source directory, but extra = " +"reverse\n" +"diffs are stored in a special subdirectory of that target directory, so= you\n" +"can still recover files lost some time ago. The idea is to combine the= " +"best\n" +"features of a mirror and an incremental backup. Rdiff-backup also " +"preserves\n" +"subdirectories, hard links, dev files, permissions, uid/gid ownership,\= n" +"modification times, extended attributes, acls, and resource forks. Als= o,\n" +"rdiff-backup can operate in a bandwidth efficient manner over a pipe, l= ike\n" +"rsync. Thus you can use rdiff-backup and ssh to securely back a hard d= rive " +"up\n" +"to a remote location, and only the differences will be transmitted. " +"Finally,\n" +"rdiff-backup is easy to use and settings have sensical defaults." +msgstr "" + +#: gnu/packages/base.scm:61 msgid "Hello, GNU world: An example GNU package" msgstr "=D0=9F=D0=BE=D0=B7=D0=B4=D1=80=D0=B0=D0=B2, =D0=93=D0=BD=D1=83 =D0= =BD=D0=B0=D1=80=D0=BE=D0=B4=D0=B5: =D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D1=80 =D0= =93=D0=BD=D1=83 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=B0" =20 -#: gnu/packages/base.scm:67 +#: gnu/packages/base.scm:63 msgid "" "GNU Hello prints the message \"Hello, world!\" and then exits. It\n" -"serves as an example of standard GNU coding practices. As such, it sup= ports\n" +"serves as an example of standard GNU coding practices. As such, it " +"supports\n" "command-line arguments, multiple languages, and so on." msgstr "" "=D0=93=D0=BD=D1=83=D0=BE=D0=B2 =D0=9F=D0=BE=D0=B7=D0=B4=D1=80=D0=B0=D0=B2= =D0=BD=D0=B8=D0=BA =D0=B8=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 =D0=BF= =D0=BE=D1=80=D1=83=D0=BA=D1=83 =E2=80=9E=D0=9F=D0=BE=D0=B7=D0=B4=D1=80=D0= =B0=D0=B2, =D0=BD=D0=B0=D1=80=D0=BE=D0=B4=D0=B5!=E2=80=9C =D0=B8 =D0=B8=D0= =B7=D0=BB=D0=B0=D0=B7=D0=B8. =D0=A1=D0=BB=D1=83=D0=B6=D0=B8\n" "=D0=BA=D0=B0=D0=BE =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80 =D1=81=D1=82=D0= =B0=D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=BE=D0=B3 =D1=83=D0=B2=D0=B5=D0= =B6=D0=B1=D0=B0=D0=B2=D0=B0=D1=9A=D0=B0 =D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0= =BE=D0=B3 =D0=BA=D0=BE=D0=B4=D0=B8=D1=80=D0=B0=D1=9A=D0=B0. =D0=9A=D0=B0= =D0=BE =D1=82=D0=B0=D0=BA=D0=B0=D0=B2, =D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0= =D0=B2=D0=B0\n" "=D0=B0=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B5 =D0=BB=D0=B8=D0=BD= =D0=B8=D1=98=D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D0=B8, =D0=B2=D0=B8= =D1=88=D0=B5=D1=81=D1=82=D1=80=D1=83=D0=BA=D0=B5 =D1=98=D0=B5=D0=B7=D0=B8= =D0=BA=D0=B5, =D0=B8 =D1=82=D0=B0=D0=BA=D0=BE =D1=80=D0=B5=D0=B4=D0=BE=D0= =BC." =20 -#: gnu/packages/base.scm:85 +#: gnu/packages/base.scm:82 msgid "Print lines matching a pattern" msgstr "=D0=98=D1=81=D0=BF=D0=B8=D1=81=D1=83=D1=98=D0=B5 =D1=80=D0=B5=D0= =B4=D0=BE=D0=B2=D0=B5 =D0=BA=D0=BE=D1=98=D0=B8 =D0=BE=D0=B4=D0=B3=D0=BE=D0= =B2=D0=B0=D1=80=D0=B0=D1=98=D1=83 =D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D1= =83" =20 -#: gnu/packages/base.scm:87 +#: gnu/packages/base.scm:84 msgid "" "grep is a tool for finding text inside files. Text is found by\n" "matching a pattern provided by the user in one or many files. The patt= ern\n" @@ -52,15 +178,17 @@ msgstr "" "=D1=80=D0=B5=D0=B4=D0=BE=D0=B2=D0=B0. =D0=93=D0=BD=D1=83=D0=BE=D0=B2 =D0= =B3=D1=80=D0=B5=D0=BF =D0=BD=D1=83=D0=B4=D0=B8 =D0=BC=D0=BD=D0=BE=D0=B3=D0= =B0 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D1=9A=D0=B0 =D0=BF=D1=80=D0= =B5=D0=BA=D0=BE =D1=83=D0=BE=D0=B1=D0=B8=D1=87=D0=B0=D1=98=D0=B5=D0=BD=D0= =BE=D0=B3 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0,\n" "=D1=83=D0=BA=D1=99=D1=83=D1=87=D1=83=D1=98=D1=83=D1=9B=D0=B8, =D0=BD=D0= =B0 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80, =D0=B4=D1=83=D0=B1=D0=B8=D0=BD=D1= =81=D0=BA=D0=BE =D0=BF=D1=80=D0=B5=D1=82=D1=80=D0=B0=D0=B6=D0=B8=D0=B2=D0= =B0=D1=9A=D0=B5 =D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D1= =98=D1=83=D0=BC=D0=B0." =20 -#: gnu/packages/base.scm:109 +#: gnu/packages/base.scm:106 msgid "Stream editor" msgstr "=D0=A3=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=87 =D0=BF=D1=80=D0= =BE=D1=82=D0=BE=D0=BA=D0=B0" =20 -#: gnu/packages/base.scm:124 +#: gnu/packages/base.scm:121 msgid "" "Sed is a non-interactive, text stream editor. It receives a text\n" -"input from a file or from standard input and it then applies a series o= f text\n" -"editing commands to the stream and prints its output to standard output= . It\n" +"input from a file or from standard input and it then applies a series o= f " +"text\n" +"editing commands to the stream and prints its output to standard output= . " +"It\n" "is often used for substituting text patterns in a stream. The GNU\n" "implementation offers several extensions over the standard utility." msgstr "" @@ -70,11 +198,11 @@ msgstr "" "=D0=A7=D0=B5=D1=81=D1=82=D0=BE =D1=81=D0=B5 =D0=BA=D0=BE=D1=80=D0=B8=D1= =81=D1=82=D0=B8 =D0=B7=D0=B0 =D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D1=83 =D1=82=D0= =B5=D0=BA=D1=81=D1=82=D1=83=D0=B0=D0=BB=D0=BD=D0=B8=D1=85 =D0=BE=D0=B1=D1= =80=D0=B0=D0=B7=D0=B0=D1=86=D0=B0 =D1=83 =D1=82=D0=BE=D0=BA=D1=83. =D0=93= =D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0= \n" "=D0=BD=D1=83=D0=B4=D0=B8 =D0=BD=D0=B5=D0=BA=D0=BE=D0=BB=D0=B8=D0=BA=D0=BE= =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D1=9A=D0=B0 =D0=BF=D0=BE=D1=80= =D0=B5=D0=B4 =D1=83=D0=BE=D0=B1=D0=B8=D1=87=D0=B0=D1=98=D0=B5=D0=BD=D0=BE= =D0=B3 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0." =20 -#: gnu/packages/base.scm:144 +#: gnu/packages/base.scm:141 msgid "Managing tar archives" msgstr "=D0=A3=D0=BF=D1=80=D0=B0=D0=B2=D1=99=D0=B0=D1=9A=D0=B5 =D1=82=D0= =B0=D1=80 =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0=B0=D0=BC=D0=B0" =20 -#: gnu/packages/base.scm:146 +#: gnu/packages/base.scm:143 msgid "" "Tar provides the ability to create tar archives, as well as the\n" "ability to extract, update or list files in an existing archive. It is= \n" @@ -90,14 +218,15 @@ msgstr "" "=D0=BE=D0=B2=D0=BB=D0=B0=D1=88=D1=9B=D0=B5=D1=9A=D0=B0 =D0=B8 =D0=B4=D0= =B0=D1=82=D1=83=D0=BC=D0=B8 =D1=81=D1=82=D0=B2=D0=B0=D1=80=D0=B0=D1=9A=D0= =B0/=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B0. =D0=93=D0=BD=D1=83=D0=BE=D0=B2= =D1=82=D0=B0=D1=80 =D0=BD=D1=83=D0=B4=D0=B8 =D0=BC=D0=BD=D0=BE=D0=B3=D0=B0= =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D1=9A=D0=B0\n" "=D0=BF=D0=BE=D1=80=D0=B5=D0=B4 =D1=81=D1=82=D0=B0=D0=BD=D0=B4=D0=B0=D1=80= =D0=B4=D0=BD=D0=BE=D0=B3 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0= ." =20 -#: gnu/packages/base.scm:173 +#: gnu/packages/base.scm:165 msgid "Apply differences to originals, with optional backups" msgstr "=D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D1=9A=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5= =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0 =D0=BD=D0=B0 =D0=BE=D1=80=D0=B8= =D0=B3=D0=B8=D0=BD=D0=B0=D0=BB=D0=B5, =D1=81=D0=B0 =D0=BE=D0=BF=D1=86=D0=B8= =D0=BE=D0=BD=D0=B0=D0=BB=D0=BD=D0=B8=D0=BC =D1=80=D0=B5=D0=B7=D0=B5=D1=80= =D0=B2=D0=B0=D0=BC=D0=B0" =20 -#: gnu/packages/base.scm:175 +#: gnu/packages/base.scm:167 msgid "" "Patch is a program that applies changes to files based on differences\n= " -"laid out as by the program \"diff\". The changes may be applied to one= or more\n" +"laid out as by the program \"diff\". The changes may be applied to one= or " +"more\n" "files depending on the contents of the diff file. It accepts several\n= " "different diff formats. It may also be used to revert previously appli= ed\n" "differences." @@ -105,17 +234,20 @@ msgstr "" "=D0=97=D0=B0=D0=BA=D1=80=D0=BF=D0=BA=D0=BE =D1=98=D0=B5 =D0=BF=D1=80=D0= =BE=D0=B3=D1=80=D0=B0=D0=BC =D0=BA=D0=BE=D1=98=D0=B8 =D0=BF=D1=80=D0=B8=D0= =BC=D0=B5=D1=9A=D1=83=D1=98=D0=B5 =D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5 =D0= =BD=D0=B0=D0=B4 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0=D0=BC=D0= =B0 =D0=BD=D0=B0 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D1=83 =D1=80=D0=B0=D0=B7=D0= =BB=D0=B8=D0=BA=D0=B0\n" "=D0=B8=D0=B7=D0=BD=D0=B5=D1=81=D0=B5=D0=BD=D0=B8=D1=85 =D0=BF=D1=80=D0=BE= =D0=B3=D1=80=D0=B0=D0=BC=D0=BE=D0=BC =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87= =D0=BD=D0=B8=D0=BA. =D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5 =D0=BC=D0=BE=D0= =B3=D1=83 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=9A=D0= =B5=D0=BD=D0=B5 =D0=BD=D0=B0=D0=B4 =D1=98=D0=B5=D0=B4=D0=BD=D0=BE=D0=BC =D0= =B8=D0=BB=D0=B8\n" "=D0=B2=D0=B8=D1=88=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0= =D1=83 =D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=BD=D0=BE=D1=81=D1=82=D0=B8 =D0=BE= =D0=B4 =D1=81=D0=B0=D0=B4=D1=80=D0=B6=D0=B0=D1=98=D0=B0 =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D0=B5 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0= . =D0=9F=D1=80=D0=B8=D1=85=D0=B2=D0=B0=D1=82=D0=B0 =D0=B2=D0=B8=D1=88=D0= =B5\n" -"=D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87=D0=B8=D1=82=D0=B8=D1=85 =D0=B7=D0=B0= =D0=BF=D0=B8=D1=81=D0=B0 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87=D0=BD=D0=B8= =D0=BA=D0=B0. =D0=A2=D0=B0=D0=BA=D0=BE=D1=92=D0=B5 =D0=BC=D0=BE=D0=B6=D0= =B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5=D0= =BD =D0=B7=D0=B0 =D0=B2=D1=80=D0=B0=D1=9B=D0=B0=D1=9A=D0=B5 =D0=BF=D1=80=D0= =B5=D1=82=D1=85=D0=BE=D0=B4=D0=BD=D0=BE =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1= =9A=D0=B5=D0=BD=D0=B8=D1=85 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D0=B0." +"=D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87=D0=B8=D1=82=D0=B8=D1=85 =D0=B7=D0=B0= =D0=BF=D0=B8=D1=81=D0=B0 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87=D0=BD=D0=B8= =D0=BA=D0=B0. =D0=A2=D0=B0=D0=BA=D0=BE=D1=92=D0=B5 =D0=BC=D0=BE=D0=B6=D0= =B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5=D0= =BD =D0=B7=D0=B0 =D0=B2=D1=80=D0=B0=D1=9B=D0=B0=D1=9A=D0=B5 " +"=D0=BF=D1=80=D0=B5=D1=82=D1=85=D0=BE=D0=B4=D0=BD=D0=BE =D0=BF=D1=80=D0=B8= =D0=BC=D0=B5=D1=9A=D0=B5=D0=BD=D0=B8=D1=85 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8= =D0=BA=D0=B0." =20 -#: gnu/packages/base.scm:195 +#: gnu/packages/base.scm:187 msgid "Comparing and merging files" msgstr "=D0=A3=D0=BF=D0=BE=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5= =D0=B8 =D1=81=D1=82=D0=B0=D0=BF=D0=B0=D1=9A=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE= =D1=82=D0=B5=D0=BA=D0=B0" =20 -#: gnu/packages/base.scm:197 +#: gnu/packages/base.scm:189 msgid "" "GNU Diffutils is a package containing tools for finding the\n" -"differences between files. The \"diff\" command is used to show how tw= o files\n" -"differ, while \"cmp\" shows the offsets and line numbers where they dif= fer. \n" +"differences between files. The \"diff\" command is used to show how tw= o " +"files\n" +"differ, while \"cmp\" shows the offsets and line numbers where they " +"differ. \n" "\"diff3\" allows you to compare three files. Finally, \"sdiff\" offers= an\n" "interactive means to merge two files." msgstr "" @@ -125,17 +257,20 @@ msgstr "" "=D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D0=BA=D1=83=D1=98=D1=83. =E2=80=9Ediff3= =E2=80=9C =D0=B2=D0=B0=D0=BC =D0=BE=D0=BC=D0=BE=D0=B3=D1=83=D1=9B=D0=B0=D0= =B2=D0=B0 =D1=83=D0=BF=D0=BE=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=9A=D0= =B5 =D1=82=D1=80=D0=B8 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5. = =D0=9D=D0=B0 =D0=BA=D1=80=D0=B0=D1=98=D1=83,\n" "=E2=80=9Esdiff=E2=80=9C =D0=BD=D1=83=D0=B4=D0=B8 =D0=BC=D0=B5=D1=92=D1=83= =D0=B4=D0=B5=D1=98=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0=B8 =D0=BD=D0=B0=D1=87= =D0=B8=D0=BD =D0=B7=D0=B0 =D1=81=D1=82=D0=B0=D0=BF=D0=B0=D1=9A=D0=B5 =D0=B4= =D0=B2=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5." =20 -#: gnu/packages/base.scm:224 +#: gnu/packages/base.scm:216 msgid "Operating on files matching given criteria" msgstr "=D0=A0=D0=B0=D0=B4=D1=9A=D0=B5 =D0=BD=D0=B0=D0=B4 =D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0=D0=BC=D0=B0 =D0=BF=D1=80=D0=B5=D0=BC=D0= =B0 =D0=B4=D0=B0=D1=82=D0=B8=D0=BC =D1=83=D1=81=D0=BB=D0=BE=D0=B2=D0=B8=D0= =BC=D0=B0" =20 -#: gnu/packages/base.scm:226 +#: gnu/packages/base.scm:218 msgid "" "Findutils supplies the basic file directory searching utilities of the\= n" "GNU system. It consists of two primary searching utilities: \"find\"\n= " -"recursively searches for files in a directory according to given criter= ia and\n" -"\"locate\" lists files in a database that match a query. Two auxiliary= tools\n" -"are included: \"updatedb\" updates the file name database and \"xargs\"= may be\n" +"recursively searches for files in a directory according to given criter= ia " +"and\n" +"\"locate\" lists files in a database that match a query. Two auxiliary= " +"tools\n" +"are included: \"updatedb\" updates the file name database and \"xargs\"= may " +"be\n" "used to apply commands with arbitrarily long arguments." msgstr "" "=D0=9F=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D0=BF=D1=80=D0=BE=D0=BD= =D0=B0=D0=BB=D0=B0=D0=B6=D0=B5=D1=9A=D0=B0 =D0=B4=D0=BE=D1=81=D1=82=D0=B0= =D0=B2=D1=99=D0=B0=D1=98=D1=83 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=B0= =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D0=B7=D0=B0 =D0=BF=D1=80= =D0=B5=D1=82=D1=80=D0=B0=D0=B6=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 =D0=B4=D0=B0= =D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B5\n" @@ -145,15 +280,16 @@ msgstr "" "=D0=BF=D0=BE=D0=BC=D0=BE=D1=9B=D0=BD=D0=B0 =D0=B0=D0=BB=D0=B0=D1=82=D0=B0= : =E2=80=9Eupdatedb=E2=80=9C =D0=BE=D1=81=D0=B2=D0=B5=D0=B6=D0=B0=D0=B2=D0= =B0 =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0= =BA=D0=B5 =D0=B1=D0=B0=D0=B7=D0=B5 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0= =BA=D0=B0 =D0=B0 =E2=80=9Exargs=E2=80=9C\n" "=D1=81=D0=B5 =D0=BC=D0=BE=D0=B6=D0=B5 =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D1= =82=D0=B8=D1=82=D0=B8 =D0=B7=D0=B0 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=9A=D0= =B8=D0=B2=D0=B0=D1=9A=D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D0=B8 =D1= =81=D0=B0 =D0=BF=D1=80=D0=BE=D0=B8=D0=B7=D0=B2=D0=BE=D1=99=D0=BD=D0=BE =D0= =B4=D1=83=D0=B3=D0=B8=D0=BC =D0=B0=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D1= =82=D0=B8=D0=BC=D0=B0." =20 -#: gnu/packages/base.scm:278 +#: gnu/packages/base.scm:268 msgid "Core GNU utilities (file, text, shell)" msgstr "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=BA=D1=99=D1=83=D1=87=D0= =BD=D0=B0 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 (=D0=B4=D0=B0=D1= =82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0, =D1=82=D0=B5=D0=BA=D1=81=D1=82, =D1=88= =D0=BA=D0=BE=D1=99=D0=BA=D0=B0)" =20 -#: gnu/packages/base.scm:280 +#: gnu/packages/base.scm:270 msgid "" "GNU Coreutils includes all of the basic command-line tools that are\n" "expected in a POSIX system. These provide the basic file, shell and te= xt\n" -"manipulation functions of the GNU system. Most of these tools offer ex= tended\n" +"manipulation functions of the GNU system. Most of these tools offer " +"extended\n" "functionality beyond that which is outlined in the POSIX standard." msgstr "" "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=BA=D1=99=D1=83=D1=87=D0=BD=D0=B0= =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D1=83=D0=BA=D1=99=D1=83= =D1=87=D1=83=D1=98=D1=83 =D1=81=D0=B2=D0=B5 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2= =D0=BD=D0=B5 =D0=B0=D0=BB=D0=B0=D1=82=D0=B5 =D0=BB=D0=B8=D0=BD=D0=B8=D1=98= =D0=B5 =D0=BD=D0=B0=D1=80=D0=B5=D0=B4=D0=B1=D0=B8 =D0=BA=D0=BE=D1=98=D0=B8= =D1=81=D0=B5\n" @@ -161,15 +297,16 @@ msgstr "" "=D1=88=D0=BA=D0=BE=D1=99=D0=BA=D0=BE=D0=BC =D0=B8 =D1=82=D0=B5=D0=BA=D1= =81=D1=82=D0=BE=D0=BC =D0=BD=D0=B0 =D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=BE=D0= =BC =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=83. =D0=92=D0=B5=D1=9B=D0=B8= =D0=BD=D0=B0 =D0=BE=D0=B2=D0=B8=D1=85 =D0=B0=D0=BB=D0=B0=D1=82=D0=B0 =D0=BD= =D1=83=D0=B4=D0=B8 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D0=BD=D0=B5= \n" "=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0=D0=BB=D0=BD=D0=BE= =D1=81=D1=82=D0=B8 =D0=B8=D0=B7=D0=B2=D0=B0=D0=BD =D0=BE=D0=BD=D0=B8=D1=85= =D0=BA=D0=BE=D1=98=D0=B5 =D1=81=D1=83 =D0=BD=D0=B0=D0=B2=D0=B5=D0=B4=D0=B5= =D0=BD=D0=B5 =D1=83 =D0=9F=D0=9E=D0=A1=D0=98=D0=9A=D0=A1 =D1=81=D1=82=D0=B0= =D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D1=83." =20 -#: gnu/packages/base.scm:314 +#: gnu/packages/base.scm:304 msgid "Remake files automatically" msgstr "=D0=A1=D0=B0=D0=BC=D0=BE=D1=81=D1=82=D0=B0=D0=BB=D0=BD=D0=BE =D0= =BF=D0=BE=D0=BD=D0=BE=D0=B2=D0=BD=D0=BE =D1=81=D1=82=D0=B2=D0=B0=D1=80=D0= =B0=D1=9A=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0" =20 -#: gnu/packages/base.scm:316 +#: gnu/packages/base.scm:306 msgid "" "Make is a program that is used to control the production of\n" "executables or other files from their source files. The process is\n" -"controlled from a Makefile, in which the developer specifies how each f= ile is\n" +"controlled from a Makefile, in which the developer specifies how each f= ile " +"is\n" "generated from its source. It has powerful dependency resolution and t= he\n" "ability to determine when files have to be regenerated after their sour= ces\n" "change. GNU make offers many powerful extensions over the standard uti= lity." @@ -181,17 +318,19 @@ msgstr "" "=D0=B1=D1=83=D0=B4=D1=83 =D0=BF=D0=BE=D0=BD=D0=BE=D0=B2=D0=BE =D1=81=D1= =82=D0=B2=D0=BE=D1=80=D0=B5=D0=BD=D0=B5 =D0=BD=D0=B0=D0=BA=D0=BE=D0=BD =D0= =B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B0 =D1=9A=D0=B8=D1=85=D0=BE=D0=B2=D0=B8=D1= =85 =D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=B0. =D0=93=D0=BD=D1=83=D0=BE=D0=B2= =D0=BC=D0=B5=D1=98=D0=BA =D0=BD=D1=83=D0=B4=D0=B8 =D0=BC=D0=BD=D0=BE=D0=B3= =D0=BE\n" "=D0=BC=D0=BE=D1=9B=D0=BD=D0=B8=D1=85 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80= =D0=B5=D1=9A=D0=B0 =D0=BF=D0=BE=D1=80=D0=B5=D0=B4 =D1=81=D1=82=D0=B0=D0=BD= =D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=BE=D0=B3 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3= =D0=B0=D0=BB=D0=B0." =20 -#: gnu/packages/base.scm:361 +#: gnu/packages/base.scm:351 msgid "Binary utilities: bfd gas gprof ld" msgstr "=D0=91=D0=B8=D0=BD=D0=B0=D1=80=D0=BD=D0=B0 =D0=BF=D0=BE=D0=BC=D0= =B0=D0=B3=D0=B0=D0=BB=D0=B0: bfd gas gprof ld" =20 -#: gnu/packages/base.scm:363 +#: gnu/packages/base.scm:353 +#, fuzzy msgid "" "GNU Binutils is a collection of tools for working with binary files.\n" -"Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler= . Other\n" -"tools include programs to display binary profiling information, list th= e\n" -"strings in a binary file, and utilities for working with archives. The= \"bfd\"\n" -"library for working with executable and object formats is also included= ." +"Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler= .\n" +"Other tools include programs to display binary profiling information, l= ist\n" +"the strings in a binary file, and utilities for working with archives. = The\n" +"\"bfd\" library for working with executable and object formats is also\= n" +"included." msgstr "" "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=B1=D0=B8=D0=BD=D0=B0=D1=80=D0=BD= =D0=B0 =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D1=98=D0=B5=D1=81= =D1=82=D0=B5 =D0=B7=D0=B1=D0=B8=D1=80=D0=BA=D0=B0 =D0=B0=D0=BB=D0=B0=D1=82= =D0=B0 =D0=B7=D0=B0 =D1=80=D0=B0=D0=B4 =D1=81=D0=B0 =D0=B8=D0=B7=D0=B2=D1= =80=D1=88=D0=BD=D0=B8=D0=BC =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0= =B0=D0=BC=D0=B0.\n" "=D0=9C=D0=BE=D0=B6=D0=B4=D0=B0 =D1=98=D0=B5 =D0=BD=D0=B0=D1=98=D0=BF=D0= =BE=D0=B7=D0=BD=D0=B0=D1=82=D0=B8=D1=98=D0=B8 =E2=80=9Eld=E2=80=9C, =D0=BF= =D0=BE=D0=B2=D0=B5=D0=B7=D0=B8=D0=B2=D0=B0=D1=87, =D0=B8 =E2=80=9Eas=E2=80= =9C, =D1=81=D0=B0=D1=81=D1=82=D0=B0=D0=B2=D0=BD=D0=B8=D0=BA. =D0=9E=D1=81= =D1=82=D0=B0=D0=BB=D0=B8 =D0=B0=D0=BB=D0=B0=D1=82=D0=B8\n" @@ -199,36 +338,90 @@ msgstr "" "=D0=BD=D0=B8=D1=81=D0=BA=D0=B8 =D1=83 =D0=B8=D0=B7=D0=B2=D1=80=D1=88=D0= =BD=D0=BE=D1=98 =D0=B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D1=86=D0=B8, =D0=B8 = =D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0=B0 =D0=B7=D0=B0 =D1=80=D0=B0= =D0=B4 =D1=81=D0=B0 =D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0=B0=D0=BC=D0=B0. =D0= =A2=D1=83 =D1=98=D0=B5 =D1=82=D0=B0=D0=BA=D0=BE=D1=92=D0=B5 =D0=B8 \n" "=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =E2=80=9Eb= fd=E2=80=9C =D0=B7=D0=B0 =D1=80=D0=B0=D0=B4 =D1=81=D0=B0 =D0=B8=D0=B7=D0=B2= =D1=80=D1=88=D0=BD=D0=B8=D0=BC =D0=B8 =D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0=B8= =D0=BC=D0=B0 =D0=BE=D0=B1=D1=98=D0=B5=D0=BA=D0=B0=D1=82=D0=B0." =20 -#: gnu/packages/base.scm:504 +#: gnu/packages/base.scm:418 +msgid "The linker wrapper" +msgstr "=D0=9E=D0=BC=D0=BE=D1=82=D0=B0=D1=87 =D0=BF=D0=BE=D0=B2=D0=B5=D0= =B7=D0=B8=D0=B2=D0=B0=D1=87=D0=B0" + +#: gnu/packages/base.scm:420 +#, fuzzy +msgid "" +"The linker wrapper (or 'ld-wrapper') wraps the linker to add any\n" +"missing '-rpath' flags, and to detect any misuse of libraries outside o= f " +"the\n" +"store." +msgstr "" +"=D0=9E=D0=BC=D0=BE=D1=82=D0=B0=D1=87 =D0=BF=D0=BE=D0=B2=D0=B5=D0=B7=D0=B8= =D0=B2=D0=B0=D1=87=D0=B0 (=D0=B8=D0=BB=D0=B8 =E2=80=9Eld-wrapper=E2=80=9C= ) =D0=BE=D0=B1=D0=BC=D0=BE=D1=82=D0=B0=D0=B2=D0=B0 =D0=BF=D0=BE=D0=B2=D0=B5= =D0=B7=D0=B8=D0=B2=D0=B0=D1=87=D0=B0 =D0=B4=D0=B0 =D0=B1=D0=B8 =D0=B4=D0=BE= =D0=B4=D0=B0=D0=BE\n" +"=D0=BD=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D1=98=D1=83=D1=9B=D1=83 =D0=BE= =D0=BF=D1=86=D0=B8=D1=98=D1=83 =E2=80=9E-rpath=E2=80=9C, =D0=B8 =D0=B4=D0= =B0 =D0=B1=D0=B8 =D0=BE=D1=82=D0=BA=D1=80=D0=B8=D0=BE =D0=BB=D0=BE=D1=88=D0= =B5 =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5=D1=9A=D0=B5 =D0=B1=D0=B8=D0= =B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0\n" +"=D0=B8=D0=B7=D0=B2=D0=B0=D0=BD =D1=81=D0=BA=D0=BB=D0=B0=D0=B4=D0=B8=D1=88= =D1=82=D0=B0." + +#: gnu/packages/base.scm:585 msgid "The GNU C Library" msgstr "=D0=93=D0=BD=D1=83 =D0=A6 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1= =82=D0=B5=D0=BA=D0=B0" =20 -#: gnu/packages/base.scm:506 +#: gnu/packages/base.scm:587 msgid "" "Any Unix-like operating system needs a C library: the library which\n" -"defines the \"system calls\" and other basic facilities such as open, m= alloc,\n" +"defines the \"system calls\" and other basic facilities such as open, " +"malloc,\n" "printf, exit...\n" "\n" -"The GNU C library is used as the C library in the GNU system and most s= ystems\n" +"The GNU C library is used as the C library in the GNU system and most " +"systems\n" "with the Linux kernel." msgstr "" -"=D0=A1=D0=B2=D0=B0=D0=BA=D0=BE=D0=BC =D0=88=D1=83=D0=BD=D0=B8=D0=BA=D1=81= =D0=BE=D0=BB=D0=B8=D0=BA=D0=BE=D0=BC =D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=82= =D0=B8=D0=B2=D0=BD=D0=BE=D0=BC =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=83= =D1=98=D0=B5 =D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=BD=D0=B0 =D0=A6 =D0= =B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0: =D0=B1=D0=B8=D0= =B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0\n" +"=D0=A1=D0=B2=D0=B0=D0=BA=D0=BE=D0=BC =D0=88=D1=83=D0=BD=D0=B8=D0=BA=D1=81= =D0=BE=D0=BB=D0=B8=D0=BA=D0=BE=D0=BC =D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=82= =D0=B8=D0=B2=D0=BD=D0=BE=D0=BC =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=83= =D1=98=D0=B5 =D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=BD=D0=B0 =D0=A6 =D0= =B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0: " +"=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0\n" "=D0=BA=D0=BE=D1=98=D0=B0 =D0=BE=D0=B4=D1=80=D0=B5=D1=92=D1=83=D1=98=D0=B5= =E2=80=9E=D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=81=D0=BA=D0=B5 =D0=BF=D0= =BE=D0=B7=D0=B8=D0=B2=D0=B5=E2=80=9C =D0=B8 =D0=BE=D1=81=D1=82=D0=B0=D0=BB= =D0=B5 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=B5 =D0=BE=D0=BB=D0=B0=D0=BA= =D1=88=D0=B8=D1=86=D0=B5 =D0=BA=D0=B0=D0=BE =D1=88=D1=82=D0=BE =D1=81=D1=83= \n" "=E2=80=9Eopen, malloc, printf, exit...=E2=80=9C\n" "\n" "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=A6 =D0=B1=D0=B8=D0=B1=D0=BB=D0= =B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=81=D0=B5 =D0=BA=D0=BE=D1=80=D0=B8=D1= =81=D1=82=D0=B8 =D0=BA=D0=B0=D0=BE =D0=A6 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0= =BE=D1=82=D0=B5=D0=BA=D0=B0 =D1=83 =D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=BE=D0= =BC =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=83 =D0=B8 =D0=B2=D0=B5=D1=9B=D0= =B8=D0=BD=D0=B8\n" "=D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0 =D1=81=D0=B0 =D0=9B=D0=B8=D0= =BD=D1=83=D0=BA=D1=81 =D1=98=D0=B5=D0=B7=D0=B3=D1=80=D0=BE=D0=BC." =20 -#: gnu/packages/base.scm:575 +#: gnu/packages/base.scm:603 +msgid "All the locales supported by the GNU C Library" +msgstr "" + +#: gnu/packages/base.scm:605 +msgid "" +"This package provides all the locales supported by the GNU C Library,\n= " +"more than 400 in total. To use them set the 'LOCPATH' environment vari= able " +"to\n" +"the 'share/locale' sub-directory of this package." +msgstr "" + +#: gnu/packages/base.scm:665 +msgid "Small sample of UTF-8 locales" +msgstr "" + +#: gnu/packages/base.scm:667 +msgid "" +"This package provides a small sample of UTF-8 locales mostly useful in\= n" +"test environments." +msgstr "" + +#: gnu/packages/base.scm:685 +msgid "Find full path of shell commands" +msgstr "" + +#: gnu/packages/base.scm:687 +msgid "" +"The which program finds the location of executables in PATH, with a\n" +"variety of options. It is an alternative to the shell \"type\" built-i= n\n" +"command." +msgstr "" + +#: gnu/packages/base.scm:752 msgid "Database of current and historical time zones" msgstr "=D0=91=D0=B0=D0=B7=D0=B0 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0= =BA=D0=B0 =D0=BE =D1=82=D0=B5=D0=BA=D1=83=D1=9B=D0=B8=D0=BC =D0=B8 =D0=B7= =D0=B0=D1=81=D1=82=D0=B0=D1=80=D0=B5=D0=BB=D0=B8=D0=BC =D0=B2=D1=80=D0=B5= =D0=BC=D0=B5=D0=BD=D1=81=D0=BA=D0=B8=D0=BC =D0=B7=D0=BE=D0=BD=D0=B0=D0=BC= =D0=B0" =20 -#: gnu/packages/base.scm:576 +#: gnu/packages/base.scm:753 +#, fuzzy msgid "" "The Time Zone Database (often called tz or zoneinfo)\n" "contains code and data that represent the history of local time for man= y\n" -"representative locations around the globe. It is updated periodically t= o\n" -"reflect changes made by political bodies to time zone boundaries, UTC o= ffsets,\n" +"representative locations around the globe. It is updated periodically = to\n" +"reflect changes made by political bodies to time zone boundaries, UTC " +"offsets,\n" "and daylight-saving rules." msgstr "" "=D0=91=D0=B0=D0=B7=D0=B0 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0= =D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D1=81=D0=BA=D0=B5 =D0=B7=D0=BE=D0=BD= =D0=B5 (=D1=87=D0=B5=D1=81=D1=82=D0=BE =D0=BD=D0=B0=D0=B7=D0=B8=D0=B2=D0=B0= =D0=BD=D0=B0 =E2=80=9Etz=E2=80=9C =D0=B8=D0=BB=D0=B8 =E2=80=9Ezoneinfo=E2= =80=9C)\n" @@ -237,200 +430,7693 @@ msgstr "" "=D0=B1=D0=B8 =D0=BE=D1=81=D0=BB=D0=B8=D0=BA=D0=B0=D0=BB=D0=B0 =D0=BF=D1= =80=D0=BE=D0=BC=D0=B5=D0=BD=D0=B5 =D0=BD=D0=B0 =D0=B3=D1=80=D0=B0=D0=BD=D0= =B8=D1=86=D0=B0=D0=BC=D0=B0 =D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D1=81=D0= =BA=D0=B8=D1=85 =D0=B7=D0=BE=D0=BD=D0=B0 =D0=BA=D0=BE=D1=98=D0=B5 =D0=B4=D0= =BE=D0=BD=D0=BE=D1=81=D0=B5 =D0=BF=D0=BE=D0=BB=D0=B8=D1=82=D0=B8=D1=87=D0= =BA=D0=B0\n" "=D1=82=D0=B5=D0=BB=D0=B0, =D0=BF=D0=BE=D0=BC=D0=B5=D1=80=D0=B0=D1=98=D0= =B5 =D0=9A=D0=A3=D0=92-=D0=B0, =D0=B8 =D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB= =D0=B0 =D1=83=D1=88=D1=82=D0=B5=D0=B4=D0=B5 =D0=B4=D0=BD=D0=B5=D0=B2=D0=BD= =D0=BE=D0=B3 =D1=81=D0=B2=D0=B5=D1=82=D0=BB=D0=B0." =20 -#: gnu/packages/base.scm:1004 -msgid "GNU C++ standard library (intermediate)" -msgstr "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=A6++ =D1=81=D1=82=D0=B0= =D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=B0 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8= =D0=BE=D1=82=D0=B5=D0=BA=D0=B0 (=D0=BF=D0=BE=D1=81=D1=80=D0=B5=D0=B4=D0=BD= =D0=B8=D1=87=D0=BA=D0=B0)" +#: gnu/packages/bittorrent.scm:82 +msgid "Fast and easy BitTorrent client" +msgstr "" =20 -#: gnu/packages/base.scm:1098 -msgid "The linker wrapper" -msgstr "=D0=9E=D0=BC=D0=BE=D1=82=D0=B0=D1=87 =D0=BF=D0=BE=D0=B2=D0=B5=D0= =B7=D0=B8=D0=B2=D0=B0=D1=87=D0=B0" +#: gnu/packages/bittorrent.scm:84 +msgid "" +"Transmission is a BitTorrent client that comes with graphical,\n" +"textual, and Web user interfaces. Transmission also has a daemon for\n= " +"unattended operationg. It supports local peer discovery, full encrypti= on,\n" +"DHT, =C2=B5TP, PEX and Magnet Links." +msgstr "" =20 -#: gnu/packages/base.scm:1100 +#: gnu/packages/bittorrent.scm:122 +msgid "BitTorrent library of rtorrent" +msgstr "" + +#: gnu/packages/bittorrent.scm:124 msgid "" -"The linker wrapper (or `ld-wrapper') wraps the linker to add any\n" -"missing `-rpath' flags, and to detect any misuse of libraries outside o= f the\n" -"store." +"LibTorrent is a BitTorrent library used by and developed in parallel\n" +"with the BitTorrent client rtorrent. It is written in C++ with emphasi= s on\n" +"speed and efficiency." msgstr "" -"=D0=9E=D0=BC=D0=BE=D1=82=D0=B0=D1=87 =D0=BF=D0=BE=D0=B2=D0=B5=D0=B7=D0=B8= =D0=B2=D0=B0=D1=87=D0=B0 (=D0=B8=D0=BB=D0=B8 =E2=80=9Eld-wrapper=E2=80=9C= ) =D0=BE=D0=B1=D0=BC=D0=BE=D1=82=D0=B0=D0=B2=D0=B0 =D0=BF=D0=BE=D0=B2=D0=B5= =D0=B7=D0=B8=D0=B2=D0=B0=D1=87=D0=B0 =D0=B4=D0=B0 =D0=B1=D0=B8 =D0=B4=D0=BE= =D0=B4=D0=B0=D0=BE\n" -"=D0=BD=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D1=98=D1=83=D1=9B=D1=83 =D0=BE= =D0=BF=D1=86=D0=B8=D1=98=D1=83 =E2=80=9E-rpath=E2=80=9C, =D0=B8 =D0=B4=D0= =B0 =D0=B1=D0=B8 =D0=BE=D1=82=D0=BA=D1=80=D0=B8=D0=BE =D0=BB=D0=BE=D1=88=D0= =B5 =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5=D1=9A=D0=B5 =D0=B1=D0=B8=D0= =B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0\n" -"=D0=B8=D0=B7=D0=B2=D0=B0=D0=BD =D1=81=D0=BA=D0=BB=D0=B0=D0=B4=D0=B8=D1=88= =D1=82=D0=B0." =20 -#: gnu/packages/base.scm:1264 -msgid "Complete GCC tool chain for C/C++ development" -msgstr "=D0=9F=D0=BE=D1=82=D0=BF=D1=83=D0=BD=D0=B8 =D0=93=D0=A6=D0=A6 =D1= =81=D0=BA=D1=83=D0=BF =D0=B0=D0=BB=D0=B0=D1=82=D0=B0 =D0=B7=D0=B0 =D0=A6/= =D0=A6++ =D1=80=D0=B0=D0=B7=D0=B2=D0=BE=D1=98" +#: gnu/packages/bittorrent.scm:151 +msgid "BitTorrent client with ncurses interface" +msgstr "" =20 -#: gnu/packages/base.scm:1266 +#: gnu/packages/bittorrent.scm:153 msgid "" -"This package provides a complete GCC tool chain for C/C++ development t= o\n" -"be installed in user profiles. This includes GCC, as well as libc (hea= ders\n" -"and binaries, plus debugging symbols in the 'debug' output), and Binuti= ls." +"rTorrent is a BitTorrent client with an ncurses interface. It supports= \n" +"full encryption, DHT, PEX, and Magnet Links. It can also be controlled= via\n" +"XML-RPC over SCGI." msgstr "" -"=D0=9E=D0=B2=D0=B0=D1=98 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82 =D1=81=D0=B0=D0= =B4=D1=80=D0=B6=D0=B8 =D0=BF=D0=BE=D1=82=D0=BF=D1=83=D0=BD=D0=B8 =D0=93=D0= =A6=D0=A6 =D1=81=D0=BA=D1=83=D0=BF =D0=B0=D0=BB=D0=B0=D1=82=D0=B0 =D0=B7=D0= =B0 =D0=A6/=D0=A6++ =D1=80=D0=B0=D0=B7=D0=B2=D0=BE=D1=98\n" -"=D0=B7=D0=B0 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D1=9A= =D0=B5 =D1=83 =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D0=BD=D0=B8=D1=87=D0=BA=D0=B8= =D0=BC =D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B8=D0=BC=D0=B0. =D0=A3=D0= =BA=D1=99=D1=83=D1=87=D1=83=D1=98=D0=B5 =D0=93=D0=A6=D0=A6, =D0=BA=D0=B0=D0= =BE =D0=B8 =E2=80=9Elibc=E2=80=9C (=D0=B7=D0=B0=D0=B3=D0=BB=D0=B0=D0=B2=D1= =99=D0=B0\n" -"=D0=B8 =D0=B8=D0=B7=D0=B2=D1=80=D1=88=D0=BD=D0=B5, =D0=BF=D0=BB=D1=83=D1= =81 =D1=81=D0=B8=D0=BC=D0=B1=D0=BE=D0=BB=D0=B5 =D0=BF=D1=80=D0=BE=D1=87=D0= =B8=D1=88=D1=9B=D0=B0=D0=B2=D0=B0=D1=9A=D0=B0 =D1=83 =E2=80=9Edebug=E2=80= =9C =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7=D1=83), =D0=B8 =E2=80=9EBinutils=E2=80= =9C." =20 -#: gnu/packages/guile.scm:99 gnu/packages/guile.scm:166 -msgid "Scheme implementation intended especially for extensions" -msgstr "=D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0 =D1=88=D0=B5=D0=BC=D0= =B5 =D0=BD=D0=B0=D1=80=D0=BE=D1=87=D0=B8=D1=82=D0=BE =D0=BE=D1=81=D0=BC=D0= =B8=D1=88=D1=99=D0=B5=D0=BD=D0=B0 =D0=B7=D0=B0 =D0=BF=D1=80=D0=BE=D1=88=D0= =B8=D1=80=D0=B5=D1=9A=D0=B0" +#: gnu/packages/certs.scm:64 +msgid "Python script to extract .pem data from certificate collection" +msgstr "" =20 -#: gnu/packages/guile.scm:101 gnu/packages/guile.scm:168 +#: gnu/packages/certs.scm:66 msgid "" -"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" -"official extension language of the GNU system. It is an implementation= of\n" -"the Scheme language which can be easily embedded in other applications = to\n" -"provide a convenient means of extending the functionality of the applic= ation\n" -"without requiring the source code to be rewritten." +"certdata2pem.py is a Python script to transform X.509 certificate\n" +"\"source code\" as contained, for example, in the Mozilla sources, into= \n" +".pem formatted certificates." msgstr "" -"=D0=93=D1=83=D0=B8=D0=BB=D0=B5 =D1=98=D0=B5 =D0=93=D0=BD=D1=83=D0=BE=D0= =B2 =D1=81=D0=B2=D0=B5=D0=BF=D1=80=D0=B8=D1=81=D1=83=D1=82=D0=B0=D0=BD =D0= =BF=D0=B0=D0=BC=D0=B5=D1=82=D0=B0=D0=BD =D1=98=D0=B5=D0=B7=D0=B8=D0=BA =D0= =B7=D0=B0 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D1=9A=D0=B0, =D0=B7=D0= =B2=D0=B0=D0=BD=D0=B8=D1=87=D0=BD=D0=B8 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA\n" -"=D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D1=9A=D0=B0 =D0=B7=D0=B0 =D0= =93=D0=BD=D1=83=D0=BE=D0=B2 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC. =D0=A2= =D0=BE =D1=98=D0=B5 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0 =D0=A8=D0=B5= =D0=BC=D0=B5 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA=D0=B0 =D0=BA=D0=BE=D1=98=D0=B8= =D0=BC=D0=BE=D0=B6=D0=B5 =D0=BB=D0=B0=D0=BA=D0=BE\n" -"=D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=B3=D1=80=D0=B0=D1=92=D0=B5=D0=BD =D1= =83 =D0=B4=D1=80=D1=83=D0=B3=D0=B5 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0= =BC=D0=B5 =D0=BA=D0=B0=D0=BA=D0=BE =D0=B1=D0=B8 =D0=BE=D0=B1=D0=B5=D0=B7=D0= =B1=D0=B5=D0=B4=D0=B8=D0=BE =D0=B8=D1=81=D0=BF=D0=BB=D0=B0=D1=82=D0=B8=D0= =B2 =D0=BD=D0=B0=D1=87=D0=B8=D0=BD =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0= =B8=D0=B2=D0=B0=D1=9A=D0=B0\n" -"=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0=D0=BB=D0=BD=D0=BE= =D1=81=D1=82=D0=B8 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=B0 =D0=B1= =D0=B5=D0=B7 =D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=B5 =D0=BF=D0=BE=D0=BD= =D0=BE=D0=B2=D0=BD=D0=BE=D0=B3 =D0=BF=D0=B8=D1=81=D0=B0=D1=9A=D0=B0 =D0=B8= =D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D0=BE=D0=B3 =D0=BA=D0=BE=D0=B4=D0=B0." =20 -#: gnu/packages/guile.scm:211 -msgid "Framework for building readers for GNU Guile" -msgstr "=D0=A0=D0=B0=D0=B4=D0=BD=D0=B8 =D1=81=D0=BA=D0=BB=D0=BE=D0=BF =D0= =B7=D0=B0 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D1=87=D0=B8=D1= =82=D0=B0=D1=87=D0=B0 =D0=B7=D0=B0 =D0=93=D0=BD=D1=83 =D0=93=D1=83=D0=B8=D0= =BB=D0=B0" +#: gnu/packages/certs.scm:122 +msgid "CA certificates from Mozilla" +msgstr "" =20 -#: gnu/packages/guile.scm:213 +#: gnu/packages/certs.scm:124 msgid "" -"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" -"\n" -"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" -"procedure. Readers supporting various syntax variants can easily be wri= tten,\n" -"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" -"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-d= erived\n" -"document syntax.\n" -"\n" -"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" -"hopefully more powerful and flexible (for instance, one may instantiate= as\n" -"many readers as needed)." +"This package provides certificates for Certification Authorities (CA)\n= " +"taken from the NSS package and thus ultimately from the Mozilla project= ." msgstr "" -"=D0=93=D1=83=D0=B8=D0=BB=D0=B5-=D1=87=D0=B8=D1=82=D0=B0=D1=87 =D1=98=D0= =B5 =D1=98=D0=B5=D0=B4=D0=BD=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B0=D0=BD =D1= =80=D0=B0=D0=B4=D0=BD=D0=B8 =D1=81=D0=BA=D0=BB=D0=BE=D0=BF =D0=B7=D0=B0 =D0= =B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D1=87=D0=B8=D1=82=D0=B0=D1= =87=D0=B0 =D0=B7=D0=B0 =D0=93=D0=BD=D1=83 =D0=93=D1=83=D0=B8=D0=BB=D0=B0.= \n" -"\n" -"=D0=97=D0=B0=D0=BC=D0=B8=D1=81=D0=B0=D0=BE =D1=98=D0=B5 =D0=BE=D0=BB=D0= =B0=D0=BA=D1=88=D0=B0=D1=82=D0=B8 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1= =9A=D1=83 =D0=BF=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=B0=D0=BA=D0=B0 =D0=BA=D0= =BE=D1=98=D0=B8 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D1=83=D1=98=D1=83 =D0= =93=D1=83=D0=B8=D0=BB=D0=BE=D0=B2 =D0=BF=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0= =B0=D0=BA\n" -"=D1=87=D0=B8=D1=82=D0=B0=D1=9A=D0=B0. =D0=A7=D0=B8=D1=82=D0=B0=D1=87=D0= =B8 =D0=BA=D0=BE=D1=98=D0=B8 =D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=B2=D0= =B0=D1=98=D1=83 =D1=80=D0=B0=D0=B7=D0=BD=D0=B5 =D0=B2=D0=B0=D1=80=D0=B8=D1= =98=D0=B0=D0=BD=D1=82=D0=B5 =D1=81=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81=D0= =B5 =D0=BC=D0=BE=D0=B3=D1=83 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BB=D0=B0=D0=BA=D0= =BE\n" -"=D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8, =D0=BF=D0=BE =D0=BC=D0= =BE=D0=B3=D1=83=D1=9B=D1=81=D1=82=D0=B2=D1=83 =D0=BF=D0=BE=D0=BD=D0=BE=D0= =B2=D0=BD=D0=B8=D0=BC =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5=D1=9A=D0= =B5=D0=BC =D0=BF=D0=BE=D1=81=D1=82=D0=BE=D1=98=D0=B5=D1=9B=D0=B8=D1=85 =E2= =80=9E=D1=87=D0=B8=D1=82=D0=B0=D1=87=D0=B0 =E2=80=9C =D1=87=D0=B8=D1=82=D0= =B0=D1=87=D0=B0\n" -"=D1=81=D1=82=D0=B0=D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=B5 =D0=A8=D0=B5= =D0=BC=D0=B5. =D0=9D=D0=B0 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80, =D0=BA=D0= =BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D1=81=D0=B5 =D0=B7=D0=B0 =D0=BF=D1=80=D0= =B8=D0=BC=D0=B5=D0=BD=D1=83 =D1=81=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81=D0= =B5 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0 =D0=BA=D0=BE=D1= =98=D0=B0 =D0=BF=D1=80=D0=BE=D0=B8=D0=B7=D0=B8=D0=BB=D0=B0=D0=B7=D0=B8 =D0= =B8=D0=B7 =D0=A05=D0=A0=D0=A1 =D0=A1=D0=BA=D1=80=D0=B8=D0=B1=D0=B8=D0=BB=D0= =BE=D0=B0.\n" -"\n" -"=D0=9F=D1=80=D0=B8=D1=81=D1=82=D1=83=D0=BF =D0=93=D1=83=D0=B8=D0=BB=D0=B5= -=D1=87=D0=B8=D1=82=D0=B0=D1=87=D0=B0 =D1=98=D0=B5 =D1=81=D0=BB=D0=B8=D1=87= =D0=B0=D0=BD =D0=9E=D0=BF=D1=88=D1=82=D0=B5=D0=BC =D0=9B=D0=B8=D1=81=D0=BF= =D0=BE=D0=B2=D0=BE=D0=BC =E2=80=9E=D1=87=D0=B8=D1=82=D0=B0=D1=9A=D1=83 =D1= =82=D0=B0=D0=B1=D0=B5=D0=BB=D0=B5=E2=80=9C, =D0=B0=D0=BB=D0=B8 =D1=98=D0=B5= =D0=BD=D0=B0\n" -"=D1=81=D1=80=D0=B5=D1=9B=D1=83 =D0=BC=D0=BD=D0=BE=D0=B3=D0=BE =D0=BC=D0= =BE=D1=9B=D0=BD=D0=B8=D1=98=D0=B8 =D0=B8 =D0=BF=D1=80=D0=B8=D0=BB=D0=B0=D0= =B3=D0=BE=D0=B4=D1=99=D0=B8=D0=B2=D0=B8=D1=98=D0=B8 (=D0=BD=D0=B0 =D0=BF=D1= =80=D0=B8=D0=BC=D0=B5=D1=80, =D0=BD=D0=B5=D0=BA=D0=BE =D0=BC=D0=BE=D0=B6=D0= =B5 =D0=B4=D0=B0 =D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D0=BD=D0=B5\n" -"=D0=BE=D0=BD=D0=BE=D0=BB=D0=B8=D0=BA=D0=BE =D1=87=D0=B8=D1=82=D0=B0=D1=87= =D0=B0 =D0=BA=D0=BE=D0=BB=D0=B8=D0=BA=D0=BE =D0=BC=D1=83 =D1=98=D0=B5 =D0= =BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=BD=D0=BE)." =20 -#: gnu/packages/guile.scm:267 -msgid "Guile bindings to ncurses" -msgstr "=D0=93=D1=83=D0=B8=D0=BB=D0=B5=D0=BE=D0=B2=D0=BE =D0=BF=D0=BE=D0= =B2=D0=B5=D0=B7=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 =D1=81=D0=B0 =D0=B5=D0=BD-=D0= =BA=D1=83=D1=80=D1=81=D0=BE=D0=BC" +#: gnu/packages/compression.scm:64 +msgid "Compression library" +msgstr "" =20 -#: gnu/packages/guile.scm:269 +#: gnu/packages/compression.scm:66 msgid "" -"guile-ncurses provides Guile language bindings for the ncurses\n" -"library." +"zlib is designed to be a free, general-purpose, legally unencumbered --= \n" +"that is, not covered by any patents -- lossless data-compression librar= y " +"for\n" +"use on virtually any computer hardware and operating system. The zlib = data\n" +"format is itself portable across platforms. Unlike the LZW compression= " +"method\n" +"used in Unix compress(1) and in the GIF image format, the compression " +"method\n" +"currently used in zlib essentially never expands the data. (LZW can dou= ble " +"or\n" +"triple the file size in extreme cases.) zlib's memory footprint is als= o\n" +"independent of the input data and can be reduced, if necessary, at some= " +"cost\n" +"in compression." msgstr "" -"=D0=B3=D1=83=D0=B8=D0=BB=D0=B5-=D0=BD=D0=BA=D1=83=D1=80=D1=81=D0=B8=D1=81= =D0=BE=D0=B1=D0=B5=D0=B7=D0=B1=D0=B5=D1=92=D1=83=D1=98=D0=B5 =D0=BF=D0=BE= =D0=B2=D0=B5=D0=B7=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 =D0=93=D1=83=D0=B8=D0=BB= =D0=B5 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA=D0=B0 =D0=B7=D0=B0 =D0=BD=D0=BA=D1=83= =D1=80=D1=81=D0=B8=D1=81\n" -"=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D1=83." =20 -#: gnu/packages/guile.scm:289 -msgid "Run jobs at scheduled times" -msgstr "=D0=9F=D0=BE=D0=BA=D1=80=D0=B5=D1=82=D0=B0=D1=9A=D0=B5 =D0=BF=D0= =BE=D1=81=D0=BB=D0=BE=D0=B2=D0=B0 =D1=83 =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0= =B0=D0=BD=D0=BE =D0=B2=D1=80=D0=B5=D0=BC=D0=B5" +#: gnu/packages/compression.scm:91 +msgid "Replacement for Sun's 'jar' utility" +msgstr "" =20 -#: gnu/packages/guile.scm:291 +#: gnu/packages/compression.scm:93 msgid "" -"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" -"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten in\n" -"Guile, so its configuration can be written in Scheme; the original cron= \n" -"format is also supported." +"FastJar is an attempt to create a much faster replacement for Sun's 'ja= r'\n" +"utility. Instead of being written in Java, FastJar is written in C." msgstr "" -"=D0=93=D0=BD=D1=83=D0=BE=D0=B2 =D0=9C=D0=BA=D1=80=D0=BE=D0=BD =D1=98=D0= =B5 =D0=BF=D0=BE=D1=82=D0=BF=D1=83=D0=BD=D0=B0 =D0=B7=D0=B0=D0=BC=D0=B5=D0= =BD=D0=B0 =D0=B7=D0=B0 =D0=92=D0=B8=D0=BA=D1=81=D0=B8 =D0=BA=D1=80=D0=BE=D0= =BD. =D0=9A=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D1=81=D0=B5 =D0=B7=D0=B0= =D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D1=82=D0=B0=D1=9A=D0=B5\n" -"=D0=B7=D0=B0=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 =D0=BD=D0=B0 =D0=B7=D0= =B0=D0=BA=D0=B0=D0=B7=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5, =D1=80=D0=B5=D1=86=D0= =B8=D0=BC=D0=BE =D1=81=D0=B2=D0=B0=D0=BA=D0=BE=D0=B3 =D1=81=D0=B0=D1=82=D0= =B0 =D0=B8=D0=BB=D0=B8 =D1=81=D0=B2=D0=B0=D0=BA=D0=BE=D0=B3 =D0=BF=D0=BE=D0= =BD=D0=B5=D0=B4=D0=B5=D1=99=D0=BA=D0=B0. =D0=9C=D0=BA=D1=80=D0=BE=D0=BD\= n" -"=D1=98=D0=B5 =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD =D1=83 =D0=93=D1= =83=D0=B8=D0=BB=D0=B5=D1=83, =D1=82=D0=B0=D0=BA=D0=BE =D0=B4=D0=B0 =D1=9A= =D0=B5=D0=B3=D0=BE=D0=B2=D0=BE =D0=BF=D0=BE=D0=B4=D0=B5=D1=88=D0=B0=D0=B2= =D0=B0=D1=9A=D0=B5 =D0=BC=D0=BE=D0=B6=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BD= =D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE =D1=83 =D0=A8=D0=B5=D0=BC=D0=B8= ;\n" -"=D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D0=B8 =D0=BA=D1=80=D0=BE=D0=BD=D0=BE= =D0=B2 =D0=B7=D0=B0=D0=BF=D0=B8=D1=81 =D1=98=D0=B5 =D1=82=D0=B0=D0=BA=D0=BE= =D1=92=D0=B5 =D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD." =20 -#: gnu/packages/guile.scm:319 -msgid "Collection of useful Guile Scheme modules" -msgstr "=D0=97=D0=B1=D0=B8=D1=80=D0=BA=D0=B0 =D0=BA=D0=BE=D1=80=D0=B8=D1= =81=D0=BD=D0=B8=D1=85 =D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D0=B0 =D0=93=D1=83=D0= =B8=D0=BB=D0=B5 =D0=A8=D0=B5=D0=BC=D0=B5" +#: gnu/packages/compression.scm:109 +msgid "General file (de)compression (using lzw)" +msgstr "" =20 -#: gnu/packages/guile.scm:321 +#: gnu/packages/compression.scm:114 msgid "" -"guile-lib is intended as an accumulation place for pure-scheme Guile\n" -"modules, allowing for people to cooperate integrating their generic Gui= le\n" -"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" -"for Guile\"." +"GNU Gzip provides data compression and decompression utilities; the\n" +"typical extension is \".gz\". Unlike the \"zip\" format, it compresses= a " +"single\n" +"file; as a result, it is often used in conjunction with \"tar\", result= ing " +"in\n" +"\".tar.gz\" or \".tgz\", etc." msgstr "" -"=D0=B3=D1=83=D0=B8=D0=BB=D0=B5-=D0=B1=D0=B8=D0=B1=D0=BB =D1=98=D0=B5 =D0= =B7=D0=B0=D0=BC=D0=B8=D1=88=D1=99=D0=B5=D0=BD=D0=B0 =D0=BA=D0=B0=D0=BE =D0= =BC=D0=B5=D1=81=D1=82=D0=BE =D1=81=D0=BA=D1=83=D0=BF=D1=99=D0=B0=D1=9A=D0= =B0 =D0=B7=D0=B0 =D0=93=D1=83=D0=B8=D0=BB=D0=B5 =D0=BC=D0=BE=D0=B4=D1=83=D0= =BB=D0=B5 =D1=87=D0=B8=D1=81=D1=82=D0=B5-=D1=88=D0=B5=D0=BC=D0=B5,\n" -"=D0=BE=D0=BC=D0=BE=D0=B3=D1=83=D1=9B=D0=B0=D0=B2=D0=B0=D1=98=D1=83=D1=9B= =D0=B8 =D1=99=D1=83=D0=B4=D0=B8=D0=BC=D0=B0 =D0=B4=D0=B0 =D1=81=D0=B0=D1=80= =D0=B0=D1=92=D1=83=D1=98=D1=83 =D1=81=D1=98=D0=B5=D0=B4=D0=B8=D1=9A=D0=B0= =D0=B2=D0=B0=D1=98=D1=83=D1=9B=D0=B8 =D1=9A=D0=B8=D1=85=D0=BE=D0=B2=D0=B5= =D0=BE=D0=BF=D1=88=D1=82=D0=B5 =D0=93=D1=83=D0=B8=D0=BB=D0=B5 =D0=BC=D0=BE= =D0=B4=D1=83=D0=BB=D0=B5\n" -"=D1=83 =D0=BE=D0=B1=D1=98=D0=B5=D0=B4=D0=B8=D1=9A=D0=B5=D0=BD=D1=83 =D0= =B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D1=83. =D0=A1=D0=B5=D1= =82=D0=B8=D1=82=D0=B5 =D1=81=D0=B5 =D1=81=D0=B0=D0=BC=D0=BE =E2=80=9Edown= -scaled, limited-scope CPAN\n" -"for Guile=E2=80=9C." =20 -#: gnu/packages/guile.scm:352 -msgid "JSON module for Guile" -msgstr "=D0=88=D0=A1=D0=9E=D0=9D =D0=BC=D0=BE=D0=B4=D1=83=D0=BB =D0=B7=D0= =B0 =D0=93=D1=83=D0=B8=D0=BB=D0=B0" +#: gnu/packages/compression.scm:190 +msgid "High-quality data compression program" +msgstr "" =20 -#: gnu/packages/guile.scm:354 +#: gnu/packages/compression.scm:192 msgid "" -"Guile-json supports parsing and building JSON documents according to th= e\n" -"http:://json.org specification. These are the main features:\n" -"- Strictly complies to http://json.org specification.\n" -"- Build JSON documents programmatically via macros.\n" -"- Unicode support for strings.\n" -"- Allows JSON pretty printing." +"bzip2 is a freely available, patent free (see below), high-quality data= \n" +"compressor. It typically compresses files to within 10% to 15% of the = best\n" +"available techniques (the PPM family of statistical compressors), whils= t\n" +"being around twice as fast at compression and six times faster at\n" +"decompression." msgstr "" -"=D0=93=D1=83=D0=B8=D0=BB=D0=B5-=D1=98=D1=81=D0=BE=D0=BD =D0=BF=D0=BE=D0= =B4=D1=80=D1=88=D0=BA=D0=B0 =D0=BE=D0=B1=D1=80=D0=B0=D0=B4=D0=B5 =D0=B8 =D0= =B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B5 =D0=88=D0=A1=D0=9E=D0=9D =D0= =B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D0=B0=D1=82=D0=B0 =D0=BF=D1=80=D0= =B5=D0=BC=D0=B0\n" -"=D0=BE=D0=B4=D1=80=D0=B5=D0=B4=D0=B1=D0=B8 =E2=80=9Ehttp:://json.org=E2= =80=9C-=D0=B0. =D0=9E=D0=B2=D0=BE =D1=81=D1=83 =D0=B3=D0=BB=D0=B0=D0=B2=D0= =BD=D0=B5 =D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=98=D0=B5:\n" -"=E2=80=94 =D0=98=D0=B7=D1=80=D0=B8=D1=87=D0=B8=D1=82=D0=B0 =D1=81=D0=BA= =D0=B0=D0=B4=D0=BD=D0=BE=D1=81=D1=82 =D1=81=D0=B0 =D0=BE=D0=B4=D1=80=D0=B5= =D0=B4=D0=B1=D0=BE=D0=BC =E2=80=9Ehttp://json.org=E2=80=9C-=D0=B0.\n" -"=E2=80=94 =D0=98=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B0 =D0=88=D0=A1= =D0=9E=D0=9D =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D0=B0=D1=82=D0=B0= =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D1=99=D0=B8=D0=B2=D0=BE =D0=BF= =D1=83=D1=82=D0=B5=D0=BC =D0=BC=D0=B0=D0=BA=D1=80=D0=BE=D0=B0.\n" -"=E2=80=94 =D0=9F=D0=BE=D0=B4=D1=80=D1=88=D0=BA=D0=B0 =D1=98=D1=83=D0=BD= =D0=B8=D0=BA=D0=BE=D0=B4=D0=B0 =D0=B7=D0=B0 =D0=BD=D0=B8=D1=81=D0=BA=D0=B5= .\n" -"=E2=80=94 =D0=94=D0=BE=D0=BF=D1=83=D1=88=D1=82=D0=B0 =D1=84=D0=B8=D0=BD= =D0=BE =D0=88=D0=A1=D0=9E=D0=9D =D1=88=D1=82=D0=B0=D0=BC=D0=BF=D0=B0=D1=9A= =D0=B5." =20 -#: gnu/packages/lout.scm:109 -msgid "Lout, a document layout system similar in style to LaTeX" -msgstr "=D0=9B=D0=BE=D1=83=D1=82, =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC =D0= =B8=D0=B7=D0=B3=D0=BB=D0=B5=D0=B4=D0=B0 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0= =B5=D0=BD=D1=82=D0=B0 =D1=81=D0=BB=D0=B8=D1=87=D0=B0=D0=BD =D1=83 =D1=81=D1= =82=D0=B8=D0=BB=D1=83 =D0=9B=D0=B0=D0=A2=D0=B5=D0=A5-=D1=83" +#: gnu/packages/compression.scm:213 +msgid "General-purpose data compression" +msgstr "" =20 -#: gnu/packages/lout.scm:111 +#: gnu/packages/compression.scm:215 msgid "" -"The Lout document formatting system is now reads a high-level descripti= on of\n" -"a document similar in style to LaTeX and produces a PostScript or plain= text\n" -"output file.\n" +"XZ Utils is free general-purpose data compression software with high\n" +"compression ratio. XZ Utils were written for POSIX-like systems, but a= lso\n" +"work on some not-so-POSIX systems. XZ Utils are the successor to LZMA = " +"Utils.\n" "\n" -"Lout offers an unprecedented range of advanced features, including opti= mal\n" -"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" -"inclusion and generation, equation formatting, tables, diagrams, rotati= on and\n" -"scaling, sorted indexes, bibliographic databases, running headers and\n= " -"odd-even pages, automatic cross referencing, multilingual documents inc= luding\n" -"hyphenation (most European languages are supported), formatting of comp= uter\n" -"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" -"extended with definitions which are very much easier to write than trof= f of\n" -"TeX macros because Lout is a high-level, purely functional language, th= e\n" -"outcome of an eight-year research project that went back to the\n" -"beginning." +"The core of the XZ Utils compression code is based on LZMA SDK, but it = has\n" +"been modified quite a lot to be suitable for XZ Utils. The primary\n" +"compression algorithm is currently LZMA2, which is used inside the .xz\= n" +"container format. With typical files, XZ Utils create 30 % smaller out= put\n" +"than gzip and 15 % smaller output than bzip2." msgstr "" -"=D0=9B=D0=BE=D1=83=D1=82 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC =D0=BE=D0= =B1=D0=BB=D0=B8=D0=BA=D0=BE=D0=B2=D0=B0=D1=9A=D0=B0 =D0=B4=D0=BE=D0=BA=D1= =83=D0=BC=D0=B5=D0=BD=D0=B0=D1=82=D0=B0 =D1=81=D0=B0=D0=B4=D0=B0 =D1=87=D0= =B8=D1=82=D0=B0 =D0=BE=D0=BF=D0=B8=D1=81 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0= =B5=D0=BD=D1=82=D0=B0 =D0=B2=D0=B8=D0=BE=D0=BA=D0=BE=D0=B3 =D0=BD=D0=B8=D0= =B2=D0=BE=D0=B0\n" -"=D1=81=D0=BB=D0=B8=D1=87=D0=B0=D0=BD =D0=BF=D0=BE =D1=81=D1=82=D0=B8=D0= =BB=D1=83 =D0=9B=D0=B0=D0=A2=D0=B5=D0=A5-=D1=83 =D0=B8 =D0=B4=D0=B0=D1=98= =D0=B5 =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7=D0=BD=D1=83 =D0=B4=D0=B0=D1=82=D0=BE= =D1=82=D0=B5=D0=BA=D1=83 =D1=83 =D0=9F=D0=BE=D1=81=D1=82=D1=81=D0=BA=D1=80= =D0=B8=D0=BF=D1=82=D1=83 =D0=B8=D0=BB=D0=B8\n" -"=D0=BE=D0=B1=D0=B8=D1=87=D0=BD=D0=BE=D0=BC =D1=82=D0=B5=D0=BA=D1=81=D1=82= =D1=83. \n" + +#: gnu/packages/compression.scm:243 +msgid "Data compresion library suitable for real-time data de-/compressi= on" +msgstr "" + +#: gnu/packages/compression.scm:245 +msgid "" +"LZO is a data compression library which is suitable for data\n" +"de-/compression in real-time. This means it favours speed over\n" +"compression ratio.\n" "\n" -"=D0=9B=D0=BE=D1=83=D1=82 =D0=BD=D1=83=D0=B4=D0=B8 =D0=BE=D0=BF=D1=81=D0= =B5=D0=B3 =D0=BD=D0=B0=D0=BF=D1=80=D0=B5=D0=B4=D0=BD=D0=B8=D1=85 =D1=84=D1= =83=D0=BD=D0=BA=D1=86=D0=B8=D1=98=D0=B0 =D0=B1=D0=B5=D0=B7 =D0=BF=D1=80=D0= =B5=D0=BC=D1=86=D0=B0, =D1=83=D0=BA=D1=99=D1=83=D1=87=D1=83=D1=98=D1=83=D1= =9B=D0=B8 =D0=BE=D0=BF=D1=82=D0=B8=D0=BC=D0=B0=D0=BB=D0=B0=D0=BD\n" -"=D0=B7=D0=B0=D0=B2=D1=80=D1=88=D0=B5=D1=82=D0=B0=D0=BA =D0=BF=D0=B0=D1=81= =D1=83=D1=81=D0=B0 =D0=B8 =D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B5= , =D1=81=D0=B0=D0=BC=D0=BE=D1=81=D1=82=D0=B0=D0=BB=D0=B0=D0=BD =D0=BF=D1=80= =D0=B5=D0=BB=D0=BE=D0=BC =D1=80=D0=B5=D0=B4=D0=B0, =D1=83=D0=BA=D1=99=D1=83= =D1=87=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 =D0=B8\n" -"=D1=81=D1=82=D0=B2=D0=B0=D1=80=D0=B0=D1=9A=D0=B5 =D0=9F=D0=BE=D1=81=D1=82= =D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82 =D0=95=D0=9F=D0=A1 =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D0=B5, =D0=BE=D0=B1=D0=BB=D0=B8=D0=BA=D0=BE=D0=B2= =D0=B0=D1=9A=D0=B5 =D1=98=D0=B5=D0=B4=D0=BD=D0=B0=D1=87=D0=B8=D0=BD=D0=B5= , =D1=82=D0=B0=D0=B1=D0=B5=D0=BB=D0=B5,\n" -"=D0=B4=D0=B8=D1=98=D0=B0=D0=B3=D1=80=D0=B0=D0=BC=D0=B5, =D0=BE=D0=BA=D1= =80=D0=B5=D1=82=D0=B0=D1=9A=D0=B5 =D0=B8 =D0=BF=D1=80=D0=BE=D0=BC=D0=B5=D0= =BD=D1=83 =D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8=D0=BD=D0=B5, =D0=BF=D0=BE=D1= =80=D0=B5=D1=92=D0=B0=D0=BD=D0=B5 =D0=BF=D0=BE=D0=BF=D0=B8=D1=81=D0=B5, =D0= =B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D0=B3=D1=80=D0=B0=D1=84=D1=81=D0=BA=D0=B5= \n" -"=D0=B1=D0=B0=D0=B7=D0=B5 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0= , =D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D1=82=D0=B0=D1=9A=D0=B0 =D0=B7=D0=B0=D0=B3= =D0=BB=D0=B0=D0=B2=D1=99=D0=B0 =D0=B8 =D0=BF=D0=B0=D1=80=D0=BD=D0=B8=D1=85= -=D0=BD=D0=B5=D0=BF=D0=B0=D1=80=D0=BD=D0=B8=D1=85 =D1=81=D1=82=D1=80=D0=B0= =D0=BD=D0=B8=D1=86=D0=B0, =D1=81=D0=B0=D0=BC=D0=BE=D1=81=D1=82=D0=B0=D0=BB= =D0=BD=D0=BE\n" -"=D1=83=D0=BD=D0=B0=D0=BA=D1=80=D1=81=D0=BD=D0=BE =D1=83=D0=BF=D1=83=D1=9B= =D0=B8=D0=B2=D0=B0=D1=9A=D0=B5, =D0=B2=D0=B8=D1=88=D0=B5=D1=98=D0=B5=D0=B7= =D0=B8=D1=87=D0=BD=D0=B5 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82= =D0=B5 =D1=83=D0=BA=D1=99=D1=83=D1=87=D1=83=D1=98=D1=83=D1=9B=D0=B8 =D0=B7= =D0=B0=D0=B2=D1=80=D1=88=D0=B5=D1=82=D0=B0=D0=BA =D1=80=D0=B5=D0=B4=D0=B0= \n" -"(=D0=B2=D0=B5=D1=9B=D0=B8=D0=BD=D0=B0 =D0=B5=D0=B2=D1=80=D0=BE=D0=BF=D1= =81=D0=BA=D0=B8=D1=85 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA=D0=B0 =D1=98=D0=B5 =D0= =BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD=D0=B0), =D0=BE=D0=B1=D0=BB=D0=B8=D0= =BA=D0=BE=D0=B2=D0=B0=D1=9A=D0=B5 =D1=80=D0=B0=D1=87=D1=83=D0=BD=D0=B0=D1= =80=D1=81=D0=BA=D0=B8=D1=85 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0= =B0,\n" -"=D0=B8 =D1=98=D0=BE=D1=88 =D0=BC=D0=BD=D0=BE=D0=B3=D0=BE =D1=82=D0=BE=D0= =B3=D0=B0, =D1=81=D0=B2=D0=B5 =D1=81=D0=BF=D1=80=D0=B5=D0=BC=D0=BD=D0=BE = =D0=B7=D0=B0 =D1=83=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D1=83. =D0=A2=D0=B0= =D0=BA=D0=BE=D1=92=D0=B5, =D0=9B=D0=BE=D1=83=D1=82 =D1=98=D0=B5 =D0=BB=D0= =B0=D0=BA=D0=BE =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B8=D0=B2\n" -"=D0=BE=D0=B4=D1=80=D0=B5=D0=B4=D0=BD=D0=B8=D1=86=D0=B0=D0=BC=D0=B0 =D0=BA= =D0=BE=D1=98=D0=B5 =D1=81=D1=83 =D0=BC=D0=BD=D0=BE=D0=B3=D0=BE =D0=BB=D0=B0= =D0=BA=D1=88=D0=B5 =D0=B7=D0=B0 =D0=BF=D0=B8=D1=81=D0=B0=D1=9A=D0=B5 =D0=BD= =D0=B5=D0=B3=D0=BE =D1=82=D1=80=D0=BE=D1=84=D1=84 =D0=A2=D0=B5=D0=A5 =D0=BC= =D0=B0=D0=BA=D1=80=D0=BE=D0=B0 =D0=B7=D0=B0=D1=82=D0=BE =D1=88=D1=82=D0=BE= \n" -"=D1=98=D0=B5 =D0=9B=D0=BE=D1=83=D1=82 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA =D0= =B2=D0=B8=D1=81=D0=BE=D0=BA=D0=BE=D0=B3 =D0=BD=D0=B8=D0=B2=D0=BE=D0=B0, =D0= =BF=D0=BE=D1=82=D0=BF=D1=83=D0=BD=D0=BE =D1=84=D1=83=D0=BD=D0=BA=D1=86=D0= =B8=D0=BE=D0=BD=D0=B0=D0=BB=D0=B0=D0=BD, =D1=80=D0=B5=D0=B7=D1=83=D0=BB=D1= =82=D0=B0=D1=82 =D0=BF=D1=80=D0=BE=D1=98=D0=B5=D0=BA=D1=82=D0=B0\n" -"=D0=BE=D1=81=D0=BC=D0=BE=D0=B3=D0=BE=D0=B4=D0=B8=D1=88=D1=9A=D0=B5=D0=B3= =D0=B8=D1=81=D1=82=D1=80=D0=B0=D0=B6=D0=B8=D0=B2=D0=B0=D1=9A=D0=B0 =D0=BA= =D0=BE=D1=98=D0=B8 =D1=81=D0=B5 =D0=B2=D1=80=D0=B0=D1=82=D0=B8=D0=BE =D0=BD= =D0=B0 =D0=BF=D0=BE=D1=87=D0=B5=D1=82=D0=B0=D0=BA." +"LZO is written in ANSI C. Both the source code and the compressed data= \n" +"format are designed to be portable across platforms." +msgstr "" + +#: gnu/packages/compression.scm:268 +msgid "Compress or expand files" +msgstr "" + +#: gnu/packages/compression.scm:270 +msgid "" +"Lzop is a file compressor which is very similar to gzip. Lzop uses the= \n" +"LZO data compression library for compression services, and its main " +"advantages\n" +"over gzip are much higher compression and decompression speed (at the c= ost " +"of\n" +"some compression ratio)." +msgstr "" + +#: gnu/packages/compression.scm:289 +msgid "Lossless data compressor based on the LZMA algorithm" +msgstr "" + +#: gnu/packages/compression.scm:291 +msgid "" +"Lzip is a lossless data compressor with a user interface similar to the= \n" +"one of gzip or bzip2. Lzip decompresses almost as fast as gzip and " +"compresses\n" +"more than bzip2, which makes it well suited for software distribution a= nd " +"data\n" +"archiving. Lzip is a clean implementation of the LZMA algorithm." +msgstr "" + +#: gnu/packages/compression.scm:323 +msgid "Archives in shell scripts, uuencode/uudecode" +msgstr "" + +#: gnu/packages/compression.scm:325 +msgid "" +"GNU sharutils is a package for creating and manipulating shell\n" +"archives that can be readily emailed. A shell archive is a file that c= an " +"be\n" +"processed by a Bourne-type shell to unpack the original collection of " +"files. \n" +"This package is mostly for compatibility and historical interest." +msgstr "" + +#: gnu/packages/compression.scm:344 +msgid "Compression tools for some formats used by Microsoft" +msgstr "" + +#: gnu/packages/compression.scm:346 +msgid "" +"The purpose of libmspack is to provide both compression and\n" +"decompression of some loosely related file formats used by Microsoft." +msgstr "" + +#: gnu/packages/compression.scm:365 +msgid "Low-level interface to bzip2 compression library" +msgstr "" + +#: gnu/packages/compression.scm:366 +msgid "" +"This module provides a Perl interface to the bzip2\n" +"compression library." +msgstr "" + +#: gnu/packages/compression.scm:400 +msgid "Low-level interface to zlib compression library" +msgstr "" + +#: gnu/packages/compression.scm:401 +msgid "" +"This module provides a Perl interface to the zlib\n" +"compression library." +msgstr "" + +#: gnu/packages/compression.scm:422 +msgid "IO Interface to compressed files/buffers" +msgstr "" + +#: gnu/packages/compression.scm:423 +msgid "" +"IO-Compress provides a Perl interface to allow reading and\n" +"writing of compressed data created with the zlib and bzip2 libraries." +msgstr "" + +#: gnu/packages/databases.scm:92 +msgid "Berkeley database" +msgstr "" + +#: gnu/packages/databases.scm:94 +msgid "" +"Berkeley DB is an embeddable database allowing developers the choice of= \n" +"SQL, Key/Value, XML/XQuery or Java Object storage for their data model.= " +msgstr "" =20 -#: gnu/packages/recutils.scm:58 +#: gnu/packages/databases.scm:146 +msgid "Fast, easy to use, and popular database" +msgstr "" + +#: gnu/packages/databases.scm:148 +msgid "" +"MySQL is a fast, reliable, and easy to use relational database\n" +"management system that supports the standardized Structured Query\n" +"Language." +msgstr "" + +#: gnu/packages/databases.scm:215 +msgid "SQL database server" +msgstr "" + +#: gnu/packages/databases.scm:217 +msgid "" +"MariaDB is a multi-user and multi-threaded SQL database server, designe= d\n" +"as a drop-in replacement of MySQL." +msgstr "" + +#: gnu/packages/databases.scm:237 +msgid "Powerful object-relational database system" +msgstr "" + +#: gnu/packages/databases.scm:239 +msgid "" +"PostgreSQL is a powerful object-relational database system. It is full= y\n" +"ACID compliant, has full support for foreign keys, joins, views, trigge= rs, " +"and\n" +"stored procedures (in multiple languages). It includes most SQL:2008 d= ata\n" +"types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERV= AL, " +"and\n" +"TIMESTAMP. It also supports storage of binary large objects, including= \n" +"pictures, sounds, or video." +msgstr "" + +#: gnu/packages/databases.scm:274 msgid "Manipulate plain text files as databases" msgstr "=D0=A3=D0=BF=D1=80=D0=B0=D0=B2=D1=99=D0=B0=D1=98=D1=82=D0=B5 =D0= =B4=D0=B0=D1=82=D0=BE=D1=82=D0=B5=D0=BA=D0=B0=D0=BC=D0=B0 =D0=BE=D0=B1=D0= =B8=D1=87=D0=BD=D0=BE=D0=B3 =D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0 =D0=BA=D0= =B0=D0=BE =D0=B1=D0=B0=D0=B7=D0=B0=D0=BC=D0=B0 =D0=BF=D0=BE=D0=B4=D1=82=D0= =B0=D0=BA=D0=B0" =20 -#: gnu/packages/recutils.scm:60 +#: gnu/packages/databases.scm:276 +#, fuzzy msgid "" "GNU Recutils is a set of tools and libraries for creating and\n" -"manipulating text-based, human-editable databases. Despite being text-= based,\n" +"manipulating text-based, human-editable databases. Despite being text-= " +"based,\n" "databases created with Recutils carry all of the expected features such= as\n" -"unique fields, primary keys, time stamps and more. Many different field= types\n" -"are supported, as is encryption." +"unique fields, primary keys, time stamps and more. Many different fiel= d\n" +"types are supported, as is encryption." msgstr "" "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=BE =D0=A0=D0=B5=D0=BA=D0=BF=D0=BE=D0=BC= =D0=B0=D0=B3=D0=B0=D0=BB=D0=BE =D1=98=D0=B5 =D1=81=D0=BA=D1=83=D0=BF =D0=B0= =D0=BB=D0=B0=D1=82=D0=B0 =D0=B8 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82= =D0=B5=D0=BA=D0=B0 =D0=B7=D0=B0 =D1=81=D1=82=D0=B2=D0=B0=D1=80=D0=B0=D1=9A= =D0=B5 =D0=B8 =D1=80=D1=83=D0=BA=D0=BE=D0=B2=D0=B0=D1=9A=D0=B5\n" "=D0=B1=D0=B0=D0=B7=D0=B0=D0=BC=D0=B0 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0= =D0=BA=D0=B0 =D0=B7=D0=B0=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=BC= =D0=BD=D0=B0 =D1=82=D0=B5=D0=BA=D1=81=D1=82=D1=83 =D0=BA=D0=BE=D1=98=D0=B5= =D1=81=D0=B5 =D0=BC=D0=BE=D0=B3=D1=83 =D1=83=D1=80=D0=B5=D1=92=D0=B8=D0=B2= =D0=B0=D1=82=D0=B8. =D0=98=D0=B0=D0=BA=D0=BE =D1=81=D1=83\n" "=D0=B7=D0=B0=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B5 =D0=BD=D0=B0 =D1= =82=D0=B5=D0=BA=D1=81=D1=82=D1=83, =D0=B1=D0=B0=D0=B7=D0=B5 =D0=BF=D0=BE=D0= =B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 =D1=81=D1=82=D0=B2=D0=BE=D1=80=D0=B5=D0= =BD=D0=B5 =D0=A0=D0=B5=D0=BA=D0=BF=D0=BE=D0=BC=D0=B0=D0=B3=D0=B0=D0=BB=D0= =BE=D0=BC =D1=81=D0=B0=D0=B4=D1=80=D0=B6=D0=B5 =D1=81=D0=B2=D0=B5\n" "=D0=BE=D1=87=D0=B5=D0=BA=D0=B8=D0=B2=D0=B0=D0=BD=D0=B5 =D1=84=D1=83=D0=BD= =D0=BA=D1=86=D0=B8=D1=98=D0=B5 =D0=BA=D0=B0=D0=BE =D1=88=D1=82=D0=BE =D1=81= =D1=83 =D1=98=D0=B5=D0=B4=D0=B8=D0=BD=D1=81=D1=82=D0=B2=D0=B5=D0=BD=D0=B0= =D0=BF=D0=BE=D1=99=D0=B0, =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=B8 =D0= =BA=D1=99=D1=83=D1=87=D0=B5=D0=B2=D0=B8, =D0=BE=D0=B7=D0=BD=D0=B0=D0=BA=D0= =B5\n" "=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=B0 =D0=B8 =D1=98=D0=BE=D1=88 =D0= =BD=D0=B5=D0=BA=D0=B5. =D0=9C=D0=BD=D0=BE=D0=B3=D0=B5 =D1=80=D0=B0=D0=B7=D0= =BB=D0=B8=D1=87=D0=B8=D1=82=D0=B5 =D0=B2=D1=80=D1=81=D1=82=D0=B5 =D0=BF=D0= =BE=D1=99=D0=B0 =D1=81=D1=83 =D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD=D0= =B5, =D0=BA=D0=B0=D0=BE =D1=83 =D1=88=D0=B8=D1=84=D1=80=D0=BE=D0=B2=D0=B0= =D1=9A=D1=83." + +#: gnu/packages/databases.scm:317 +msgid "The SQLite database management system" +msgstr "" + +#: gnu/packages/databases.scm:319 +msgid "" +"SQLite is a software library that implements a self-contained, serverle= ss,\n" +"zero-configuration, transactional SQL database engine. SQLite is the m= ost\n" +"widely deployed SQL database engine in the world. The source code for = " +"SQLite\n" +"is in the public domain." +msgstr "" + +#: gnu/packages/databases.scm:354 +msgid "Trivial database" +msgstr "" + +#: gnu/packages/databases.scm:356 +msgid "" +"TDB is a Trivial Database. In concept, it is very much like GDBM,\n" +"and BSD's DB except that it allows multiple simultaneous writers and us= es\n" +"locking internally to keep writers from trampling on each other. TDB i= s " +"also\n" +"extremely small." +msgstr "" + +#: gnu/packages/databases.scm:375 +msgid "Database independent interface for Perl" +msgstr "" + +#: gnu/packages/databases.scm:376 +msgid "This package provides an database interface for Perl." +msgstr "" + +#: gnu/packages/databases.scm:423 +msgid "Extensible and flexible object <-> relational mapper" +msgstr "" + +#: gnu/packages/databases.scm:424 +msgid "" +"An SQL to OO mapper with an object API inspired by\n" +"Class::DBI (with a compatibility layer as a springboard for porting) an= d a\n" +"resultset API that allows abstract encapsulation of database operations= . " +"It\n" +"aims to make representing queries in your code as perl-ish as possible = " +"while\n" +"still providing access to as many of the capabilities of the database a= s\n" +"possible, including retrieving related records from multiple tables in = a\n" +"single query, \"JOIN\", \"LEFT JOIN\", \"COUNT\", \"DISTINCT\", \"GROUP= BY" +"\",\n" +"\"ORDER BY\" and \"HAVING\" support." +msgstr "" + +#: gnu/packages/databases.scm:454 +msgid "Cursor with built-in caching support" +msgstr "" + +#: gnu/packages/databases.scm:455 +msgid "" +"DBIx::Class::Cursor::Cached provides a cursor class with\n" +"built-in caching support." +msgstr "" + +#: gnu/packages/databases.scm:475 +msgid "Introspect many-to-many relationships" +msgstr "" + +#: gnu/packages/databases.scm:476 +msgid "" +"Because the many-to-many relationships are not real\n" +"relationships, they can not be introspected with DBIx::Class. Many-to-= many\n" +"relationships are actually just a collection of convenience methods " +"installed\n" +"to bridge two relationships. This DBIx::Class component can be used to= " +"store\n" +"all relevant information about these non-relationships so they can late= r be\n" +"introspected and examined." +msgstr "" + +#: gnu/packages/databases.scm:533 +msgid "Create a DBIx::Class::Schema based on a database" +msgstr "" + +#: gnu/packages/databases.scm:534 +msgid "" +"DBIx::Class::Schema::Loader automates the definition of a\n" +"DBIx::Class::Schema by scanning database table definitions and setting = up " +"the\n" +"columns, primary keys, unique constraints and relationships." +msgstr "" + +#: gnu/packages/databases.scm:558 +msgid "DBI PostgreSQL interface" +msgstr "" + +#: gnu/packages/databases.scm:577 +msgid "SQlite interface for Perl" +msgstr "" + +#: gnu/packages/databases.scm:578 +msgid "" +"DBD::SQLite is a Perl DBI driver for SQLite, that includes\n" +"the entire thing in the distribution. So in order to get a fast " +"transaction\n" +"capable RDBMS working for your Perl project you simply have to install = this\n" +"module, and nothing else." +msgstr "" + +#: gnu/packages/databases.scm:608 +msgid "Generate SQL from Perl data structures" +msgstr "" + +#: gnu/packages/databases.scm:609 +msgid "" +"This module was inspired by the excellent DBIx::Abstract.\n" +"While based on the concepts used by DBIx::Abstract, the concepts used h= ave\n" +"been modified to make the SQL easier to generate from Perl data structu= res.\n" +"The underlying idea is for this module to do what you mean, based on th= e " +"data\n" +"structures you provide it, so that you don't have to modify your code e= very\n" +"time your data changes" +msgstr "" + +#: gnu/packages/databases.scm:638 +msgid "Split SQL code into atomic statements" +msgstr "" + +#: gnu/packages/databases.scm:639 +msgid "" +"This module tries to split any SQL code, even including\n" +"non-standard extensions, into the atomic statements it is composed of." +msgstr "" + +#: gnu/packages/databases.scm:657 +msgid "SQL tokenizer" +msgstr "" + +#: gnu/packages/databases.scm:658 +msgid "" +"SQL::Tokenizer is a tokenizer for SQL queries. It does not\n" +"claim to be a parser or query verifier. It just creates sane tokens fr= om a\n" +"valid SQL query." +msgstr "" + +#: gnu/packages/databases.scm:675 +msgid "Data source abstraction library" +msgstr "" + +#: gnu/packages/databases.scm:676 +msgid "" +"Unixodbc is a library providing an API with which to access\n" +"data sources. Data sources include SQL Servers and any software with a= n " +"ODBC\n" +"Driver." +msgstr "" + +#: gnu/packages/databases.scm:700 +msgid "In-memory key/value and document store" +msgstr "" + +#: gnu/packages/databases.scm:702 +msgid "" +"UnQLite is an in-process software library which implements a\n" +"self-contained, serverless, zero-configuration, transactional NoSQL\n" +"database engine. UnQLite is a document store database similar to\n" +"MongoDB, Redis, CouchDB, etc. as well as a standard Key/Value store\n" +"similar to BerkelyDB, LevelDB, etc." +msgstr "" + +#: gnu/packages/debug.scm:71 +msgid "Heuristical file minimizer" +msgstr "" + +#: gnu/packages/debug.scm:73 +msgid "" +"Delta assists you in minimizing \"interesting\" files subject to a test= \n" +"of their interestingness. A common such situation is when attempting t= o\n" +"isolate a small failure-inducing substring of a large input that causes= " +"your\n" +"program to exhibit a bug." +msgstr "" + +#: gnu/packages/debug.scm:132 +msgid "Reducer for interesting code" +msgstr "" + +#: gnu/packages/debug.scm:134 +msgid "" +"C-Reduce is a tool that takes a large C or C++ program that has a\n" +"property of interest (such as triggering a compiler bug) and automatica= lly\n" +"produces a much smaller C/C++ program that has the same property. It i= s\n" +"intended for use by people who discover and report bugs in compilers an= d " +"other\n" +"tools that process C/C++ code." +msgstr "" + +#: gnu/packages/dejagnu.scm:78 +msgid "GNU software testing framework" +msgstr "" + +#: gnu/packages/dejagnu.scm:80 +msgid "" +"DejaGnu is a framework for testing software. In effect, it serves as\n= " +"a front-end for all tests written for a program. Thus, each program ca= n " +"have\n" +"multiple test suites, which are then all managed by a single harness." +msgstr "" + +#: gnu/packages/feh.scm:53 +msgid "Fast and light imlib2-based image viewer" +msgstr "" + +#: gnu/packages/feh.scm:55 +msgid "" +"feh is an X11 image viewer aimed mostly at console users.\n" +"Unlike most other viewers, it does not have a fancy GUI, but simply\n" +"displays images. It can also be used to set the desktop wallpaper.\n" +"It is controlled via commandline arguments and configurable key/mouse\n= " +"actions." +msgstr "" + +#: gnu/packages/games.scm:100 +msgid "Backgammon game" +msgstr "" + +#: gnu/packages/games.scm:101 +msgid "" +"The GNU backgammon application can be used for playing, analyzing and\n= " +"teaching the game. It has an advanced evaluation engine based on " +"artificial\n" +"neural networks suitable for both beginners and advanced players. In\n= " +"addition to a command-line interface, it also features an attractive, 3= D\n" +"representation of the playing board." +msgstr "" + +#: gnu/packages/games.scm:130 +msgid "3d Rubik's cube game" +msgstr "" + +#: gnu/packages/games.scm:132 +msgid "" +"GNUbik is a puzzle game in which you must manipulate a cube to make\n" +"each of its faces have a uniform color. The game is customizable, allo= wing\n" +"you to set the size of the cube (the default is 3x3) or to change the " +"colors.\n" +"You may even apply photos to the faces instead of colors. The game is\= n" +"scriptable with Guile." +msgstr "" + +#: gnu/packages/games.scm:194 +msgid "GNU/Linux port of the indie game \"l'Abbaye des Morts\"" +msgstr "" + +#: gnu/packages/games.scm:195 +msgid "" +"L'Abbaye des Morts is a 2D platform game set in 13th century\n" +"France. The Cathars, who preach about good Christian beliefs, were bei= ng\n" +"expelled by the Catholic Church out of the Languedoc region in France. = One " +"of\n" +"them, called Jean Raymond, found an old church in which to hide, not " +"knowing\n" +"that beneath its ruins lay buried an ancient evil." +msgstr "" + +#: gnu/packages/games.scm:238 +msgid "Lemmings clone" +msgstr "" + +#: gnu/packages/games.scm:240 +msgid "" +"Pingus is a free Lemmings-like puzzle game in which the player takes\n" +"command of a bunch of small animals and has to guide them through level= s.\n" +"Since the animals walk on their own, the player can only influence them= by\n" +"giving them commands, like build a bridge, dig a hole, or redirect all = " +"animals\n" +"in the other direction. Multiple such commands are necessary to reach = the\n" +"level's exit. The game is presented in a 2D side view." +msgstr "" + +#: gnu/packages/games.scm:262 +msgid "Convert English text to humorous dialects" +msgstr "" + +#: gnu/packages/games.scm:263 +msgid "" +"The GNU Talk Filters are programs that convert English text\n" +"into stereotyped or otherwise humorous dialects. The filters are provi= ded " +"as\n" +"a C library, so they can easily be integrated into other programs." +msgstr "" + +#: gnu/packages/games.scm:295 +msgid "Simulate the display from \"The Matrix\"" +msgstr "" + +#: gnu/packages/games.scm:296 +msgid "" +"CMatrix simulates the display from \"The Matrix\" and is\n" +"based on the screensaver from the movie's website. It works with termi= nal\n" +"settings up to 132x300 and can scroll lines all at the same rate or\n" +"asynchronously and at a user-defined speed." +msgstr "" + +#: gnu/packages/games.scm:316 +msgid "Full chess implementation" +msgstr "" + +#: gnu/packages/games.scm:317 +msgid "" +"GNU Chess is a chess engine. It allows you to compete\n" +"against the computer in a game of chess, either through the default " +"terminal\n" +"interface or via an external visual interface such as GNU XBoard." +msgstr "" + +#: gnu/packages/games.scm:345 +msgid "Twisted adventures of young pig farmer Dink Smallwood" +msgstr "" + +#: gnu/packages/games.scm:347 +msgid "" +"GNU FreeDink is a free and portable re-implementation of the engine\n" +"for the role-playing game Dink Smallwood. It supports not only the " +"original\n" +"game data files but it also supports user-produced game mods or \"D-Mod= s\".\n" +"To that extent, it also includes a front-end for managing all of your D= -Mods." +msgstr "" + +#: gnu/packages/games.scm:369 +msgid "Game data for GNU Freedink" +msgstr "" + +#: gnu/packages/games.scm:371 +msgid "This package contains the game data of GNU Freedink." +msgstr "" + +#: gnu/packages/games.scm:423 +msgid "Graphical user interface for chess programs" +msgstr "" + +#: gnu/packages/games.scm:424 +msgid "" +"GNU XBoard is a graphical board for all varieties of chess,\n" +"including international chess, xiangqi (Chinese chess), shogi (Japanese= " +"chess)\n" +"and Makruk. Several lesser-known variants are also supported. It pres= ents " +"a\n" +"fully interactive graphical interface and it can load and save games in= the\n" +"Portable Game Notation." +msgstr "" + +#: gnu/packages/games.scm:477 +msgid "Ball and paddle game" +msgstr "" + +#: gnu/packages/games.scm:478 +msgid "" +"XBoing is a blockout type game where you have a paddle which\n" +"you control to bounce a ball around the game zone destroying blocks wit= h a\n" +"proton ball. Each block carries a different point value. The more blo= cks " +"you\n" +"destroy, the better your score. The person with the highest score wins= ." +msgstr "" + +#: gnu/packages/games.scm:510 +msgid "Typing tutor" +msgstr "" + +#: gnu/packages/games.scm:512 +msgid "" +"GNU Typist is a universal typing tutor. It can be used to learn and\n" +"practice touch-typing. Several tutorials are included; in addition to\= n" +"tutorials for the standard QWERTY layout, there are also tutorials for = the\n" +"alternative layouts Dvorak and Colemak, as well as for the numpad. " +"Tutorials\n" +"are primarily in English, however some in other languages are provided.= " +msgstr "" + +#: gnu/packages/games.scm:565 +msgid "3D game engine written in C++" +msgstr "" + +#: gnu/packages/games.scm:567 +msgid "" +"The Irrlicht Engine is a high performance realtime 3D engine written in= \n" +"C++. Features include an OpenGL renderer, extensible materials, scene = " +"graph\n" +"management, character animation, particle and other special effects, " +"support\n" +"for common mesh file formats, and collision detection." +msgstr "" + +#: gnu/packages/games.scm:609 +msgid "Main game data for the Minetest game engine" +msgstr "" + +#: gnu/packages/games.scm:611 +msgid "Game data for the Minetest infinite-world block sandox game." +msgstr "" + +#: gnu/packages/games.scm:663 +msgid "Infinite-world block sandbox game" +msgstr "" + +#: gnu/packages/games.scm:665 +msgid "" +"Minetest is a sandbox construction game. Players can create and destro= y\n" +"various types of blocks in a three-dimensional open world. This allows= \n" +"forming structures in every possible creation, on multiplayer servers o= r as " +"a\n" +"single player. Mods and texture packs allow players to personalize the= " +"game\n" +"in different ways." +msgstr "" + +#: gnu/packages/games.scm:704 +msgid "Curses Implementation of the Glk API" +msgstr "" + +#: gnu/packages/games.scm:706 +msgid "" +"Glk defines a portable API for applications with text UIs. It was\n" +"primarily designed for interactive fiction, but it should be suitable f= or " +"many\n" +"interactive text utilities, particularly those based on a command line.= \n" +"This is an implementation of the Glk library which runs in a terminal " +"window,\n" +"using the curses.h library for screen control." +msgstr "" + +#: gnu/packages/games.scm:743 +msgid "Interpreter for Glulx VM" +msgstr "" + +#: gnu/packages/games.scm:745 +msgid "" +"Glulx is a 32-bit portable virtual machine intended for writing and\n" +"playing interactive fiction. It was designed by Andrew Plotkin to reli= eve\n" +"some of the restrictions in the venerable Z-machine format. This is th= e\n" +"reference interpreter, using Glk API." +msgstr "" + +#: gnu/packages/games.scm:781 +msgid "Z-machine interpreter" +msgstr "" + +#: gnu/packages/games.scm:783 +msgid "" +"Fizmo is a console-based Z-machine interpreter. It is used to play\n" +"interactive ficiton, also known as textadventures, which were implement= ed\n" +"either by Infocom or created using the Inform compiler." +msgstr "" + +#: gnu/packages/games.scm:833 +msgid "Reference frontend for the libretro API" +msgstr "" + +#: gnu/packages/games.scm:835 +msgid "" +"Libretro is a simple but powerful development interface that allows for= \n" +"the easy creation of emulators, games and multimedia applications that = can " +"plug\n" +"straight into any libretro-compatible frontend. RetroArch is the offic= ial\n" +"reference frontend for the libretro API, currently used by most as a " +"modular\n" +"multi-system game/emulator system." +msgstr "" + +#: gnu/packages/games.scm:855 +msgid "Play the game of Go" +msgstr "" + +#: gnu/packages/games.scm:856 +msgid "" +"GNU Go is a program that plays the game of Go, in which\n" +"players place stones on a grid to form territory or capture other stone= s.\n" +"While it can be played directly from the terminal, rendered in ASCII\n" +"characters, it is also possible to play GNU Go with 3rd party graphical= \n" +"interfaces or even in Emacs. It supports the standard game storage for= mat\n" +"(SGF, Smart Game Format) and inter-process communication format (GMP, G= o\n" +"Modem Protocol)." +msgstr "" + +#: gnu/packages/games.scm:906 +msgid "High speed arctic racing game based on Tux Racer" +msgstr "" + +#: gnu/packages/games.scm:908 +msgid "" +"Extreme Tux Racer, or etracer as it is called for short, is\n" +"a simple OpenGL racing game featuring Tux, the Linux mascot. The goal = of " +"the\n" +"game is to slide down a snow- and ice-covered mountain as quickly as " +"possible,\n" +"avoiding the trees and rocks that will slow you down.\n" +"\n" +"Collect herrings and other goodies while sliding down the hill, but avo= id " +"fish\n" +"bones.\n" +"\n" +"This game is based on the GPL version of the famous game TuxRacer." +msgstr "" + +#: gnu/packages/games.scm:946 +msgid "Game of jumping to the next floor, trying not to fall" +msgstr "" + +#: gnu/packages/games.scm:948 +msgid "" +"GNUjump is a simple, yet addictive game in which you must jump from\n" +"platform to platform to avoid falling, while the platforms drop at fast= er " +"rates\n" +"the higher you go. The game features multiplayer, unlimited FPS, smoot= h " +"floor\n" +"falling, themeable graphics and sounds, and replays." +msgstr "" + +#: gnu/packages/gcc.scm:298 +msgid "GNU Compiler Collection" +msgstr "" + +#: gnu/packages/gcc.scm:300 +msgid "" +"GCC is the GNU Compiler Collection. It provides compiler front-ends\n" +"for several languages, including C, C++, Objective-C, Fortran, Java, Ad= a, " +"and\n" +"Go. It also includes runtime support libraries for these languages." +msgstr "" + +#: gnu/packages/gcc.scm:503 +msgid "" +"Manipulating sets and relations of integer points bounded by linear " +"constraints" +msgstr "" + +#: gnu/packages/gcc.scm:506 +msgid "" +"isl is a library for manipulating sets and relations of integer points\= n" +"bounded by linear constraints. Supported operations on sets include\n" +"intersection, union, set difference, emptiness check, convex hull, " +"(integer)\n" +"affine hull, integer projection, computing the lexicographic minimum us= ing\n" +"parametric integer programming, coalescing and parametric vertex\n" +"enumeration. It also includes an ILP solver based on generalized basis= \n" +"reduction, transitive closures on maps (which may encode infinite graph= s),\n" +"dependence analysis and bounds on piecewise step-polynomials." +msgstr "" + +#: gnu/packages/gcc.scm:538 +msgid "Library to generate code for scanning Z-polyhedra" +msgstr "" + +#: gnu/packages/gcc.scm:540 +msgid "" +"CLooG is a free software library to generate code for scanning\n" +"Z-polyhedra. That is, it finds a code (e.g., in C, FORTRAN...) that\n" +"reaches each integral point of one or more parameterized polyhedra.\n" +"CLooG has been originally written to solve the code generation problem\= n" +"for optimizing compilers based on the polytope model. Nevertheless it\= n" +"is used now in various area e.g., to build control automata for\n" +"high-level synthesis or to find the best polynomial approximation of a\= n" +"function. CLooG may help in any situation where scanning polyhedra\n" +"matters. While the user has full control on generated code quality,\n" +"CLooG is designed to avoid control overhead and to produce a very\n" +"effective code." +msgstr "" + +#: gnu/packages/geeqie.scm:49 +msgid "Library and command-line utility to manage image metadata" +msgstr "" + +#: gnu/packages/geeqie.scm:51 +msgid "" +"Exiv2 is a C++ library and a command line utility to manage image\n" +"metadata. It provides fast and easy read and write access to the Exif,= " +"IPTC\n" +"and XMP metadata of images in various formats." +msgstr "" + +#: gnu/packages/geeqie.scm:82 +msgid "Lightweight GTK+ based image viewer" +msgstr "" + +#: gnu/packages/geeqie.scm:84 +msgid "" +"Geeqie is a lightweight GTK+ based image viewer for Unix like operating= \n" +"systems. It features: EXIF, IPTC and XMP metadata browsing and editing= \n" +"interoperability; easy integration with other software; geeqie works on= " +"files\n" +"and directories, there is no need to import images; fast preview for ma= ny " +"raw\n" +"image formats; tools for image comparison, sorting and managing photo\n= " +"collection. Geeqie was initially based on GQview." +msgstr "" + +#: gnu/packages/gettext.scm:86 +msgid "Tools and documentation for translation" +msgstr "" + +#: gnu/packages/gettext.scm:88 +msgid "" +"GNU Gettext is a package providing a framework for translating the\n" +"textual output of programs into multiple languages. It provides " +"translators\n" +"with the means to create message catalogs, as well as an Emacs mode to = work\n" +"with them, and a runtime library to load translated messages from the\n= " +"catalogs. Nearly all GNU packages use Gettext." +msgstr "" + +#: gnu/packages/gnuzilla.scm:85 +msgid "Mozilla javascript engine" +msgstr "" + +#: gnu/packages/gnuzilla.scm:86 +msgid "" +"SpiderMonkey is Mozilla's JavaScript engine written\n" +"in C/C++." +msgstr "" + +#: gnu/packages/gnuzilla.scm:118 +msgid "Netscape API for system level and libc-like functions" +msgstr "" + +#: gnu/packages/gnuzilla.scm:119 +msgid "" +"Netscape Portable Runtime (NSPR) provides a\n" +"platform-neutral API for system level and libc-like functions. It is u= sed\n" +"in the Mozilla clients." +msgstr "" + +#: gnu/packages/gnuzilla.scm:216 +msgid "Network Security Services" +msgstr "" + +#: gnu/packages/gnuzilla.scm:218 +msgid "" +"Network Security Services (NSS) is a set of libraries designed to suppo= rt\n" +"cross-platform development of security-enabled client and server " +"applications.\n" +"Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PK= CS " +"#7,\n" +"PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security\n= " +"standards." +msgstr "" + +#: gnu/packages/gnuzilla.scm:347 +msgid "Entirely free browser derived from Mozilla Firefox" +msgstr "" + +#: gnu/packages/gnuzilla.scm:349 +msgid "" +"IceCat is the GNU version of the Firefox browser. It is entirely free\= n" +"software, which does not recommend non-free plugins and addons. It als= o\n" +"features built-in privacy-protecting features." +msgstr "" + +#: gnu/packages/gtk.scm:78 +msgid "GNOME accessibility toolkit" +msgstr "" + +#: gnu/packages/gtk.scm:80 +msgid "" +"ATK provides the set of accessibility interfaces that are implemented\n= " +"by other toolkits and applications. Using the ATK interfaces, " +"accessibility\n" +"tools have full access to view and control running applications." +msgstr "" + +#: gnu/packages/gtk.scm:119 +msgid "2D graphics library" +msgstr "" + +#: gnu/packages/gtk.scm:121 +msgid "" +"Cairo is a 2D graphics library with support for multiple output devices= .\n" +"Currently supported output targets include the X Window System (via bot= h\n" +"Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG f= ile\n" +"output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB= .\n" +"\n" +"Cairo is designed to produce consistent output on all output media whil= e\n" +"taking advantage of display hardware acceleration when available\n" +"eg. through the X Render Extension).\n" +"\n" +"The cairo API provides operations similar to the drawing operators of\n= " +"PostScript and PDF. Operations in cairo including stroking and filling= " +"cubic\n" +"B=C3=A9zier splines, transforming and compositing translucent images, a= nd\n" +"antialiased text rendering. All drawing operations can be transformed = by " +"any\n" +"affine transformation (scale, rotation, shear, etc.)" +msgstr "" + +#: gnu/packages/gtk.scm:163 +msgid "OpenType text shaping engine" +msgstr "" + +#: gnu/packages/gtk.scm:165 +msgid "HarfBuzz is an OpenType text shaping engine." +msgstr "" + +#: gnu/packages/gtk.scm:196 +msgid "GNOME text and font handling library" +msgstr "" + +#: gnu/packages/gtk.scm:198 +msgid "" +"Pango is the core text and font handling library used in GNOME\n" +"applications. It has extensive support for the different writing syste= ms\n" +"used throughout the world." +msgstr "" + +#: gnu/packages/gtk.scm:224 +msgid "Obsolete pango functions" +msgstr "" + +#: gnu/packages/gtk.scm:225 +msgid "" +"Pangox was a X backend to pango. It is now obsolete and no\n" +"longer provided by recent pango releases. pangox-compat provides the\n= " +"functions which were removed." +msgstr "" + +#: gnu/packages/gtk.scm:259 +msgid "GTK+ widget for interactive graph-like environments" +msgstr "" + +#: gnu/packages/gtk.scm:261 +msgid "" +"Ganv is an interactive GTK+ widget for interactive =E2=80=9Cboxes and l= ines=E2=80=9D or\n" +"graph-like environments, e.g. modular synths or finite state machine\n" +"diagrams." +msgstr "" + +#: gnu/packages/gtk.scm:311 +msgid "Widget that extends the standard GTK+ 2.x 'GtkTextView' widget" +msgstr "" + +#: gnu/packages/gtk.scm:313 +msgid "" +"GtkSourceView is a portable C library that extends the standard GTK+\n" +"framework for multiline text editing with support for configurable synt= ax\n" +"highlighting, unlimited undo/redo, search and replace, a completion " +"framework,\n" +"printing and other features typical of a source code editor." +msgstr "" + +#: gnu/packages/gtk.scm:346 +msgid "GNOME image loading and manipulation library" +msgstr "" + +#: gnu/packages/gtk.scm:348 +msgid "" +"GdkPixbuf is a library for image loading and manipulation developed\n" +"in the GNOME project." +msgstr "" + +#: gnu/packages/gtk.scm:389 +msgid "Assistive Technology Service Provider Interface, core components" +msgstr "" + +#: gnu/packages/gtk.scm:391 +msgid "" +"The Assistive Technology Service Provider Interface, core components,\n= " +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:423 +msgid "Assistive Technology Service Provider Interface, ATK bindings" +msgstr "" + +#: gnu/packages/gtk.scm:425 +msgid "" +"The Assistive Technology Service Provider Interface\n" +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:477 +msgid "Cross-platform toolkit for creating graphical user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:479 +msgid "" +"GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating\n" +"graphical user interfaces. Offering a complete set of widgets, GTK+ is= \n" +"suitable for projects ranging from small one-off tools to complete\n" +"application suites." +msgstr "" + +#: gnu/packages/gtk.scm:605 +#, fuzzy +msgid "Cairo bindings for GNU Guile" +msgstr "=D0=A0=D0=B0=D0=B4=D0=BD=D0=B8 =D1=81=D0=BA=D0=BB=D0=BE=D0=BF =D0= =B7=D0=B0 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D1=87=D0=B8=D1= =82=D0=B0=D1=87=D0=B0 =D0=B7=D0=B0 =D0=93=D0=BD=D1=83 =D0=93=D1=83=D0=B8=D0= =BB=D0=B0" + +#: gnu/packages/gtk.scm:607 +msgid "" +"Guile-Cairo wraps the Cairo graphics library for Guile Scheme.\n" +"Guile-Cairo is complete, wrapping almost all of the Cairo API. It is A= PI\n" +"stable, providing a firm base on which to do graphics work. Finally, a= nd\n" +"importantly, it is pleasant to use. You get a powerful and well-mainta= ined\n" +"graphics library with all of the benefits of Scheme: memory management,= \n" +"exceptions, macros, and a dynamic programming environment." +msgstr "" + +#: gnu/packages/gtk.scm:642 +msgid "C++ bindings to the Cairo 2D graphics library" +msgstr "" + +#: gnu/packages/gtk.scm:644 +msgid "" +"Cairomm provides a C++ programming interface to the Cairo 2D graphics\n= " +"library." +msgstr "" + +#: gnu/packages/gtk.scm:668 +msgid "C++ interface to the Pango text rendering library" +msgstr "" + +#: gnu/packages/gtk.scm:670 +msgid "" +"Pangomm provides a C++ programming interface to the Pango text renderin= g\n" +"library." +msgstr "" + +#: gnu/packages/gtk.scm:691 +msgid "C++ interface to the ATK accessibility library" +msgstr "" + +#: gnu/packages/gtk.scm:693 +msgid "" +"ATKmm provides a C++ programming interface to the ATK accessibility\n" +"toolkit." +msgstr "" + +#: gnu/packages/gtk.scm:719 +msgid "C++ interface to the GTK+ graphical user interface library" +msgstr "" + +#: gnu/packages/gtk.scm:721 +msgid "" +"gtkmm is the official C++ interface for the popular GUI library GTK+.\n= " +"Highlights include typesafe callbacks, and a comprehensive set of widge= ts " +"that\n" +"are easily extensible via inheritance. You can create user interfaces = " +"either\n" +"in code or with the Glade User Interface designer, using libglademm. " +"There's\n" +"extensive documentation, including API reference and a tutorial." +msgstr "" + +#: gnu/packages/gtk.scm:777 +msgid "Python bindings for cairo" +msgstr "" + +#: gnu/packages/gtk.scm:779 +msgid "Pycairo is a set of Python bindings for the Cairo graphics librar= y." +msgstr "" + +#: gnu/packages/gtk.scm:853 +msgid "Python bindings for GTK+" +msgstr "" + +#: gnu/packages/gtk.scm:855 +msgid "" +"PyGTK allows you to write full featured GTK programs in Python. It is\= n" +"targetted at GTK 2.x, and can be used in conjunction with gnome-python = to\n" +"write GNOME applications." +msgstr "" + +#: gnu/packages/gtk.scm:886 +msgid "Library for minimalistic gtk+3 user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:887 +msgid "" +"Girara is a library that implements a user interface that\n" +"focuses on simplicity and minimalism. Currently based on GTK+, a\n" +"cross-platform widget toolkit, it provides an interface that focuses on= " +"three\n" +"main components: a so-called view widget that represents the actual\n" +"application, an input bar that is used to execute commands of the\n" +"application and the status bar which provides the user with current\n" +"information." +msgstr "" + +#: gnu/packages/guile.scm:106 gnu/packages/guile.scm:173 +msgid "Scheme implementation intended especially for extensions" +msgstr "=D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0 =D1=88=D0=B5=D0=BC=D0= =B5 =D0=BD=D0=B0=D1=80=D0=BE=D1=87=D0=B8=D1=82=D0=BE =D0=BE=D1=81=D0=BC=D0= =B8=D1=88=D1=99=D0=B5=D0=BD=D0=B0 =D0=B7=D0=B0 =D0=BF=D1=80=D0=BE=D1=88=D0= =B8=D1=80=D0=B5=D1=9A=D0=B0" + +#: gnu/packages/guile.scm:108 gnu/packages/guile.scm:175 +msgid "" +"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" +"official extension language of the GNU system. It is an implementation= of\n" +"the Scheme language which can be easily embedded in other applications = to\n" +"provide a convenient means of extending the functionality of the " +"application\n" +"without requiring the source code to be rewritten." +msgstr "" +"=D0=93=D1=83=D0=B8=D0=BB=D0=B5 =D1=98=D0=B5 =D0=93=D0=BD=D1=83=D0=BE=D0= =B2 =D1=81=D0=B2=D0=B5=D0=BF=D1=80=D0=B8=D1=81=D1=83=D1=82=D0=B0=D0=BD =D0= =BF=D0=B0=D0=BC=D0=B5=D1=82=D0=B0=D0=BD =D1=98=D0=B5=D0=B7=D0=B8=D0=BA =D0= =B7=D0=B0 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D1=9A=D0=B0, =D0=B7=D0= =B2=D0=B0=D0=BD=D0=B8=D1=87=D0=BD=D0=B8 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA\n" +"=D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B5=D1=9A=D0=B0 =D0=B7=D0=B0 =D0= =93=D0=BD=D1=83=D0=BE=D0=B2 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC. =D0=A2= =D0=BE =D1=98=D0=B5 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0 =D0=A8=D0=B5= =D0=BC=D0=B5 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA=D0=B0 =D0=BA=D0=BE=D1=98=D0=B8= =D0=BC=D0=BE=D0=B6=D0=B5 =D0=BB=D0=B0=D0=BA=D0=BE\n" +"=D0=B1=D0=B8=D1=82=D0=B8 =D1=83=D0=B3=D1=80=D0=B0=D1=92=D0=B5=D0=BD =D1= =83 =D0=B4=D1=80=D1=83=D0=B3=D0=B5 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0= =BC=D0=B5 =D0=BA=D0=B0=D0=BA=D0=BE =D0=B1=D0=B8 =D0=BE=D0=B1=D0=B5=D0=B7=D0= =B1=D0=B5=D0=B4=D0=B8=D0=BE =D0=B8=D1=81=D0=BF=D0=BB=D0=B0=D1=82=D0=B8=D0= =B2 =D0=BD=D0=B0=D1=87=D0=B8=D0=BD =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0= =B8=D0=B2=D0=B0=D1=9A=D0=B0\n" +"=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0=D0=BB=D0=BD=D0=BE= =D1=81=D1=82=D0=B8 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=B0 =D0=B1= =D0=B5=D0=B7 =D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=B5 =D0=BF=D0=BE=D0=BD= =D0=BE=D0=B2=D0=BD=D0=BE=D0=B3 =D0=BF=D0=B8=D1=81=D0=B0=D1=9A=D0=B0 =D0=B8= =D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D0=BE=D0=B3 =D0=BA=D0=BE=D0=B4=D0=B0." + +#: gnu/packages/guile.scm:248 +msgid "Framework for building readers for GNU Guile" +msgstr "=D0=A0=D0=B0=D0=B4=D0=BD=D0=B8 =D1=81=D0=BA=D0=BB=D0=BE=D0=BF =D0= =B7=D0=B0 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D1=87=D0=B8=D1= =82=D0=B0=D1=87=D0=B0 =D0=B7=D0=B0 =D0=93=D0=BD=D1=83 =D0=93=D1=83=D0=B8=D0= =BB=D0=B0" + +#: gnu/packages/guile.scm:250 +#, fuzzy +msgid "" +"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" +"\n" +"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" +"procedure. Readers supporting various syntax variants can easily be " +"written,\n" +"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" +"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-= derived\n" +"document syntax.\n" +"\n" +"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" +"hopefully more powerful and flexible (for instance, one may instantiate= as\n" +"many readers as needed)." +msgstr "" +"=D0=93=D1=83=D0=B8=D0=BB=D0=B5-=D1=87=D0=B8=D1=82=D0=B0=D1=87 =D1=98=D0= =B5 =D1=98=D0=B5=D0=B4=D0=BD=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=B0=D0=BD =D1= =80=D0=B0=D0=B4=D0=BD=D0=B8 =D1=81=D0=BA=D0=BB=D0=BE=D0=BF =D0=B7=D0=B0 =D0= =B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D1=83 =D1=87=D0=B8=D1=82=D0=B0=D1= =87=D0=B0 =D0=B7=D0=B0 =D0=93=D0=BD=D1=83 =D0=93=D1=83=D0=B8=D0=BB=D0=B0.= \n" +"\n" +"=D0=97=D0=B0=D0=BC=D0=B8=D1=81=D0=B0=D0=BE =D1=98=D0=B5 =D0=BE=D0=BB=D0= =B0=D0=BA=D1=88=D0=B0=D1=82=D0=B8 =D0=B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1= =9A=D1=83 =D0=BF=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0=B0=D0=BA=D0=B0 =D0=BA=D0= =BE=D1=98=D0=B8 =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D1=83=D1=98=D1=83 =D0= =93=D1=83=D0=B8=D0=BB=D0=BE=D0=B2 =D0=BF=D0=BE=D1=81=D1=82=D1=83=D0=BF=D0= =B0=D0=BA\n" +"=D1=87=D0=B8=D1=82=D0=B0=D1=9A=D0=B0. =D0=A7=D0=B8=D1=82=D0=B0=D1=87=D0= =B8 =D0=BA=D0=BE=D1=98=D0=B8 =D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=B2=D0= =B0=D1=98=D1=83 =D1=80=D0=B0=D0=B7=D0=BD=D0=B5 =D0=B2=D0=B0=D1=80=D0=B8=D1= =98=D0=B0=D0=BD=D1=82=D0=B5 =D1=81=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81=D0= =B5 =D0=BC=D0=BE=D0=B3=D1=83 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BB=D0=B0=D0=BA=D0= =BE\n" +"=D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8, =D0=BF=D0=BE =D0=BC=D0= =BE=D0=B3=D1=83=D1=9B=D1=81=D1=82=D0=B2=D1=83 =D0=BF=D0=BE=D0=BD=D0=BE=D0= =B2=D0=BD=D0=B8=D0=BC =D0=BA=D0=BE=D1=80=D0=B8=D1=88=D1=9B=D0=B5=D1=9A=D0= =B5=D0=BC =D0=BF=D0=BE=D1=81=D1=82=D0=BE=D1=98=D0=B5=D1=9B=D0=B8=D1=85 =E2= =80=9E=D1=87=D0=B8=D1=82=D0=B0=D1=87=D0=B0 =E2=80=9C =D1=87=D0=B8=D1=82=D0= =B0=D1=87=D0=B0\n" +"=D1=81=D1=82=D0=B0=D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=B5 =D0=A8=D0=B5= =D0=BC=D0=B5. =D0=9D=D0=B0 =D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80, =D0=BA=D0= =BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D1=81=D0=B5 =D0=B7=D0=B0 =D0=BF=D1=80=D0= =B8=D0=BC=D0=B5=D0=BD=D1=83 =D1=81=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81=D0= =B5 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0 =D0=BA=D0=BE=D1= =98=D0=B0 " +"=D0=BF=D1=80=D0=BE=D0=B8=D0=B7=D0=B8=D0=BB=D0=B0=D0=B7=D0=B8 =D0=B8=D0=B7= =D0=A05=D0=A0=D0=A1 =D0=A1=D0=BA=D1=80=D0=B8=D0=B1=D0=B8=D0=BB=D0=BE=D0=B0= .\n" +"\n" +"=D0=9F=D1=80=D0=B8=D1=81=D1=82=D1=83=D0=BF =D0=93=D1=83=D0=B8=D0=BB=D0=B5= -=D1=87=D0=B8=D1=82=D0=B0=D1=87=D0=B0 =D1=98=D0=B5 =D1=81=D0=BB=D0=B8=D1=87= =D0=B0=D0=BD =D0=9E=D0=BF=D1=88=D1=82=D0=B5=D0=BC =D0=9B=D0=B8=D1=81=D0=BF= =D0=BE=D0=B2=D0=BE=D0=BC =E2=80=9E=D1=87=D0=B8=D1=82=D0=B0=D1=9A=D1=83 =D1= =82=D0=B0=D0=B1=D0=B5=D0=BB=D0=B5=E2=80=9C, =D0=B0=D0=BB=D0=B8 =D1=98=D0=B5= =D0=BD=D0=B0\n" +"=D1=81=D1=80=D0=B5=D1=9B=D1=83 =D0=BC=D0=BD=D0=BE=D0=B3=D0=BE =D0=BC=D0= =BE=D1=9B=D0=BD=D0=B8=D1=98=D0=B8 =D0=B8 =D0=BF=D1=80=D0=B8=D0=BB=D0=B0=D0= =B3=D0=BE=D0=B4=D1=99=D0=B8=D0=B2=D0=B8=D1=98=D0=B8 (=D0=BD=D0=B0 =D0=BF=D1= =80=D0=B8=D0=BC=D0=B5=D1=80, =D0=BD=D0=B5=D0=BA=D0=BE =D0=BC=D0=BE=D0=B6=D0= =B5 =D0=B4=D0=B0 =D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D0=BD=D0=B5\n" +"=D0=BE=D0=BD=D0=BE=D0=BB=D0=B8=D0=BA=D0=BE =D1=87=D0=B8=D1=82=D0=B0=D1=87= =D0=B0 =D0=BA=D0=BE=D0=BB=D0=B8=D0=BA=D0=BE =D0=BC=D1=83 =D1=98=D0=B5 =D0= =BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=BD=D0=BE)." + +#: gnu/packages/guile.scm:303 +msgid "Guile bindings to ncurses" +msgstr "=D0=93=D1=83=D0=B8=D0=BB=D0=B5=D0=BE=D0=B2=D0=BE =D0=BF=D0=BE=D0= =B2=D0=B5=D0=B7=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 =D1=81=D0=B0 =D0=B5=D0=BD-=D0= =BA=D1=83=D1=80=D1=81=D0=BE=D0=BC" + +#: gnu/packages/guile.scm:305 +msgid "" +"guile-ncurses provides Guile language bindings for the ncurses\n" +"library." +msgstr "" +"=D0=B3=D1=83=D0=B8=D0=BB=D0=B5-=D0=BD=D0=BA=D1=83=D1=80=D1=81=D0=B8=D1=81= =D0=BE=D0=B1=D0=B5=D0=B7=D0=B1=D0=B5=D1=92=D1=83=D1=98=D0=B5 =D0=BF=D0=BE= =D0=B2=D0=B5=D0=B7=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 =D0=93=D1=83=D0=B8=D0=BB= =D0=B5 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA=D0=B0 =D0=B7=D0=B0 =D0=BD=D0=BA=D1=83= =D1=80=D1=81=D0=B8=D1=81\n" +"=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D1=83." + +#: gnu/packages/guile.scm:325 +msgid "Run jobs at scheduled times" +msgstr "=D0=9F=D0=BE=D0=BA=D1=80=D0=B5=D1=82=D0=B0=D1=9A=D0=B5 =D0=BF=D0= =BE=D1=81=D0=BB=D0=BE=D0=B2=D0=B0 =D1=83 =D0=B7=D0=B0=D0=BA=D0=B0=D0=B7=D0= =B0=D0=BD=D0=BE =D0=B2=D1=80=D0=B5=D0=BC=D0=B5" + +#: gnu/packages/guile.scm:327 +msgid "" +"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" +"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten " +"in\n" +"Guile, so its configuration can be written in Scheme; the original cron= \n" +"format is also supported." +msgstr "" +"=D0=93=D0=BD=D1=83=D0=BE=D0=B2 =D0=9C=D0=BA=D1=80=D0=BE=D0=BD =D1=98=D0= =B5 =D0=BF=D0=BE=D1=82=D0=BF=D1=83=D0=BD=D0=B0 =D0=B7=D0=B0=D0=BC=D0=B5=D0= =BD=D0=B0 =D0=B7=D0=B0 =D0=92=D0=B8=D0=BA=D1=81=D0=B8 =D0=BA=D1=80=D0=BE=D0= =BD. =D0=9A=D0=BE=D1=80=D0=B8=D1=81=D1=82=D0=B8 =D1=81=D0=B5 =D0=B7=D0=B0= =D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D1=82=D0=B0=D1=9A=D0=B5\n" +"=D0=B7=D0=B0=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0 =D0=BD=D0=B0 =D0=B7=D0= =B0=D0=BA=D0=B0=D0=B7=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5, =D1=80=D0=B5=D1=86=D0= =B8=D0=BC=D0=BE =D1=81=D0=B2=D0=B0=D0=BA=D0=BE=D0=B3 =D1=81=D0=B0=D1=82=D0= =B0 =D0=B8=D0=BB=D0=B8 =D1=81=D0=B2=D0=B0=D0=BA=D0=BE=D0=B3 =D0=BF=D0=BE=D0= =BD=D0=B5=D0=B4=D0=B5=D1=99=D0=BA=D0=B0. =D0=9C=D0=BA=D1=80=D0=BE=D0=BD\= n" +"=D1=98=D0=B5 =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD =D1=83 =D0=93=D1= =83=D0=B8=D0=BB=D0=B5=D1=83, =D1=82=D0=B0=D0=BA=D0=BE =D0=B4=D0=B0 =D1=9A= =D0=B5=D0=B3=D0=BE=D0=B2=D0=BE =D0=BF=D0=BE=D0=B4=D0=B5=D1=88=D0=B0=D0=B2= =D0=B0=D1=9A=D0=B5 =D0=BC=D0=BE=D0=B6=D0=B5 =D0=B1=D0=B8=D1=82=D0=B8 =D0=BD= =D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE =D1=83 =D0=A8=D0=B5=D0=BC=D0=B8= ;\n" +"=D0=B8=D0=B7=D0=B2=D0=BE=D1=80=D0=BD=D0=B8 =D0=BA=D1=80=D0=BE=D0=BD=D0=BE= =D0=B2 =D0=B7=D0=B0=D0=BF=D0=B8=D1=81 =D1=98=D0=B5 =D1=82=D0=B0=D0=BA=D0=BE= =D1=92=D0=B5 =D0=BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD." + +#: gnu/packages/guile.scm:355 +msgid "Collection of useful Guile Scheme modules" +msgstr "=D0=97=D0=B1=D0=B8=D1=80=D0=BA=D0=B0 =D0=BA=D0=BE=D1=80=D0=B8=D1= =81=D0=BD=D0=B8=D1=85 =D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D0=B0 =D0=93=D1=83=D0= =B8=D0=BB=D0=B5 =D0=A8=D0=B5=D0=BC=D0=B5" + +#: gnu/packages/guile.scm:357 +#, fuzzy +msgid "" +"Guile-Lib is intended as an accumulation place for pure-scheme Guile\n" +"modules, allowing for people to cooperate integrating their generic Gui= le\n" +"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" +"for Guile\"." +msgstr "" +"=D0=B3=D1=83=D0=B8=D0=BB=D0=B5-=D0=B1=D0=B8=D0=B1=D0=BB =D1=98=D0=B5 =D0= =B7=D0=B0=D0=BC=D0=B8=D1=88=D1=99=D0=B5=D0=BD=D0=B0 =D0=BA=D0=B0=D0=BE =D0= =BC=D0=B5=D1=81=D1=82=D0=BE =D1=81=D0=BA=D1=83=D0=BF=D1=99=D0=B0=D1=9A=D0= =B0 =D0=B7=D0=B0 =D0=93=D1=83=D0=B8=D0=BB=D0=B5 =D0=BC=D0=BE=D0=B4=D1=83=D0= =BB=D0=B5 =D1=87=D0=B8=D1=81=D1=82=D0=B5-=D1=88=D0=B5=D0=BC=D0=B5,\n" +"=D0=BE=D0=BC=D0=BE=D0=B3=D1=83=D1=9B=D0=B0=D0=B2=D0=B0=D1=98=D1=83=D1=9B= =D0=B8 =D1=99=D1=83=D0=B4=D0=B8=D0=BC=D0=B0 =D0=B4=D0=B0 =D1=81=D0=B0=D1=80= =D0=B0=D1=92=D1=83=D1=98=D1=83 =D1=81=D1=98=D0=B5=D0=B4=D0=B8=D1=9A=D0=B0= =D0=B2=D0=B0=D1=98=D1=83=D1=9B=D0=B8 =D1=9A=D0=B8=D1=85=D0=BE=D0=B2=D0=B5= =D0=BE=D0=BF=D1=88=D1=82=D0=B5 =D0=93=D1=83=D0=B8=D0=BB=D0=B5 =D0=BC=D0=BE= =D0=B4=D1=83=D0=BB=D0=B5\n" +"=D1=83 =D0=BE=D0=B1=D1=98=D0=B5=D0=B4=D0=B8=D1=9A=D0=B5=D0=BD=D1=83 =D0= =B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D1=83. =D0=A1=D0=B5=D1= =82=D0=B8=D1=82=D0=B5 =D1=81=D0=B5 =D1=81=D0=B0=D0=BC=D0=BE =E2=80=9Edown= -scaled, limited-scope CPAN\n" +"for Guile=E2=80=9C." + +#: gnu/packages/guile.scm:388 +msgid "JSON module for Guile" +msgstr "=D0=88=D0=A1=D0=9E=D0=9D =D0=BC=D0=BE=D0=B4=D1=83=D0=BB =D0=B7=D0= =B0 =D0=93=D1=83=D0=B8=D0=BB=D0=B0" + +#: gnu/packages/guile.scm:390 +#, fuzzy +msgid "" +"Guile-json supports parsing and building JSON documents according to th= e\n" +"http:://json.org specification. These are the main features:\n" +"- Strictly complies to http://json.org specification.\n" +"- Build JSON documents programmatically via macros.\n" +"- Unicode support for strings.\n" +"- Allows JSON pretty printing." +msgstr "" +"=D0=93=D1=83=D0=B8=D0=BB=D0=B5-=D1=98=D1=81=D0=BE=D0=BD =D0=BF=D0=BE=D0= =B4=D1=80=D1=88=D0=BA=D0=B0 =D0=BE=D0=B1=D1=80=D0=B0=D0=B4=D0=B5 =D0=B8 =D0= =B8=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B5 =D0=88=D0=A1=D0=9E=D0=9D =D0= =B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D0=B0=D1=82=D0=B0 =D0=BF=D1=80=D0= =B5=D0=BC=D0=B0\n" +"=D0=BE=D0=B4=D1=80=D0=B5=D0=B4=D0=B1=D0=B8 =E2=80=9Ehttp:://json.org=E2= =80=9C-=D0=B0. =D0=9E=D0=B2=D0=BE =D1=81=D1=83 =D0=B3=D0=BB=D0=B0=D0=B2=D0= =BD=D0=B5 =D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=98=D0=B5:\n" +"=E2=80=94 =D0=98=D0=B7=D1=80=D0=B8=D1=87=D0=B8=D1=82=D0=B0 =D1=81=D0=BA= =D0=B0=D0=B4=D0=BD=D0=BE=D1=81=D1=82 =D1=81=D0=B0 =D0=BE=D0=B4=D1=80=D0=B5= =D0=B4=D0=B1=D0=BE=D0=BC =E2=80=9Ehttp://json.org=E2=80=9C-=D0=B0.\n" +"=E2=80=94 =D0=98=D0=B7=D0=B3=D1=80=D0=B0=D0=B4=D1=9A=D0=B0 =D0=88=D0=A1= =D0=9E=D0=9D =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D0=B0=D1=82=D0=B0= =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D1=99=D0=B8=D0=B2=D0=BE =D0=BF= =D1=83=D1=82=D0=B5=D0=BC =D0=BC=D0=B0=D0=BA=D1=80=D0=BE=D0=B0.\n" +"=E2=80=94 =D0=9F=D0=BE=D0=B4=D1=80=D1=88=D0=BA=D0=B0 =D1=98=D1=83=D0=BD= =D0=B8=D0=BA=D0=BE=D0=B4=D0=B0 =D0=B7=D0=B0 =D0=BD=D0=B8=D1=81=D0=BA=D0=B5= .\n" +"=E2=80=94 =D0=94=D0=BE=D0=BF=D1=83=D1=88=D1=82=D0=B0 =D1=84=D0=B8=D0=BD= =D0=BE =D0=88=D0=A1=D0=9E=D0=9D =D1=88=D1=82=D0=B0=D0=BC=D0=BF=D0=B0=D1=9A= =D0=B5." + +#: gnu/packages/guile.scm:460 +msgid "miniKanren declarative logic system, packaged for Guile" +msgstr "" + +#: gnu/packages/guile.scm:462 +msgid "" +"MiniKanren is a relational programming extension to the Scheme\n" +"programming Language, written as a smaller version of Kanren suitable f= or\n" +"pedagogical purposes. It is featured in the book, The Reasoned Schemer= ,\n" +"written by Dan Friedman, William Byrd, and Oleg Kiselyov.\n" +"\n" +"This is Ian Price's r6rs packaged version of miniKranen, which deviates= \n" +"slightly from miniKanren mainline.\n" +"\n" +"See http://minikanren.org/ for more on miniKanren generally." +msgstr "" + +#: gnu/packages/guile.scm:532 +msgid "Guile bindings to the GDBM library via Guile's FFI" +msgstr "" + +#: gnu/packages/guile.scm:534 +msgid "" +"Guile bindings to the GDBM key-value storage system, using\n" +"Guile's foreign function interface." +msgstr "" + +#: gnu/packages/imagemagick.scm:86 +msgid "Create, edit, compose, or convert bitmap images" +msgstr "" + +#: gnu/packages/imagemagick.scm:88 +msgid "" +"ImageMagick=C2=AE is a software suite to create, edit, compose, or conv= ert\n" +"bitmap images. It can read and write images in a variety of formats (o= ver " +"100)\n" +"including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript= , " +"SVG,\n" +"and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, sh= ear " +"and\n" +"transform images, adjust image colors, apply various special effects, o= r " +"draw\n" +"text, lines, polygons, ellipses and B=C3=A9zier curves." +msgstr "" + +#: gnu/packages/imagemagick.scm:132 +msgid "Perl interface to ImageMagick" +msgstr "" + +#: gnu/packages/imagemagick.scm:133 +msgid "" +"This Perl extension allows the reading, manipulation and\n" +"writing of a large number of image file formats using the ImageMagick " +"library.\n" +"Use it to create, edit, compose, or convert bitmap images from within a= " +"Perl\n" +"script." +msgstr "" + +#: gnu/packages/image.scm:68 +msgid "Library for handling PNG files" +msgstr "" + +#: gnu/packages/image.scm:70 +msgid "" +"Libpng is the official PNG (Portable Network Graphics) reference\n" +"library. It supports almost all PNG features and is extensible." +msgstr "" + +#: gnu/packages/image.scm:86 +msgid "Library for handling JPEG files" +msgstr "" + +#: gnu/packages/image.scm:88 +msgid "" +"Libjpeg implements JPEG image encoding, decoding, and transcoding.\n" +"JPEG is a standardized compression method for full-color and gray-scale= \n" +"images.\n" +"The included programs provide conversion between the JPEG format and\n" +"image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats." +msgstr "" + +#: gnu/packages/image.scm:125 +msgid "Library for handling TIFF files" +msgstr "" + +#: gnu/packages/image.scm:127 +msgid "" +"Libtiff provides support for the Tag Image File Format (TIFF), a format= \n" +"used for storing image data.\n" +"Included are a library, libtiff, for reading and writing TIFF and a sma= ll\n" +"collection of tools for doing simple manipulations of TIFF images." +msgstr "" + +#: gnu/packages/image.scm:157 +msgid "Library for reading images in the Microsoft WMF format" +msgstr "" + +#: gnu/packages/image.scm:159 +msgid "" +"libwmf is a library for reading vector images in Microsoft's native\n" +"Windows Metafile Format (WMF) and for either (a) displaying them in, e.= g., " +"an X\n" +"window; or (b) converting them to more standard/free file formats such = as, e." +"g.,\n" +"the W3C's XML-based Scaleable Vector Graphic (SVG) format." +msgstr "" + +#: gnu/packages/image.scm:217 +msgid "Library and tools for image processing and analysis" +msgstr "" + +#: gnu/packages/image.scm:219 +msgid "" +"Leptonica is a C library and set of command-line tools for efficient\n" +"image processing and image analysis operations. It supports rasterop, = " +"affine\n" +"transformations, binary and grayscale morphology, rank order, and " +"convolution,\n" +"seedfill and connected components, image transformations combining chan= ges " +"in\n" +"scale and pixel depth, and pixelwise masking, blending, enhancement, an= d\n" +"arithmetic ops." +msgstr "" + +#: gnu/packages/image.scm:242 +msgid "Decoder of the JBIG2 image compression format" +msgstr "" + +#: gnu/packages/image.scm:244 +msgid "" +"JBIG2 is designed for lossy or lossless encoding of 'bilevel'\n" +"(1-bit monochrome) images at moderately high resolution, and in\n" +"particular scanned paper documents. In this domain it is very\n" +"efficient, offering compression ratios on the order of 100:1.\n" +"\n" +"This is a decoder only implementation, and currently is in the alpha\n" +"stage, meaning it doesn't completely work yet. However, it is\n" +"maintaining parity with available encoders, so it is useful for real\n" +"work." +msgstr "" + +#: gnu/packages/image.scm:277 +msgid "JPEG 2000 codec" +msgstr "" + +#: gnu/packages/image.scm:279 +msgid "" +"The OpenJPEG library is a JPEG 2000 codec written in C. It has\n" +"been developed in order to promote the use of JPEG 2000, the new\n" +"still-image compression standard from the Joint Photographic Experts\n" +"Group (JPEG).\n" +"\n" +"In addition to the basic codec, various other features are under\n" +"development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats= ,\n" +"an indexing tool useful for the JPIP protocol, JPWL-tools for\n" +"error-resilience, a Java-viewer for j2k-images, ..." +msgstr "" + +#: gnu/packages/image.scm:356 +msgid "Tools and library for working with GIF images" +msgstr "" + +#: gnu/packages/image.scm:358 +msgid "" +"GIFLIB is a library for reading and writing GIF images. It is API and\= n" +"ABI compatible with libungif which was in wide use while the LZW " +"compression\n" +"algorithm was patented. Tools are also included to convert, manipulate= ,\n" +"compose, and analyze GIF images." +msgstr "" + +#: gnu/packages/image.scm:379 +msgid "GIF decompression library" +msgstr "" + +#: gnu/packages/image.scm:381 +msgid "libungif is the old GIF decompression library by the GIFLIB proje= ct." +msgstr "" + +#: gnu/packages/image.scm:410 +msgid "Loading, saving, rendering and manipulating image files" +msgstr "" + +#: gnu/packages/image.scm:412 +msgid "" +"Imlib2 is a library that does image file loading and saving as well as\= n" +"rendering, manipulation, arbitrary polygon support, etc.\n" +"\n" +"It does ALL of these operations FAST. Imlib2 also tries to be highly\n= " +"intelligent about doing them, so writing naive programs can be done eas= ily,\n" +"without sacrificing speed.\n" +"\n" +"This is a complete rewrite over the Imlib 1.x series. The architecture= is\n" +"more modular, simple, and flexible." +msgstr "" + +#: gnu/packages/image.scm:440 +msgid "Wrapper library for imlib2" +msgstr "" + +#: gnu/packages/image.scm:442 +msgid "" +"Giblib is a simple library which wraps imlib2's context API, avoiding\n= " +"all the context_get/set calls, adds fontstyles to the truetype renderer= and\n" +"supplies a generic doubly-linked list and some string functions." +msgstr "" + +#: gnu/packages/image.scm:481 +msgid "Library for handling popular graphics image formats" +msgstr "" + +#: gnu/packages/image.scm:483 +msgid "" +"FreeImage is a library for developers who would like to support popular= \n" +"graphics image formats like PNG, BMP, JPEG, TIFF and others." +msgstr "" + +#: gnu/packages/image.scm:522 +msgid "Computer vision library" +msgstr "" + +#: gnu/packages/image.scm:524 +msgid "" +"VIGRA stands for Vision with Generic Algorithms. It is an image\n" +"processing and analysis library that puts its main emphasis on customiz= able\n" +"algorithms and data structures. It is particularly strong for\n" +"multi-dimensional image processing." +msgstr "" + +#: gnu/packages/image.scm:555 +msgid "Lossless and lossy image compression" +msgstr "" + +#: gnu/packages/image.scm:557 +msgid "" +"WebP is a new image format that provides lossless and lossy compression= \n" +"for images. WebP lossless images are 26% smaller in size compared to\n= " +"PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG im= ages " +"at\n" +"equivalent SSIM index. WebP supports lossless transparency (also known= as\n" +"alpha channel) with just 22% additional bytes. Transparency is also " +"supported\n" +"with lossy compression and typically provides 3x smaller file sizes " +"compared\n" +"to PNG when lossy compression is acceptable for the red/green/blue colo= r\n" +"channels." +msgstr "" + +#: gnu/packages/image.scm:585 +msgid "Library for handling MNG files" +msgstr "" + +#: gnu/packages/image.scm:587 +msgid "Libmng is the MNG (Multiple-image Network Graphics) reference lib= rary." +msgstr "" + +#: gnu/packages/inkscape.scm:84 +msgid "Vector graphics editor" +msgstr "" + +#: gnu/packages/inkscape.scm:85 +msgid "" +"Inkscape is a vector graphics editor. What sets Inkscape\n" +"apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C " +"standard,\n" +"as the native format." +msgstr "" + +#: gnu/packages/jemalloc.scm:39 +msgid "General-purpose scalable concurrent malloc implementation" +msgstr "" + +#: gnu/packages/jemalloc.scm:41 +msgid "" +"This library providing a malloc(3) implementation that emphasizes\n" +"fragmentation avoidance and scalable concurrency support." +msgstr "" + +#: gnu/packages/key-mon.scm:65 +msgid "Show keyboard and mouse status" +msgstr "" + +#: gnu/packages/key-mon.scm:67 +msgid "" +"The key-mon utility displays the current keyboard and mouse status.\n" +"This is useful for teaching and screencasts." +msgstr "" + +#: gnu/packages/less.scm:41 +msgid "Paginator for terminals" +msgstr "" + +#: gnu/packages/less.scm:43 +msgid "" +"GNU less is a pager, a program that allows you to view large amounts\n" +"of text in page-sized chunks. Unlike traditional pagers, it allows bot= h\n" +"backwards and forwards movement through the document. It also does not= " +"have\n" +"to read the entire input file before starting, so it starts faster than= " +"most\n" +"text editors." +msgstr "" + +#: gnu/packages/lesstif.scm:47 gnu/packages/lesstif.scm:48 +msgid "Clone of the Motif toolkit for the X window system" +msgstr "" + +#: gnu/packages/linux.scm:139 +msgid "GNU Linux-Libre kernel headers" +msgstr "" + +#: gnu/packages/linux.scm:140 +msgid "Headers of the Linux-Libre kernel." +msgstr "" + +#: gnu/packages/linux.scm:171 +msgid "Tools for loading and managing Linux kernel modules" +msgstr "" + +#: gnu/packages/linux.scm:173 +msgid "" +"Tools for loading and managing Linux kernel modules, such as `modprobe'= ,\n" +"`insmod', `lsmod', and more." +msgstr "" + +#: gnu/packages/linux.scm:304 +msgid "100% free redistribution of a cleaned Linux kernel" +msgstr "" + +#: gnu/packages/linux.scm:306 +msgid "" +"GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.\= n" +"It has been modified to remove all non-free binary blobs." +msgstr "" + +#: gnu/packages/linux.scm:349 +msgid "Pluggable authentication modules for Linux" +msgstr "" + +#: gnu/packages/linux.scm:351 +msgid "" +"A *Free* project to implement OSF's RFC 86.0.\n" +"Pluggable authentication modules are small shared object files that can= \n" +"be used through the PAM API to perform tasks, like authenticating a use= r\n" +"at login. Local and dynamic reconfiguration are its key features" +msgstr "" + +#: gnu/packages/linux.scm:378 +msgid "Small utilities that use the proc filesystem" +msgstr "" + +#: gnu/packages/linux.scm:380 +msgid "" +"This PSmisc package is a set of some small useful utilities that\n" +"use the proc filesystem. We're not about changing the world, but\n" +"providing the system administrator with some help in common tasks." +msgstr "" + +#: gnu/packages/linux.scm:432 +msgid "Collection of utilities for the Linux kernel" +msgstr "" + +#: gnu/packages/linux.scm:434 +msgid "Util-linux is a random collection of utilities for the Linux kern= el." +msgstr "" + +#: gnu/packages/linux.scm:501 +msgid "Utilities that give information about processes" +msgstr "" + +#: gnu/packages/linux.scm:503 +msgid "" +"Procps is the package that has a bunch of small useful utilities\n" +"that give information about processes using the Linux /proc file system= .\n" +"The package includes the programs ps, top, vmstat, w, kill, free,\n" +"slabtop, and skill." +msgstr "" + +#: gnu/packages/linux.scm:528 +msgid "Tools for working with USB devices, such as lsusb" +msgstr "" + +#: gnu/packages/linux.scm:530 +msgid "Tools for working with USB devices, such as lsusb." +msgstr "" + +#: gnu/packages/linux.scm:602 +msgid "Creating and checking ext2/ext3/ext4 file systems" +msgstr "" + +#: gnu/packages/linux.scm:604 +msgid "" +"This package provides tools for manipulating ext2/ext3/ext4 file system= s." +msgstr "" + +#: gnu/packages/linux.scm:646 +msgid "Statically-linked fsck.* commands from e2fsprogs" +msgstr "" + +#: gnu/packages/linux.scm:648 +msgid "" +"This package provides statically-linked command of fsck.ext[234] taken\= n" +"from the e2fsprogs package. It is meant to be used in initrds." +msgstr "" + +#: gnu/packages/linux.scm:681 +msgid "Zero non-allocated regions in ext2/ext3/ext4 file systems" +msgstr "" + +#: gnu/packages/linux.scm:683 +msgid "" +"The zerofree command scans the free blocks in an ext2 file system and\n= " +"fills any non-zero blocks with zeroes. This is a useful way to make di= sk\n" +"images more compressible." +msgstr "" + +#: gnu/packages/linux.scm:702 +msgid "System call tracer for Linux" +msgstr "" + +#: gnu/packages/linux.scm:704 +msgid "" +"strace is a system call tracer, i.e. a debugging tool which prints out = a\n" +"trace of all the system calls made by a another process/program." +msgstr "" + +#: gnu/packages/linux.scm:725 +msgid "Library call tracer for Linux" +msgstr "" + +#: gnu/packages/linux.scm:727 +msgid "" +"ltrace intercepts and records dynamic library calls which are called by= \n" +"an executed process and the signals received by that process. It can a= lso\n" +"intercept and print the system calls executed by the program." +msgstr "" + +#: gnu/packages/linux.scm:747 +msgid "The Advanced Linux Sound Architecture libraries" +msgstr "" + +#: gnu/packages/linux.scm:749 gnu/packages/linux.scm:791 +msgid "" +"The Advanced Linux Sound Architecture (ALSA) provides audio and\n" +"MIDI functionality to the Linux-based operating system." +msgstr "" + +#: gnu/packages/linux.scm:789 +msgid "Utilities for the Advanced Linux Sound Architecture (ALSA)" +msgstr "" + +#: gnu/packages/linux.scm:816 +msgid "Program to configure the Linux IP packet filtering rules" +msgstr "" + +#: gnu/packages/linux.scm:818 +msgid "" +"iptables is the userspace command line program used to configure the\n" +"Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted " +"towards\n" +"system administrators. Since Network Address Translation is also " +"configured\n" +"from the packet filter ruleset, iptables is used for this, too. The " +"iptables\n" +"package also includes ip6tables. ip6tables is used for configuring the= " +"IPv6\n" +"packet filter." +msgstr "" + +#: gnu/packages/linux.scm:866 +msgid "Utilities for controlling TCP/IP networking and traffic in Linux" +msgstr "" + +#: gnu/packages/linux.scm:868 +msgid "" +"Iproute2 is a collection of utilities for controlling TCP/IP\n" +"networking and traffic with the Linux kernel.\n" +"\n" +"Most network configuration manuals still refer to ifconfig and route as= the\n" +"primary network configuration tools, but ifconfig is known to behave\n" +"inadequately in modern network environments. They should be deprecated= , " +"but\n" +"most distros still include them. Most network configuration systems ma= ke " +"use\n" +"of ifconfig and thus provide a limited feature set. The /etc/net proje= ct " +"aims\n" +"to support most modern network technologies, as it doesn't use ifconfig= and\n" +"allows a system administrator to make use of all iproute2 features, " +"including\n" +"traffic control.\n" +"\n" +"iproute2 is usually shipped in a package called iproute or iproute2 and= \n" +"consists of several tools, of which the most important are ip and tc. = ip\n" +"controls IPv4 and IPv6 configuration and tc stands for traffic control.= " +"Both\n" +"tools print detailed usage messages and are accompanied by a set of\n" +"manpages." +msgstr "" + +#: gnu/packages/linux.scm:976 +msgid "Tools for controlling the network subsystem in Linux" +msgstr "" + +#: gnu/packages/linux.scm:978 +msgid "" +"This package includes the important tools for controlling the network\n= " +"subsystem of the Linux kernel. This includes arp, hostname, ifconfig,\= n" +"netstat, rarp and route. Additionally, this package contains utilities= \n" +"relating to particular network hardware types (plipconfig, slattach) an= d\n" +"advanced aspects of IP configuration (iptunnel, ipmaddr)." +msgstr "" + +#: gnu/packages/linux.scm:1019 +msgid "Library for working with POSIX capabilities" +msgstr "" + +#: gnu/packages/linux.scm:1021 +msgid "" +"Libcap2 provides a programming interface to POSIX capabilities on\n" +"Linux-based operating systems." +msgstr "" + +#: gnu/packages/linux.scm:1064 +msgid "Manipulate Ethernet bridges" +msgstr "" + +#: gnu/packages/linux.scm:1066 +msgid "" +"Utilities for Linux's Ethernet bridging facilities. A bridge is a way\= n" +"to connect two Ethernet segments together in a protocol independent way= .\n" +"Packets are forwarded based on Ethernet address, rather than IP address= " +"(like\n" +"a router). Since forwarding is done at Layer 2, all protocols can go\n= " +"transparently through a bridge." +msgstr "" + +#: gnu/packages/linux.scm:1088 +msgid "NetLink protocol library suite" +msgstr "" + +#: gnu/packages/linux.scm:1090 +msgid "" +"The libnl suite is a collection of libraries providing APIs to netlink\= n" +"protocol based Linux kernel interfaces. Netlink is an IPC mechanism " +"primarly\n" +"between the kernel and user space processes. It was designed to be a m= ore\n" +"flexible successor to ioctl to provide mainly networking related kernel= \n" +"configuration and monitoring interfaces." +msgstr "" + +#: gnu/packages/linux.scm:1120 +msgid "Tool for configuring wireless devices" +msgstr "" + +#: gnu/packages/linux.scm:1122 +msgid "" +"iw is a new nl80211 based CLI configuration utility for wireless\n" +"devices. It replaces 'iwconfig', which is deprecated." +msgstr "" + +#: gnu/packages/linux.scm:1149 +msgid "Analyze power consumption on Intel-based laptops" +msgstr "" + +#: gnu/packages/linux.scm:1151 +msgid "" +"PowerTOP is a Linux tool to diagnose issues with power consumption and\= n" +"power management. In addition to being a diagnostic tool, PowerTOP als= o " +"has\n" +"an interactive mode where the user can experiment various power managem= ent\n" +"settings for cases where the operating system has not enabled these\n" +"settings." +msgstr "" + +#: gnu/packages/linux.scm:1173 +msgid "Audio mixer for X and the console" +msgstr "" + +#: gnu/packages/linux.scm:1175 +msgid "" +"Aumix adjusts an audio mixer from X, the console, a terminal,\n" +"the command line or a script." +msgstr "" + +#: gnu/packages/linux.scm:1199 +msgid "Displays the IO activity of running processes" +msgstr "" + +#: gnu/packages/linux.scm:1201 +msgid "" +"Iotop is a Python program with a top like user interface to show the\n" +"processes currently causing I/O." +msgstr "" + +#: gnu/packages/linux.scm:1253 +msgid "Support file systems implemented in user space" +msgstr "" + +#: gnu/packages/linux.scm:1255 +msgid "" +"As a consequence of its monolithic design, file system code for Linux\n= " +"normally goes into the kernel itself---which is not only a robustness " +"issue,\n" +"but also an impediment to system extensibility. FUSE, for \"file syste= ms " +"in\n" +"user space\", is a kernel module and user-space library that tries to " +"address\n" +"part of this problem by allowing users to run file system implementatio= ns " +"as\n" +"user-space processes." +msgstr "" + +#: gnu/packages/linux.scm:1280 +msgid "User-space union file system" +msgstr "" + +#: gnu/packages/linux.scm:1282 +msgid "" +"UnionFS-FUSE is a flexible union file system implementation in user\n" +"space, using the FUSE library. Mounting a union file system allows you= to\n" +"\"aggregate\" the contents of several directories into a single mount " +"point.\n" +"UnionFS-FUSE additionally supports copy-on-write." +msgstr "" + +#: gnu/packages/linux.scm:1307 +msgid "User-space union file system (statically linked)" +msgstr "" + +#: gnu/packages/linux.scm:1349 +msgid "Mount remote file systems over SSH" +msgstr "" + +#: gnu/packages/linux.scm:1351 +msgid "" +"This is a file system client based on the SSH File Transfer Protocol.\n= " +"Since most SSH servers already support this protocol it is very easy to= set\n" +"up: on the server side there's nothing to do; on the client side mounti= ng " +"the\n" +"file system is as easy as logging into the server with an SSH client." +msgstr "" + +#: gnu/packages/linux.scm:1399 +msgid "Tools for non-uniform memory access (NUMA) machines" +msgstr "" + +#: gnu/packages/linux.scm:1401 +msgid "" +"NUMA stands for Non-Uniform Memory Access, in other words a system whos= e\n" +"memory is not all in one place. The numactl program allows you to run = your\n" +"application program on specific CPU's and memory nodes. It does this b= y\n" +"supplying a NUMA memory policy to the operating system before running y= our\n" +"program.\n" +"\n" +"The package contains other commands, such as numademo, numastat and mem= hog.\n" +"The numademo command provides a quick overview of NUMA performance on y= our\n" +"system." +msgstr "" + +#: gnu/packages/linux.scm:1464 +msgid "Linux keyboard utilities and keyboard maps" +msgstr "" + +#: gnu/packages/linux.scm:1466 +msgid "" +"This package contains keytable files and keyboard utilities compatible\= n" +"for systems using the Linux kernel. This includes commands such as\n" +"'loadkeys', 'setfont', 'kbdinfo', and 'chvt'." +msgstr "" + +#: gnu/packages/linux.scm:1485 +msgid "Monitor file accesses" +msgstr "" + +#: gnu/packages/linux.scm:1487 +msgid "" +"The inotify-tools packages provides a C library and command-line tools\= n" +"to use Linux' inotify mechanism, which allows file accesses to be monit= ored." +msgstr "" + +#: gnu/packages/linux.scm:1525 +msgid "Kernel module tools" +msgstr "" + +#: gnu/packages/linux.scm:1526 +msgid "" +"Kmod is a set of tools to handle common tasks with Linux\n" +"kernel modules like insert, remove, list, check properties, resolve\n" +"dependencies and aliases.\n" +"\n" +"These tools are designed on top of libkmod, a library that is shipped w= ith\n" +"kmod. The aim is to be compatible with tools, configurations and indic= es\n" +"from the module-init-tools project." +msgstr "" + +#: gnu/packages/linux.scm:1597 +msgid "Userspace device management" +msgstr "" + +#: gnu/packages/linux.scm:1598 +msgid "" +"Udev is a daemon which dynamically creates and removes\n" +"device nodes from /dev/, handles hotplug events and loads drivers at bo= ot\n" +"time." +msgstr "" + +#: gnu/packages/linux.scm:1658 +msgid "Logical volume management for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1660 +msgid "" +"LVM2 is the logical volume management tool set for Linux-based systems.= \n" +"This package includes the user-space libraries and tools, including the= " +"device\n" +"mapper. Kernel components are part of Linux-libre." +msgstr "" + +#: gnu/packages/linux.scm:1693 +msgid "Tools for manipulating Linux Wireless Extensions" +msgstr "" + +#: gnu/packages/linux.scm:1694 +msgid "" +"Wireless Tools are used to manipulate the now-deprecated\n" +"Linux Wireless Extensions; consider using 'iw' instead. The Wireless\n= " +"Extension was an interface allowing you to set Wireless LAN specific\n" +"parameters and get the specific stats. It is deprecated in favor the " +"nl80211\n" +"interface." +msgstr "" + +#: gnu/packages/linux.scm:1768 +msgid "Utilities to read temperature/voltage/fan sensors" +msgstr "" + +#: gnu/packages/linux.scm:1770 +msgid "" +"Lm-sensors is a hardware health monitoring package for Linux. It allow= s\n" +"you to access information from temperature, voltage, and fan speed sens= ors.\n" +"It works with most newer systems." +msgstr "" + +#: gnu/packages/linux.scm:1797 +msgid "I2C tools for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1799 +msgid "" +"The i2c-tools package contains a heterogeneous set of I2C tools for\n" +"Linux: a bus probing tool, a chip dumper, register-level SMBus access " +"helpers,\n" +"EEPROM decoding scripts, EEPROM programming tools, and a python module = for\n" +"SMBus access." +msgstr "" + +#: gnu/packages/linux.scm:1835 +msgid "Hardware health information viewer" +msgstr "" + +#: gnu/packages/linux.scm:1837 +msgid "" +"Xsensors reads data from the libsensors library regarding hardware\n" +"health such as temperature, voltage and fan speed and displays the " +"information\n" +"in a digital read-out." +msgstr "" + +#: gnu/packages/linux.scm:1885 +msgid "Linux profiling with performance counters" +msgstr "" + +#: gnu/packages/linux.scm:1887 +msgid "" +"perf is a tool suite for profiling using hardware performance counters,= \n" +"with support in the Linux kernel. perf can instrument CPU performance\= n" +"counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is " +"capable\n" +"of lightweight profiling. This package contains the user-land tools an= d in\n" +"particular the 'perf' command." +msgstr "" + +#: gnu/packages/linux.scm:1910 +msgid "Simple tool for creating Linux namespace containers" +msgstr "" + +#: gnu/packages/linux.scm:1911 +msgid "" +"pflask is a simple tool for creating Linux namespace\n" +"containers. It can be used for running a command or even booting an OS= " +"inside\n" +"an isolated container, created with the help of Linux namespaces. It i= s\n" +"similar in functionality to chroot, although pflask provides better " +"isolation\n" +"thanks to the use of namespaces." +msgstr "" + +#: gnu/packages/linux.scm:1938 +msgid "tune hard disk parameters for high performance" +msgstr "" + +#: gnu/packages/linux.scm:1940 +msgid "" +"Get/set device parameters for Linux SATA/IDE drives. It's primary use\= n" +"is for enabling irq-unmasking and IDE multiplemode." +msgstr "" + +#: gnu/packages/linux.scm:1957 +msgid "Daemon for delivering ACPI events to user-space programs" +msgstr "" + +#: gnu/packages/linux.scm:1959 +msgid "" +"acpid is designed to notify user-space programs of Advanced\n" +"Configuration and Power Interface (ACPI) events. acpid should be start= ed\n" +"during the system boot, and will run as a background process. When an = ACPI\n" +"event is received from the kernel, acpid will examine the list of rules= \n" +"specified in /etc/acpi/events and execute the rules that match the even= t." +msgstr "" + +#: gnu/packages/linux.scm:1981 +msgid "System utilities based on Linux sysfs" +msgstr "" + +#: gnu/packages/linux.scm:1983 +msgid "" +"These are a set of utilites built upon sysfs, a virtual filesystem in\n= " +"Linux kernel versions 2.5+ that exposes a system's device tree. The " +"package\n" +"also contains the libsysfs library." +msgstr "" + +#: gnu/packages/linux.scm:2019 +msgid "System utilities based on Linux sysfs (version 1.x)" +msgstr "" + +#: gnu/packages/linux.scm:2042 +msgid "Utilities to get and set CPU frequency on Linux" +msgstr "" + +#: gnu/packages/linux.scm:2044 +msgid "" +"The cpufrequtils suite contains utilities to retreive CPU frequency\n" +"information, and set the CPU frequency if supported, using the cpufreq\= n" +"capabilities of the Linux kernel." +msgstr "" + +#: gnu/packages/linux.scm:2063 +msgid "Interface library for the Linux IEEE1394 drivers" +msgstr "" + +#: gnu/packages/linux.scm:2065 +msgid "" +"Libraw1394 is the only supported interface to the kernel side raw1394 o= f\n" +"the Linux IEEE-1394 subsystem, which provides direct access to the " +"connected\n" +"1394 buses to user space. Through libraw1394/raw1394, applications can= " +"directly\n" +"send to and receive from other nodes without requiring a kernel driver = for " +"the\n" +"protocol in question." +msgstr "" + +#: gnu/packages/linux.scm:2089 +msgid "AV/C protocol library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2091 +msgid "" +"Libavc1394 is a programming interface to the AV/C specification from\n" +"the 1394 Trade Assocation. AV/C stands for Audio/Video Control." +msgstr "" + +#: gnu/packages/linux.scm:2113 +msgid "Isochronous streaming media library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2115 +msgid "" +"The libiec61883 library provides a higher level API for streaming DV,\n= " +"MPEG-2 and audio over Linux IEEE 1394." +msgstr "" + +#: gnu/packages/linux.scm:2154 +msgid "Tool for managing Linux Software RAID arrays" +msgstr "" + +#: gnu/packages/linux.scm:2156 +msgid "" +"mdadm is a tool for managing Linux Software RAID arrays. It can create= ,\n" +"assemble, report on, and monitor arrays. It can also move spares betwe= en " +"raid\n" +"arrays when needed." +msgstr "" + +#: gnu/packages/linux.scm:2183 +msgid "Linux-native asynchronous I/O access library" +msgstr "" + +#: gnu/packages/linux.scm:2185 +msgid "" +"This library enables userspace to use Linux kernel asynchronous I/O\n" +"system calls, important for the performance of databases and other adva= nced\n" +"applications." +msgstr "" + +#: gnu/packages/linux.scm:2221 +msgid "Linux Bluetooth protocol stack" +msgstr "" + +#: gnu/packages/linux.scm:2223 +msgid "" +"BlueZ provides support for the core Bluetooth layers and protocols. It= \n" +"is flexible, efficient and uses a modular implementation." +msgstr "" + +#: gnu/packages/lout.scm:109 +msgid "Document layout system" +msgstr "" + +#: gnu/packages/lout.scm:111 +#, fuzzy +msgid "" +"The Lout document formatting system reads a high-level description of\n= " +"a document similar in style to LaTeX and produces a PostScript or plain= " +"text\n" +"output file.\n" +"\n" +"Lout offers an unprecedented range of advanced features, including opti= mal\n" +"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" +"inclusion and generation, equation formatting, tables, diagrams, rotati= on " +"and\n" +"scaling, sorted indexes, bibliographic databases, running headers and\n= " +"odd-even pages, automatic cross referencing, multilingual documents " +"including\n" +"hyphenation (most European languages are supported), formatting of comp= uter\n" +"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" +"extended with definitions which are very much easier to write than trof= f of\n" +"TeX macros because Lout is a high-level, purely functional language, th= e\n" +"outcome of an eight-year research project that went back to the\n" +"beginning." +msgstr "" +"=D0=9B=D0=BE=D1=83=D1=82 =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC =D0=BE=D0= =B1=D0=BB=D0=B8=D0=BA=D0=BE=D0=B2=D0=B0=D1=9A=D0=B0 =D0=B4=D0=BE=D0=BA=D1= =83=D0=BC=D0=B5=D0=BD=D0=B0=D1=82=D0=B0 =D1=81=D0=B0=D0=B4=D0=B0 =D1=87=D0= =B8=D1=82=D0=B0 =D0=BE=D0=BF=D0=B8=D1=81 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0= =B5=D0=BD=D1=82=D0=B0 =D0=B2=D0=B8=D0=BE=D0=BA=D0=BE=D0=B3 =D0=BD=D0=B8=D0= =B2=D0=BE=D0=B0\n" +"=D1=81=D0=BB=D0=B8=D1=87=D0=B0=D0=BD =D0=BF=D0=BE =D1=81=D1=82=D0=B8=D0= =BB=D1=83 =D0=9B=D0=B0=D0=A2=D0=B5=D0=A5-=D1=83 =D0=B8 =D0=B4=D0=B0=D1=98= =D0=B5 =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7=D0=BD=D1=83 =D0=B4=D0=B0=D1=82=D0=BE= =D1=82=D0=B5=D0=BA=D1=83 =D1=83 =D0=9F=D0=BE=D1=81=D1=82=D1=81=D0=BA=D1=80= =D0=B8=D0=BF=D1=82=D1=83 =D0=B8=D0=BB=D0=B8\n" +"=D0=BE=D0=B1=D0=B8=D1=87=D0=BD=D0=BE=D0=BC =D1=82=D0=B5=D0=BA=D1=81=D1=82= =D1=83. \n" +"\n" +"=D0=9B=D0=BE=D1=83=D1=82 =D0=BD=D1=83=D0=B4=D0=B8 =D0=BE=D0=BF=D1=81=D0= =B5=D0=B3 =D0=BD=D0=B0=D0=BF=D1=80=D0=B5=D0=B4=D0=BD=D0=B8=D1=85 =D1=84=D1= =83=D0=BD=D0=BA=D1=86=D0=B8=D1=98=D0=B0 =D0=B1=D0=B5=D0=B7 =D0=BF=D1=80=D0= =B5=D0=BC=D1=86=D0=B0, =D1=83=D0=BA=D1=99=D1=83=D1=87=D1=83=D1=98=D1=83=D1= =9B=D0=B8 =D0=BE=D0=BF=D1=82=D0=B8=D0=BC=D0=B0=D0=BB=D0=B0=D0=BD\n" +"=D0=B7=D0=B0=D0=B2=D1=80=D1=88=D0=B5=D1=82=D0=B0=D0=BA =D0=BF=D0=B0=D1=81= =D1=83=D1=81=D0=B0 =D0=B8 =D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B5= , =D1=81=D0=B0=D0=BC=D0=BE=D1=81=D1=82=D0=B0=D0=BB=D0=B0=D0=BD =D0=BF=D1=80= =D0=B5=D0=BB=D0=BE=D0=BC =D1=80=D0=B5=D0=B4=D0=B0, =D1=83=D0=BA=D1=99=D1=83= =D1=87=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5 =D0=B8\n" +"=D1=81=D1=82=D0=B2=D0=B0=D1=80=D0=B0=D1=9A=D0=B5 =D0=9F=D0=BE=D1=81=D1=82= =D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82 =D0=95=D0=9F=D0=A1 =D0=B4=D0=B0=D1=82= =D0=BE=D1=82=D0=B5=D0=BA=D0=B5, =D0=BE=D0=B1=D0=BB=D0=B8=D0=BA=D0=BE=D0=B2= =D0=B0=D1=9A=D0=B5 =D1=98=D0=B5=D0=B4=D0=BD=D0=B0=D1=87=D0=B8=D0=BD=D0=B5= , =D1=82=D0=B0=D0=B1=D0=B5=D0=BB=D0=B5,\n" +"=D0=B4=D0=B8=D1=98=D0=B0=D0=B3=D1=80=D0=B0=D0=BC=D0=B5, =D0=BE=D0=BA=D1= =80=D0=B5=D1=82=D0=B0=D1=9A=D0=B5 =D0=B8 =D0=BF=D1=80=D0=BE=D0=BC=D0=B5=D0= =BD=D1=83 =D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8=D0=BD=D0=B5, =D0=BF=D0=BE=D1= =80=D0=B5=D1=92=D0=B0=D0=BD=D0=B5 =D0=BF=D0=BE=D0=BF=D0=B8=D1=81=D0=B5, =D0= =B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D0=B3=D1=80=D0=B0=D1=84=D1=81=D0=BA=D0=B5= \n" +"=D0=B1=D0=B0=D0=B7=D0=B5 =D0=BF=D0=BE=D0=B4=D0=B0=D1=82=D0=B0=D0=BA=D0=B0= , =D0=BF=D0=BE=D0=BA=D1=80=D0=B5=D1=82=D0=B0=D1=9A=D0=B0 =D0=B7=D0=B0=D0=B3= =D0=BB=D0=B0=D0=B2=D1=99=D0=B0 =D0=B8 =D0=BF=D0=B0=D1=80=D0=BD=D0=B8=D1=85= -=D0=BD=D0=B5=D0=BF=D0=B0=D1=80=D0=BD=D0=B8=D1=85 =D1=81=D1=82=D1=80=D0=B0= =D0=BD=D0=B8=D1=86=D0=B0, =D1=81=D0=B0=D0=BC=D0=BE=D1=81=D1=82=D0=B0=D0=BB= =D0=BD=D0=BE\n" +"=D1=83=D0=BD=D0=B0=D0=BA=D1=80=D1=81=D0=BD=D0=BE =D1=83=D0=BF=D1=83=D1=9B= =D0=B8=D0=B2=D0=B0=D1=9A=D0=B5, =D0=B2=D0=B8=D1=88=D0=B5=D1=98=D0=B5=D0=B7= =D0=B8=D1=87=D0=BD=D0=B5 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82= =D0=B5 =D1=83=D0=BA=D1=99=D1=83=D1=87=D1=83=D1=98=D1=83=D1=9B=D0=B8 =D0=B7= =D0=B0=D0=B2=D1=80=D1=88=D0=B5=D1=82=D0=B0=D0=BA =D1=80=D0=B5=D0=B4=D0=B0= \n" +"(=D0=B2=D0=B5=D1=9B=D0=B8=D0=BD=D0=B0 =D0=B5=D0=B2=D1=80=D0=BE=D0=BF=D1= =81=D0=BA=D0=B8=D1=85 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA=D0=B0 =D1=98=D0=B5 =D0= =BF=D0=BE=D0=B4=D1=80=D0=B6=D0=B0=D0=BD=D0=B0), =D0=BE=D0=B1=D0=BB=D0=B8=D0= =BA=D0=BE=D0=B2=D0=B0=D1=9A=D0=B5 =D1=80=D0=B0=D1=87=D1=83=D0=BD=D0=B0=D1= =80=D1=81=D0=BA=D0=B8=D1=85 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0= =B0,\n" +"=D0=B8 =D1=98=D0=BE=D1=88 =D0=BC=D0=BD=D0=BE=D0=B3=D0=BE =D1=82=D0=BE=D0= =B3=D0=B0, =D1=81=D0=B2=D0=B5 =D1=81=D0=BF=D1=80=D0=B5=D0=BC=D0=BD=D0=BE = =D0=B7=D0=B0 =D1=83=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D1=83. =D0=A2=D0=B0= =D0=BA=D0=BE=D1=92=D0=B5, =D0=9B=D0=BE=D1=83=D1=82 =D1=98=D0=B5 =D0=BB=D0= =B0=D0=BA=D0=BE =D0=BF=D1=80=D0=BE=D1=88=D0=B8=D1=80=D0=B8=D0=B2\n" +"=D0=BE=D0=B4=D1=80=D0=B5=D0=B4=D0=BD=D0=B8=D1=86=D0=B0=D0=BC=D0=B0 =D0=BA= =D0=BE=D1=98=D0=B5 =D1=81=D1=83 =D0=BC=D0=BD=D0=BE=D0=B3=D0=BE =D0=BB=D0=B0= =D0=BA=D1=88=D0=B5 =D0=B7=D0=B0 =D0=BF=D0=B8=D1=81=D0=B0=D1=9A=D0=B5 =D0=BD= =D0=B5=D0=B3=D0=BE =D1=82=D1=80=D0=BE=D1=84=D1=84 =D0=A2=D0=B5=D0=A5 =D0=BC= =D0=B0=D0=BA=D1=80=D0=BE=D0=B0 =D0=B7=D0=B0=D1=82=D0=BE =D1=88=D1=82=D0=BE= \n" +"=D1=98=D0=B5 =D0=9B=D0=BE=D1=83=D1=82 =D1=98=D0=B5=D0=B7=D0=B8=D0=BA =D0= =B2=D0=B8=D1=81=D0=BE=D0=BA=D0=BE=D0=B3 =D0=BD=D0=B8=D0=B2=D0=BE=D0=B0, =D0= =BF=D0=BE=D1=82=D0=BF=D1=83=D0=BD=D0=BE =D1=84=D1=83=D0=BD=D0=BA=D1=86=D0= =B8=D0=BE=D0=BD=D0=B0=D0=BB=D0=B0=D0=BD, =D1=80=D0=B5=D0=B7=D1=83=D0=BB=D1= =82=D0=B0=D1=82 =D0=BF=D1=80=D0=BE=D1=98=D0=B5=D0=BA=D1=82=D0=B0\n" +"=D0=BE=D1=81=D0=BC=D0=BE=D0=B3=D0=BE=D0=B4=D0=B8=D1=88=D1=9A=D0=B5=D0=B3= =D0=B8=D1=81=D1=82=D1=80=D0=B0=D0=B6=D0=B8=D0=B2=D0=B0=D1=9A=D0=B0 =D0=BA= =D0=BE=D1=98=D0=B8 =D1=81=D0=B5 =D0=B2=D1=80=D0=B0=D1=82=D0=B8=D0=BE =D0=BD= =D0=B0 =D0=BF=D0=BE=D1=87=D0=B5=D1=82=D0=B0=D0=BA." + +#: gnu/packages/messaging.scm:61 +msgid "Off-the-Record (OTR) Messaging Library and Toolkit" +msgstr "" + +#: gnu/packages/messaging.scm:63 +msgid "" +"OTR allows you to have private conversations over instant messaging by\= n" +"providing:\n" +"* Encryption: No one else can read your instant messages.\n" +"* Authentication: You are assured the correspondent is who you think it= is.\n" +"* Deniability: The messages you send do not have digital signatures tha= t " +"are\n" +" checkable by a third party. Anyone can forge messages after a " +"conversation\n" +" to make them look like they came from you. However, during a " +"conversation,\n" +" your correspondent is assured the messages he sees are authentic and\= n" +" unmodified.\n" +"* Perfect forward secrecy: If you lose control of your private keys, no= \n" +" previous conversation is compromised." +msgstr "" + +#: gnu/packages/messaging.scm:121 +msgid "IRC to instant messaging gateway" +msgstr "" + +#: gnu/packages/messaging.scm:122 +msgid "" +"BitlBee brings IM (instant messaging) to IRC clients, for\n" +"people who have an IRC client running all the time and don't want to ru= n an\n" +"additional IM client. BitlBee currently supports XMPP/Jabber (includin= g\n" +"Google Talk), MSN Messenger, Yahoo! Messenger, AIM and ICQ, and the " +"Twitter\n" +"microblogging network (plus all other Twitter API compatible services l= ike\n" +"identi.ca and status.net)." +msgstr "" + +#: gnu/packages/messaging.scm:155 +msgid "Graphical IRC Client" +msgstr "" + +#: gnu/packages/messaging.scm:157 +msgid "" +"HexChat lets you connect to multiple IRC networks at once. The main wi= ndow\n" +"shows the list of currently connected networks and their channels, the = " +"current\n" +"conversation and the list of users. It uses colors to differentiate " +"between\n" +"users and to highlight messages. It checks spelling using available\n" +"dictionaries. HexChat can be extended with multiple addons." +msgstr "" + +#: gnu/packages/messaging.scm:223 +msgid "Lightweight Internet Relay Chat server for small networks" +msgstr "" + +#: gnu/packages/messaging.scm:225 +msgid "" +"ngIRCd is a lightweight Internet Relay Chat server for small or private= \n" +"networks. It is easy to configure, can cope with dynamic IP addresses,= and\n" +"supports IPv6, SSL-protected connections as well as PAM for authenticat= ion." +msgstr "" + +#: gnu/packages/mpd.scm:63 +msgid "Music Player Daemon client library" +msgstr "" + +#: gnu/packages/mpd.scm:64 +msgid "" +"A stable, documented, asynchronous API library for\n" +"interfacing MPD in the C, C++ & Objective C languages." +msgstr "" + +#: gnu/packages/mpd.scm:124 +msgid "Music Player Daemon" +msgstr "" + +#: gnu/packages/mpd.scm:125 +msgid "" +"Music Player Daemon (MPD) is a flexible, powerful,\n" +"server-side application for playing music. Through plugins and librari= es " +"it\n" +"can play a variety of sound files while being controlled by its network= \n" +"protocol." +msgstr "" + +#: gnu/packages/mpd.scm:148 +msgid "Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:149 +msgid "" +"MPC is a minimalist command line interface to MPD, the music\n" +"player daemon." +msgstr "" + +#: gnu/packages/mpd.scm:172 +msgid "Curses Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:173 +msgid "" +"ncmpc is a fully featured MPD client, which runs in a\n" +"terminal using ncurses." +msgstr "" + +#: gnu/packages/mpd.scm:211 +msgid "Featureful ncurses based MPD client inspired by ncmpc" +msgstr "" + +#: gnu/packages/mpd.scm:212 +msgid "" +"Ncmpcpp is an mpd client with a UI very similar to ncmpc,\n" +"but it provides new useful features such as support for regular express= ions\n" +"for library searches, extended song format, items filtering, the abilit= y to\n" +"sort playlists, and a local filesystem browser." +msgstr "" + +#: gnu/packages/mpd.scm:235 +msgid "MPD client for track scrobbling" +msgstr "" + +#: gnu/packages/mpd.scm:236 +msgid "" +"mpdscribble is a Music Player Daemon client which submits\n" +"information about tracks being played to a scrobbler, such as Libre.FM.= " +msgstr "" + +#: gnu/packages/netpbm.scm:146 +msgid "Toolkit for manipulation of images" +msgstr "" + +#: gnu/packages/netpbm.scm:148 +msgid "" +"Netpbm is a toolkit for the manipulation of graphic images, including\n= " +"the conversion of images between a variety of different formats.\n" +"There are over 300 separate tools in the package including converters f= or\n" +"about 100 graphics formats." +msgstr "" + +#: gnu/packages/nettle.scm:50 +msgid "C library for low-level cryptographic functionality" +msgstr "" + +#: gnu/packages/nettle.scm:52 +msgid "" +"GNU Nettle is a low-level cryptographic library. It is designed to\n" +"fit in easily in almost any context. It can be easily included in\n" +"cryptographic toolkits for object-oriented languages or in applications= \n" +"themselves." +msgstr "" + +#: gnu/packages/networking.scm:49 +msgid "Teredo IPv6 tunneling software" +msgstr "" + +#: gnu/packages/networking.scm:51 +msgid "" +"Miredo is an implementation (client, relay, server) of the Teredo\n" +"specification, which provides IPv6 Internet connectivity to IPv6 enable= d " +"hosts\n" +"residing in IPv4-only networks, even when they are behind a NAT device.= " +msgstr "" + +#: gnu/packages/networking.scm:73 +msgid "Open bidirectional communication channels from the command line" +msgstr "" + +#: gnu/packages/networking.scm:75 +msgid "" +"socat is a relay for bidirectional data transfer between two independen= t\n" +"data channels---files, pipes, devices, sockets, etc. It can create\n" +"\"listening\" sockets, named pipes, and pseudo terminals.\n" +"\n" +"socat can be used, for instance, as TCP port forwarder, as a shell " +"interface\n" +"to UNIX sockets, IPv6 relay, for redirecting TCP oriented programs to a= " +"serial\n" +"line, to logically connect serial lines on different computers, or to\n= " +"establish a relatively secure environment (su and chroot) for running " +"client\n" +"or server shell scripts with network connections. " +msgstr "" + +#: gnu/packages/networking.scm:99 +msgid "Library for message-based applications" +msgstr "" + +#: gnu/packages/networking.scm:101 +msgid "" +"The 0MQ lightweight messaging kernel is a library which extends the\n" +"standard socket interfaces with features traditionally provided by " +"specialized\n" +"messaging middle-ware products. 0MQ sockets provide an abstraction of\= n" +"asynchronous message queues, multiple messaging patterns, message\n" +"filtering (subscriptions), seamless access to multiple transport protoc= ols " +"and\n" +"more." +msgstr "" + +#: gnu/packages/pdf.scm:100 +msgid "PDF rendering library" +msgstr "" + +#: gnu/packages/pdf.scm:102 +msgid "Poppler is a PDF rendering library based on the xpdf-3.0 code bas= e." +msgstr "" + +#: gnu/packages/pdf.scm:149 +msgid "Viewer for PDF files based on the Motif toolkit" +msgstr "" + +#: gnu/packages/pdf.scm:151 +msgid "Xpdf is a viewer for Portable Document Format (PDF) files" +msgstr "" + +#: gnu/packages/pdf.scm:181 +msgid "Comic book support for zathura (libarchive backend)" +msgstr "" + +#: gnu/packages/pdf.scm:182 +msgid "" +"The zathura-cb plugin adds comic book support to zathura\n" +"using libarchive." +msgstr "" + +#: gnu/packages/pdf.scm:212 +msgid "PS support for zathura (libspectre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:213 +msgid "" +"The zathura-ps plugin adds PS support to zathura\n" +"using libspectre." +msgstr "" + +#: gnu/packages/pdf.scm:244 +msgid "DjVu support for zathura (DjVuLibre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:245 +msgid "" +"The zathura-djvu plugin adds DjVu support to zathura\n" +"using the DjVuLibre library." +msgstr "" + +#: gnu/packages/pdf.scm:277 +msgid "PDF support for zathura (poppler backend)" +msgstr "" + +#: gnu/packages/pdf.scm:278 +msgid "" +"The zathura-pdf-poppler plugin adds PDF support to zathura\n" +"by using the poppler rendering engine." +msgstr "" + +#: gnu/packages/pdf.scm:316 +msgid "Lightweight keyboard-driven PDF viewer" +msgstr "" + +#: gnu/packages/pdf.scm:317 +msgid "" +"Zathura is a customizable document viewer. It provides a\n" +"minimalistic interface and an interface that mainly focuses on keyboard= \n" +"interaction." +msgstr "" + +#: gnu/packages/pdf.scm:356 +msgid "Tools to work with the PDF file format" +msgstr "" + +#: gnu/packages/pdf.scm:358 +msgid "" +"PoDoFo is a C++ library and set of command-line tools to work with the\= n" +"PDF file format. It can parse PDF files and load them into memory, and= " +"makes\n" +"it easy to modify them and write the changes to disk. It is primarily = " +"useful\n" +"for applications that wish to do lower level manipulation of PDF, such = as\n" +"extracting content or merging files." +msgstr "" + +#: gnu/packages/pdf.scm:419 +msgid "Lightweight PDF viewer and toolkit" +msgstr "" + +#: gnu/packages/pdf.scm:421 +msgid "" +"MuPDF is a C library that implements a PDF and XPS parsing and\n" +"rendering engine. It is used primarily to render pages into bitmaps,\n= " +"but also provides support for other operations such as searching and\n" +"listing the table of contents and hyperlinks.\n" +"\n" +"The library ships with a rudimentary X11 viewer, and a set of command\n= " +"line tools for batch rendering (pdfdraw), examining the file structure\= n" +"(pdfshow), and rewriting files (pdfclean)." +msgstr "" + +#: gnu/packages/pdf.scm:461 +msgid "Command-line tools and library for transforming PDF files" +msgstr "" + +#: gnu/packages/pdf.scm:463 +msgid "" +"QPDF is a command-line program that does structural, content-preserving= \n" +"transformations on PDF files. It could have been called something like= \n" +"pdf-to-pdf. It includes support for merging and splitting PDFs and to\= n" +"manipulate the list of pages in a PDF file. It is not a PDF viewer or = a\n" +"program capable of converting PDF into other formats." +msgstr "" + +#: gnu/packages/pdf.scm:493 +msgid "Notetaking using a stylus" +msgstr "" + +#: gnu/packages/pdf.scm:495 +msgid "" +"Xournal is an application for notetaking, sketching, keeping a journal\= n" +"using a stylus." +msgstr "" + +#: gnu/packages/pem.scm:41 +msgid "Personal expenses manager" +msgstr "" + +#: gnu/packages/pem.scm:43 +msgid "" +"GNU Pem is a simple tool for tracking personal income and\n" +"expenses. It operates from the command line and it stores its data\n" +"in a basic text format in your home directory. It can easily print\n" +"reports of your spending on different expenses via a basic search\n" +"feature." +msgstr "" + +#: gnu/packages/perl.scm:79 +msgid "Implementation of the Perl programming language" +msgstr "" + +#: gnu/packages/perl.scm:81 +msgid "" +"Perl 5 is a highly capable, feature-rich programming language with over= \n" +"24 years of development." +msgstr "" + +#: gnu/packages/perl.scm:100 +msgid "Module for merging hierarchies using the C3 algorithm" +msgstr "" + +#: gnu/packages/perl.scm:101 +msgid "" +"This module implements the C3 algorithm, which aims to\n" +"provide a sane method resolution order under multiple inheritance." +msgstr "" + +#: gnu/packages/perl.scm:119 +msgid "Compute differences between two files or lists" +msgstr "" + +#: gnu/packages/perl.scm:120 +msgid "" +"This is a module for computing the difference between two\n" +"files, two strings, or any other two lists of things. It uses an " +"intelligent\n" +"algorithm similar to (or identical to) the one used by the Unix \"diff\= "\n" +"program. It is guaranteed to find the *smallest possible* set of\n" +"differences." +msgstr "" + +#: gnu/packages/perl.scm:141 +msgid "Use shorter versions of class names" +msgstr "" + +#: gnu/packages/perl.scm:142 +msgid "" +"The alias module loads the class you specify and exports\n" +"into your namespace a subroutine that returns the class name. You can\= n" +"explicitly alias the class to another name or, if you prefer, you can d= o so\n" +"implicitly." +msgstr "" + +#: gnu/packages/perl.scm:164 +msgid "Configuration files and command line parsing" +msgstr "" + +#: gnu/packages/perl.scm:165 +msgid "" +"AppConfig is a bundle of Perl5 modules for reading\n" +"configuration files and parsing command line arguments." +msgstr "" + +#: gnu/packages/perl.scm:183 +msgid "Perl API to zip files" +msgstr "" + +#: gnu/packages/perl.scm:184 gnu/packages/zip.scm:159 +msgid "" +"The Archive::Zip module allows a Perl program to create,\n" +"manipulate, read, and write Zip archive files." +msgstr "" + +#: gnu/packages/perl.scm:203 gnu/packages/perl.scm:3880 +msgid "Establish an ISA relationship with base classes at compile time" +msgstr "" + +#: gnu/packages/perl.scm:204 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time. Unless you are usi= ng " +"the\n" +"fields pragma, consider this module discouraged in favor of the lighter= -" +"weight\n" +"parent." +msgstr "" + +#: gnu/packages/perl.scm:229 +msgid "Execute code after a scope finished compilation" +msgstr "" + +#: gnu/packages/perl.scm:230 +msgid "" +"This module allows you to execute code when perl finished\n" +"compiling the surrounding scope." +msgstr "" + +#: gnu/packages/perl.scm:248 +msgid "Benchmarking with statistical confidence" +msgstr "" + +#: gnu/packages/perl.scm:250 +msgid "" +"The Benchmark::Timer class allows you to time portions of code\n" +"conveniently, as well as benchmark code by allowing timings of repeated= \n" +"trials. It is perfect for when you need more precise information about= the\n" +"running time of portions of your code than the Benchmark module will gi= ve " +"you,\n" +"but don't want to go all out and profile your code." +msgstr "" + +#: gnu/packages/perl.scm:275 +msgid "Bit vector library" +msgstr "" + +#: gnu/packages/perl.scm:276 +msgid "" +"Bit::Vector is an efficient C library which allows you to\n" +"handle bit vectors, sets (of integers), \"big integer arithmetic\" and = " +"boolean\n" +"matrices, all of arbitrary sizes. The package also includes an\n" +"object-oriented Perl module for accessing the C library from Perl, and\= n" +"optionally features overloaded operators for maximum ease of use. The = C\n" +"library can nevertheless be used stand-alone, without Perl." +msgstr "" + +#: gnu/packages/perl.scm:298 +msgid "Boolean support for Perl" +msgstr "" + +#: gnu/packages/perl.scm:299 +msgid "" +"This module provides basic Boolean support, by defining two\n" +"special objects: true and false." +msgstr "" + +#: gnu/packages/perl.scm:320 +msgid "Cache interface for Perl" +msgstr "" + +#: gnu/packages/perl.scm:321 +msgid "" +"The Cache modules are designed to assist a developer in\n" +"persisting data for a specified period of time. Often these modules ar= e " +"used\n" +"in web applications to store data locally to save repeated and redundan= t\n" +"expensive calls to remote machines or databases. People have also been= " +"known\n" +"to use Cache::Cache for its straightforward interface in sharing data " +"between\n" +"runs of an application or invocations of a CGI-style script or simply a= s an\n" +"easy to use abstraction of the filesystem or shared memory." +msgstr "" + +#: gnu/packages/perl.scm:344 +msgid "Shared memory interprocess cache via mmap" +msgstr "" + +#: gnu/packages/perl.scm:345 +msgid "" +"A shared memory cache through an mmap'ed file. It's core is\n" +"written in C for performance. It uses fcntl locking to ensure multiple= \n" +"processes can safely access the cache at the same time. It uses a basi= c " +"LRU\n" +"algorithm to keep the most used entries in the cache." +msgstr "" + +#: gnu/packages/perl.scm:366 +msgid "Capture STDOUT and STDERR from Perl, XS or external programs" +msgstr "" + +#: gnu/packages/perl.scm:368 +msgid "" +"Capture::Tiny provides a simple, portable way to capture almost anythin= g\n" +"sent to STDOUT or STDERR, regardless of whether it comes from Perl, fro= m XS\n" +"code or from an external program. Optionally, output can be teed so th= at " +"it\n" +"is captured while being passed through to the original file handles." +msgstr "" + +#: gnu/packages/perl.scm:388 +msgid "Executable comments for Perl" +msgstr "" + +#: gnu/packages/perl.scm:389 +msgid "" +"Carp::Assert is intended for a purpose like the ANSI C\n" +"library assert.h." +msgstr "" + +#: gnu/packages/perl.scm:411 +msgid "Convenience wrappers around Carp::Assert" +msgstr "" + +#: gnu/packages/perl.scm:412 +msgid "" +"Carp::Assert::More is a set of handy assertion functions for\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:432 +msgid "Report errors from a \"clan\" of modules" +msgstr "" + +#: gnu/packages/perl.scm:433 +msgid "" +"This module allows errors from a clan (or family) of modules\n" +"to appear to originate from the caller of the clan. This is necessary = in\n" +"cases where the clan modules are not classes derived from each other, a= nd " +"thus\n" +"the Carp.pm module doesn't help." +msgstr "" + +#: gnu/packages/perl.scm:457 +msgid "Automated accessor generation" +msgstr "" + +#: gnu/packages/perl.scm:458 +msgid "" +"This module automagically generates accessors/mutators for\n" +"your class." +msgstr "" + +#: gnu/packages/perl.scm:478 +msgid "Faster, but less expandable, chained accessors" +msgstr "" + +#: gnu/packages/perl.scm:479 +msgid "" +"A chained accessor is one that always returns the object\n" +"when called with parameters (to set), and the value of the field when " +"called\n" +"with no arguments. This module subclasses Class::Accessor in order to = " +"provide\n" +"the same mk_accessors interface." +msgstr "" + +#: gnu/packages/perl.scm:505 +msgid "Build groups of accessors" +msgstr "" + +#: gnu/packages/perl.scm:506 +msgid "" +"This class lets you build groups of accessors that will call\n" +"different getters and setters." +msgstr "" + +#: gnu/packages/perl.scm:526 +msgid "Pragma to use the C3 method resolution order algorithm" +msgstr "" + +#: gnu/packages/perl.scm:527 +msgid "" +"This is pragma to change Perl 5's standard method resolution\n" +"order from depth-first left-to-right (a.k.a - pre-order) to the more\n" +"sophisticated C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:551 +msgid "Drop-in replacement for NEXT" +msgstr "" + +#: gnu/packages/perl.scm:552 +msgid "" +"This module is intended as a drop-in replacement for NEXT,\n" +"supporting the same interface, but using Class::C3 to do the hard work.= " +msgstr "" + +#: gnu/packages/perl.scm:576 +msgid "Load mix-ins or components to your C3-based class" +msgstr "" + +#: gnu/packages/perl.scm:577 +msgid "" +"This module will inject base classes to your module using\n" +"the Class::C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:595 +msgid "Inheritable, overridable class data" +msgstr "" + +#: gnu/packages/perl.scm:596 +msgid "" +"Class::Data::Inheritable is for creating accessor/mutators\n" +"to class data. That is, if you want to store something about your clas= s as " +"a\n" +"whole (instead of about a single object). This data is then inherited = by " +"your\n" +"subclasses and can be overriden." +msgstr "" + +#: gnu/packages/perl.scm:617 +msgid "Class for easy date and time manipulation" +msgstr "" + +#: gnu/packages/perl.scm:618 +msgid "" +"This module provides a general-purpose date and datetime\n" +"type for perl." +msgstr "" + +#: gnu/packages/perl.scm:636 +msgid "Utility methods for factory classes" +msgstr "" + +#: gnu/packages/perl.scm:637 +msgid "This module exports methods useful for factory classes." +msgstr "" + +#: gnu/packages/perl.scm:654 +msgid "Get information about a class and its structure" +msgstr "" + +#: gnu/packages/perl.scm:655 +msgid "" +"Class::Inspector allows you to get information about a\n" +"loaded class." +msgstr "" + +#: gnu/packages/perl.scm:683 +msgid "Working (require \"Class::Name\") and more" +msgstr "" + +#: gnu/packages/perl.scm:684 +msgid "" +"\"require EXPR\" only accepts Class/Name.pm style module\n" +"names, not Class::Name. For that, this module provides \"load_class\n" +"'Class::Name'\"." +msgstr "" + +#: gnu/packages/perl.scm:707 +msgid "XS implementation of parts of Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:708 +msgid "" +"This module provides an XS implementation for portions of\n" +"Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:727 +msgid "Create generic methods for OO Perl" +msgstr "" + +#: gnu/packages/perl.scm:728 +msgid "" +"This module solves the problem of having to continually\n" +"write accessor methods for your objects that perform standard tasks." +msgstr "" + +#: gnu/packages/perl.scm:749 +msgid "Moose-like method modifiers" +msgstr "" + +#: gnu/packages/perl.scm:750 +msgid "" +"Class::Method::Modifiers provides three modifiers: before,\n" +"around, and after. before and after are run just before and after the = " +"method\n" +"they modify, but can not really affect that original method. around is= run " +"in\n" +"place of the original method, with a hook to easily call that original\= n" +"method." +msgstr "" + +#: gnu/packages/perl.scm:771 +msgid "Implementation of a singleton class for Perl" +msgstr "" + +#: gnu/packages/perl.scm:772 +msgid "" +"This module implements a Singleton class from which other\n" +"classes can be derived. By itself, the Class::Singleton module does ver= y\n" +"little other than manage the instantiation of a single object." +msgstr "" + +#: gnu/packages/perl.scm:791 +msgid "Minimalist class construction" +msgstr "" + +#: gnu/packages/perl.scm:792 +msgid "" +"This module offers a minimalist class construction kit. It\n" +"uses no non-core modules for any recent Perl." +msgstr "" + +#: gnu/packages/perl.scm:812 +msgid "Unload a class" +msgstr "" + +#: gnu/packages/perl.scm:813 +msgid "" +"Class:Unload unloads a given class by clearing out its\n" +"symbol table and removing it from %INC." +msgstr "" + +#: gnu/packages/perl.scm:831 +msgid "Generate fast XS accessors without runtime compilation" +msgstr "" + +#: gnu/packages/perl.scm:832 +msgid "" +"Class::XSAccessor implements fast read, write, and\n" +"read/write accessors in XS. Additionally, it can provide predicates su= ch " +"as\n" +"\"has_foo()\" for testing whether the attribute \"foo\" is defined in t= he\n" +"object. It only works with objects that are implemented as ordinary " +"hashes.\n" +"Class::XSAccessor::Array implements the same interface for objects that= use\n" +"arrays for their internal representation." +msgstr "" + +#: gnu/packages/perl.scm:852 +msgid "Recursively copy Perl datatypes" +msgstr "" + +#: gnu/packages/perl.scm:854 +msgid "" +"This module provides a clone() method which makes recursive copies of\n= " +"nested hash, array, scalar and reference types, including tied variable= s " +"and\n" +"objects." +msgstr "" + +#: gnu/packages/perl.scm:875 +msgid "Sane defaults for Perl programs" +msgstr "" + +#: gnu/packages/perl.scm:876 +msgid "" +"This module implements some sane defaults for Perl programs,\n" +"as defined by two typical specimens of Perl coders." +msgstr "" + +#: gnu/packages/perl.scm:894 +msgid "Load configuration from different file formats" +msgstr "" + +#: gnu/packages/perl.scm:895 +msgid "" +"Config::Any provides a facility for Perl applications and\n" +"libraries to load configuration data from multiple different file forma= ts. " +"It\n" +"supports XML, YAML, JSON, Apache-style configuration, and Perl code." +msgstr "" + +#: gnu/packages/perl.scm:916 +msgid "Module to implement some AutoConf macros in Perl" +msgstr "" + +#: gnu/packages/perl.scm:917 +msgid "" +"Config::AutoConf is intended to provide the same\n" +"opportunities to Perl developers as GNU Autoconf does for Shell develop= ers." +msgstr "" + +#: gnu/packages/perl.scm:935 +msgid "Generic Config Module" +msgstr "" + +#: gnu/packages/perl.scm:936 +msgid "" +"This module opens a config file and parses its contents for\n" +"you. The format of config files supported by Config::General is inspir= ed " +"by\n" +"the well known Apache config format and is 100% compatible with Apache\= n" +"configs, but you can also just use simple name/value pairs in your conf= ig\n" +"files. In addition to the capabilities of an Apache config file it " +"supports\n" +"some enhancements such as here-documents, C-style comments, and multili= ne\n" +"options." +msgstr "" + +#: gnu/packages/perl.scm:962 +msgid "Preserve context during subroutine call" +msgstr "" + +#: gnu/packages/perl.scm:963 +msgid "" +"This module runs code after a subroutine call, preserving\n" +"the context the subroutine would have seen if it were the last statemen= t in\n" +"the caller." +msgstr "" + +#: gnu/packages/perl.scm:984 +msgid "Verify requirements in a CPAN::Meta object" +msgstr "" + +#: gnu/packages/perl.scm:985 +msgid "" +"This module verifies if requirements described in a\n" +"CPAN::Meta object are present." +msgstr "" + +#: gnu/packages/perl.scm:1005 +msgid "JSON::XS for Cpanel" +msgstr "" + +#: gnu/packages/perl.scm:1006 gnu/packages/perl.scm:2683 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa." +msgstr "" + +#: gnu/packages/perl.scm:1024 +msgid "Random password generator" +msgstr "" + +#: gnu/packages/perl.scm:1025 +msgid "" +"Crypt::RandPasswd provides three functions that can be used\n" +"to generate random passwords, constructed from words, letters, or " +"characters.\n" +"This code is a Perl implementation of the Automated Password Generator\= n" +"standard, like the program described in \"A Random Word Generator For\n= " +"Pronounceable Passwords\". This code is a re-engineering of the program= \n" +"contained in Appendix A of FIPS Publication 181, \"Standard for Automat= ed\n" +"Password Generator\"." +msgstr "" + +#: gnu/packages/perl.scm:1048 +msgid "Pretty printing of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1049 +msgid "" +"This module provide functions that takes a list of values as\n" +"their argument and produces a string as its result. The string contain= s " +"Perl\n" +"code that, when \"eval\"ed, produces a deep copy of the original argume= nts." +msgstr "" + +#: gnu/packages/perl.scm:1068 +msgid "Concise data dumper" +msgstr "" + +#: gnu/packages/perl.scm:1069 +msgid "" +"Data::Dumper::Concise provides a dumper with Less\n" +"indentation and newlines plus sub deparsing." +msgstr "" + +#: gnu/packages/perl.scm:1091 +msgid "Parse and validate simple name/value option pairs" +msgstr "" + +#: gnu/packages/perl.scm:1093 +msgid "Data::OptList provides a simple syntax for name/value option pair= s." +msgstr "" + +#: gnu/packages/perl.scm:1114 +msgid "Help when paging through sets of results" +msgstr "" + +#: gnu/packages/perl.scm:1115 +msgid "" +"When searching through large amounts of data, it is often\n" +"the case that a result set is returned that is larger than we want to " +"display\n" +"on one page. This results in wanting to page through various pages of = " +"data.\n" +"The maths behind this is unfortunately fiddly, hence this module." +msgstr "" + +#: gnu/packages/perl.scm:1137 +msgid "Structured tags datastructures" +msgstr "" + +#: gnu/packages/perl.scm:1139 +msgid "" +"This module is for manipulating data as hierarchical tag/value\n" +"pairs (Structured TAGs or Simple Tree AGgreggates). These datastructur= es " +"can\n" +"be represented as nested arrays, which have the advantage of being nati= ve " +"to\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:1166 +msgid "N at a time iteration API" +msgstr "" + +#: gnu/packages/perl.scm:1167 +msgid "" +"This module tries to find middle ground between one at a\n" +"time and all at once processing of data sets. The purpose of this modu= le " +"is\n" +"to avoid the overhead of implementing an iterative api when this isn't\= n" +"necessary, without breaking forward compatibility in case that becomes\= n" +"necessary later on." +msgstr "" + +#: gnu/packages/perl.scm:1192 +msgid "Dynamic generation of nested combinations of variants" +msgstr "" + +#: gnu/packages/perl.scm:1193 +msgid "" +"Data::Tumbler - Dynamic generation of nested combinations of\n" +"variants" +msgstr "" + +#: gnu/packages/perl.scm:1219 +msgid "Visitor style traversal of Perl data structures" +msgstr "" + +#: gnu/packages/perl.scm:1220 +msgid "" +"This module is a simple visitor implementation for Perl\n" +"values. It has a main dispatcher method, visit, which takes a single p= erl\n" +"value and then calls the methods appropriate for that value. It can\n" +"recursively map (cloning as necessary) or just traverse most structures= , " +"with\n" +"support for per-object behavior, circular structures, visiting tied\n" +"structures, and all ref types (hashes, arrays, scalars, code, globs)." +msgstr "" + +#: gnu/packages/perl.scm:1245 +msgid "Gregorian calendar date calculations" +msgstr "" + +#: gnu/packages/perl.scm:1246 +msgid "" +"This package consists of a Perl module for date calculations\n" +"based on the Gregorian calendar, thereby complying with all relevant no= rms " +"and\n" +"standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (whe= re\n" +"applicable)." +msgstr "" + +#: gnu/packages/perl.scm:1270 +msgid "XS wrapper for Date::Calc" +msgstr "" + +#: gnu/packages/perl.scm:1271 +msgid "" +"Date::Calc::XS is an XS wrapper and C library plug-in for\n" +"Date::Calc." +msgstr "" + +#: gnu/packages/perl.scm:1297 +msgid "Date and time object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1298 +msgid "" +"DateTime is a class for the representation of date/time\n" +"combinations. It represents the Gregorian calendar, extended backwards= in\n" +"time before its creation (in 1582)." +msgstr "" + +#: gnu/packages/perl.scm:1321 +msgid "DateTime set objects" +msgstr "" + +#: gnu/packages/perl.scm:1322 +msgid "" +"The DateTime::Set module provides a date/time sets\n" +"implementation. It allows, for example, the generation of groups of da= tes,\n" +"like \"every wednesday\", and then find all the dates matching that " +"pattern,\n" +"within a time range." +msgstr "" + +#: gnu/packages/perl.scm:1345 +msgid "DateTime rfc2445 recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1346 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for RFC 2445 style recurrences." +msgstr "" + +#: gnu/packages/perl.scm:1367 +msgid "DateTime::Set extension for basic recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1368 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for various recurrences, such as \"once a = month" +"\"\n" +"or \"every day\". You can also create more complicated recurrences, su= ch " +"as\n" +"\"every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM\"." +msgstr "" + +#: gnu/packages/perl.scm:1393 +msgid "Create DateTime parser classes and objects." +msgstr "" + +#: gnu/packages/perl.scm:1394 +msgid "" +"DateTime::Format::Builder creates DateTime parsers. Many\n" +"string formats of dates and times are simple and just require a basic " +"regular\n" +"expression to extract the relevant information. Builder provides a sim= ple " +"way\n" +"to do this without writing reams of structural code." +msgstr "" + +#: gnu/packages/perl.scm:1420 +msgid "Parse data/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1421 +msgid "" +"DateTime::Format::Flexible attempts to take any string you\n" +"give it and parse it into a DateTime object." +msgstr "" + +#: gnu/packages/perl.scm:1445 +msgid "Parse and format iCal datetime and duration strings" +msgstr "" + +#: gnu/packages/perl.scm:1446 +msgid "" +"This module understands the ICal date/time and duration\n" +"formats, as defined in RFC 2445. It can be used to parse these formats= in\n" +"order to create the appropriate objects." +msgstr "" + +#: gnu/packages/perl.scm:1477 +msgid "Machine-readable date/time with natural parsing" +msgstr "" + +#: gnu/packages/perl.scm:1478 +msgid "" +"DateTime::Format::Natural takes a string with a human\n" +"readable date/time and creates a machine readable one by applying natur= al\n" +"parsing logic." +msgstr "" + +#: gnu/packages/perl.scm:1502 +msgid "Parse and format strp and strf time patterns" +msgstr "" + +#: gnu/packages/perl.scm:1503 +msgid "" +"This module implements most of `strptime(3)`, the POSIX\n" +"function that is the reverse of `strftime(3)`, for `DateTime`. While\n= " +"`strftime` takes a `DateTime` and a pattern and returns a string, " +"`strptime`\n" +"takes a string and a pattern and returns the `DateTime` object associat= ed." +msgstr "" + +#: gnu/packages/perl.scm:1526 +msgid "Localization support for DateTime.pm" +msgstr "" + +#: gnu/packages/perl.scm:1527 +msgid "" +"The DateTime::Locale modules provide localization data for\n" +"the DateTime.pm class." +msgstr "" + +#: gnu/packages/perl.scm:1554 +msgid "Time zone object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1555 +msgid "" +"This class is the base class for all time zone objects. A\n" +"time zone is represented internally as a set of observances, each of wh= ich\n" +"describes the offset from GMT for a given time period. Note that witho= ut " +"the\n" +"DateTime module, this module does not do much. It's primary interface = is\n" +"through a DateTime object, and most users will not need to directly use= \n" +"DateTime::TimeZone methods." +msgstr "" + +#: gnu/packages/perl.scm:1585 +msgid "Parse date/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1586 +msgid "" +"DateTimeX::Easy uses a variety of DateTime::Format packages\n" +"to create DateTime objects, with some custom tweaks to smooth out the r= ough\n" +"edges (mainly concerning timezone detection and selection)." +msgstr "" + +#: gnu/packages/perl.scm:1607 +msgid "Meatier version of caller" +msgstr "" + +#: gnu/packages/perl.scm:1608 +msgid "Devel::Caller provides meatier version of caller." +msgstr "" + +#: gnu/packages/perl.scm:1625 +msgid "Check that a command is available" +msgstr "" + +#: gnu/packages/perl.scm:1626 +msgid "" +"Devel::CheckBin is a perl module that checks whether a\n" +"particular command is available." +msgstr "" + +#: gnu/packages/perl.scm:1646 +msgid "Provides equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older p= erls" +msgstr "" + +#: gnu/packages/perl.scm:1647 +msgid "" +"Devel::GlobalDestruction provides a function returning the\n" +"equivalent of \"${^GLOBAL_PHASE} eq 'DESTRUCT'\" for older perls." +msgstr "" + +#: gnu/packages/perl.scm:1667 +msgid "Alias lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:1668 +msgid "" +"Devel::LexAlias provides the ability to alias a lexical\n" +"variable in a subroutines scope to one of your choosing." +msgstr "" + +#: gnu/packages/perl.scm:1690 +msgid "Introspect overloaded operators" +msgstr "" + +#: gnu/packages/perl.scm:1691 +msgid "" +"Devel::OverloadInfo returns information about overloaded\n" +"operators for a given class (or object), including where in the inherit= ance\n" +"hierarchy the overloads are declared and where the code implementing it= is." +msgstr "" + +#: gnu/packages/perl.scm:1718 +msgid "Partial dumping of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1719 +msgid "" +"This module is a data dumper optimized for logging of\n" +"arbitrary parameters." +msgstr "" + +#: gnu/packages/perl.scm:1737 +msgid "Object representing a stack trace" +msgstr "" + +#: gnu/packages/perl.scm:1738 +msgid "" +"The Devel::StackTrace module contains two classes,\n" +"Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsul= ate " +"the\n" +"information that can be retrieved via Perl's caller() function, as well= as\n" +"providing a simple interface to this data." +msgstr "" + +#: gnu/packages/perl.scm:1760 +msgid "Displays stack trace in HTML" +msgstr "" + +#: gnu/packages/perl.scm:1761 +msgid "" +"Devel::StackTrace::AsHTML adds as_html method to\n" +"Devel::StackTrace which displays the stack trace in beautiful HTML, wit= h " +"code\n" +"snippet context and function parameters. If you call it on an instance= of\n" +"Devel::StackTrace::WithLexicals, you even get to see the lexical variab= les " +"of\n" +"each stack frame." +msgstr "" + +#: gnu/packages/perl.scm:1782 +msgid "Dump symbol names or the symbol table" +msgstr "" + +#: gnu/packages/perl.scm:1783 +msgid "Devel::Symdump provides access to the perl symbol table." +msgstr "" + +#: gnu/packages/perl.scm:1800 +msgid "Keyed-Hashing for Message Authentication" +msgstr "" + +#: gnu/packages/perl.scm:1801 +msgid "" +"The Digest::HMAC module follows the common Digest::\n" +"interface for the RFC 2104 HMAC mechanism." +msgstr "" + +#: gnu/packages/perl.scm:1817 +msgid "Perl implementation of the SHA-1 message digest algorithm" +msgstr "" + +#: gnu/packages/perl.scm:1819 +msgid "" +"This package provides 'Digest::SHA1', an implementation of the NIST\n" +"SHA-1 message digest algorithm for use by Perl programs." +msgstr "" + +#: gnu/packages/perl.scm:1841 +msgid "Declare version conflicts for your dist" +msgstr "" + +#: gnu/packages/perl.scm:1842 +msgid "" +"This module allows you to specify conflicting versions of\n" +"modules separately and deal with them after the module is done installi= ng." +msgstr "" + +#: gnu/packages/perl.scm:1859 +msgid "OO-ish Error/Exception handling for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1860 +msgid "" +"The Error package provides two interfaces. Firstly Error\n" +"provides a procedural interface to exception handling. Secondly Error i= s a\n" +"base class for errors/exceptions that can either be thrown, for subsequ= ent\n" +"catch, or can simply be recorded." +msgstr "" + +#: gnu/packages/perl.scm:1885 +msgid "Safely and cleanly create closures via string eval" +msgstr "" + +#: gnu/packages/perl.scm:1886 +msgid "" +"String eval is often used for dynamic code generation. For\n" +"instance, Moose uses it heavily, to generate inlined versions of access= ors " +"and\n" +"constructors, which speeds code up at runtime by a significant amount. = " +"String\n" +"eval is not without its issues however - it's difficult to control the = " +"scope\n" +"it's used in (which determines which variables are in scope inside the = " +"eval),\n" +"and it's easy to miss compilation errors, since eval catches them and " +"sticks\n" +"them in $@ instead. This module attempts to solve these problems. It\= n" +"provides an eval_closure function, which evals a string in a clean\n" +"environment, other than a fixed list of specified variables. Compilati= on\n" +"errors are rethrown automatically." +msgstr "" + +#: gnu/packages/perl.scm:1915 +msgid "Allows you to declare real exception classes in Perl" +msgstr "" + +#: gnu/packages/perl.scm:1916 +msgid "" +"Exception::Class allows you to declare exception hierarchies\n" +"in your modules in a \"Java-esque\" manner." +msgstr "" + +#: gnu/packages/perl.scm:1932 +msgid "Lightweight exporting of functions and variables" +msgstr "" + +#: gnu/packages/perl.scm:1934 +msgid "" +"Exporter::Lite is an alternative to Exporter, intended to provide a\n" +"lightweight subset of the most commonly-used functionality. It support= s\n" +"import(), @EXPORT and @EXPORT_OK and not a whole lot else." +msgstr "" + +#: gnu/packages/perl.scm:1955 +msgid "Exporter with the features of Sub::Exporter but only core depende= ncies" +msgstr "" + +#: gnu/packages/perl.scm:1956 +msgid "" +"Exporter::Tiny supports many of Sub::Exporter's\n" +"external-facing features including renaming imported functions with the= `-" +"as`,\n" +"`-prefix` and `-suffix` options; explicit destinations with the `into` = " +"option;\n" +"and alternative installers with the `installler` option. But it's writ= ten " +"in\n" +"only about 40% as many lines of code and with zero non-core dependencie= s." +msgstr "" + +#: gnu/packages/perl.scm:1979 +msgid "Build.PL install path logic made easy" +msgstr "" + +#: gnu/packages/perl.scm:1980 +msgid "" +"This module tries to make install path resolution as easy as\n" +"possible." +msgstr "" + +#: gnu/packages/perl.scm:1998 +msgid "Wrapper for perl's configuration" +msgstr "" + +#: gnu/packages/perl.scm:1999 +msgid "" +"ExtUtils::Config is an abstraction around the %Config hash.\n" +"By itself it is not a particularly interesting module by any measure, " +"however\n" +"it ties together a family of modern toolchain modules." +msgstr "" + +#: gnu/packages/perl.scm:2018 +msgid "Various portability utilities for module builders" +msgstr "" + +#: gnu/packages/perl.scm:2019 +msgid "" +"This module provides various portable helper functions for\n" +"module building modules." +msgstr "" + +#: gnu/packages/perl.scm:2047 +msgid "Watch for changes to files" +msgstr "" + +#: gnu/packages/perl.scm:2048 +msgid "" +"This module provides a class to monitor a directory for\n" +"changes made to any file." +msgstr "" + +#: gnu/packages/perl.scm:2066 +msgid "Recursively copy files and directories" +msgstr "" + +#: gnu/packages/perl.scm:2067 +msgid "" +"This module has 3 functions: one to copy files only, one to\n" +"copy directories only, and one to do either depending on the argument's= \n" +"type." +msgstr "" + +#: gnu/packages/perl.scm:2089 +msgid "Alternative interface to File::Find" +msgstr "" + +#: gnu/packages/perl.scm:2090 +msgid "" +"File::Find::Rule is a friendlier interface to File::Find.\n" +"It allows you to build rules which specify the desired files and\n" +"directories." +msgstr "" + +#: gnu/packages/perl.scm:2113 +msgid "Common rules for searching for Perl things" +msgstr "" + +#: gnu/packages/perl.scm:2114 +msgid "" +"File::Find::Rule::Perl provides methods for finding various\n" +"types Perl-related files, or replicating search queries run on a " +"distribution\n" +"in various parts of the CPAN ecosystem." +msgstr "" + +#: gnu/packages/perl.scm:2137 +msgid "Find your home and other directories on any platform" +msgstr "" + +#: gnu/packages/perl.scm:2138 +msgid "" +"File::HomeDir is a module for locating the directories that\n" +"are \"owned\" by a user (typicaly your user) and to solve the various " +"issues\n" +"that arise trying to find them consistently across a wide variety of\n" +"platforms." +msgstr "" + +#: gnu/packages/perl.scm:2165 +msgid "" +"Perl extension for crawling directory trees and compiling\n" +"lists of files" +msgstr "" + +#: gnu/packages/perl.scm:2168 +msgid "" +"The File::List module crawls the directory tree starting at the\n" +"provided base directory and can return files (and/or directories if " +"desired)\n" +"matching a regular expression." +msgstr "" + +#: gnu/packages/perl.scm:2187 +msgid "Remove files and directories in Perl" +msgstr "" + +#: gnu/packages/perl.scm:2188 +msgid "" +"File::Remove::remove removes files and directories. It acts\n" +"like /bin/rm, for the most part. Although \"unlink\" can be given a li= st " +"of\n" +"files, it will not remove directories; this module remedies that. It a= lso\n" +"accepts wildcards, * and ?, as arguments for filenames." +msgstr "" + +#: gnu/packages/perl.scm:2212 +msgid "Locate per-dist and per-module shared files" +msgstr "" + +#: gnu/packages/perl.scm:2213 +msgid "" +"The intent of File::ShareDir is to provide a companion to\n" +"Class::Inspector and File::HomeDir. Quite often you want or need your = Perl\n" +"module to have access to a large amount of read-only data that is store= d on\n" +"the file-system at run-time. Once the files have been installed to the= \n" +"correct directory, you can use File::ShareDir to find your files again = " +"after\n" +"the installation." +msgstr "" + +#: gnu/packages/perl.scm:2235 +msgid "Install shared files" +msgstr "" + +#: gnu/packages/perl.scm:2236 +msgid "" +"File::ShareDir::Install allows you to install read-only data\n" +"files from a distribution. It is a companion module to File::ShareDir,= " +"which\n" +"allows you to locate these files after installation." +msgstr "" + +#: gnu/packages/perl.scm:2255 +msgid "Reading/Writing/Modifying of complete files" +msgstr "" + +#: gnu/packages/perl.scm:2256 +msgid "" +"File::Slurp provides subroutines to read or write entire\n" +"files with a simple call. It also has a subroutine for reading the lis= t of\n" +"filenames in a directory." +msgstr "" + +#: gnu/packages/perl.scm:2277 +msgid "Return name and handle of a temporary file safely" +msgstr "" + +#: gnu/packages/perl.scm:2278 +msgid "" +"File::Temp can be used to create and open temporary files in\n" +"a safe way." +msgstr "" + +#: gnu/packages/perl.scm:2295 +msgid "Portable implementation of the `which' utility" +msgstr "" + +#: gnu/packages/perl.scm:2297 +msgid "" +"File::Which was created to be able to get the paths to executable\n" +"programs on systems under which the `which' program wasn't implemented = in " +"the\n" +"shell." +msgstr "" + +#: gnu/packages/perl.scm:2324 +msgid "Getopt::Long, but simpler and more powerful" +msgstr "" + +#: gnu/packages/perl.scm:2325 +msgid "" +"Getopt::Long::Descriptive is yet another Getopt library.\n" +"It's built atop Getopt::Long, and gets a lot of its features, but tries= to\n" +"avoid making you think about its huge array of options. It also provid= es\n" +"usage (help) messages, data validation, and a few other useful features= ." +msgstr "" + +#: gnu/packages/perl.scm:2343 +msgid "Table-driven argument parsing for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2345 +msgid "" +"Getopt::Tabular is a Perl 5 module for table-driven argument parsing,\n= " +"vaguely inspired by John Ousterhout's Tk_ParseArgv." +msgstr "" + +#: gnu/packages/perl.scm:2365 +msgid "Merge arbitrarily deep hashes into a single hash" +msgstr "" + +#: gnu/packages/perl.scm:2366 +msgid "" +"Hash::Merge merges two arbitrarily deep hashes into a single\n" +"hash. That is, at any level, it will add non-conflicting key-value pai= rs " +"from\n" +"one hash to the other, and follows a set of specific rules when there a= re " +"key\n" +"value conflicts. The hash is followed recursively, so that deeply nest= ed\n" +"hashes that are at the same level will be merged when the parent hashes= are\n" +"merged." +msgstr "" + +#: gnu/packages/perl.scm:2388 +msgid "Store multiple values per key" +msgstr "" + +#: gnu/packages/perl.scm:2389 +msgid "" +"Hash::MultiValue is an object (and a plain hash reference)\n" +"that may contain multiple values per key, inspired by MultiDict of WebO= b." +msgstr "" + +#: gnu/packages/perl.scm:2409 +msgid "Import packages into other packages" +msgstr "" + +#: gnu/packages/perl.scm:2410 +msgid "" +"Writing exporters is a pain. Some use Exporter, some use\n" +"Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ...= and\n" +"some things are pragmas. Exporting on someone else's behalf is harder.= " +"The\n" +"exporters don't provide a consistent API for this, and pragmas need to = have\n" +"their import method called directly, since they effect the current unit= of\n" +"compilation. Import::Into provides global methods to make this painles= s." +msgstr "" + +#: gnu/packages/perl.scm:2432 +msgid "Use modules in inc/ if newer than installed" +msgstr "" + +#: gnu/packages/perl.scm:2433 +msgid "" +"The inc::latest module helps bootstrap configure-time\n" +"dependencies for CPAN distributions. These dependencies get bundled in= to " +"the\n" +"inc directory within a distribution and are used by Makefile.PL or Buil= d.PL." +msgstr "" + +#: gnu/packages/perl.scm:2452 +msgid "Utilities for interactive I/O" +msgstr "" + +#: gnu/packages/perl.scm:2453 +msgid "" +"This module provides three utility subroutines that make it\n" +"easier to develop interactive applications: is_interactive(), " +"interactive(),\n" +"and busy()" +msgstr "" + +#: gnu/packages/perl.scm:2472 +msgid "Emulate file interface for in-core strings" +msgstr "" + +#: gnu/packages/perl.scm:2473 +msgid "" +"IO::String is an IO::File (and IO::Handle) compatible class\n" +"that reads or writes data from in-core strings." +msgstr "" + +#: gnu/packages/perl.scm:2491 +msgid "IO:: interface for reading/writing an array of lines" +msgstr "" + +#: gnu/packages/perl.scm:2492 +msgid "" +"This toolkit primarily provides modules for performing both\n" +"traditional and object-oriented i/o) on things *other* than normal\n" +"filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.= " +msgstr "" + +#: gnu/packages/perl.scm:2510 +msgid "Perl interface to pseudo ttys" +msgstr "" + +#: gnu/packages/perl.scm:2512 +msgid "" +"This package provides the 'IO::Pty' and 'IO::Tty' Perl interfaces to\n" +"pseudo ttys." +msgstr "" + +#: gnu/packages/perl.scm:2540 +msgid "system() and background procs w/ piping, redirs, ptys" +msgstr "" + +#: gnu/packages/perl.scm:2541 +msgid "" +"IPC::Run allows you run and interact with child processes\n" +"using files, pipes, and pseudo-ttys. Both system()-style and scripted " +"usages\n" +"are supported and may be mixed. Likewise, functional and OO API styles = are\n" +"both supported and may be mixed." +msgstr "" + +#: gnu/packages/perl.scm:2559 +msgid "Run a subprocess with input/ouput redirection" +msgstr "" + +#: gnu/packages/perl.scm:2561 +msgid "" +"The IPC::Run3 module allows you to run a subprocess and redirect stdin,= \n" +"stdout, and/or stderr to files and perl data structures. It aims to " +"satisfy\n" +"99% of the need for using system, qx, and open3 with a simple, extremel= y\n" +"Perlish API and none of the bloat and rarely used features of IPC::Run.= " +msgstr "" + +#: gnu/packages/perl.scm:2585 +msgid "Lightweight interface to shared memory" +msgstr "" + +#: gnu/packages/perl.scm:2586 +msgid "" +"IPC::ShareLite provides a simple interface to shared memory,\n" +"allowing data to be efficiently communicated between processes." +msgstr "" + +#: gnu/packages/perl.scm:2606 +msgid "JSON encoder/decoder for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2607 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa using either JSON::XS or JSON::PP." +msgstr "" + +#: gnu/packages/perl.scm:2632 +msgid "Wrapper for Perl JSON classes" +msgstr "" + +#: gnu/packages/perl.scm:2634 +msgid "" +"This module tries to provide a coherent API to bring together the\n" +"various JSON modules currently on CPAN. This module will allow you to = code " +"to\n" +"any JSON API and have it work regardless of which JSON module is actual= ly\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:2658 +msgid "Cpanel::JSON::XS with fallback" +msgstr "" + +#: gnu/packages/perl.scm:2659 +msgid "" +"This module first checks to see if either Cpanel::JSON::XS\n" +"or JSON::XS is already loaded, in which case it uses that module. " +"Otherwise\n" +"it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in orde= r, " +"and\n" +"either uses the first module it finds or throws an error." +msgstr "" + +#: gnu/packages/perl.scm:2682 +msgid "JSON serialising/deserialising for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2706 +msgid "Combination of List::Util and List::MoreUtils" +msgstr "" + +#: gnu/packages/perl.scm:2707 +msgid "" +"This module exports all of the functions that either\n" +"List::Util or List::MoreUtils defines, with preference to List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2731 +msgid "Provide the stuff missing in List::Util" +msgstr "" + +#: gnu/packages/perl.scm:2732 +msgid "" +"List::MoreUtils provides some trivial but commonly needed\n" +"functionality on lists which is not going to go into List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2750 +msgid "Expiry plug-in for Memoize that adds LRU cache expiration" +msgstr "" + +#: gnu/packages/perl.scm:2751 +msgid "" +"This module implements an expiry policy for Memoize that\n" +"follows LRU semantics, that is, the last n results, where n is specifie= d as\n" +"the argument to the CACHESIZE parameter, will be cached." +msgstr "" + +#: gnu/packages/perl.scm:2770 +msgid "Definition of MIME types" +msgstr "" + +#: gnu/packages/perl.scm:2771 +msgid "" +"This module provides a list of known mime-types, combined\n" +"from various sources. For instance, it contains all IANA types and the= \n" +"knowledge of Apache." +msgstr "" + +#: gnu/packages/perl.scm:2800 +msgid "Tiny replacement for Module::Build" +msgstr "" + +#: gnu/packages/perl.scm:2801 +msgid "" +"Many Perl distributions use a Build.PL file instead of a\n" +"Makefile.PL file to drive distribution configuration, build, test and\n= " +"installation. Traditionally, Build.PL uses Module::Build as the underl= ying\n" +"build system. This module provides a simple, lightweight, drop-in\n" +"replacement. Whereas Module::Build has over 6,700 lines of code; this = " +"module\n" +"has less than 120, yet supports the features needed by most distributio= ns." +msgstr "" + +#: gnu/packages/perl.scm:2823 +msgid "Find and use installed modules in a (sub)category" +msgstr "" + +#: gnu/packages/perl.scm:2824 +msgid "" +"Module::Find lets you find and use modules in categories.\n" +"This can be useful for auto-detecting driver or plugin modules. You ca= n\n" +"differentiate between looking in the category itself or in all\n" +"subcategories." +msgstr "" + +#: gnu/packages/perl.scm:2850 +msgid "Loads alternate underlying implementations for a module" +msgstr "" + +#: gnu/packages/perl.scm:2851 +msgid "" +"This module abstracts out the process of choosing one of\n" +"several underlying implementations for a module. This can be used to " +"provide\n" +"XS and pure Perl implementations of a module, or it could be used to lo= ad " +"an\n" +"implementation for a given OS or any other case of needing to provide " +"multiple\n" +"implementations." +msgstr "" + +#: gnu/packages/perl.scm:2889 +msgid "Standalone, extensible Perl module installer" +msgstr "" + +#: gnu/packages/perl.scm:2890 +msgid "" +"Module::Install is a package for writing installers for\n" +"CPAN (or CPAN-like) distributions that are clean, simple, minimalist, a= ct in " +"a\n" +"strictly correct manner with ExtUtils::MakeMaker, and will run on any P= erl\n" +"installation version 5.005 or newer." +msgstr "" + +#: gnu/packages/perl.scm:2910 +msgid "Perl runtime module handling" +msgstr "" + +#: gnu/packages/perl.scm:2911 +msgid "" +"The functions exported by this module deal with runtime\n" +"handling of Perl modules, which are normally handled at compile time." +msgstr "" + +#: gnu/packages/perl.scm:2932 +msgid "Provide information on conflicts for Module::Runtime" +msgstr "" + +#: gnu/packages/perl.scm:2933 +msgid "" +"This module provides conflicts checking for Module::Runtime,\n" +"which had a recent release that broke some versions of Moose. It is ca= lled\n" +"from Moose::Conflicts and moose-outdated." +msgstr "" + +#: gnu/packages/perl.scm:2954 +msgid "Recursively scan Perl code for dependencies" +msgstr "" + +#: gnu/packages/perl.scm:2955 +msgid "" +"Module::ScanDeps is a module to recursively scan Perl\n" +"programs for dependencies." +msgstr "" + +#: gnu/packages/perl.scm:2975 +msgid "Module name tools and transformations" +msgstr "" + +#: gnu/packages/perl.scm:2976 +msgid "" +"This module provides a few useful functions for manipulating\n" +"module names. Its main aim is to centralise some of the functions comm= only\n" +"used by modules that manipulate other modules in some way, like convert= ing\n" +"module names to relative paths." +msgstr "" + +#: gnu/packages/perl.scm:3006 +msgid "Minimalist Object Orientation (with Moose compatibility)" +msgstr "" + +#: gnu/packages/perl.scm:3007 +msgid "" +"Moo is an extremely light-weight Object Orientation system.\n" +"It allows one to concisely define objects and roles with a convenient " +"syntax\n" +"that avoids the details of Perl's object system. Moo contains a subset= of\n" +"Moose and is optimised for rapid startup." +msgstr "" + +#: gnu/packages/perl.scm:3083 +msgid "Postmodern object system for Perl 5" +msgstr "" + +#: gnu/packages/perl.scm:3085 +msgid "" +"Moose is a complete object system for Perl 5. It provides keywords for= \n" +"attribute declaration, object construction, inheritance, and maybe more= . " +"With\n" +"Moose, you define your class declaratively, without needing to know abo= ut\n" +"blessed hashrefs, accessor methods, and so on. You can concentrate on = the\n" +"logical structure of your classes, focusing on \"what\" rather than \"h= ow" +"\".\n" +"A class definition with Moose reads like a list of very concise English= \n" +"sentences." +msgstr "" + +#: gnu/packages/perl.scm:3113 +msgid "Emulate Class::Accessor::Fast behavior using Moose attributes" +msgstr "" + +#: gnu/packages/perl.scm:3114 +msgid "" +"This module attempts to emulate the behavior of\n" +"Class::Accessor::Fast as accurately as possible using the Moose attribu= te\n" +"system. The public API of Class::Accessor::Fast is wholly supported, b= ut " +"the\n" +"private methods are not." +msgstr "" + +#: gnu/packages/perl.scm:3145 +msgid "Moose role for processing command line options" +msgstr "" + +#: gnu/packages/perl.scm:3146 +msgid "" +"This is a Moose role which provides an alternate constructor\n" +"for creating objects using parameters passed in from the command line." +msgstr "" + +#: gnu/packages/perl.scm:3167 +msgid "Mark overload code symbols as methods" +msgstr "" + +#: gnu/packages/perl.scm:3168 +msgid "" +"MooseX::MarkAsMethods allows one to easily mark certain\n" +"functions as Moose methods. This will allow other packages such as\n" +"namespace::autoclean to operate without blowing away your overloads. A= fter\n" +"using MooseX::MarkAsMethods your overloads will be recognized by Class:= :MOP " +"as\n" +"being methods, and class extension as well as composition from roles wi= th\n" +"overloads will \"just work\"." +msgstr "" + +#: gnu/packages/perl.scm:3198 +msgid "Code attribute introspection" +msgstr "" + +#: gnu/packages/perl.scm:3199 +msgid "" +"This module allows code attributes of methods to be\n" +"introspected using Moose meta method objects." +msgstr "" + +#: gnu/packages/perl.scm:3225 +msgid "Subclassing of non-Moose classes" +msgstr "" + +#: gnu/packages/perl.scm:3226 +msgid "" +"MooseX::NonMoose allows for easily subclassing non-Moose\n" +"classes with Moose, taking care of the details connected with doing thi= s, " +"such\n" +"as setting up proper inheritance from Moose::Object and installing (and= \n" +"inlining, at make_immutable time) a constructor that makes sure things = like\n" +"BUILD methods are called. It tries to be as non-intrusive as possible.= " +msgstr "" + +#: gnu/packages/perl.scm:3255 +msgid "Extension of Params::Validate using Moose's types" +msgstr "" + +#: gnu/packages/perl.scm:3256 +msgid "" +"This module fills a gap in Moose by adding method parameter\n" +"validation to Moose." +msgstr "" + +#: gnu/packages/perl.scm:3277 +msgid "Apply roles to a related Perl class" +msgstr "" + +#: gnu/packages/perl.scm:3278 +msgid "" +"This module applies roles to make a subclass instead of\n" +"manually setting up a subclass." +msgstr "" + +#: gnu/packages/perl.scm:3304 +msgid "Moose roles with composition parameters" +msgstr "" + +#: gnu/packages/perl.scm:3305 +msgid "" +"Because Moose roles serve many different masters, they\n" +"usually provide only the least common denominator of functionality. To= \n" +"empower roles further, more configurability than -alias and -excludes i= s\n" +"required. Perhaps your role needs to know which method to call when it= is\n" +"done processing, or what default value to use for its url attribute.\n" +"Parameterized roles offer a solution to these (and other) kinds of prob= lems." +msgstr "" + +#: gnu/packages/perl.scm:3331 +msgid "Roles which support overloading" +msgstr "" + +#: gnu/packages/perl.scm:3332 +msgid "" +"MooseX::Role::WithOverloading allows you to write a\n" +"Moose::Role which defines overloaded operators and allows those overloa= d\n" +"methods to be composed into the classes/roles/instances it's compiled t= o,\n" +"where plain Moose::Roles would lose the overloading." +msgstr "" + +#: gnu/packages/perl.scm:3354 +msgid "Name your accessors foo() and set_foo()" +msgstr "" + +#: gnu/packages/perl.scm:3355 +msgid "" +"This module does not provide any methods. Simply loading it\n" +"changes the default naming policy for the loading class so that accesso= rs " +"are\n" +"separated into get and set methods. The get methods have the same name= as " +"the\n" +"accessor, while set methods are prefixed with \"_set_\"." +msgstr "" + +#: gnu/packages/perl.scm:3381 +msgid "Strict object constructors for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3382 +msgid "" +"Simply loading this module makes your constructors\n" +"\"strict\". If your constructor is called with an attribute init argume= nt " +"that\n" +"your class does not declare, then it calls Moose->throw_error(). " +msgstr "" + +#: gnu/packages/perl.scm:3410 +msgid "Trait loading and resolution for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3411 +msgid "" +"Adds support on top of MooseX::Traits for class precedence\n" +"search for traits and some extra attributes" +msgstr "" + +#: gnu/packages/perl.scm:3436 +msgid "Organise your Moose types in libraries" +msgstr "" + +#: gnu/packages/perl.scm:3437 +msgid "" +"This package lets you declare types using short names, but\n" +"behind the scenes it namespaces all your type declarations, effectively= \n" +"prevent name clashes between packages." +msgstr "" + +#: gnu/packages/perl.scm:3468 +msgid "DateTime related constraints and coercions for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3469 +msgid "" +"This module packages several Moose::Util::TypeConstraints\n" +"with coercions, designed to work with the DateTime suite of objects." +msgstr "" + +#: gnu/packages/perl.scm:3501 +msgid "Extensions to MooseX::Types::DateTime" +msgstr "" + +#: gnu/packages/perl.scm:3502 +msgid "" +"This module builds on MooseX::Types::DateTime to add\n" +"additional custom types and coercions. Since it builds on an existing = " +"type,\n" +"all coercions and constraints are inherited." +msgstr "" + +#: gnu/packages/perl.scm:3531 +msgid "ClassName type constraints for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3532 +msgid "" +"MooseX::Types::LoadableClass provides a ClassName type\n" +"constraint with coercion to load the class." +msgstr "" + +#: gnu/packages/perl.scm:3556 +msgid "Moosish types and type builder" +msgstr "" + +#: gnu/packages/perl.scm:3557 +msgid "" +"MooX::Types::MooseLike provides a possibility to build your\n" +"own set of Moose-like types. These custom types can then be used to " +"describe\n" +"fields in Moo-based classes." +msgstr "" + +#: gnu/packages/perl.scm:3576 +msgid "MRO interface compatibility for Perls < 5.9.5" +msgstr "" + +#: gnu/packages/perl.scm:3577 +msgid "" +"The \"mro\" namespace provides several utilities for dealing\n" +"with method resolution order and method caching in general in Perl 5.9.= 5 " +"and\n" +"higher. This module provides those interfaces for earlier versions of\= n" +"Perl (back to 5.6.0)." +msgstr "" + +#: gnu/packages/perl.scm:3603 +msgid "Keep imports out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3604 +msgid "" +"The namespace::autoclean pragma will remove all imported\n" +"symbols at the end of the current package's compile cycle. Functions " +"called\n" +"in the package itself will still be bound by their name, but they won't= " +"show\n" +"up as methods on your class or instances. It is very similar to\n" +"namespace::clean, except it will clean all imported functions, no matte= r if\n" +"you imported them before or after you used the pragma. It will also no= t " +"touch\n" +"anything that looks like a method." +msgstr "" + +#: gnu/packages/perl.scm:3630 +msgid "Keep imports and functions out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3631 +msgid "" +"The namespace::clean pragma will remove all previously\n" +"declared or imported symbols at the end of the current package's compil= e\n" +"cycle. Functions called in the package itself will still be bound by t= heir\n" +"name, but they won't show up as methods on your class or instances." +msgstr "" + +#: gnu/packages/perl.scm:3651 +msgid "Numeric comparisons" +msgstr "" + +#: gnu/packages/perl.scm:3652 +msgid "" +"Number::Compare compiles a simple comparison to an anonymous\n" +"subroutine, which you can call with a value to be tested against." +msgstr "" + +#: gnu/packages/perl.scm:3670 +msgid "Generate cryptographic signatures for objects" +msgstr "" + +#: gnu/packages/perl.scm:3671 +msgid "" +"Object::Signature is an abstract base class that you can\n" +"inherit from in order to allow your objects to generate unique " +"cryptographic\n" +"signatures." +msgstr "" + +#: gnu/packages/perl.scm:3693 +msgid "Anonymous packages" +msgstr "" + +#: gnu/packages/perl.scm:3694 +msgid "" +"This module allows for anonymous packages that are\n" +"independent of the main namespace and only available through an object\= n" +"instance, not by name." +msgstr "" + +#: gnu/packages/perl.scm:3722 +msgid "Manage deprecation warnings for your distribution" +msgstr "" + +#: gnu/packages/perl.scm:3723 +msgid "" +"This module allows you to manage a set of deprecations for\n" +"one or more modules." +msgstr "" + +#: gnu/packages/perl.scm:3750 +msgid "Routines for manipulating stashes" +msgstr "" + +#: gnu/packages/perl.scm:3751 +msgid "" +"Manipulating stashes (Perl's symbol tables) is occasionally\n" +"necessary, but incredibly messy, and easy to get wrong. This module hi= des " +"all\n" +"of that behind a simple API." +msgstr "" + +#: gnu/packages/perl.scm:3774 +msgid "Faster implementation of the Package::Stash API" +msgstr "" + +#: gnu/packages/perl.scm:3775 +msgid "" +"This is a backend for Package::Stash, which provides the\n" +"functionality in a way that's less buggy and much faster. It will be u= sed " +"by\n" +"default if it's installed, and should be preferred in all environments = with " +"a\n" +"compiler." +msgstr "" + +#: gnu/packages/perl.scm:3795 +msgid "Play with other peoples' lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:3796 +msgid "" +"PadWalker is a module which allows you to inspect (and even\n" +"change) lexical variables in any subroutine which called you. It will = only\n" +"show those variables which are in scope at the point of the call. " +"PadWalker\n" +"is particularly useful for debugging." +msgstr "" + +#: gnu/packages/perl.scm:3817 +msgid "Simple, compact and correct param-checking functions" +msgstr "" + +#: gnu/packages/perl.scm:3819 +msgid "" +"Params::Util provides a basic set of importable functions that makes\n" +"checking parameters easier." +msgstr "" + +#: gnu/packages/perl.scm:3842 +msgid "Validate method/function parameters" +msgstr "" + +#: gnu/packages/perl.scm:3843 +msgid "" +"The Params::Validate module allows you to validate method or\n" +"function call parameters to an arbitrary level of specificity." +msgstr "" + +#: gnu/packages/perl.scm:3861 +msgid "Create and manipulate PAR distributions" +msgstr "" + +#: gnu/packages/perl.scm:3862 +msgid "" +"PAR::Dist is a toolkit to create and manipulate PAR\n" +"distributions." +msgstr "" + +#: gnu/packages/perl.scm:3881 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time." +msgstr "" + +#: gnu/packages/perl.scm:3899 +msgid "Path specification manipulation" +msgstr "" + +#: gnu/packages/perl.scm:3900 +msgid "" +"Path::Class is a module for manipulation of file and\n" +"directory specifications in a cross-platform manner." +msgstr "" + +#: gnu/packages/perl.scm:3920 +msgid "Check for comprehensive documentation of a module" +msgstr "" + +#: gnu/packages/perl.scm:3921 +msgid "" +"This module provides a mechanism for determining if the pod\n" +"for a given module is comprehensive." +msgstr "" + +#: gnu/packages/perl.scm:3940 +msgid "GNU C library compatible strftime for loggers and servers" +msgstr "" + +#: gnu/packages/perl.scm:3941 +msgid "" +"POSIX::strftime::Compiler provides GNU C library compatible\n" +"strftime(3). But this module is not affected by the system locale. Th= is\n" +"feature is useful when you want to write loggers, servers, and portable= \n" +"applications." +msgstr "" + +#: gnu/packages/perl.scm:3959 +msgid "Information about the currently running perl" +msgstr "" + +#: gnu/packages/perl.scm:3961 +msgid "" +"Probe::Perl provides methods for obtaining information about the\n" +"currently running perl interpreter. It originally began life as code i= n " +"the\n" +"Module::Build project, but has been externalized here for general use." +msgstr "" + +#: gnu/packages/perl.scm:3982 +msgid "Create read-only scalars, arrays, hashes" +msgstr "" + +#: gnu/packages/perl.scm:3983 +msgid "" +"This module provides a facility for creating non-modifiable\n" +"variables in Perl. This is useful for configuration files, headers, et= c. " +"It\n" +"can also be useful as a development and debugging tool for catching upd= ates " +"to\n" +"variables that should not be changed." +msgstr "" + +#: gnu/packages/perl.scm:4001 +msgid "Provide commonly requested regular expressions" +msgstr "" + +#: gnu/packages/perl.scm:4003 +msgid "" +"This module exports a single hash (`%RE') that stores or generates\n" +"commonly needed regular expressions. Patterns currently provided inclu= de:\n" +"balanced parentheses and brackets, delimited text (with escapes), integ= ers " +"and\n" +"floating-point numbers in any base (up to 36), comments in 44 languages= ,\n" +"offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip= \n" +"codes." +msgstr "" + +#: gnu/packages/perl.scm:4033 +msgid "Roles, as a slice of Moose" +msgstr "" + +#: gnu/packages/perl.scm:4034 +msgid "Role::Tiny is a minimalist role composition tool." +msgstr "" + +#: gnu/packages/perl.scm:4051 +msgid "Call isa, can, does, and DOES safely" +msgstr "" + +#: gnu/packages/perl.scm:4052 +msgid "" +"This module allows you to call isa, can, does, and DOES\n" +"safely on things that may not be objects." +msgstr "" + +#: gnu/packages/perl.scm:4070 +msgid "Lexically-scoped resource management" +msgstr "" + +#: gnu/packages/perl.scm:4071 +msgid "" +"This module provides a convenient way to perform cleanup or\n" +"other forms of resource management at the end of a scope. It is " +"particularly\n" +"useful when dealing with exceptions: the Scope::Guard constructor takes= a\n" +"reference to a subroutine that is guaranteed to be called even if the " +"thread\n" +"of execution is aborted prematurely. This effectively allows lexically= -" +"scoped\n" +"\"promises\" to be made that are automatically honoured by perl's garba= ge\n" +"collector." +msgstr "" + +#: gnu/packages/perl.scm:4094 +msgid "Infinite sets" +msgstr "" + +#: gnu/packages/perl.scm:4095 +msgid "Set::Infinite is a set theory module for infinite sets." +msgstr "" + +#: gnu/packages/perl.scm:4115 +msgid "Unordered collections of Perl Objects" +msgstr "" + +#: gnu/packages/perl.scm:4116 +msgid "" +"Set::Object provides efficient sets, unordered collections\n" +"of Perl objects without duplicates for scalars and references." +msgstr "" + +#: gnu/packages/perl.scm:4134 +msgid "Set operations for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4135 +msgid "" +"The first priority of Set::Scalar is to be a convenient\n" +"interface to sets (as in: unordered colletions of Perl scalars.) While= not\n" +"designed to be slow or big, neither has it been designed to be fast or\= n" +"compact." +msgstr "" + +#: gnu/packages/perl.scm:4155 +msgid "Spiffy Perl Interface Framework For You" +msgstr "" + +#: gnu/packages/perl.scm:4156 +msgid "" +"Spiffy is a framework and methodology for doing object\n" +"oriented (OO) programming in Perl. Spiffy combines the best parts of\n= " +"Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation " +"class.\n" +"It attempts to fix all the nits and warts of traditional Perl OO, in a = " +"clean,\n" +"straightforward and (perhaps someday) standard way. Spiffy borrows ide= as " +"from\n" +"other OO languages like Python, Ruby, Java and Perl 6." +msgstr "" + +#: gnu/packages/perl.scm:4178 +msgid "Temporary buffer to save bytes" +msgstr "" + +#: gnu/packages/perl.scm:4179 +msgid "" +"Stream::Buffered is a buffer class to store arbitrary length\n" +"of byte strings and then get a seekable filehandle once everything is\n= " +"buffered. It uses PerlIO and/or temporary file to save the buffer " +"depending\n" +"on the length of the size." +msgstr "" + +#: gnu/packages/perl.scm:4199 +msgid "Turn on strict and make all warnings fatal" +msgstr "" + +#: gnu/packages/perl.scm:4200 +msgid "" +"Strictures turns on strict and make all warnings fatal when\n" +"run from within a source-controlled directory." +msgstr "" + +#: gnu/packages/perl.scm:4218 +msgid "Camelcase and de-camelcase" +msgstr "" + +#: gnu/packages/perl.scm:4219 +msgid "" +"This module may be used to convert from under_score text to\n" +"CamelCase and back again." +msgstr "" + +#: gnu/packages/perl.scm:4239 +msgid "Rewrite strings based on a set of known prefixes" +msgstr "" + +#: gnu/packages/perl.scm:4240 +msgid "" +"This module allows you to rewrite strings based on a set of\n" +"known pprefixes." +msgstr "" + +#: gnu/packages/perl.scm:4262 +msgid "Sophisticated exporter for custom-built routines" +msgstr "" + +#: gnu/packages/perl.scm:4264 +msgid "" +"Sub::Exporter provides a sophisticated alternative to Exporter.pm for\n= " +"custom-built routines." +msgstr "" + +#: gnu/packages/perl.scm:4283 +msgid "Only use Sub::Exporter if you need it" +msgstr "" + +#: gnu/packages/perl.scm:4284 +msgid "" +"Sub::Exporter is an incredibly powerful module, but with\n" +"that power comes great responsibility, as well as some runtime penaltie= s.\n" +"This module is a \"Sub::Exporter\" wrapper that will let your users jus= t " +"use\n" +"Exporter if all they are doing is picking exports, but use \"Sub::Expor= ter" +"\"\n" +"if your users try to use \"Sub::Exporter\"'s more advanced features, li= ke\n" +"renaming exports, if they try to use them." +msgstr "" + +#: gnu/packages/perl.scm:4306 +msgid "Retrieve names of code references" +msgstr "" + +#: gnu/packages/perl.scm:4307 +msgid "" +"Sub::Identify allows you to retrieve the real name of code\n" +"references." +msgstr "" + +#: gnu/packages/perl.scm:4326 +msgid "Install subroutines into packages easily" +msgstr "" + +#: gnu/packages/perl.scm:4328 +msgid "" +"Sub::Install makes it easy to install subroutines into packages without= \n" +"the unsightly mess of C or typeglobs lying about where just = " +"anyone\n" +"can see them." +msgstr "" + +#: gnu/packages/perl.scm:4349 +msgid "(Re)name a sub" +msgstr "" + +#: gnu/packages/perl.scm:4350 +msgid "" +"Assigns a new name to referenced sub. If package\n" +"specification is omitted in the name, then the current package is used.= " +"The\n" +"return value is the sub." +msgstr "" + +#: gnu/packages/perl.scm:4369 +msgid "Apparently run a function in a higher stack frame" +msgstr "" + +#: gnu/packages/perl.scm:4370 +msgid "" +"Like Tcl's uplevel() function, but not quite so dangerous.\n" +"The idea is just to fool caller(). All the really naughty bits of Tcl'= s\n" +"uplevel() are avoided." +msgstr "" + +#: gnu/packages/perl.scm:4389 +msgid "Perl extension for generating SVG documents" +msgstr "" + +#: gnu/packages/perl.scm:4390 +msgid "" +"SVG is a Perl module which generates a nested data structure\n" +"containing the DOM representation of an SVG (Scalable Vector Graphics) = " +"image.\n" +"Using SVG, you can generate SVG objects, embed other SVG instances into= it,\n" +"access the DOM object, create and access Javascript, and generate SMIL\= n" +"animation content." +msgstr "" + +#: gnu/packages/perl.scm:4409 +msgid "Perl extension for getting CPU information" +msgstr "" + +#: gnu/packages/perl.scm:4411 +msgid "" +"In responce to a post on perlmonks.org, a module for counting the numbe= r\n" +"of CPU's on a system. Support has now also been added for type of CPU = and\n" +"clock speed." +msgstr "" + +#: gnu/packages/perl.scm:4433 +msgid "Get full hostname in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4434 +msgid "" +"Sys::Hostname::Long tries very hard to get the full hostname\n" +"of a system." +msgstr "" + +#: gnu/packages/perl.scm:4452 +msgid "Ensure that a platform has weaken support" +msgstr "" + +#: gnu/packages/perl.scm:4453 +msgid "" +"One recurring problem in modules that use Scalar::Util's\n" +"weaken function is that it is not present in the pure-perl variant. If= \n" +"Scalar::Util is not available at all, it will issue a normal dependency= on " +"the\n" +"module. However, if Scalar::Util is relatively new ( it is >=3D 1.19 )= and " +"the\n" +"module does not have weaken, the install will bail out altogether with = a " +"long\n" +"error encouraging the user to seek support." +msgstr "" + +#: gnu/packages/perl.scm:4478 +msgid "Template processing system for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4479 +msgid "" +"The Template Toolkit is a collection of modules which\n" +"implement an extensible template processing system. It was originally\= n" +"designed and remains primarily useful for generating dynamic web conten= t, " +"but\n" +"it can be used equally well for processing any other kind of text based= \n" +"documents: HTML, XML, POD, PostScript, LaTeX, and so on." +msgstr "" + +#: gnu/packages/perl.scm:4502 +msgid "Profiling for Template Toolkit" +msgstr "" + +#: gnu/packages/perl.scm:4503 +msgid "" +"Template::Timer provides inline profiling of the template\n" +"processing in Perl code." +msgstr "" + +#: gnu/packages/perl.scm:4521 +msgid "Detect encoding of the current terminal" +msgstr "" + +#: gnu/packages/perl.scm:4522 +msgid "" +"Term::Encoding is a simple module to detect the encoding of\n" +"the current terminal expects in various ways." +msgstr "" + +#: gnu/packages/perl.scm:4546 +msgid "Progress meter on a standard terminal" +msgstr "" + +#: gnu/packages/perl.scm:4547 +msgid "" +"Term::ProgressBar provides a simple progress bar on the\n" +"terminal, to let the user know that something is happening, roughly how= " +"much\n" +"stuff has been done, and maybe an estimate at how long remains." +msgstr "" + +#: gnu/packages/perl.scm:4570 +msgid "Progress meter if run interactively" +msgstr "" + +#: gnu/packages/perl.scm:4571 +msgid "" +"Term::ProgressBar is a wonderful module for showing progress\n" +"bars on the terminal. This module acts very much like that module when= it " +"is\n" +"run interactively. However, when it is not run interactively (for examp= le, " +"as\n" +"a cron job) then it does not show the progress bar." +msgstr "" + +#: gnu/packages/perl.scm:4593 +msgid "Simple progress bars" +msgstr "" + +#: gnu/packages/perl.scm:4594 +msgid "" +"Term::ProgressBar::Simple tells you how much work has been\n" +"done, how much is left to do, and estimate how long it will take." +msgstr "" + +#: gnu/packages/perl.scm:4612 +msgid "Simple terminal control" +msgstr "" + +#: gnu/packages/perl.scm:4613 +msgid "" +"This module, ReadKey, provides ioctl control for terminals\n" +"so the input modes can be changed (thus allowing reads of a single " +"character\n" +"at a time), and also provides non-blocking reads of stdin, as well as " +"several\n" +"other terminal related features, including retrieval/modification of th= e\n" +"screen size, and retrieval/modification of the control characters." +msgstr "" + +#: gnu/packages/perl.scm:4640 +msgid "Data-driven testing framework for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4641 +msgid "" +"Test::Base gives a way to trivially write your own test\n" +"framework base class. It concentrates on offering reusable data driven= \n" +"patterns, so that you can write tests with a minimum of code." +msgstr "" + +#: gnu/packages/perl.scm:4672 +msgid "Check for uncleaned imports" +msgstr "" + +#: gnu/packages/perl.scm:4673 +msgid "" +"This module lets you check your module's namespaces for\n" +"imported functions you might have forgotten to remove with\n" +"namespace::autoclean or namespace::clean and are therefore available to= be\n" +"called as methods, which usually isn't want you want." +msgstr "" + +#: gnu/packages/perl.scm:4693 +msgid "Flexible deep comparison for the Test::Builder framework" +msgstr "" + +#: gnu/packages/perl.scm:4695 +msgid "" +"Test::Deep compares two structures by going through each level, ensurin= g\n" +"that the values match, that arrays and hashes have the same elements an= d " +"that\n" +"references are blessed into the correct class. It also handles circular= " +"data\n" +"structures without getting caught in an infinite loop." +msgstr "" + +#: gnu/packages/perl.scm:4720 +msgid "Test strings and data structures and show differences" +msgstr "" + +#: gnu/packages/perl.scm:4721 +msgid "" +"This module exports three test functions and four diff-style\n" +"functions" +msgstr "" + +#: gnu/packages/perl.scm:4742 +msgid "Perl extension for maintaining test directories" +msgstr "" + +#: gnu/packages/perl.scm:4743 +msgid "" +"Testing code can involve making sure that files are created\n" +"and deleted as expected. Doing this manually can be error prone, as it= 's " +"easy\n" +"to forget a file, or miss that some unexpected file was added. This mo= dule\n" +"simplifies maintaining test directories by tracking their status as the= y " +"are\n" +"modified or tested with this API, making it simple to test both individ= ual\n" +"files, as well as to verify that there are no missing or unknown files.= " +msgstr "" + +#: gnu/packages/perl.scm:4769 +msgid "Test exception based code" +msgstr "" + +#: gnu/packages/perl.scm:4770 +msgid "" +"This module provides a few convenience methods for testing\n" +"exception based code. It is built with Test::Builder and plays happily= " +"with\n" +"Test::More and friends." +msgstr "" + +#: gnu/packages/perl.scm:4790 +msgid "Simple helpers for testing code with exceptions" +msgstr "" + +#: gnu/packages/perl.scm:4791 +msgid "" +"Test::Fatal is an alternative to the popular\n" +"Test::Exception. It does much less, but should allow greater flexibili= ty " +"in\n" +"testing exception-throwing code with about the same amount of typing." +msgstr "" + +#: gnu/packages/perl.scm:4821 +msgid "Run Perl standard test scripts with statistics" +msgstr "" + +#: gnu/packages/perl.scm:4822 +msgid "" +"Simple test harness which allows tests to be run and results\n" +"automatically aggregated and output to STDOUT." +msgstr "" + +#: gnu/packages/perl.scm:4840 +msgid "Traces memory leaks in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4841 +msgid "" +"Test::LeakTrace provides several functions that trace memory\n" +"leaks. This module scans arenas, the memory allocation system, so it ca= n\n" +"detect any leaked SVs in given blocks." +msgstr "" + +#: gnu/packages/perl.scm:4860 +msgid "Tests strings for equality, with more helpful failures" +msgstr "" + +#: gnu/packages/perl.scm:4861 +msgid "" +"This module provides some drop-in replacements for the\n" +"string comparison functions of Test::More, but which are more suitable = when\n" +"you test against long strings." +msgstr "" + +#: gnu/packages/perl.scm:4888 +msgid "Emulate troublesome interfaces in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4889 +msgid "" +"Test::MockObject allows you to create objects that conform\n" +"to particular interfaces with very little code. You don't have to " +"reimplement\n" +"the behavior, just the input and the output." +msgstr "" + +#: gnu/packages/perl.scm:4908 +msgid "Replaces actual time with simulated time" +msgstr "" + +#: gnu/packages/perl.scm:4909 +msgid "" +"This module was created to enable test suites to test code\n" +"at specific points in time. Specifically it overrides localtime, gmtim= e " +"and\n" +"time at compile time and then relies on the user supplying a mock time = via\n" +"set_relative_time, set_absolute_time or set_fixed_time to alter future = " +"calls\n" +"to gmtime,time or localtime." +msgstr "" + +#: gnu/packages/perl.scm:4936 +msgid "Most commonly needed test functions and features" +msgstr "" + +#: gnu/packages/perl.scm:4937 +msgid "" +"This module provides the most commonly used testing\n" +"functions, along with automatically turning on strict and warning and g= ives " +"a\n" +"bit more fine-grained control over test suites." +msgstr "" + +#: gnu/packages/perl.scm:4955 +msgid "Ensure no warnings are produced while testing" +msgstr "" + +#: gnu/packages/perl.scm:4957 +msgid "" +"This modules causes any warnings during testing to be captured and\n" +"stored. It automatically adds an extra test that will run when your sc= ript\n" +"ends to check that there were no warnings. If there were any warings, = the\n" +"test will fail and output diagnostics of where, when and what the warni= ng " +"was,\n" +"including a stack trace of what was going on when it occurred." +msgstr "" + +#: gnu/packages/perl.scm:4982 +msgid "Utilities to test STDOUT and STDERR messages" +msgstr "" + +#: gnu/packages/perl.scm:4984 +msgid "" +"Test::Output provides a simple interface for testing output sent to\n" +"STDOUT or STDERR. A number of different utilities are included to try = and " +"be\n" +"as flexible as possible to the tester." +msgstr "" + +#: gnu/packages/perl.scm:5005 +msgid "Check for POD errors in files" +msgstr "" + +#: gnu/packages/perl.scm:5006 +msgid "" +"Check POD files for errors or warnings in a test file, using\n" +"Pod::Simple to do the heavy lifting." +msgstr "" + +#: gnu/packages/perl.scm:5026 +msgid "Check for pod coverage" +msgstr "" + +#: gnu/packages/perl.scm:5027 +msgid "" +"This module adds a test to your Perl distribution which\n" +"checks for pod coverage of all appropriate files." +msgstr "" + +#: gnu/packages/perl.scm:5045 +msgid "Checks to see if the module can be loaded" +msgstr "" + +#: gnu/packages/perl.scm:5046 +msgid "" +"Test::Requires checks to see if the module can be loaded.\n" +"If this fails, then rather than failing tests this skips all tests." +msgstr "" + +#: gnu/packages/perl.scm:5065 +msgid "Basic cross-platform tests for scripts" +msgstr "" + +#: gnu/packages/perl.scm:5067 +msgid "" +"The intent of the Test::Script module is to provide a series of basic\n= " +"tests for 80% of the testing you will need to do for scripts in the scr= ipt " +"(or\n" +"bin as is also commonly used) paths of your Perl distribution." +msgstr "" + +#: gnu/packages/perl.scm:5090 +msgid "Fork test in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5091 +msgid "" +"Test::SharedFork is a utility module for Test::Builder. It\n" +"makes fork(2) safe to use in test cases." +msgstr "" + +#: gnu/packages/perl.scm:5107 +msgid "Basic utilities for writing tests" +msgstr "" + +#: gnu/packages/perl.scm:5109 +msgid "Test::Simple contains basic utilities for writing tests." +msgstr "" + +#: gnu/packages/perl.scm:5126 +msgid "Simplify running Test::Builder tests" +msgstr "" + +#: gnu/packages/perl.scm:5128 +msgid "" +"Test::Tester allows testing of test modules based on Test::Builder with= \n" +"a minimum of effort." +msgstr "" + +#: gnu/packages/perl.scm:5152 +msgid "Trap exit codes, exceptions, output, etc." +msgstr "" + +#: gnu/packages/perl.scm:5153 +msgid "" +"This module is primarily (but not exclusively) for use in\n" +"test scripts: A block eval configurable and extensible but by default " +"trapping\n" +"STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return " +"values\n" +"from boxed blocks of test code." +msgstr "" + +#: gnu/packages/perl.scm:5173 +msgid "UTF-8 testing in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5174 +msgid "" +"This module is a collection of tests useful for dealing with\n" +"UTF-8 strings in Perl. This module has two types of tests: The validit= y " +"tests\n" +"check if a string is valid and not corrupt, whereas the characteristics= " +"tests\n" +"will check that string has a given set of characteristics." +msgstr "" + +#: gnu/packages/perl.scm:5196 +msgid "Perl extension to test methods for warnings" +msgstr "" + +#: gnu/packages/perl.scm:5197 +msgid "" +"This module provides a few convenience methods for testing\n" +"warning based code." +msgstr "" + +#: gnu/packages/perl.scm:5215 +msgid "Test for warnings and the lack of them" +msgstr "" + +#: gnu/packages/perl.scm:5216 +msgid "" +"This module is intended to be used as a drop-in replacement\n" +"for Test::NoWarnings. It also adds an extra test, but runs this test " +"before\n" +"done_testing calculates the test count, rather than after. It does thi= s by\n" +"hooking into done_testing as well as via an END block. You can declare= a\n" +"plan, or not, and things will still Just Work." +msgstr "" + +#: gnu/packages/perl.scm:5237 +msgid "Test fallback behaviour in absence of modules" +msgstr "" + +#: gnu/packages/perl.scm:5238 +msgid "" +"This module allows you to deliberately hide modules from a\n" +"program even though they are installed. This is mostly useful for test= ing\n" +"modules that have a fallback when a certain dependency module is not\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:5264 +msgid "Dynamic generation of tests" +msgstr "" + +#: gnu/packages/perl.scm:5265 +msgid "" +"The Test::WriteVariants module provides for the dynamic\n" +"generation of tests in nested combinations of contexts." +msgstr "" + +#: gnu/packages/perl.scm:5285 +msgid "Testing module for YAML implementations" +msgstr "" + +#: gnu/packages/perl.scm:5286 +msgid "" +"Test::YAML is a subclass of Test::Base with YAML specific\n" +"support." +msgstr "" + +#: gnu/packages/perl.scm:5304 +msgid "Align text" +msgstr "" + +#: gnu/packages/perl.scm:5305 +msgid "" +"Text::Aligner exports a single function, align(), which is\n" +"used to justify strings to various alignment styles." +msgstr "" + +#: gnu/packages/perl.scm:5323 +msgid "Extract delimited text sequences from strings" +msgstr "" + +#: gnu/packages/perl.scm:5324 +msgid "" +"The Text::Balanced module can be used to extract delimited\n" +"text sequences from strings." +msgstr "" + +#: gnu/packages/perl.scm:5342 +msgid "Manipulate comma-separated values" +msgstr "" + +#: gnu/packages/perl.scm:5343 +msgid "" +"Text::CSV provides facilities for the composition and\n" +"decomposition of comma-separated values. An instance of the Text::CSV = " +"class\n" +"can combine fields into a CSV string and parse a CSV string into fields= ." +msgstr "" + +#: gnu/packages/perl.scm:5364 +msgid "Perform diffs on files and record sets" +msgstr "" + +#: gnu/packages/perl.scm:5365 +msgid "" +"Text::Diff provides a basic set of services akin to the GNU\n" +"diff utility. It is not anywhere near as feature complete as GNU diff,= but " +"it\n" +"is better integrated with Perl and available on all platforms. It is o= ften\n" +"faster than shelling out to a system's diff executable for small files,= and\n" +"generally slower on larger files." +msgstr "" + +#: gnu/packages/perl.scm:5386 +msgid "Match globbing patterns against text" +msgstr "" + +#: gnu/packages/perl.scm:5387 +msgid "" +"Text::Glob implements glob(3) style matching that can be\n" +"used to match against text, rather than fetching names from a filesyste= m. " +"If\n" +"you want to do full file globbing use the File::Glob module instead." +msgstr "" + +#: gnu/packages/perl.scm:5406 +msgid "Simple ASCII tables" +msgstr "" + +#: gnu/packages/perl.scm:5407 +msgid "Text::SimpleTable draws simple ASCII tables." +msgstr "" + +#: gnu/packages/perl.scm:5426 +msgid "Organize Data in Tables" +msgstr "" + +#: gnu/packages/perl.scm:5427 +msgid "Text::Table renders plaintext tables." +msgstr "" + +#: gnu/packages/perl.scm:5444 +msgid "Provide plain ASCII transliterations of Unicode text" +msgstr "" + +#: gnu/packages/perl.scm:5445 +msgid "" +"Text::Unidecode provides a function, unidecode(...) that\n" +"takes Unicode data and tries to represent it in US-ASCII characters (i.= e., " +"the\n" +"universally displayable characters between 0x00 and 0x7F). The " +"representation\n" +"is almost always an attempt at transliteration-- i.e., conveying, in Ro= man\n" +"letters, the pronunciation expressed by the text in some other writing\= n" +"system." +msgstr "" + +#: gnu/packages/perl.scm:5473 +msgid "Role for classes that can be thrown" +msgstr "" + +#: gnu/packages/perl.scm:5474 +msgid "" +"Throwable is a role for classes that are meant to be thrown\n" +"as exceptions to standard program flow." +msgstr "" + +#: gnu/packages/perl.scm:5492 +msgid "Ordered associative arrays for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5493 +msgid "" +"This Perl module implements Perl hashes that preserve the\n" +"order in which the hash elements were added. The order is not affected = when\n" +"values corresponding to existing keys in the IxHash are changed. The " +"elements\n" +"can also be set to any arbitrary supplied order. The familiar perl arra= y\n" +"operations can also be performed on the IxHash." +msgstr "" + +#: gnu/packages/perl.scm:5516 +msgid "Tie to an existing Perl object" +msgstr "" + +#: gnu/packages/perl.scm:5517 +msgid "" +"This class provides a tie constructor that returns the\n" +"object it was given as it's first argument. This way side effects of " +"calling\n" +"$object->TIEHASH are avoided." +msgstr "" + +#: gnu/packages/perl.scm:5539 +msgid "English expression of durations" +msgstr "" + +#: gnu/packages/perl.scm:5540 +msgid "" +"This module provides functions for expressing durations in\n" +"rounded or exact terms." +msgstr "" + +#: gnu/packages/perl.scm:5562 +msgid "Parse time duration strings" +msgstr "" + +#: gnu/packages/perl.scm:5563 +msgid "" +"Time::Duration::Parse is a module to parse human readable\n" +"duration strings like \"2 minutes\" and \"3 seconds\" to seconds." +msgstr "" + +#: gnu/packages/perl.scm:5581 +msgid "Efficiently compute time from local and GMT time" +msgstr "" + +#: gnu/packages/perl.scm:5582 +msgid "" +"This module provides functions that are the inverse of\n" +"built-in perl functions localtime() and gmtime(). They accept a date a= s a\n" +"six-element array, and return the corresponding time(2) value in second= s " +"since\n" +"the system epoch" +msgstr "" + +#: gnu/packages/perl.scm:5602 +msgid "Date parsing/formating subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5603 +msgid "" +"This module provides routines for parsing date string into\n" +"time values and formating dates into ASCII strings." +msgstr "" + +#: gnu/packages/perl.scm:5623 +msgid "Shift and scale time" +msgstr "" + +#: gnu/packages/perl.scm:5624 +msgid "" +"This module allows you to speed up your sleep(), alarm(),\n" +"and time() calls." +msgstr "" + +#: gnu/packages/perl.scm:5647 +msgid "Simple tree object" +msgstr "" + +#: gnu/packages/perl.scm:5648 +msgid "" +"This module in a fully object-oriented implementation of a\n" +"simple n-ary tree." +msgstr "" + +#: gnu/packages/perl.scm:5671 +msgid "Factory object for dispensing Visitor objects" +msgstr "" + +#: gnu/packages/perl.scm:5672 +msgid "" +"This module is a factory for dispensing\n" +"Tree::Simple::Visitor::* objects." +msgstr "" + +#: gnu/packages/perl.scm:5690 +msgid "Minimal try/catch with proper preservation of $@" +msgstr "" + +#: gnu/packages/perl.scm:5691 +msgid "" +"This module provides bare bones try/catch/finally statements\n" +"that are designed to minimize common mistakes with eval blocks, and not= hing\n" +"else." +msgstr "" + +#: gnu/packages/perl.scm:5712 +msgid "Data types for common serialisation formats" +msgstr "" + +#: gnu/packages/perl.scm:5713 +msgid "" +"This module provides some extra datatypes that are used by\n" +"common serialisation formats such as JSON or CBOR." +msgstr "" + +#: gnu/packages/perl.scm:5731 +msgid "UNIVERSAL::can() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5732 +msgid "" +"This module attempts to work around people calling\n" +"UNIVERSAL::can() as a function, which it is not." +msgstr "" + +#: gnu/packages/perl.scm:5752 +msgid "UNIVERSAL::isa() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5753 +msgid "" +"This module attempts to recover from people calling\n" +"UNIVERSAL::isa as a function" +msgstr "" + +#: gnu/packages/perl.scm:5771 +msgid "Associate user-defined magic to variables from Perl" +msgstr "" + +#: gnu/packages/perl.scm:5772 +msgid "" +"Magic is Perl's way of enhancing variables. This mechanism\n" +"lets the user add extra data to any variable and hook syntactical\n" +"operations (such as access, assignment or destruction) that can be appl= ied " +"to\n" +"it. With this module, you can add your own magic to any variable witho= ut\n" +"having to write a single line of XS." +msgstr "" + +#: gnu/packages/perl.scm:5795 +msgid "YAML for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5796 +msgid "" +"The YAML.pm module implements a YAML Loader and Dumper based\n" +"on the YAML 1.0 specification." +msgstr "" + +#: gnu/packages/perl.scm:5819 +msgid "Read/Write YAML files" +msgstr "" + +#: gnu/packages/perl.scm:5820 +msgid "" +"YAML::Tiny is a perl class for reading and writing\n" +"YAML-style files, written with as little code as possible, reducing loa= d " +"time\n" +"and memory overhead." +msgstr "" + +#: gnu/packages/perl.scm:5847 +msgid "Distribution metadata for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5848 +msgid "" +"Software distributions released to the CPAN include a\n" +"META.json or, for older distributions, META.yml, which describes the\n" +"distribution, its contents, and the requirements for building and " +"installing\n" +"the distribution. The data structure stored in the META.json file is\n= " +"described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to\n= " +"represent this distribution metadata (or distmeta), along with some hel= pful\n" +"methods for interrogating that data." +msgstr "" + +#: gnu/packages/perl.scm:5871 +msgid "Set of version requirements for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5872 +msgid "" +"A CPAN::Meta::Requirements object models a set of version\n" +"constraints like those specified in the META.yml or META.json files in = CPAN\n" +"distributions, and as defined by CPAN::Meta::Spec. It can be built up = by\n" +"adding more and more constraints, and will reduce them to the simplest\= n" +"representation." +msgstr "" + +#: gnu/packages/perl.scm:5895 +msgid "Read and write a subset of YAML for CPAN Meta files" +msgstr "" + +#: gnu/packages/perl.scm:5896 +msgid "" +"This module implements a subset of the YAML specification\n" +"for use in reading and writing CPAN metadata files like META.yml and\n" +"MYMETA.yml." +msgstr "" + +#: gnu/packages/perl.scm:5917 +msgid "Build and install Perl modules" +msgstr "" + +#: gnu/packages/perl.scm:5918 +msgid "" +"\"Module::Build\" is a system for building, testing, and\n" +"installing Perl modules. It is meant to be an alternative to\n" +"\"ExtUtils::MakeMaker\". Developers may alter the behavior of the modu= le\n" +"through subclassing in a much more straightforward way than with\n" +"\"MakeMaker\". It also does not require a \"make\" on your system - mo= st " +"of\n" +"the \"Module::Build\" code is pure-perl and written in a cross-platform= way." +msgstr "" + +#: gnu/packages/perl.scm:5942 +msgid "Parse META.yml and META.json CPAN metadata files" +msgstr "" + +#: gnu/packages/perl.scm:5943 +msgid "" +"Parse::CPAN::Meta is a parser for META.json and META.yml\n" +"files, using JSON::PP and/or CPAN::Meta::YAML." +msgstr "" + +#: gnu/packages/perl.scm:5961 +msgid "Common Scalar and List utility subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5962 +msgid "" +"This package contains a selection of subroutines that people\n" +"have expressed would be nice to have in the perl core, but the usage wo= uld " +"not\n" +"really be high enough to warrant the use of a keyword, and the size so = " +"small\n" +"such that being individual extensions would be wasteful." +msgstr "" + +#: gnu/packages/photo.scm:46 +msgid "Read and manipulate EXIF data in digital photographs" +msgstr "" + +#: gnu/packages/photo.scm:48 +msgid "" +"The libexif C library allows applications to read, edit, and save EXIF\= n" +"data as produced by digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:73 +msgid "Accessing digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:75 +msgid "" +"This is the library backend for gphoto2. It contains the code for PTP,= \n" +"MTP, and other vendor specific protocols for controlling and transferri= ng " +"data\n" +"from digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:116 +msgid "Command-line tools to access digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:118 +msgid "" +"Gphoto2 is a set of command line utilities for manipulating a large\n" +"number of different digital cameras. Through libgphoto2, it supports P= TP,\n" +"MTP, and much more." +msgstr "" + +#: gnu/packages/photo.scm:152 +msgid "Program and Perl library to manipulate EXIF tags" +msgstr "" + +#: gnu/packages/photo.scm:154 +msgid "" +"This package provides the 'exiftool' command and the 'Image::ExifTool'\= n" +"Perl library to manipulate EXIF tags of digital images." +msgstr "" + +#: gnu/packages/qemu.scm:129 +msgid "Machine emulator and virtualizer (without GUI)" +msgstr "" + +#: gnu/packages/qemu.scm:131 +msgid "" +"QEMU is a generic machine emulator and virtualizer.\n" +"\n" +"When used as a machine emulator, QEMU can run OSes and programs made fo= r " +"one\n" +"machine (e.g. an ARM board) on a different machine---e.g., your own PC.= By\n" +"using dynamic translation, it achieves very good performance.\n" +"\n" +"When used as a virtualizer, QEMU achieves near native performances by\n= " +"executing the guest code directly on the host CPU. QEMU supports\n" +"virtualization when executing under the Xen hypervisor or using\n" +"the KVM kernel module in Linux. When using KVM, QEMU can virtualize x8= 6,\n" +"server and embedded PowerPC, and S390 guests." +msgstr "" + +#: gnu/packages/qemu.scm:153 +msgid "Machine emulator and virtualizer" +msgstr "" + +#: gnu/packages/ratpoison.scm:83 +msgid "Simple mouse-free tiling window manager" +msgstr "" + +#: gnu/packages/ratpoison.scm:85 +msgid "" +"Ratpoison is a simple window manager with no fat library\n" +"dependencies, no fancy graphics, no window decorations, and no\n" +"rodent dependence. It is largely modelled after GNU Screen which\n" +"has done wonders in the virtual terminal market.\n" +"\n" +"The screen can be split into non-overlapping frames. All windows\n" +"are kept maximized inside their frames to take full advantage of\n" +"your precious screen real estate.\n" +"\n" +"All interaction with the window manager is done through keystrokes.\n" +"Ratpoison has a prefix map to minimize the key clobbering that\n" +"cripples Emacs and other quality pieces of software." +msgstr "" + +#: gnu/packages/readline.scm:68 +msgid "Edit command lines while typing, with history support" +msgstr "" + +#: gnu/packages/readline.scm:70 +msgid "" +"The GNU readline library allows users to edit command lines as they\n" +"are typed in. It can maintain a searchable history of previously enter= ed\n" +"commands, letting you easily recall, edit and re-enter past commands. = It\n" +"features both Emacs-like and vi-like keybindings, making its usage\n" +"comfortable for anyone." +msgstr "" + +#: gnu/packages/scanner.scm:52 +msgid "Raster image scanner library and drivers" +msgstr "" + +#: gnu/packages/scanner.scm:53 +msgid "" +"SANE stands for \"Scanner Access Now Easy\" and is an API\n" +"proving access to any raster image scanner hardware (flatbed scanner,\n= " +"hand-held scanner, video- and still-cameras, frame-grabbers, etc.). Th= e\n" +"package contains the library and drivers." +msgstr "" + +#: gnu/packages/scheme.scm:131 +#, fuzzy +msgid "A Scheme implementation with integrated editor and debugger" +msgstr "=D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0 =D1=88=D0=B5=D0=BC=D0= =B5 =D0=BD=D0=B0=D1=80=D0=BE=D1=87=D0=B8=D1=82=D0=BE =D0=BE=D1=81=D0=BC=D0= =B8=D1=88=D1=99=D0=B5=D0=BD=D0=B0 =D0=B7=D0=B0 =D0=BF=D1=80=D0=BE=D1=88=D0= =B8=D1=80=D0=B5=D1=9A=D0=B0" + +#: gnu/packages/scheme.scm:133 +msgid "" +"GNU/MIT Scheme is an implementation of the Scheme programming\n" +"language. It provides an interpreter, a compiler and a debugger. It a= lso\n" +"features an integrated Emacs-like editor and a large runtime library." +msgstr "" + +#: gnu/packages/scheme.scm:216 +msgid "Efficient Scheme compiler" +msgstr "" + +#: gnu/packages/scheme.scm:218 +msgid "" +"Bigloo is a Scheme implementation devoted to one goal: enabling\n" +"Scheme based programming style where C(++) is usually\n" +"required. Bigloo attempts to make Scheme practical by offering\n" +"features usually presented by traditional programming languages\n" +"but not offered by Scheme and functional programming. Bigloo\n" +"compiles Scheme modules. It delivers small and fast stand alone\n" +"binary executables. Bigloo enables full connections between\n" +"Scheme and C programs and between Scheme and Java programs." +msgstr "" + +#: gnu/packages/scheme.scm:261 +msgid "Multi-tier programming language for the Web 2.0" +msgstr "" + +#: gnu/packages/scheme.scm:263 +msgid "" +"HOP is a multi-tier programming language for the Web 2.0 and the\n" +"so-called diffuse Web. It is designed for programming interactive web\= n" +"applications in many fields such as multimedia (web galleries, music " +"players,\n" +"...), ubiquitous and house automation (SmartPhones, personal appliance)= ,\n" +"mashups, office (web agendas, mail clients, ...), etc." +msgstr "" + +#: gnu/packages/scheme.scm:303 +msgid "R5RS Scheme implementation that compiles native code via C" +msgstr "" + +#: gnu/packages/scheme.scm:305 +msgid "" +"CHICKEN is a compiler for the Scheme programming language. CHICKEN\n" +"produces portable and efficient C, supports almost all of the R5RS Sche= me\n" +"language standard, and includes many enhancements and extensions." +msgstr "" + +#: gnu/packages/scheme.scm:324 +#, fuzzy +msgid "Scheme implementation using a bytecode interpreter" +msgstr "=D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B0 =D1=88=D0=B5=D0=BC=D0= =B5 =D0=BD=D0=B0=D1=80=D0=BE=D1=87=D0=B8=D1=82=D0=BE =D0=BE=D1=81=D0=BC=D0= =B8=D1=88=D1=99=D0=B5=D0=BD=D0=B0 =D0=B7=D0=B0 =D0=BF=D1=80=D0=BE=D1=88=D0= =B8=D1=80=D0=B5=D1=9A=D0=B0" + +#: gnu/packages/scheme.scm:326 +msgid "" +"Scheme 48 is an implementation of Scheme based on a byte-code\n" +"interpreter and is designed to be used as a testbed for experiments in\= n" +"implementation techniques and as an expository tool." +msgstr "" + +#: gnu/packages/scheme.scm:402 +msgid "Implementation of Scheme and related languages" +msgstr "" + +#: gnu/packages/scheme.scm:404 +msgid "" +"Racket is an implementation of the Scheme programming language (R5RS an= d\n" +"R6RS) and related languages, such as Typed Racket. It features a compi= ler " +"and\n" +"a virtual machine with just-in-time native compilation, as well as a la= rge " +"set\n" +"of libraries." +msgstr "" + +#: gnu/packages/scheme.scm:442 +msgid "Efficient Scheme interpreter and compiler" +msgstr "" + +#: gnu/packages/scheme.scm:444 +msgid "" +"Gambit consists of two main programs: gsi, the Gambit Scheme\n" +"interpreter, and gsc, the Gambit Scheme compiler. The interpreter cont= ains\n" +"the complete execution and debugging environment. The compiler is the\= n" +"interpreter extended with the capability of generating executable files= . " +"The\n" +"compiler can produce standalone executables or compiled modules which c= an " +"be\n" +"loaded at run time. Interpreted code and compiled code can be freely\n= " +"mixed." +msgstr "" + +#: gnu/packages/scheme.scm:481 +msgid "Small embeddable Scheme implementation" +msgstr "" + +#: gnu/packages/scheme.scm:483 +msgid "" +"Chibi-Scheme is a very small library with no external dependencies\n" +"intended for use as an extension and scripting language in C programs. = In\n" +"addition to support for lightweight VM-based threads, each VM itself ru= ns " +"in\n" +"an isolated heap allowing multiple VMs to run simultaneously in differe= nt " +"OS\n" +"threads." +msgstr "" + +#: gnu/packages/search.scm:52 +msgid "Search Engine Library" +msgstr "" + +#: gnu/packages/search.scm:54 +msgid "" +"Xapian is a highly adaptable toolkit which allows developers to easily\= n" +"add advanced indexing and search facilities to their own applications. = It\n" +"supports the Probabilistic Information Retrieval model and also support= s a\n" +"rich set of boolean query operators." +msgstr "" + +#: gnu/packages/search.scm:97 +msgid "Tool for Obsessive Compulsive Classifiers" +msgstr "" + +#: gnu/packages/search.scm:99 +msgid "" +"libtocc is the engine of the Tocc project, a tag-based file management\= n" +"system. The goal of Tocc is to provide a better system for classifying= " +"files\n" +"that is more flexible than classic file systems that are based on a tre= e of\n" +"files and directories." +msgstr "" + +#: gnu/packages/search.scm:121 +msgid "Command-line interface to libtocc" +msgstr "" + +#: gnu/packages/search.scm:123 +msgid "" +"Tocc is a tag-based file management system. This package contains the\= n" +"command line tool for interacting with libtocc." +msgstr "" + +#: gnu/packages/search.scm:141 +msgid "Finding text and HTML files that match boolean expressions" +msgstr "" + +#: gnu/packages/search.scm:143 +msgid "" +"GNU Bool is a utility to perform text searches on files using Boolean\n= " +"expressions. For example, a search for \"hello AND world\" would retur= n a\n" +"file containing the phrase \"Hello, world!\". It supports both AND and= OR\n" +"statements, as well as the NEAR statement to search for the occurrence = of\n" +"words in close proximity to each other. It handles context gracefully,= \n" +"accounting for new lines and paragraph changes. It also has robust sup= port\n" +"for parsing HTML files." +msgstr "" + +#: gnu/packages/serveez.scm:51 +msgid "Framework for implementing IP-based servers" +msgstr "" + +#: gnu/packages/serveez.scm:53 +msgid "" +"GNU Serveez is a server framework providing the routines necessary to\n= " +"easily implement IP-based servers in your application. It\n" +"demonstrates aspects of network programming in a portable manner,\n" +"making it convenient for both simplifying the process of adding a\n" +"server to your application or for learning about how network services\n= " +"work. Several example servers are provided already, such as an HTTP\n" +"server and an IRC server." +msgstr "" + +#: gnu/packages/telephony.scm:50 +msgid "(u)Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:51 +msgid "" +"GNU Common C++ is an portable, optimized class framework for\n" +"threaded applications, supporting concurrent synchronization, inter-pro= cess\n" +"communications via sockets, and various methods for data handling, such= as\n" +"serialization and XML parsing. It includes the uCommon C++ library, a = " +"smaller\n" +"reimplementation." +msgstr "" + +#: gnu/packages/telephony.scm:70 +msgid "Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:71 +msgid "" +"GNU uCommon C++ is meant as a very light-weight C++ library\n" +"to facilitate using C++ design patterns even for very deeply embedded\n= " +"applications, such as for systems using uclibc along with posix threadi= ng\n" +"support." +msgstr "" + +#: gnu/packages/telephony.scm:92 +msgid "Implementation of RTP (real-time transport protocol)" +msgstr "" + +#: gnu/packages/telephony.scm:93 +msgid "" +"GNU ccRTP is an implementation of RTP, the real-time transport\n" +"protocol from the IETF. It is suitable both for high capacity servers = and\n" +"personal client applications. It is flexible in its design, allowing i= t to\n" +"function as a framework for the framework, rather than just being a\n" +"packet-manipulation library." +msgstr "" + +#: gnu/packages/telephony.scm:113 +msgid "Library implementing SIP (RFC-3261)" +msgstr "" + +#: gnu/packages/telephony.scm:114 +msgid "" +"GNU oSIP is an implementation of the SIP protocol. It is\n" +"used to provide multimedia and telecom software developers with an " +"interface\n" +"to initiate and control SIP sessions." +msgstr "" + +#: gnu/packages/telephony.scm:134 +msgid "Sip abstraction library" +msgstr "" + +#: gnu/packages/telephony.scm:135 +msgid "" +"EXosip is a library that hides the complexity of using the\n" +"SIP protocol for mutlimedia session establishement. This protocol is m= ainly " +"to\n" +"be used by VoIP telephony applications (endpoints or conference server)= but\n" +"might be also usefull for any application that wish to establish sessio= ns " +"like\n" +"multiplayer games." +msgstr "" + +#: gnu/packages/telephony.scm:178 +msgid "Secure peer-to-peer VoIP server for the SIP protocol" +msgstr "" + +#: gnu/packages/telephony.scm:179 +msgid "" +"GNU SIP Witch is a peer-to-peer Voice-over-IP server that\n" +"uses the SIP protocol. Calls can be made from behind NAT firewalls and= \n" +"without the need for a service provider. Its peer-to-peer design ensur= es " +"that\n" +"there is no central point for media intercept or capture and thus it ca= n be\n" +"used to construct a secure telephone system that operates over the publ= ic\n" +"internet." +msgstr "" + +#: gnu/packages/telephony.scm:204 +msgid "Secure RTP (SRTP) Reference Implementation" +msgstr "" + +#: gnu/packages/telephony.scm:205 +msgid "" +"This package provides an implementation of the Secure\n" +"Real-time Transport Protocol (SRTP), the Universal Security Transform " +"(UST),\n" +"and a supporting cryptographic kernel." +msgstr "" + +#: gnu/packages/texinfo.scm:46 +msgid "The GNU documentation format" +msgstr "" + +#: gnu/packages/texinfo.scm:48 +msgid "" +"Texinfo is the official documentation format of the GNU project. It\n" +"uses a single source file using explicit commands to produce a final " +"document\n" +"in any of several supported output formats, such as HTML or PDF. This\= n" +"package includes both the tools necessary to produce Info documents fro= m\n" +"their source and the command-line Info reader. The emphasis of the " +"language\n" +"is on expressing the content semantically, avoiding physical markup com= mands." +msgstr "" + +#: gnu/packages/texinfo.scm:93 +msgid "Convert Texinfo to HTML" +msgstr "" + +#: gnu/packages/texinfo.scm:95 +msgid "" +"Texi2HTML is a Perl script which converts Texinfo source files to HTML\= n" +"output. It now supports many advanced features, such as " +"internationalization\n" +"and extremely configurable output formats.\n" +"\n" +"Development of Texi2HTML moved to the GNU Texinfo repository in 2010, s= ince " +"it\n" +"was meant to replace the makeinfo implementation in GNU Texinfo. The r= oute\n" +"forward for authors is, in most cases, to alter manuals and build proce= sses " +"as\n" +"necessary to use the new features of the makeinfo/texi2any implementati= on " +"of\n" +"GNU Texinfo. The Texi2HTML maintainers (one of whom is the principal " +"author\n" +"of the GNU Texinfo implementation) do not intend to make further releas= es " +"of\n" +"Texi2HTML." +msgstr "" + +#: gnu/packages/texlive.scm:151 gnu/packages/texlive.scm:207 +#: gnu/packages/texlive.scm:265 +msgid "TeX Live, a package of the TeX typesetting system" +msgstr "" + +#: gnu/packages/texlive.scm:153 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the binaries." +msgstr "" + +#: gnu/packages/texlive.scm:209 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete tree of texmf-dist data." +msgstr "" + +#: gnu/packages/texlive.scm:267 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete TeX Live distribution." +msgstr "" + +#: gnu/packages/texlive.scm:296 +msgid "Wrapper for LaTeX and friends" +msgstr "" + +#: gnu/packages/texlive.scm:298 +msgid "" +"Rubber is a program whose purpose is to handle all tasks related to the= \n" +"compilation of LaTeX documents. This includes compiling the document " +"itself,\n" +"of course, enough times so that all references are defined, and running= " +"BibTeX\n" +"to manage bibliographic references. Automatic execution of dvips to " +"produce\n" +"PostScript documents is also included, as well as usage of pdfLaTeX to = " +"produce\n" +"PDF documents." +msgstr "" + +#: gnu/packages/textutils.scm:61 +msgid "Text encoding converter" +msgstr "" + +#: gnu/packages/textutils.scm:62 +msgid "" +"The Recode library converts files between character sets and\n" +"usages. It recognises or produces over 200 different character sets (o= r " +"about\n" +"300 if combined with an iconv library) and transliterates files between= " +"almost\n" +"any pair. When exact transliteration are not possible, it gets rid of\= n" +"offending characters or falls back on approximations. The recode progr= am is " +"a\n" +"handy front-end to the library." +msgstr "" + +#: gnu/packages/textutils.scm:89 +msgid "Text encoding detection tool" +msgstr "" + +#: gnu/packages/textutils.scm:90 +msgid "" +"Enca (Extremely Naive Charset Analyser) consists of libenca,\n" +"an encoding detection library, and enca, a command line frontend, " +"integrating\n" +"libenca and several charset conversion libraries and tools." +msgstr "" + +#: gnu/packages/textutils.scm:127 +msgid "C library for processing UTF-8 Unicode data" +msgstr "" + +#: gnu/packages/textutils.scm:128 +msgid "" +"utf8proc is a small C library that provides Unicode\n" +"normalization, case-folding, and other operations for data in the UTF-8= \n" +"encoding, supporting Unicode version 7.0." +msgstr "" + +#: gnu/packages/textutils.scm:157 +msgid "Gordon's text utils library" +msgstr "" + +#: gnu/packages/textutils.scm:159 +msgid "" +"libgtextutils is a text utilities library used by the fastx toolkit fro= m\n" +"the Hannon Lab." +msgstr "" + +#: gnu/packages/textutils.scm:199 +msgid "Text-to-HTML conversion tool" +msgstr "" + +#: gnu/packages/textutils.scm:201 +msgid "" +"Markdown is a text-to-HTML conversion tool for web writers. It allows\= n" +"you to write using an easy-to-read, easy-to-write plain text format, th= en\n" +"convert it to structurally valid XHTML (or HTML)." +msgstr "" + +#: gnu/packages/version-control.scm:93 +msgid "" +"Version control system supporting both distributed and centralized work= flows" +msgstr "" + +#: gnu/packages/version-control.scm:95 +msgid "" +"GNU Bazaar is a version control system that allows you to record\n" +"changes to project files over time. It supports both a distributed " +"workflow\n" +"as well as the classic centralized workflow." +msgstr "" + +#: gnu/packages/version-control.scm:229 +msgid "Distributed version control system" +msgstr "" + +#: gnu/packages/version-control.scm:231 +msgid "" +"Git is a free distributed version control system designed to handle\n" +"everything from small to very large projects with speed and efficiency.= " +msgstr "" + +#: gnu/packages/version-control.scm:276 +msgid "Man pages of the Git version control system" +msgstr "" + +#: gnu/packages/version-control.scm:278 +msgid "" +"This package provides the man pages of the Git version control system.\= n" +"This is the documentation displayed when using the '--help' option of a= " +"'git'\n" +"command." +msgstr "" + +#: gnu/packages/version-control.scm:315 +msgid "Command-line flags library for shell scripts" +msgstr "" + +#: gnu/packages/version-control.scm:317 +msgid "" +"Shell Flags (shFlags) is a library written to greatly simplify the\n" +"handling of command-line flags in Bourne based Unix shell scripts (bash= , " +"dash,\n" +"ksh, sh, zsh). Most shell scripts use getopt for flags processing, but= the\n" +"different versions of getopt on various OSes make writing portable shel= l\n" +"scripts difficult. shFlags instead provides an API that doesn't change= " +"across\n" +"shell and OS versions so the script writer can be confident that the sc= ript\n" +"will work." +msgstr "" + +#: gnu/packages/version-control.scm:360 +msgid "Git extensions for Vincent Driessen's branching model" +msgstr "" + +#: gnu/packages/version-control.scm:362 +msgid "" +"Vincent Driessen's branching model is a git branching and release\n" +"management strategy that helps developers keep track of features, hotfi= xes,\n" +"and releases in bigger software projects. The git-flow library of git\= n" +"subcommands helps automate some parts of the flow to make working with = it a\n" +"lot easier." +msgstr "" + +#: gnu/packages/version-control.scm:399 +msgid "Run a command over a sequence of commits" +msgstr "" + +#: gnu/packages/version-control.scm:401 +msgid "" +"git-test-sequence is similar to an automated git bisect except it=E2=80= =99s\n" +"linear. It will test every change between two points in the DAG. It w= ill\n" +"also walk each side of a merge and test those changes individually." +msgstr "" + +#: gnu/packages/version-control.scm:459 +msgid "Git access control layer" +msgstr "" + +#: gnu/packages/version-control.scm:461 +msgid "" +"Gitolite is an access control layer on top of Git, providing fine acces= s\n" +"control to Git repositories." +msgstr "" + +#: gnu/packages/version-control.scm:485 +msgid "Decentralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:487 +msgid "" +"Mercurial is a free, distributed source control management tool.\n" +"It efficiently handles projects of any size\n" +"and offers an easy and intuitive interface." +msgstr "" + +#: gnu/packages/version-control.scm:521 +msgid "HTTP and WebDAV client library" +msgstr "" + +#: gnu/packages/version-control.scm:522 +msgid "" +"Neon is an HTTP and WebDAV client library, with a\n" +"C interface. Features:\n" +"High-level wrappers for common HTTP and WebDAV operations (GET, MOVE,\n= " +"DELETE, etc.);\n" +"low-level interface to the HTTP request/response engine, allowing the u= se\n" +"of arbitrary HTTP methods, headers, etc.;\n" +"authentication support including Basic and Digest support, along with\n= " +"GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32;= \n" +"SSL/TLS support using OpenSSL or GnuTLS, exposing an abstraction layer = for\n" +"verifying server certificates, handling client certificates, and examin= ing\n" +"certificate properties, smartcard-based client certificates are also\n" +"supported via a PKCS#11 wrapper interface;\n" +"abstract interface to parsing XML using libxml2 or expat, and wrappers = for\n" +"simplifying handling XML HTTP response bodies;\n" +"WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to simplif= y\n" +"property manipulation." +msgstr "" + +#: gnu/packages/version-control.scm:604 +msgid "Revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:606 +msgid "" +"Subversion exists to be universally recognized and adopted as a\n" +"centralized version control system characterized by its\n" +"reliability as a safe haven for valuable data; the simplicity of its mo= del " +"and\n" +"usage; and its ability to support the needs of a wide variety of users = and\n" +"projects, from individuals to large-scale enterprise operations." +msgstr "" + +#: gnu/packages/version-control.scm:627 +msgid "Per-file local revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:629 +msgid "" +"RCS is the original Revision Control System. It works on a\n" +"file-by-file basis, in contrast to subsequent version control systems s= uch " +"as\n" +"CVS, Subversion, and Git. This can make it suitable for system\n" +"administration files, for example, which are often inherently local to = one\n" +"machine." +msgstr "" + +#: gnu/packages/version-control.scm:655 +msgid "Historical centralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:657 +msgid "" +"CVS is a version control system, an important component of Source\n" +"Configuration Management (SCM). Using it, you can record the history o= f\n" +"sources files, and documents. It fills a similar role to the free soft= ware\n" +"RCS, PRCS, and Aegis packages." +msgstr "" + +#: gnu/packages/version-control.scm:679 +msgid "Version-control-agnostic ChangeLog diff and commit tool" +msgstr "" + +#: gnu/packages/version-control.scm:681 +msgid "" +"The vc-dwim package contains two tools, \"vc-dwim\" and \"vc-chlog\".\n= " +"vc-dwim is a tool that simplifies the task of maintaining a ChangeLog a= nd\n" +"using version control at the same time, for example by printing a remin= der\n" +"when a file change has been described in the ChangeLog but the file has= not\n" +"been added to the VC. vc-chlog scans changed files and generates\n" +"standards-compliant ChangeLog entries based on the changes that it dete= cts." +msgstr "" + +#: gnu/packages/version-control.scm:703 +msgid "Make histograms from the output of 'diff'" +msgstr "" + +#: gnu/packages/version-control.scm:705 +msgid "" +"Diffstat reads the output of 'diff' and displays a histogram of the\n" +"insertions, deletions, and modifications per-file. It is useful for " +"reviewing\n" +"large, complex patch files." +msgstr "" + +#: gnu/packages/version-control.scm:746 +msgid "File-based version control like SCCS" +msgstr "" + +#: gnu/packages/version-control.scm:747 +msgid "" +"GNU CSSC provides a replacement for the legacy Unix source\n" +"code control system SCCS. This allows old code still under that system= to " +"be\n" +"accessed and migrated on modern systems." +msgstr "" + +#: gnu/packages/version-control.scm:828 +msgid "Project change supervisor" +msgstr "" + +#: gnu/packages/version-control.scm:829 +msgid "" +"Aegis is a project change supervisor, and performs some of\n" +"the Software Configuration Management needed in a CASE environment. Ae= gis\n" +"provides a framework within which a team of developers may work on many= \n" +"changes to a program independently, and Aegis coordinates integrating t= hese\n" +"changes back into the master source of the program, with as little " +"disruption\n" +"as possible. Resolution of contention for source files, a major headac= he " +"for\n" +"any project with more than one developer, is one of Aegis's major funct= ions." +msgstr "" + +#: gnu/packages/version-control.scm:856 +msgid "Ncurses-based text user interface for Git" +msgstr "" + +#: gnu/packages/version-control.scm:858 +msgid "" +"Tig is an ncurses text user interface for Git, primarily intended as\n" +"a history browser. It can also stage hunks for commit, or colorize the= \n" +"output of the 'git' command." +msgstr "" + +#: gnu/packages/webkit.scm:105 +msgid "Web content engine for GTK+" +msgstr "" + +#: gnu/packages/webkit.scm:107 +msgid "" +"WebKitGTK+ is a full-featured port of the WebKit rendering engine,\n" +"suitable for projects requiring any kind of web integration, from hybri= d\n" +"HTML/CSS applications to full-fledged web browsers." +msgstr "" + +#: gnu/packages/web.scm:84 +msgid "Featureful HTTP server" +msgstr "" + +#: gnu/packages/web.scm:86 +msgid "" +"The Apache HTTP Server Project is a collaborative software development\= n" +"effort aimed at creating a robust, commercial-grade, featureful, and\n" +"freely-available source code implementation of an HTTP (Web) server. T= he\n" +"project is jointly managed by a group of volunteers located around the = " +"world,\n" +"using the Internet and the Web to communicate, plan, and develop the se= rver\n" +"and its related documentation." +msgstr "" + +#: gnu/packages/web.scm:164 +msgid "HTTP and reverse proxy server" +msgstr "" + +#: gnu/packages/web.scm:166 +msgid "" +"Nginx (\"engine X\") is a high-performance web and reverse proxy server= \n" +"created by Igor Sysoev. It can be used both as a standalone web server= \n" +"and as a proxy to reduce the load on back-end HTTP or mail servers." +msgstr "" + +#: gnu/packages/web.scm:202 +msgid "PSGI/Plack web server" +msgstr "" + +#: gnu/packages/web.scm:203 +msgid "" +"Starman is a PSGI perl web server that has unique features\n" +"such as high performance, preforking, signal support, superdaemon " +"awareness,\n" +"and UNIX socket support." +msgstr "" + +#: gnu/packages/web.scm:222 +#, fuzzy +msgid "JSON C library" +msgstr "=D0=93=D0=BD=D1=83 =D0=A6 =D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1= =82=D0=B5=D0=BA=D0=B0" + +#: gnu/packages/web.scm:224 +msgid "" +"Jansson is a C library for encoding, decoding and manipulating JSON\n" +"data." +msgstr "" + +#: gnu/packages/web.scm:255 +msgid "JSON implementation in C" +msgstr "" + +#: gnu/packages/web.scm:257 +msgid "" +"JSON-C implements a reference counting object model that allows you to\= n" +"easily construct JSON objects in C, output them as JSON formatted strin= gs " +"and\n" +"parse JSON formatted strings back into the C representation of JSON obj= ects." +msgstr "" + +#: gnu/packages/web.scm:277 +msgid "JSON parser/generator for C++ with both SAX/DOM style API" +msgstr "" + +#: gnu/packages/web.scm:279 +msgid "" +"RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM\n" +"style API." +msgstr "" + +#: gnu/packages/web.scm:309 +msgid "WebSockets library written in C" +msgstr "" + +#: gnu/packages/web.scm:311 +msgid "" +"Libwebsockets is a library that allows C programs to establish client\n= " +"and server WebSockets connections---a protocol layered above HTTP that = " +"allows\n" +"for efficient socket-like bidirectional reliable communication channels= ." +msgstr "" + +#: gnu/packages/web.scm:351 +msgid "C library for the Publix Suffix List" +msgstr "" + +#: gnu/packages/web.scm:353 +msgid "" +"A \"public suffix\" is a domain name under which Internet users can\n" +"directly register own names.\n" +"\n" +"Browsers and other web clients can use it to avoid privacy-leaking\n" +"\"supercookies\", avoid privacy-leaking \"super domain\" certificates, = " +"domain\n" +"highlighting parts of the domain in a user interface, and sorting domai= n " +"lists\n" +"by site.\n" +"\n" +"Libpsl has built-in PSL data for fast access, allows to load PSL data f= rom\n" +"files, checks if a given domain is a public suffix, provides immediate = " +"cookie\n" +"domain verification, finds the longest public part of a given domain, f= inds\n" +"the shortest private part of a given domain, works with international\n= " +"domains (UTF-8 and IDNA2008 Punycode), is thread-safe, and handles IDNA= 2008\n" +"UTS#46" +msgstr "" + +#: gnu/packages/web.scm:398 +msgid "HTML validator and tidier" +msgstr "" + +#: gnu/packages/web.scm:399 +msgid "" +"HTML Tidy is a command-line tool and C library that can be\n" +"used to validate and fix HTML data." +msgstr "" + +#: gnu/packages/web.scm:439 +msgid "Light-weight HTTP/HTTPS proxy daemon" +msgstr "" + +#: gnu/packages/web.scm:440 +msgid "" +"Tinyproxy is a light-weight HTTP/HTTPS proxy\n" +"daemon. Designed from the ground up to be fast and yet small, it is an= " +"ideal\n" +"solution for use cases such as embedded deployments where a full featur= ed " +"HTTP\n" +"proxy is required, but the system resources for a larger proxy are\n" +"unavailable." +msgstr "" + +#: gnu/packages/web.scm:473 +msgid "Small caching web proxy" +msgstr "" + +#: gnu/packages/web.scm:475 +msgid "" +"Polipo is a small caching web proxy (web cache, HTTP proxy, and proxy\n= " +"server). It was primarily designed to be used by one person or a small= " +"group\n" +"of people." +msgstr "" + +#: gnu/packages/web.scm:495 +msgid "YAML 1.1 parser and emitter written in C" +msgstr "" + +#: gnu/packages/web.scm:497 +msgid "LibYAML is a YAML 1.1 parser and emitter written in C." +msgstr "" + +#: gnu/packages/web.scm:513 gnu/packages/web.scm:546 gnu/packages/web.sc= m:568 +msgid "Media stream URL parser" +msgstr "" + +#: gnu/packages/web.scm:514 +msgid "" +"This package contains support scripts called by libquvi to\n" +"parse media stream properties." +msgstr "" + +#: gnu/packages/web.scm:547 +msgid "" +"libquvi is a library with a C API for parsing media stream\n" +"URLs and extracting their actual media files." +msgstr "" + +#: gnu/packages/web.scm:569 +msgid "" +"quvi is a command-line-tool suite to extract media files\n" +"from streaming URLs. It is a command-line wrapper for the libquvi libr= ary." +msgstr "" + +#: gnu/packages/web.scm:632 +msgid "High-performance asynchronous HTTP client library" +msgstr "" + +#: gnu/packages/web.scm:634 +msgid "" +"serf is a C-based HTTP client library built upon the Apache Portable\n" +"Runtime (APR) library. It multiplexes connections, running the read/wr= ite\n" +"communication asynchronously. Memory copies and transformations are ke= pt to " +"a\n" +"minimum to provide high performance operation." +msgstr "" + +#: gnu/packages/web.scm:665 +msgid "Compile a log format string to perl-code" +msgstr "" + +#: gnu/packages/web.scm:666 +msgid "" +"This module provides methods to compile a log format string\n" +"to perl-code, for faster generation of access_log lines." +msgstr "" + +#: gnu/packages/web.scm:691 +msgid "Sensible default Catalyst action" +msgstr "" + +#: gnu/packages/web.scm:692 +msgid "" +"This Catalyst action implements a sensible default end\n" +"action, which will forward to the first available view." +msgstr "" + +#: gnu/packages/web.scm:720 +msgid "Automated REST Method Dispatching" +msgstr "" + +#: gnu/packages/web.scm:721 +msgid "" +"This Action handles doing automatic method dispatching for\n" +"REST requests. It takes a normal Catalyst action, and changes the disp= atch " +"to\n" +"append an underscore and method name. First it will try dispatching to= an\n" +"action with the generated name, and failing that it will try to dispatc= h to " +"a\n" +"regular method." +msgstr "" + +#: gnu/packages/web.scm:757 +msgid "Storage class for Catalyst authentication using DBIx::Class" +msgstr "" + +#: gnu/packages/web.scm:758 +msgid "" +"The Catalyst::Authentication::Store::DBIx::Class class\n" +"provides access to authentication information stored in a database via\= n" +"DBIx::Class." +msgstr "" + +#: gnu/packages/web.scm:782 +msgid "Create only one instance of Moose component per context" +msgstr "" + +#: gnu/packages/web.scm:783 +msgid "" +"Catalyst::Component::InstancePerContext returns a new\n" +"instance of a component on each request." +msgstr "" + +#: gnu/packages/web.scm:820 +msgid "Catalyst Development Tools" +msgstr "" + +#: gnu/packages/web.scm:821 +msgid "" +"The Catalyst-Devel distribution includes a variety of\n" +"modules useful for the development of Catalyst applications, but not " +"required\n" +"to run them. Catalyst-Devel includes the Catalyst::Helper system, whic= h\n" +"autogenerates scripts and tests; Module::Install::Catalyst, a Module::" +"Install\n" +"extension for Catalyst; and requirements for a variety of development-" +"related\n" +"modules." +msgstr "" + +#: gnu/packages/web.scm:850 +msgid "Regex DispatchType for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:851 +msgid "" +"Dispatch type managing path-matching behaviour using\n" +"regexes. Regex dispatch types have been deprecated and removed from " +"Catalyst\n" +"core. It is recommend that you use Chained methods or other techniques= \n" +"instead. As part of the refactoring, the dispatch priority of Regex vs= " +"Regexp\n" +"vs LocalRegex vs LocalRegexp may have changed. Priority is now influen= ced " +"by\n" +"when the dispatch type is first seen in your application." +msgstr "" + +#: gnu/packages/web.scm:899 +msgid "DBIx::Class::Schema Model Class" +msgstr "" + +#: gnu/packages/web.scm:900 +msgid "" +"This is a Catalyst Model for DBIx::Class::Schema-based\n" +"Models." +msgstr "" + +#: gnu/packages/web.scm:924 +msgid "Request logging from within Catalyst" +msgstr "" + +#: gnu/packages/web.scm:925 +msgid "" +"This Catalyst plugin enables you to create \"access logs\"\n" +"from within a Catalyst application instead of requiring a webserver to = do " +"it\n" +"for you. It will work even with Catalyst debug logging turned off." +msgstr "" + +#: gnu/packages/web.scm:957 +msgid "Infrastructure plugin for the Catalyst authentication framework" +msgstr "" + +#: gnu/packages/web.scm:958 +msgid "" +"The authentication plugin provides generic user support for\n" +"Catalyst apps. It is the basis for both authentication (checking the us= er " +"is\n" +"who they claim to be), and authorization (allowing the user to do what = the\n" +"system authorises them to do)." +msgstr "" + +#: gnu/packages/web.scm:988 +msgid "Role-based authorization for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:989 +msgid "" +"Catalyst::Plugin::Authorization::Roles provides role-based\n" +"authorization for Catalyst based on Catalyst::Plugin::Authentication." +msgstr "" + +#: gnu/packages/web.scm:1012 +msgid "Captchas for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:1013 +msgid "" +"This plugin creates and validates Captcha images for\n" +"Catalyst." +msgstr "" + +#: gnu/packages/web.scm:1039 +msgid "Load config files of various types" +msgstr "" + +#: gnu/packages/web.scm:1040 +msgid "" +"This module will attempt to load find and load configuration\n" +"files of various types. Currently it supports YAML, JSON, XML, INI and= " +"Perl\n" +"formats." +msgstr "" + +#: gnu/packages/web.scm:1070 +msgid "Catalyst generic session plugin" +msgstr "" + +#: gnu/packages/web.scm:1071 +msgid "" +"This plugin links the two pieces required for session\n" +"management in web applications together: the state, and the store." +msgstr "" + +#: gnu/packages/web.scm:1097 +msgid "Maintain session IDs using cookies" +msgstr "" + +#: gnu/packages/web.scm:1098 +msgid "" +"In order for Catalyst::Plugin::Session to work, the session\n" +"ID needs to be stored on the client, and the session data needs to be " +"stored\n" +"on the server. This plugin stores the session ID on the client using t= he\n" +"cookie mechanism." +msgstr "" + +#: gnu/packages/web.scm:1128 +msgid "FastMmap session storage backend." +msgstr "" + +#: gnu/packages/web.scm:1129 +msgid "" +"Catalyst::Plugin::Session::Store::FastMmap is a fast session\n" +"storage plugin for Catalyst that uses an mmap'ed file to act as a share= d\n" +"memory interprocess cache. It is based on Cache::FastMmap." +msgstr "" + +#: gnu/packages/web.scm:1152 +msgid "Stack trace on the Catalyst debug screen" +msgstr "" + +#: gnu/packages/web.scm:1153 +msgid "" +"This plugin enhances the standard Catalyst debug screen by\n" +"including a stack trace of your appliation up to the point where the er= ror\n" +"occurred. Each stack frame is displayed along with the package name, l= ine\n" +"number, file name, and code context surrounding the line number." +msgstr "" + +#: gnu/packages/web.scm:1179 +msgid "Simple serving of static pages" +msgstr "" + +#: gnu/packages/web.scm:1180 +msgid "" +"The Static::Simple plugin is designed to make serving static\n" +"content in your application during development quick and easy, without\= n" +"requiring a single line of code from you. This plugin detects static f= iles " +"by\n" +"looking at the file extension in the URL (such as .css or .png or .js).= " +"The\n" +"plugin uses the lightweight MIME::Types module to map file extensions t= o\n" +"IANA-registered MIME types, and will serve your static files with the " +"correct\n" +"MIME type directly to the browser, without being processed through Cata= lyst." +msgstr "" + +#: gnu/packages/web.scm:1246 +msgid "The Catalyst Framework Runtime" +msgstr "" + +#: gnu/packages/web.scm:1247 +msgid "" +"Catalyst is a modern framework for making web applications.\n" +"It is designed to make it easy to manage the various tasks you need to = do " +"to\n" +"run an application on the web, either by doing them itself, or by letti= ng " +"you\n" +"\"plug in\" existing Perl modules that do what you need." +msgstr "" + +#: gnu/packages/web.scm:1277 +msgid "Replace request base with value passed by HTTP proxy" +msgstr "" + +#: gnu/packages/web.scm:1278 +msgid "" +"This module is a Moose::Role which allows you more\n" +"flexibility in your application's deployment configurations when deploy= ed\n" +"behind a proxy. Using this module, the request base ($c->req->base) is= \n" +"replaced with the contents of the X-Request-Base header." +msgstr "" + +#: gnu/packages/web.scm:1304 +msgid "Download data in many formats" +msgstr "" + +#: gnu/packages/web.scm:1305 +msgid "" +"The purpose of this module is to provide a method for\n" +"downloading data into many supportable formats. For example, downloadi= ng a\n" +"table based report in a variety of formats (CSV, HTML, etc.). " +msgstr "" + +#: gnu/packages/web.scm:1330 +msgid "Catalyst JSON view" +msgstr "" + +#: gnu/packages/web.scm:1331 +msgid "" +"Catalyst::View::JSON is a Catalyst View handler that returns\n" +"stash data in JSON format." +msgstr "" + +#: gnu/packages/web.scm:1356 +msgid "Template View Class" +msgstr "" + +#: gnu/packages/web.scm:1357 +msgid "" +"This module is a Catalyst view class for the Template\n" +"Toolkit." +msgstr "" + +#: gnu/packages/web.scm:1386 +msgid "Trait Loading and Resolution for Catalyst Components" +msgstr "" + +#: gnu/packages/web.scm:1387 +msgid "" +"Adds a \"COMPONENT\" in Catalyst::Component method to your\n" +"Catalyst component base class that reads the optional \"traits\" parame= ter\n" +"from app and component config and instantiates the component subclass w= ith\n" +"those traits using \"new_with_traits\" in MooseX::Traits from\n" +"MooseX::Traits::Pluggable." +msgstr "" + +#: gnu/packages/web.scm:1412 +msgid "Apply roles to Catalyst classes" +msgstr "" + +#: gnu/packages/web.scm:1413 +msgid "" +"CatalystX::RoleApplicator applies roles to Catalyst\n" +"application classes." +msgstr "" + +#: gnu/packages/web.scm:1439 +msgid "Catalyst development server with Starman" +msgstr "" + +#: gnu/packages/web.scm:1440 +msgid "" +"This module provides a Catalyst extension to replace the\n" +"development server with Starman." +msgstr "" + +#: gnu/packages/web.scm:1460 +msgid "CGI interface that is CGI.pm compliant" +msgstr "" + +#: gnu/packages/web.scm:1461 +msgid "" +"CGI::Simple provides a relatively lightweight drop in\n" +"replacement for CGI.pm. It shares an identical OO interface to CGI.pm = for\n" +"parameter parsing, file upload, cookie handling and header generation." +msgstr "" + +#: gnu/packages/web.scm:1482 +msgid "Build structures from CGI data" +msgstr "" + +#: gnu/packages/web.scm:1483 +msgid "" +"This is a module for building structured data from CGI\n" +"inputs, in a manner reminiscent of how PHP does." +msgstr "" + +#: gnu/packages/web.scm:1504 +msgid "Date conversion routines" +msgstr "" + +#: gnu/packages/web.scm:1505 +msgid "" +"This module provides functions that deal with the date\n" +"formats used by the HTTP protocol." +msgstr "" + +#: gnu/packages/web.scm:1525 +msgid "MD5 sums for files and urls" +msgstr "" + +#: gnu/packages/web.scm:1526 +msgid "" +"Digest::MD5::File is a Perl extension for getting MD5 sums\n" +"for files and urls." +msgstr "" + +#: gnu/packages/web.scm:1544 +msgid "Perl locale encoding determination" +msgstr "" + +#: gnu/packages/web.scm:1546 +msgid "" +"The POSIX locale system is used to specify both the language\n" +"conventions requested by the user and the preferred character set to " +"consume\n" +"and output. The Encode::Locale module looks up the charset and encodin= g\n" +"(called a CODESET in the locale jargon) and arranges for the Encode mod= ule\n" +"to know this encoding under the name \"locale\". It means bytes obtain= ed\n" +"from the environment can be converted to Unicode strings by calling\n" +"Encode::encode(locale =3D> $bytes) and converted back again with\n" +"Encode::decode(locale =3D> $string)." +msgstr "" + +#: gnu/packages/web.scm:1572 +msgid "Perl directory listing parser" +msgstr "" + +#: gnu/packages/web.scm:1574 +msgid "" +"The File::Listing module exports a single function called parse_dir(),\= n" +"which can be used to parse directory listings." +msgstr "" + +#: gnu/packages/web.scm:1598 +msgid "Perl class representing an HTML form element" +msgstr "" + +#: gnu/packages/web.scm:1599 +msgid "" +"Objects of the HTML::Form class represents a single HTML\n" +"
...
instance." +msgstr "" + +#: gnu/packages/web.scm:1621 +msgid "Check for HTML errors in a string or file" +msgstr "" + +#: gnu/packages/web.scm:1622 +msgid "" +"HTML::Lint is a pure-Perl HTML parser and checker for\n" +"syntactic legitmacy." +msgstr "" + +#: gnu/packages/web.scm:1646 +msgid "Work with HTML in a DOM-like tree structure" +msgstr "" + +#: gnu/packages/web.scm:1647 +msgid "" +"This distribution contains a suite of modules for\n" +"representing, creating, and extracting information from HTML syntax tre= es." +msgstr "" + +#: gnu/packages/web.scm:1667 +msgid "Perl HTML parser class" +msgstr "" + +#: gnu/packages/web.scm:1669 +msgid "" +"Objects of the HTML::Parser class will recognize markup and separate\n" +"it from plain text (alias data content) in HTML documents. As differen= t\n" +"kinds of markup and text are recognized, the corresponding event handle= rs\n" +"are invoked." +msgstr "" + +#: gnu/packages/web.scm:1689 +msgid "Perl data tables useful in parsing HTML" +msgstr "" + +#: gnu/packages/web.scm:1691 +msgid "" +"The HTML::Tagset module contains several data tables useful in various\= n" +"kinds of HTML parsing operations." +msgstr "" + +#: gnu/packages/web.scm:1714 +msgid "HTTP Body Parser" +msgstr "" + +#: gnu/packages/web.scm:1715 +msgid "" +"HTTP::Body parses chunks of HTTP POST data and supports\n" +"application/octet-stream, application/json, application/x-www-form-" +"urlencoded,\n" +"and multipart/form-data." +msgstr "" + +#: gnu/packages/web.scm:1741 +msgid "Minimalist HTTP user agent cookie jar" +msgstr "" + +#: gnu/packages/web.scm:1742 +msgid "" +"This module implements a minimalist HTTP user agent cookie\n" +"jar in conformance with RFC 6265 ." +msgstr "" + +#: gnu/packages/web.scm:1762 +msgid "Perl HTTP cookie jars" +msgstr "" + +#: gnu/packages/web.scm:1764 +msgid "" +"The HTTP::Cookies class is for objects that represent a cookie jar,\n" +"that is, a database of all the HTTP cookies that a given LWP::UserAgent= \n" +"object knows about." +msgstr "" + +#: gnu/packages/web.scm:1786 +msgid "Perl simple http server class" +msgstr "" + +#: gnu/packages/web.scm:1788 +msgid "" +"Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen\n" +"on a socket for incoming requests. The HTTP::Daemon is a subclass of\n= " +"IO::Socket::INET, so you can perform socket operations directly on it t= oo." +msgstr "" + +#: gnu/packages/web.scm:1807 +msgid "Perl date conversion routines" +msgstr "" + +#: gnu/packages/web.scm:1809 +msgid "" +"The HTTP::Date module provides functions that deal with date formats\n" +"used by the HTTP protocol (and then some more)." +msgstr "" + +#: gnu/packages/web.scm:1832 +msgid "Perl HTTP style message" +msgstr "" + +#: gnu/packages/web.scm:1834 +msgid "An HTTP::Message object contains some headers and a content body.= " +msgstr "" + +#: gnu/packages/web.scm:1853 +msgid "Perl http content negotiation" +msgstr "" + +#: gnu/packages/web.scm:1855 +msgid "" +"The HTTP::Negotiate module provides a complete implementation of the\n" +"HTTP content negotiation algorithm specified in\n" +"draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows = for\n" +"the selection of a preferred content representation based upon attribut= es\n" +"of the negotiable variants and the value of the various Accept* header\= n" +"fields in the request." +msgstr "" + +#: gnu/packages/web.scm:1880 +msgid "Parse HTTP/1.1 requests" +msgstr "" + +#: gnu/packages/web.scm:1881 +msgid "" +"This is an HTTP request parser. It takes chunks of text as\n" +"received and returns a 'hint' as to what is required, or returns the\n" +"HTTP::Request when a complete request has been read. HTTP/1.1 chunking= is\n" +"supported." +msgstr "" + +#: gnu/packages/web.scm:1901 +msgid "Fast HTTP request parser" +msgstr "" + +#: gnu/packages/web.scm:1902 +msgid "" +"HTTP::Parser::XS is a fast, primitive HTTP request/response\n" +"parser." +msgstr "" + +#: gnu/packages/web.scm:1923 +msgid "Set up a CGI environment from an HTTP::Request" +msgstr "" + +#: gnu/packages/web.scm:1924 +msgid "" +"This module provides a convenient way to set up a CGI\n" +"environment from an HTTP::Request." +msgstr "" + +#: gnu/packages/web.scm:1946 +msgid "Lightweight HTTP server" +msgstr "" + +#: gnu/packages/web.scm:1947 +msgid "" +"HTTP::Server::Simple is a simple standalone HTTP daemon with\n" +"no non-core module dependencies. It can be used for building a standal= one\n" +"http-based UI to your existing tools." +msgstr "" + +#: gnu/packages/web.scm:1971 +msgid "HTTP/1.1 client" +msgstr "" + +#: gnu/packages/web.scm:1972 +msgid "" +"This is a very simple HTTP/1.1 client, designed for doing\n" +"simple requests without the overhead of a large framework like LWP::" +"UserAgent.\n" +"It supports proxies and redirection. It also correctly resumes after E= INTR." +msgstr "" + +#: gnu/packages/web.scm:1991 +msgid "Perl module to open an HTML file with automatic charset detection= " +msgstr "" + +#: gnu/packages/web.scm:1993 +msgid "" +"IO::HTML provides an easy way to open a file containing HTML while\n" +"automatically determining its encoding. It uses the HTML5 encoding " +"sniffing\n" +"algorithm specified in section 8.2.2.1 of the draft standard." +msgstr "" + +#: gnu/packages/web.scm:2012 +msgid "Family-neutral IP socket supporting both IPv4 and IPv6" +msgstr "" + +#: gnu/packages/web.scm:2013 +msgid "" +"This module provides a protocol-independent way to use IPv4\n" +"and IPv6 sockets, intended as a replacement for IO::Socket::INET." +msgstr "" + +#: gnu/packages/web.scm:2030 +msgid "Nearly transparent SSL encapsulation for IO::Socket::INET" +msgstr "" + +#: gnu/packages/web.scm:2032 +msgid "" +"IO::Socket::SSL makes using SSL/TLS much easier by wrapping the\n" +"necessary functionality into the familiar IO::Socket interface and " +"providing\n" +"secure defaults whenever possible. This way existing applications can = be " +"made\n" +"SSL-aware without much effort, at least if you do blocking I/O and don'= t " +"use\n" +"select or poll." +msgstr "" + +#: gnu/packages/web.scm:2063 +msgid "Perl modules for the WWW" +msgstr "" + +#: gnu/packages/web.scm:2065 +msgid "" +"The libwww-perl collection is a set of Perl modules which provides a\n" +"simple and consistent application programming interface to the\n" +"World-Wide Web. The main focus of the library is to provide classes\n" +"and functions that allow you to write WWW clients. The library also\n" +"contains modules that are of more general use and even classes that\n" +"help you implement simple HTTP servers." +msgstr "" + +#: gnu/packages/web.scm:2087 +msgid "Perl module to guess the media type for a file or a URL" +msgstr "" + +#: gnu/packages/web.scm:2089 +#, scheme-format +msgid "" +"The LWP::MediaTypes module provides functions for handling media (also\= n" +"known as MIME) types and encodings. The mapping from file extensions t= o\n" +"media types is defined by the media.types file. If the ~/.media.types = file\n" +"exists it is used instead." +msgstr "" + +#: gnu/packages/web.scm:2115 +msgid "HTTPS support for LWP::UserAgent" +msgstr "" + +#: gnu/packages/web.scm:2116 +msgid "" +"The LWP::Protocol::https module provides support for using\n" +"https schemed URLs with LWP." +msgstr "" + +#: gnu/packages/web.scm:2136 +msgid "Virtual browser that retries errors" +msgstr "" + +#: gnu/packages/web.scm:2137 +msgid "" +"LWP::UserAgent::Determined works just like LWP::UserAgent,\n" +"except that when you use it to get a web page but run into a\n" +"possibly-temporary error (like a DNS lookup timeout), it'll wait a few = " +"seconds\n" +"and retry a few times." +msgstr "" + +#: gnu/packages/web.scm:2182 +msgid "Perl interface to Amazon S3" +msgstr "" + +#: gnu/packages/web.scm:2183 +msgid "This module provides a Perlish interface to Amazon S3." +msgstr "" + +#: gnu/packages/web.scm:2203 +msgid "Perl low-level HTTP connection (client)" +msgstr "" + +#: gnu/packages/web.scm:2205 +msgid "" +"The Net::HTTP class is a low-level HTTP client. An instance of the\n" +"Net::HTTP class represents a connection to an HTTP server. The HTTP " +"protocol\n" +"is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and\n" +"HTTP/1.1." +msgstr "" + +#: gnu/packages/web.scm:2225 +msgid "Extensible Perl server engine" +msgstr "" + +#: gnu/packages/web.scm:2226 +msgid "" +"Net::Server is an extensible, generic Perl server engine.\n" +"It attempts to be a generic server as in Net::Daemon and NetServer::" +"Generic.\n" +"It includes with it the ability to run as an inetd\n" +"process (Net::Server::INET), a single connection server (Net::Server or= \n" +"Net::Server::Single), a forking server (Net::Server::Fork), a preforkin= g\n" +"server which maintains a constant number of preforked\n" +"children (Net::Server::PreForkSimple), or as a managed preforking serve= r " +"which\n" +"maintains the number of children based on server load (Net::Server::" +"PreFork).\n" +"In all but the inetd type, the server provides the ability to connect t= o " +"one\n" +"or to multiple server ports." +msgstr "" + +#: gnu/packages/web.scm:2269 +msgid "Perl Superglue for Web frameworks and servers (PSGI toolkit)" +msgstr "" + +#: gnu/packages/web.scm:2270 +msgid "" +"Plack is a set of tools for using the PSGI stack. It\n" +"contains middleware components, a reference server, and utilities for W= eb\n" +"application frameworks. Plack is like Ruby's Rack or Python's Paste fo= r\n" +"WSGI." +msgstr "" + +#: gnu/packages/web.scm:2296 +msgid "Plack::Middleware which sets body for redirect response" +msgstr "" + +#: gnu/packages/web.scm:2297 +msgid "" +"This module sets the body in redirect response, if it's not\n" +"already set." +msgstr "" + +#: gnu/packages/web.scm:2318 +msgid "Override REST methods to Plack apps via POST" +msgstr "" + +#: gnu/packages/web.scm:2319 +msgid "" +"This middleware allows for POST requests that pretend to be\n" +"something else: by adding either a header named X-HTTP-Method-Override = to " +"the\n" +"request, or a query parameter named x-tunneled-method to the URI, the " +"client\n" +"can say what method it actually meant." +msgstr "" + +#: gnu/packages/web.scm:2343 +msgid "Plack::Middleware which removes body for HTTP response" +msgstr "" + +#: gnu/packages/web.scm:2344 +msgid "" +"This module removes the body in an HTTP response if it's not\n" +"required." +msgstr "" + +#: gnu/packages/web.scm:2365 +msgid "Supports app to run as a reverse proxy backend" +msgstr "" + +#: gnu/packages/web.scm:2366 +msgid "" +"Plack::Middleware::ReverseProxy resets some HTTP headers,\n" +"which are changed by reverse-proxy. You can specify the reverse proxy = " +"address\n" +"and stop fake requests using 'enable_if' directive in your app.psgi." +msgstr "" + +#: gnu/packages/web.scm:2387 +msgid "Run HTTP tests on external live servers" +msgstr "" + +#: gnu/packages/web.scm:2388 +msgid "" +"This module allows your to run your Plack::Test tests\n" +"against an external server instead of just against a local application = " +"through\n" +"either mocked HTTP or a locally spawned server." +msgstr "" + +#: gnu/packages/web.scm:2410 +msgid "Testing TCP programs" +msgstr "" + +#: gnu/packages/web.scm:2411 +msgid "Test::TCP is test utilities for TCP/IP programs." +msgstr "" + +#: gnu/packages/web.scm:2439 +msgid "Testing-specific WWW::Mechanize subclass" +msgstr "" + +#: gnu/packages/web.scm:2440 +msgid "" +"Test::WWW::Mechanize is a subclass of the Perl module\n" +"WWW::Mechanize that incorporates features for web application testing." +msgstr "" + +#: gnu/packages/web.scm:2473 +msgid "Test::WWW::Mechanize for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:2474 +msgid "" +"The Test::WWW::Mechanize::Catalyst module meshes the\n" +"Test::WWW:Mechanize module and the Catalyst web application framework t= o " +"allow\n" +"testing of Catalyst applications without needing to start up a web serv= er." +msgstr "" + +#: gnu/packages/web.scm:2498 +msgid "Test PSGI programs using WWW::Mechanize" +msgstr "" + +#: gnu/packages/web.scm:2499 +msgid "" +"PSGI is a specification to decouple web server environments\n" +"from web application framework code. Test::WWW::Mechanize is a subclas= s of\n" +"WWW::Mechanize that incorporates features for web application testing. = The\n" +"Test::WWW::Mechanize::PSGI module meshes the two to allow easy testing = of " +"PSGI\n" +"applications." +msgstr "" + +#: gnu/packages/web.scm:2519 +msgid "Perl Uniform Resource Identifiers (absolute and relative)" +msgstr "" + +#: gnu/packages/web.scm:2521 +msgid "" +"The URI module implements the URI class. Objects of this class\n" +"represent \"Uniform Resource Identifier references\" as specified in RF= C " +"2396\n" +"and updated by RFC 2732." +msgstr "" + +#: gnu/packages/web.scm:2542 +msgid "Find URIs in arbitrary text" +msgstr "" + +#: gnu/packages/web.scm:2543 +msgid "" +"This module finds URIs and URLs (according to what URI.pm\n" +"considers a URI) in plain text. It only finds URIs which include a\n" +"scheme (http:// or the like), for something a bit less strict, consider= \n" +"URI::Find::Schemeless. For a command-line interface, urifind is provid= ed." +msgstr "" + +#: gnu/packages/web.scm:2565 +msgid "WebSocket support for URI package" +msgstr "" + +#: gnu/packages/web.scm:2566 +msgid "" +"With this module, the URI package provides the same set of\n" +"methods for WebSocket URIs as it does for HTTP URIs." +msgstr "" + +#: gnu/packages/web.scm:2586 +msgid "Perl extension interface for libcurl" +msgstr "" + +#: gnu/packages/web.scm:2588 +msgid "" +"This is a Perl extension interface for the libcurl file downloading\n" +"library." +msgstr "" + +#: gnu/packages/web.scm:2615 +msgid "Web browsing in a Perl object" +msgstr "" + +#: gnu/packages/web.scm:2616 +msgid "" +"WWW::Mechanize is a Perl module for stateful programmatic\n" +"web browsing, used for automating interaction with websites." +msgstr "" + +#: gnu/packages/web.scm:2636 +msgid "Perl database of robots.txt-derived permissions" +msgstr "" + +#: gnu/packages/web.scm:2638 +msgid "" +"The WWW::RobotRules module parses /robots.txt files as specified in\n" +"\"A Standard for Robot Exclusion\", at\n" +". Webmasters can use the\n" +"/robots.txt file to forbid conforming robots from accessing parts of\n" +"their web site." +msgstr "" + +#: gnu/packages/weechat.scm:93 +msgid "Extensible chat client" +msgstr "" + +#: gnu/packages/weechat.scm:94 +msgid "" +"WeeChat (Wee Enhanced Environment for Chat) is an\n" +"Internet Relay Chat client, which is designed to be light and fast.\n" +"The client uses a curses frontend, and there are remote interfaces\n" +"for Web, Qt, Android and Emacs. In WeeChat everything can be done\n" +"with a keyboard, though it also supports mouse. It is customizable\n" +"and extensible with plugins and scripts." +msgstr "" + +#: gnu/packages/wordnet.scm:79 +msgid "Lexical database for the English language" +msgstr "" + +#: gnu/packages/wordnet.scm:81 +msgid "" +"WordNet=C2=AE is a large lexical database of English. Nouns, verbs,\n" +"adjectives and adverbs are grouped into sets of cognitive synonyms\n" +"(synsets), each expressing a distinct concept. Synsets are interlinked= by\n" +"means of conceptual-semantic and lexical relations. The resulting netw= ork " +"of\n" +"meaningfully related words and concepts can be navigated with the brows= er.\n" +"WordNet is also freely and publicly available for download. WordNet's\= n" +"structure makes it a useful tool for computational linguistics and natu= ral\n" +"language processing." +msgstr "" + +#: gnu/packages/xiph.scm:63 +msgid "Library for manipulating the ogg multimedia format" +msgstr "" + +#: gnu/packages/xiph.scm:65 +msgid "" +"The libogg library allows to manipulate the ogg multimedia container\n" +"format, which encapsulates raw compressed data and allows the interleav= ing " +"of\n" +"audio and video data. In addition to encapsulation and interleaving of= \n" +"multiple data streams, ogg provides packet framing, error detection, an= d\n" +"periodic timestamps for seeking." +msgstr "" + +#: gnu/packages/xiph.scm:89 +msgid "Library implementing the vorbis audio format" +msgstr "" + +#: gnu/packages/xiph.scm:91 +msgid "" +"The libvorbis library implements the ogg vorbis audio format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit,= \n" +"polyphonic) audio and music at fixed and variable bitrates from 16 to\n= " +"128 kbps/channel." +msgstr "" + +#: gnu/packages/xiph.scm:116 +msgid "Library implementing the Theora video format" +msgstr "" + +#: gnu/packages/xiph.scm:118 +msgid "" +"The libtheora library implements the ogg theora video format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed video format." +msgstr "" + +#: gnu/packages/xiph.scm:139 +msgid "Library for patent-free audio compression format" +msgstr "" + +#: gnu/packages/xiph.scm:141 +msgid "" +"GNU Speex is a patent-free audio compression codec specially designed\n= " +"for speech. It is well-adapted to internet applications, such as VoIP.= It\n" +"features compression of different bands in the same bitstream, intensit= y\n" +"stereo encoding, and voice activity detection." +msgstr "" + +#: gnu/packages/xiph.scm:169 +msgid "Cross platform audio library" +msgstr "" + +#: gnu/packages/xiph.scm:171 +msgid "" +"Libao is a cross-platform audio library that allows programs to\n" +"output audio using a simple API on a wide variety of platforms.\n" +"It currently supports:\n" +"Null output (handy for testing without a sound device),\n" +"WAV files,\n" +"AU files,\n" +"RAW files,\n" +"OSS (Open Sound System, used on Linux and FreeBSD),\n" +"ALSA (Advanced Linux Sound Architecture),\n" +"aRts (Analog RealTime Synth, used by KDE),\n" +"PulseAudio (next generation GNOME sound server),\n" +"esd (EsounD or Enlightened Sound Daemon),\n" +"Mac OS X,\n" +"Windows (98 and later),\n" +"AIX,\n" +"Sun/NetBSD/OpenBSD,\n" +"IRIX,\n" +"NAS (Network Audio Server),\n" +"RoarAudio (Modern, multi-OS, networked Sound System),\n" +"OpenBSD's sndio." +msgstr "" + +#: gnu/packages/xiph.scm:210 +msgid "Free lossless audio codec" +msgstr "" + +#: gnu/packages/xiph.scm:212 +msgid "" +"FLAC stands for Free Lossless Audio Codec, an audio format that is " +"lossless,\n" +"meaning that audio is compressed in FLAC without any loss in quality." +msgstr "" + +#: gnu/packages/xiph.scm:238 +msgid "Karaoke and text codec for embedding in ogg" +msgstr "" + +#: gnu/packages/xiph.scm:240 +msgid "" +"Kate is an overlay codec, originally designed for karaoke and text,\n" +"that can be multiplixed in Ogg. Text and images can be carried by a Ka= te\n" +"stream, and animated. Most of the time, this would be multiplexed with= \n" +"audio/video to carry subtitles, song lyrics (with or without karaoke da= ta),\n" +"etc., but doesn't have to be.\n" +"\n" +"Series of curves (splines, segments, etc.) may be attached to various\n= " +"properties (text position, font size, etc.) to create animated overlays= .\n" +"This allows scrolling or fading text to be defined. This can even be u= sed\n" +"to draw arbitrary shapes, so hand drawing can also be represented by a\= n" +"Kate stream." +msgstr "" + +#: gnu/packages/xiph.scm:274 +msgid "Ogg vorbis tools" +msgstr "" + +#: gnu/packages/xiph.scm:276 +msgid "" +"Ogg vorbis is a non-proprietary, patent-and-royalty-free,\n" +"general-purpose compressed audio format.\n" +"\n" +"The package vorbis-tools contains\n" +"ogg123, an ogg vorbis command line audio player;\n" +"oggenc, the ogg vorbis encoder;\n" +"oggdec, a simple, portable command line decoder (to wav and raw);\n" +"ogginfo, to obtain information (tags, bitrate, length, etc.) about\n" +" an ogg vorbis file." +msgstr "" + +#: gnu/packages/xiph.scm:301 +msgid "Versatile audio codec" +msgstr "" + +#: gnu/packages/xiph.scm:303 +msgid "" +"Opus is a totally open, royalty-free, highly versatile audio codec. Op= us\n" +"is unmatched for interactive speech and music transmission over the " +"Internet,\n" +"but is also intended for storage and streaming applications. It is\n" +"standardized by the Internet Engineering Task Force (IETF) as RFC 6716 = " +"which\n" +"incorporated technology from Skype's SILK codec and Xiph.Org's CELT cod= ec." +msgstr "" + +#: gnu/packages/xiph.scm:336 +msgid "" +"Command line utilities to encode, inspect, and decode .opus\n" +"files" +msgstr "" + +#: gnu/packages/xiph.scm:338 +msgid "" +"Opus is a royalty-free, highly versatile audio codec.\n" +"Opus-tools provide command line utilities for creating, inspecting and\= n" +"decoding .opus files" +msgstr "" + +#: gnu/packages/xiph.scm:368 +#, fuzzy +msgid "Streaming media server" +msgstr "=D0=A3=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=87 =D0=BF=D1=80=D0= =BE=D1=82=D0=BE=D0=BA=D0=B0" + +#: gnu/packages/xiph.scm:369 +msgid "" +"Icecast is a streaming media server which currently supports\n" +"Ogg (Vorbis and Theora), Opus, WebM and MP3 audio streams. It can be u= sed " +"to\n" +"create an Internet radio station or a privately running jukebox and man= y\n" +"things in between." +msgstr "" + +#: gnu/packages/xiph.scm:397 +msgid "Audio streaming library for icecast encoders" +msgstr "" + +#: gnu/packages/xiph.scm:399 +msgid "" +"Libshout is a library for communicating with and sending data to an\n" +"icecast server. It handles the socket connection, the timing of the da= ta,\n" +"and prevents bad data from getting to the icecast server." +msgstr "" + +#: gnu/packages/zip.scm:57 +#, fuzzy +msgid "Compression and file packing utility" +msgstr "=D0=A3=D0=BF=D0=BE=D1=80=D0=B5=D1=92=D0=B8=D0=B2=D0=B0=D1=9A=D0=B5= =D0=B8 =D1=81=D1=82=D0=B0=D0=BF=D0=B0=D1=9A=D0=B5 =D0=B4=D0=B0=D1=82=D0=BE= =D1=82=D0=B5=D0=BA=D0=B0" + +#: gnu/packages/zip.scm:59 +msgid "" +"Zip is a compression and file packaging/archive utility. Zip is useful= \n" +"for packaging a set of files for distribution, for archiving files, and= for\n" +"saving disk space by temporarily compressing unused files or directorie= s.\n" +"Zip puts one or more compressed files into a single ZIP archive, along = with\n" +"information about the files (name, path, date, time of last modificatio= n,\n" +"protection, and check information to verify file integrity). An entire= \n" +"directory structure can be packed into a ZIP archive with a single comm= and.\n" +"\n" +"Zip has one compression method (deflation) and can also store files wit= hout\n" +"compression. Zip automatically chooses the better of the two for each = " +"file.\n" +"Compression ratios of 2:1 to 3:1 are common for text files." +msgstr "" + +#: gnu/packages/zip.scm:102 +msgid "Decompression and file extraction utility" +msgstr "" + +#: gnu/packages/zip.scm:104 +msgid "" +"UnZip is an extraction utility for archives compressed in .zip format,\= n" +"also called \"zipfiles\".\n" +"\n" +"UnZip lists, tests, or extracts files from a .zip archive. The default= \n" +"behaviour (with no options) is to extract into the current directory, a= nd\n" +"subdirectories below it, all files from the specified zipfile. UnZip\n= " +"recreates the stored directory structure by default." +msgstr "" + +#: gnu/packages/zip.scm:138 +msgid "Library for accessing zip files" +msgstr "" + +#: gnu/packages/zip.scm:140 +msgid "ZZipLib is a library based on zlib for accessing zip files." +msgstr "" + +#: gnu/packages/zip.scm:158 +msgid "Provides an interface to ZIP archive files" +msgstr "" + +#: gnu/packages/zsh.scm:65 +msgid "Powerful shell for interactive use and scripting" +msgstr "" + +#: gnu/packages/zsh.scm:66 +msgid "" +"The Z shell (zsh) is a Unix shell that can be used\n" +"as an interactive login shell and as a powerful command interpreter\n" +"for shell scripting. Zsh can be thought of as an extended Bourne shell= \n" +"with a large number of improvements, including some features of bash,\n= " +"ksh, and tcsh." +msgstr "" + +#~ msgid "GNU C++ standard library (intermediate)" +#~ msgstr "=D0=93=D0=BD=D1=83=D0=BE=D0=B2=D0=B0 =D0=A6++ =D1=81=D1=82=D0= =B0=D0=BD=D0=B4=D0=B0=D1=80=D0=B4=D0=BD=D0=B0 =D0=B1=D0=B8=D0=B1=D0=BB=D0= =B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B0 (=D0=BF=D0=BE=D1=81=D1=80=D0=B5=D0=B4=D0= =BD=D0=B8=D1=87=D0=BA=D0=B0)" + +#~ msgid "Complete GCC tool chain for C/C++ development" +#~ msgstr "=D0=9F=D0=BE=D1=82=D0=BF=D1=83=D0=BD=D0=B8 =D0=93=D0=A6=D0=A6= =D1=81=D0=BA=D1=83=D0=BF =D0=B0=D0=BB=D0=B0=D1=82=D0=B0 =D0=B7=D0=B0 =D0= =A6/=D0=A6++ =D1=80=D0=B0=D0=B7=D0=B2=D0=BE=D1=98" + +#~ msgid "" +#~ "This package provides a complete GCC tool chain for C/C++ developmen= t to\n" +#~ "be installed in user profiles. This includes GCC, as well as libc " +#~ "(headers\n" +#~ "and binaries, plus debugging symbols in the 'debug' output), and Bin= utils." +#~ msgstr "" +#~ "=D0=9E=D0=B2=D0=B0=D1=98 =D0=BF=D0=B0=D0=BA=D0=B5=D1=82 =D1=81=D0=B0= =D0=B4=D1=80=D0=B6=D0=B8 =D0=BF=D0=BE=D1=82=D0=BF=D1=83=D0=BD=D0=B8 =D0=93= =D0=A6=D0=A6 =D1=81=D0=BA=D1=83=D0=BF =D0=B0=D0=BB=D0=B0=D1=82=D0=B0 =D0=B7= =D0=B0 =D0=A6/=D0=A6++ =D1=80=D0=B0=D0=B7=D0=B2=D0=BE=D1=98\n" +#~ "=D0=B7=D0=B0 =D0=B8=D0=BD=D1=81=D1=82=D0=B0=D0=BB=D0=B8=D1=80=D0=B0=D1= =9A=D0=B5 =D1=83 =D0=BA=D0=BE=D1=80=D0=B8=D1=81=D0=BD=D0=B8=D1=87=D0=BA=D0= =B8=D0=BC =D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B8=D0=BC=D0=B0. =D0=A3= =D0=BA=D1=99=D1=83=D1=87=D1=83=D1=98=D0=B5 =D0=93=D0=A6=D0=A6, =D0=BA=D0=B0= =D0=BE =D0=B8 " +#~ "=E2=80=9Elibc=E2=80=9C (=D0=B7=D0=B0=D0=B3=D0=BB=D0=B0=D0=B2=D1=99=D0= =B0\n" +#~ "=D0=B8 =D0=B8=D0=B7=D0=B2=D1=80=D1=88=D0=BD=D0=B5, =D0=BF=D0=BB=D1=83= =D1=81 =D1=81=D0=B8=D0=BC=D0=B1=D0=BE=D0=BB=D0=B5 =D0=BF=D1=80=D0=BE=D1=87= =D0=B8=D1=88=D1=9B=D0=B0=D0=B2=D0=B0=D1=9A=D0=B0 =D1=83 =E2=80=9Edebug=E2= =80=9C =D0=B8=D0=B7=D0=BB=D0=B0=D0=B7=D1=83), =D0=B8 =E2=80=9EBinutils=E2= =80=9C." + +#~ msgid "Lout, a document layout system similar in style to LaTeX" +#~ msgstr "=D0=9B=D0=BE=D1=83=D1=82, =D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC= =D0=B8=D0=B7=D0=B3=D0=BB=D0=B5=D0=B4=D0=B0 =D0=B4=D0=BE=D0=BA=D1=83=D0=BC= =D0=B5=D0=BD=D1=82=D0=B0 =D1=81=D0=BB=D0=B8=D1=87=D0=B0=D0=BD =D1=83 =D1=81= =D1=82=D0=B8=D0=BB=D1=83 =D0=9B=D0=B0=D0=A2=D0=B5=D0=A5-=D1=83" diff --git a/po/packages/vi.po b/po/packages/vi.po index cc55fd5..7930b55 100644 --- a/po/packages/vi.po +++ b/po/packages/vi.po @@ -3,11 +3,12 @@ # This file is distributed under the same license as the guix package. # Tr=E1=BA=A7n Ng=E1=BB=8Dc Qu=C3=A2n , 2013. # +#: gnu/packages/databases.scm:559 msgid "" msgstr "" "Project-Id-Version: guix 0.5-pre2\n" "Report-Msgid-Bugs-To: ludo@gnu.org\n" -"POT-Creation-Date: 2014-07-14 11:59+0200\n" +"POT-Creation-Date: 2015-06-18 22:10+1000\n" "PO-Revision-Date: 2013-12-04 07:48+0700\n" "Last-Translator: Tr=E1=BA=A7n Ng=E1=BB=8Dc Qu=C3=A2n \n" "Language-Team: Vietnamese \n= " @@ -19,22 +20,146 @@ msgstr "" "X-Poedit-SourceCharset: UTF-8\n" "X-Generator: Poedit 1.5.5\n" =20 -#: gnu/packages/base.scm:65 +#: gnu/packages/abiword.scm:101 +msgid "Word processing program" +msgstr "" + +#: gnu/packages/abiword.scm:103 +msgid "" +"AbiWord is a word processing program. It is rapidly becoming a state\n= " +"of the art word processor, with lots of features useful for your daily = " +"work,\n" +"personal needs, or for just some good old typing fun." +msgstr "" + +#: gnu/packages/aspell.scm:43 +msgid "Spell checker" +msgstr "" + +#: gnu/packages/aspell.scm:45 +msgid "" +"Aspell is a spell-checker which can be used either as a library or as\n= " +"a standalone program. Notable features of Aspell include its full supp= ort " +"of\n" +"documents written in the UTF-8 encoding and its ability to use multiple= \n" +"dictionaries, including personal ones." +msgstr "" + +#: gnu/packages/aspell.scm:85 +msgid "This package provides a dictionary for the GNU Aspell spell check= er." +msgstr "" + +#: gnu/packages/backup.scm:87 +msgid "Encrypted backup using rsync algorithm" +msgstr "" + +#: gnu/packages/backup.scm:89 +msgid "" +"Duplicity backs up directories by producing encrypted tar-format volume= s\n" +"and uploading them to a remote or local file server. Because duplicity= " +"uses\n" +"librsync, the incremental archives are space efficient and only record = the\n" +"parts of files that have changed since the last backup. Because duplic= ity\n" +"uses GnuPG to encrypt and/or sign these archives, they will be safe fro= m\n" +"spying and/or modification by the server." +msgstr "" + +#: gnu/packages/backup.scm:123 +msgid "Simple incremental backup tool" +msgstr "" + +#: gnu/packages/backup.scm:125 +msgid "" +"Hdup2 is a backup utilty, its aim is to make backup really simple. The= \n" +"backup scheduling is done by means of a cron job. It supports an\n" +"include/exclude mechanism, remote backups, encrypted backups and split\= n" +"backups (called chunks) to allow easy burning to CD/DVD." +msgstr "" + +#: gnu/packages/backup.scm:178 +msgid "Multi-format archive and compression library" +msgstr "" + +#: gnu/packages/backup.scm:180 +msgid "" +"Libarchive provides a flexible interface for reading and writing\n" +"archives in various formats such as tar and cpio. Libarchive also supp= orts\n" +"reading and writing archives compressed using various compression filte= rs " +"such\n" +"as gzip and bzip2. The library is inherently stream-oriented; readers\= n" +"serially iterate through the archive, writers serially add things to th= e\n" +"archive. In particular, note that there is currently no built-in suppo= rt " +"for\n" +"random access nor for in-place modification." +msgstr "" + +#: gnu/packages/backup.scm:243 +msgid "Provide a list of files to backup" +msgstr "" + +#: gnu/packages/backup.scm:245 +msgid "" +"Rdup is a utility inspired by rsync and the plan9 way of doing backups.= \n" +"Rdup itself does not backup anything, it only print a list of absolute\= n" +"filenames to standard output. Auxiliary scripts are needed that act on= " +"this\n" +"list and implement the backup strategy." +msgstr "" + +#: gnu/packages/backup.scm:275 +msgid "Tar-compatible archiver" +msgstr "" + +#: gnu/packages/backup.scm:277 +msgid "" +"Btar is a tar-compatible archiver which allows arbitrary compression an= d\n" +"ciphering, redundancy, differential backup, indexed extraction, multico= re\n" +"compression, input and output serialisation, and tolerance to partial " +"archive\n" +"errors." +msgstr "" + +#: gnu/packages/backup.scm:305 +msgid "Local/remote mirroring+incremental backup" +msgstr "" + +#: gnu/packages/backup.scm:307 +msgid "" +"Rdiff-backup backs up one directory to another, possibly over a network= .\n" +"The target directory ends up a copy of the source directory, but extra = " +"reverse\n" +"diffs are stored in a special subdirectory of that target directory, so= you\n" +"can still recover files lost some time ago. The idea is to combine the= " +"best\n" +"features of a mirror and an incremental backup. Rdiff-backup also " +"preserves\n" +"subdirectories, hard links, dev files, permissions, uid/gid ownership,\= n" +"modification times, extended attributes, acls, and resource forks. Als= o,\n" +"rdiff-backup can operate in a bandwidth efficient manner over a pipe, l= ike\n" +"rsync. Thus you can use rdiff-backup and ssh to securely back a hard d= rive " +"up\n" +"to a remote location, and only the differences will be transmitted. " +"Finally,\n" +"rdiff-backup is easy to use and settings have sensical defaults." +msgstr "" + +#: gnu/packages/base.scm:61 msgid "Hello, GNU world: An example GNU package" msgstr "Xin ch=C3=A0o, gia =C4=91=C3=ACnh GNU: M=E1=BB=99t g=C3=B3i GNU = v=C3=AD d=E1=BB=A5" =20 -#: gnu/packages/base.scm:67 +#: gnu/packages/base.scm:63 msgid "" "GNU Hello prints the message \"Hello, world!\" and then exits. It\n" -"serves as an example of standard GNU coding practices. As such, it sup= ports\n" +"serves as an example of standard GNU coding practices. As such, it " +"supports\n" "command-line arguments, multiple languages, and so on." msgstr "" =20 -#: gnu/packages/base.scm:85 +#: gnu/packages/base.scm:82 msgid "Print lines matching a pattern" msgstr "In ra nh=E1=BB=AFng d=C3=B2ng kh=E1=BB=9Bp v=E1=BB=9Bi m=E1=BB=99= t m=E1=BA=ABu" =20 -#: gnu/packages/base.scm:87 +#: gnu/packages/base.scm:84 msgid "" "grep is a tool for finding text inside files. Text is found by\n" "matching a pattern provided by the user in one or many files. The patt= ern\n" @@ -45,24 +170,26 @@ msgid "" "including, for example, recursive directory searching." msgstr "" =20 -#: gnu/packages/base.scm:109 +#: gnu/packages/base.scm:106 msgid "Stream editor" msgstr "Tr=C3=ACnh so=E1=BA=A1n th=E1=BA=A3o lu=E1=BB=93ng d=E1=BB=AF li= =E1=BB=87u" =20 -#: gnu/packages/base.scm:124 +#: gnu/packages/base.scm:121 msgid "" "Sed is a non-interactive, text stream editor. It receives a text\n" -"input from a file or from standard input and it then applies a series o= f text\n" -"editing commands to the stream and prints its output to standard output= . It\n" +"input from a file or from standard input and it then applies a series o= f " +"text\n" +"editing commands to the stream and prints its output to standard output= . " +"It\n" "is often used for substituting text patterns in a stream. The GNU\n" "implementation offers several extensions over the standard utility." msgstr "" =20 -#: gnu/packages/base.scm:144 +#: gnu/packages/base.scm:141 msgid "Managing tar archives" msgstr "Qu=E1=BA=A3n l=C3=BD kho l=C6=B0u tar" =20 -#: gnu/packages/base.scm:146 +#: gnu/packages/base.scm:143 msgid "" "Tar provides the ability to create tar archives, as well as the\n" "ability to extract, update or list files in an existing archive. It is= \n" @@ -72,250 +199,7783 @@ msgid "" "standard utility." msgstr "" =20 -#: gnu/packages/base.scm:173 +#: gnu/packages/base.scm:165 msgid "Apply differences to originals, with optional backups" msgstr "=C3=81p d=E1=BB=A5ng nh=E1=BB=AFng kh=C3=A1c bi=E1=BB=87t n=C3=A0= y v=C3=A0o b=E1=BA=A3n g=E1=BB=91c, v=E1=BB=9Bi c=C3=A1c sao l=C6=B0u t=C3= =B9y ch=E1=BB=8Dn" =20 -#: gnu/packages/base.scm:175 +#: gnu/packages/base.scm:167 msgid "" "Patch is a program that applies changes to files based on differences\n= " -"laid out as by the program \"diff\". The changes may be applied to one= or more\n" +"laid out as by the program \"diff\". The changes may be applied to one= or " +"more\n" "files depending on the contents of the diff file. It accepts several\n= " "different diff formats. It may also be used to revert previously appli= ed\n" "differences." msgstr "" =20 -#: gnu/packages/base.scm:195 +#: gnu/packages/base.scm:187 msgid "Comparing and merging files" msgstr "So s=C3=A1nh v=C3=A0 h=C3=B2a tr=E1=BB=99n c=C3=A1c t=E1=BA=ADp = tin" =20 -#: gnu/packages/base.scm:197 +#: gnu/packages/base.scm:189 msgid "" "GNU Diffutils is a package containing tools for finding the\n" -"differences between files. The \"diff\" command is used to show how tw= o files\n" -"differ, while \"cmp\" shows the offsets and line numbers where they dif= fer. \n" +"differences between files. The \"diff\" command is used to show how tw= o " +"files\n" +"differ, while \"cmp\" shows the offsets and line numbers where they " +"differ. \n" "\"diff3\" allows you to compare three files. Finally, \"sdiff\" offers= an\n" "interactive means to merge two files." msgstr "" =20 -#: gnu/packages/base.scm:224 +#: gnu/packages/base.scm:216 msgid "Operating on files matching given criteria" msgstr "Th=E1=BB=B1c hi=E1=BB=87n tr=C3=AAn nh=E1=BB=AFng t=E1=BA=ADp ti= n kh=E1=BB=9Bp v=E1=BB=9Bi =C4=91i=E1=BB=81u ki=E1=BB=87n =C4=91=C3=A3 ch= o" =20 -#: gnu/packages/base.scm:226 +#: gnu/packages/base.scm:218 msgid "" "Findutils supplies the basic file directory searching utilities of the\= n" "GNU system. It consists of two primary searching utilities: \"find\"\n= " -"recursively searches for files in a directory according to given criter= ia and\n" -"\"locate\" lists files in a database that match a query. Two auxiliary= tools\n" -"are included: \"updatedb\" updates the file name database and \"xargs\"= may be\n" +"recursively searches for files in a directory according to given criter= ia " +"and\n" +"\"locate\" lists files in a database that match a query. Two auxiliary= " +"tools\n" +"are included: \"updatedb\" updates the file name database and \"xargs\"= may " +"be\n" "used to apply commands with arbitrarily long arguments." msgstr "" =20 -#: gnu/packages/base.scm:278 +#: gnu/packages/base.scm:268 msgid "Core GNU utilities (file, text, shell)" msgstr "Ti=E1=BB=87n =C3=ADch l=C3=B5i GNU (file, text, shell)" =20 -#: gnu/packages/base.scm:280 +#: gnu/packages/base.scm:270 msgid "" "GNU Coreutils includes all of the basic command-line tools that are\n" "expected in a POSIX system. These provide the basic file, shell and te= xt\n" -"manipulation functions of the GNU system. Most of these tools offer ex= tended\n" +"manipulation functions of the GNU system. Most of these tools offer " +"extended\n" "functionality beyond that which is outlined in the POSIX standard." msgstr "" =20 -#: gnu/packages/base.scm:314 +#: gnu/packages/base.scm:304 msgid "Remake files automatically" msgstr "T=E1=BA=A1o l=E1=BA=A1i c=C3=A1c t=E1=BA=ADp tin m=E1=BB=99t c=C3= =A1ch t=E1=BB=B1 =C4=91=E1=BB=99ng" =20 -#: gnu/packages/base.scm:316 +#: gnu/packages/base.scm:306 msgid "" "Make is a program that is used to control the production of\n" "executables or other files from their source files. The process is\n" -"controlled from a Makefile, in which the developer specifies how each f= ile is\n" +"controlled from a Makefile, in which the developer specifies how each f= ile " +"is\n" "generated from its source. It has powerful dependency resolution and t= he\n" "ability to determine when files have to be regenerated after their sour= ces\n" "change. GNU make offers many powerful extensions over the standard uti= lity." msgstr "" =20 -#: gnu/packages/base.scm:361 +#: gnu/packages/base.scm:351 msgid "Binary utilities: bfd gas gprof ld" msgstr "Ti=E1=BB=87n =C3=ADch nh=E1=BB=8B ph=C3=A2n: bfd gas gprof ld" =20 -#: gnu/packages/base.scm:363 +#: gnu/packages/base.scm:353 msgid "" "GNU Binutils is a collection of tools for working with binary files.\n" -"Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler= . Other\n" -"tools include programs to display binary profiling information, list th= e\n" -"strings in a binary file, and utilities for working with archives. The= \"bfd\"\n" -"library for working with executable and object formats is also included= ." +"Perhaps the most notable are \"ld\", a linker, and \"as\", an assembler= .\n" +"Other tools include programs to display binary profiling information, l= ist\n" +"the strings in a binary file, and utilities for working with archives. = The\n" +"\"bfd\" library for working with executable and object formats is also\= n" +"included." +msgstr "" + +#: gnu/packages/base.scm:418 +msgid "The linker wrapper" +msgstr "B=E1=BB=99 bao li=C3=AAn k=E1=BA=BFt" + +#: gnu/packages/base.scm:420 +msgid "" +"The linker wrapper (or 'ld-wrapper') wraps the linker to add any\n" +"missing '-rpath' flags, and to detect any misuse of libraries outside o= f " +"the\n" +"store." msgstr "" =20 -#: gnu/packages/base.scm:504 +#: gnu/packages/base.scm:585 msgid "The GNU C Library" msgstr "Th=C6=B0 vi=E1=BB=87n C t=E1=BB=AB GNU" =20 -#: gnu/packages/base.scm:506 +#: gnu/packages/base.scm:587 msgid "" "Any Unix-like operating system needs a C library: the library which\n" -"defines the \"system calls\" and other basic facilities such as open, m= alloc,\n" +"defines the \"system calls\" and other basic facilities such as open, " +"malloc,\n" "printf, exit...\n" "\n" -"The GNU C library is used as the C library in the GNU system and most s= ystems\n" +"The GNU C library is used as the C library in the GNU system and most " +"systems\n" "with the Linux kernel." msgstr "" =20 -#: gnu/packages/base.scm:575 +#: gnu/packages/base.scm:603 +msgid "All the locales supported by the GNU C Library" +msgstr "" + +#: gnu/packages/base.scm:605 +msgid "" +"This package provides all the locales supported by the GNU C Library,\n= " +"more than 400 in total. To use them set the 'LOCPATH' environment vari= able " +"to\n" +"the 'share/locale' sub-directory of this package." +msgstr "" + +#: gnu/packages/base.scm:665 +msgid "Small sample of UTF-8 locales" +msgstr "" + +#: gnu/packages/base.scm:667 +msgid "" +"This package provides a small sample of UTF-8 locales mostly useful in\= n" +"test environments." +msgstr "" + +#: gnu/packages/base.scm:685 +msgid "Find full path of shell commands" +msgstr "" + +#: gnu/packages/base.scm:687 +msgid "" +"The which program finds the location of executables in PATH, with a\n" +"variety of options. It is an alternative to the shell \"type\" built-i= n\n" +"command." +msgstr "" + +#: gnu/packages/base.scm:752 msgid "Database of current and historical time zones" msgstr "C=C6=A1 s=E1=BB=9F d=E1=BB=AF li=E1=BB=87u c=E1=BB=A7a hi=E1=BB=87= n t=E1=BA=A1i v=C3=A0 m=C3=BAi gi=E1=BB=9D l=E1=BB=8Bch s=E1=BB=AD" =20 -#: gnu/packages/base.scm:576 +#: gnu/packages/base.scm:753 msgid "" "The Time Zone Database (often called tz or zoneinfo)\n" "contains code and data that represent the history of local time for man= y\n" -"representative locations around the globe. It is updated periodically t= o\n" -"reflect changes made by political bodies to time zone boundaries, UTC o= ffsets,\n" +"representative locations around the globe. It is updated periodically = to\n" +"reflect changes made by political bodies to time zone boundaries, UTC " +"offsets,\n" "and daylight-saving rules." msgstr "" =20 -#: gnu/packages/base.scm:1004 -msgid "GNU C++ standard library (intermediate)" -msgstr "Th=C6=B0 vi=E1=BB=87n GNU C++ chu=E1=BA=A9n (kh=C3=A2u trung gia= n)" +#: gnu/packages/bittorrent.scm:82 +msgid "Fast and easy BitTorrent client" +msgstr "" =20 -#: gnu/packages/base.scm:1098 -msgid "The linker wrapper" -msgstr "B=E1=BB=99 bao li=C3=AAn k=E1=BA=BFt" +#: gnu/packages/bittorrent.scm:84 +msgid "" +"Transmission is a BitTorrent client that comes with graphical,\n" +"textual, and Web user interfaces. Transmission also has a daemon for\n= " +"unattended operationg. It supports local peer discovery, full encrypti= on,\n" +"DHT, =C2=B5TP, PEX and Magnet Links." +msgstr "" + +#: gnu/packages/bittorrent.scm:122 +msgid "BitTorrent library of rtorrent" +msgstr "" =20 -#: gnu/packages/base.scm:1100 +#: gnu/packages/bittorrent.scm:124 msgid "" -"The linker wrapper (or `ld-wrapper') wraps the linker to add any\n" -"missing `-rpath' flags, and to detect any misuse of libraries outside o= f the\n" -"store." +"LibTorrent is a BitTorrent library used by and developed in parallel\n" +"with the BitTorrent client rtorrent. It is written in C++ with emphasi= s on\n" +"speed and efficiency." msgstr "" =20 -#: gnu/packages/base.scm:1264 -msgid "Complete GCC tool chain for C/C++ development" +#: gnu/packages/bittorrent.scm:151 +msgid "BitTorrent client with ncurses interface" msgstr "" =20 -#: gnu/packages/base.scm:1266 +#: gnu/packages/bittorrent.scm:153 msgid "" -"This package provides a complete GCC tool chain for C/C++ development t= o\n" -"be installed in user profiles. This includes GCC, as well as libc (hea= ders\n" -"and binaries, plus debugging symbols in the 'debug' output), and Binuti= ls." +"rTorrent is a BitTorrent client with an ncurses interface. It supports= \n" +"full encryption, DHT, PEX, and Magnet Links. It can also be controlled= via\n" +"XML-RPC over SCGI." msgstr "" =20 -#: gnu/packages/guile.scm:99 gnu/packages/guile.scm:166 -msgid "Scheme implementation intended especially for extensions" -msgstr "L=C6=B0=E1=BB=A3c =C4=91=E1=BB=93 th=E1=BB=B1c thi c=C3=B3 d=E1=BB= =A5ng =C3=BD =C4=91=E1=BA=B7c bi=E1=BB=87t cho ph=E1=BA=A7n m=E1=BB=9F r=E1= =BB=99ng" +#: gnu/packages/certs.scm:64 +msgid "Python script to extract .pem data from certificate collection" +msgstr "" =20 -#: gnu/packages/guile.scm:101 gnu/packages/guile.scm:168 +#: gnu/packages/certs.scm:66 msgid "" -"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" -"official extension language of the GNU system. It is an implementation= of\n" -"the Scheme language which can be easily embedded in other applications = to\n" -"provide a convenient means of extending the functionality of the applic= ation\n" -"without requiring the source code to be rewritten." +"certdata2pem.py is a Python script to transform X.509 certificate\n" +"\"source code\" as contained, for example, in the Mozilla sources, into= \n" +".pem formatted certificates." msgstr "" =20 -#: gnu/packages/guile.scm:211 -msgid "Framework for building readers for GNU Guile" -msgstr "M=E1=BB=99t framework =C4=91=E1=BB=83 x=C3=A2y d=E1=BB=B1ng b=E1= =BB=99 =C4=91=E1=BB=8Dc d=C3=A0nh cho GNU Guile" +#: gnu/packages/certs.scm:122 +msgid "CA certificates from Mozilla" +msgstr "" =20 -#: gnu/packages/guile.scm:213 +#: gnu/packages/certs.scm:124 msgid "" -"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" +"This package provides certificates for Certification Authorities (CA)\n= " +"taken from the NSS package and thus ultimately from the Mozilla project= ." +msgstr "" + +#: gnu/packages/compression.scm:64 +msgid "Compression library" +msgstr "" + +#: gnu/packages/compression.scm:66 +msgid "" +"zlib is designed to be a free, general-purpose, legally unencumbered --= \n" +"that is, not covered by any patents -- lossless data-compression librar= y " +"for\n" +"use on virtually any computer hardware and operating system. The zlib = data\n" +"format is itself portable across platforms. Unlike the LZW compression= " +"method\n" +"used in Unix compress(1) and in the GIF image format, the compression " +"method\n" +"currently used in zlib essentially never expands the data. (LZW can dou= ble " +"or\n" +"triple the file size in extreme cases.) zlib's memory footprint is als= o\n" +"independent of the input data and can be reduced, if necessary, at some= " +"cost\n" +"in compression." +msgstr "" + +#: gnu/packages/compression.scm:91 +msgid "Replacement for Sun's 'jar' utility" +msgstr "" + +#: gnu/packages/compression.scm:93 +msgid "" +"FastJar is an attempt to create a much faster replacement for Sun's 'ja= r'\n" +"utility. Instead of being written in Java, FastJar is written in C." +msgstr "" + +#: gnu/packages/compression.scm:109 +msgid "General file (de)compression (using lzw)" +msgstr "" + +#: gnu/packages/compression.scm:114 +msgid "" +"GNU Gzip provides data compression and decompression utilities; the\n" +"typical extension is \".gz\". Unlike the \"zip\" format, it compresses= a " +"single\n" +"file; as a result, it is often used in conjunction with \"tar\", result= ing " +"in\n" +"\".tar.gz\" or \".tgz\", etc." +msgstr "" + +#: gnu/packages/compression.scm:190 +msgid "High-quality data compression program" +msgstr "" + +#: gnu/packages/compression.scm:192 +msgid "" +"bzip2 is a freely available, patent free (see below), high-quality data= \n" +"compressor. It typically compresses files to within 10% to 15% of the = best\n" +"available techniques (the PPM family of statistical compressors), whils= t\n" +"being around twice as fast at compression and six times faster at\n" +"decompression." +msgstr "" + +#: gnu/packages/compression.scm:213 +msgid "General-purpose data compression" +msgstr "" + +#: gnu/packages/compression.scm:215 +msgid "" +"XZ Utils is free general-purpose data compression software with high\n" +"compression ratio. XZ Utils were written for POSIX-like systems, but a= lso\n" +"work on some not-so-POSIX systems. XZ Utils are the successor to LZMA = " +"Utils.\n" "\n" -"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" -"procedure. Readers supporting various syntax variants can easily be wri= tten,\n" -"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" -"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-d= erived\n" -"document syntax.\n" +"The core of the XZ Utils compression code is based on LZMA SDK, but it = has\n" +"been modified quite a lot to be suitable for XZ Utils. The primary\n" +"compression algorithm is currently LZMA2, which is used inside the .xz\= n" +"container format. With typical files, XZ Utils create 30 % smaller out= put\n" +"than gzip and 15 % smaller output than bzip2." +msgstr "" + +#: gnu/packages/compression.scm:243 +msgid "Data compresion library suitable for real-time data de-/compressi= on" +msgstr "" + +#: gnu/packages/compression.scm:245 +msgid "" +"LZO is a data compression library which is suitable for data\n" +"de-/compression in real-time. This means it favours speed over\n" +"compression ratio.\n" "\n" -"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" -"hopefully more powerful and flexible (for instance, one may instantiate= as\n" -"many readers as needed)." +"LZO is written in ANSI C. Both the source code and the compressed data= \n" +"format are designed to be portable across platforms." msgstr "" =20 -#: gnu/packages/guile.scm:267 -msgid "Guile bindings to ncurses" -msgstr "Guile r=C3=A0ng bu=E1=BB=99c v=C3=A0o ncurses" +#: gnu/packages/compression.scm:268 +msgid "Compress or expand files" +msgstr "" =20 -#: gnu/packages/guile.scm:269 +#: gnu/packages/compression.scm:270 msgid "" -"guile-ncurses provides Guile language bindings for the ncurses\n" -"library." +"Lzop is a file compressor which is very similar to gzip. Lzop uses the= \n" +"LZO data compression library for compression services, and its main " +"advantages\n" +"over gzip are much higher compression and decompression speed (at the c= ost " +"of\n" +"some compression ratio)." msgstr "" =20 -#: gnu/packages/guile.scm:289 -msgid "Run jobs at scheduled times" -msgstr "Ch=E1=BA=A1y c=C3=A1c c=C3=B4ng vi=E1=BB=87c theo l=E1=BB=8Bch b= i=E1=BB=83u" +#: gnu/packages/compression.scm:289 +msgid "Lossless data compressor based on the LZMA algorithm" +msgstr "" =20 -#: gnu/packages/guile.scm:291 +#: gnu/packages/compression.scm:291 msgid "" -"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" -"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten in\n" -"Guile, so its configuration can be written in Scheme; the original cron= \n" -"format is also supported." +"Lzip is a lossless data compressor with a user interface similar to the= \n" +"one of gzip or bzip2. Lzip decompresses almost as fast as gzip and " +"compresses\n" +"more than bzip2, which makes it well suited for software distribution a= nd " +"data\n" +"archiving. Lzip is a clean implementation of the LZMA algorithm." msgstr "" =20 -#: gnu/packages/guile.scm:319 -msgid "Collection of useful Guile Scheme modules" -msgstr "B=E1=BB=99 s=C6=B0u t=E1=BA=ADp c=E1=BB=A7a c=C3=A1c m=C3=B4-=C4= =91un L=C6=B0=E1=BB=A3c =C4=91=E1=BB=93 Guile" +#: gnu/packages/compression.scm:323 +msgid "Archives in shell scripts, uuencode/uudecode" +msgstr "" =20 -#: gnu/packages/guile.scm:321 +#: gnu/packages/compression.scm:325 msgid "" -"guile-lib is intended as an accumulation place for pure-scheme Guile\n" -"modules, allowing for people to cooperate integrating their generic Gui= le\n" -"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" -"for Guile\"." +"GNU sharutils is a package for creating and manipulating shell\n" +"archives that can be readily emailed. A shell archive is a file that c= an " +"be\n" +"processed by a Bourne-type shell to unpack the original collection of " +"files. \n" +"This package is mostly for compatibility and historical interest." msgstr "" =20 -#: gnu/packages/guile.scm:352 -msgid "JSON module for Guile" +#: gnu/packages/compression.scm:344 +msgid "Compression tools for some formats used by Microsoft" msgstr "" =20 -#: gnu/packages/guile.scm:354 +#: gnu/packages/compression.scm:346 msgid "" -"Guile-json supports parsing and building JSON documents according to th= e\n" -"http:://json.org specification. These are the main features:\n" -"- Strictly complies to http://json.org specification.\n" -"- Build JSON documents programmatically via macros.\n" -"- Unicode support for strings.\n" -"- Allows JSON pretty printing." +"The purpose of libmspack is to provide both compression and\n" +"decompression of some loosely related file formats used by Microsoft." msgstr "" =20 -#: gnu/packages/lout.scm:109 -msgid "Lout, a document layout system similar in style to LaTeX" +#: gnu/packages/compression.scm:365 +msgid "Low-level interface to bzip2 compression library" msgstr "" =20 -#: gnu/packages/lout.scm:111 +#: gnu/packages/compression.scm:366 msgid "" -"The Lout document formatting system is now reads a high-level descripti= on of\n" -"a document similar in style to LaTeX and produces a PostScript or plain= text\n" -"output file.\n" -"\n" -"Lout offers an unprecedented range of advanced features, including opti= mal\n" -"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" -"inclusion and generation, equation formatting, tables, diagrams, rotati= on and\n" -"scaling, sorted indexes, bibliographic databases, running headers and\n= " -"odd-even pages, automatic cross referencing, multilingual documents inc= luding\n" -"hyphenation (most European languages are supported), formatting of comp= uter\n" -"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" -"extended with definitions which are very much easier to write than trof= f of\n" -"TeX macros because Lout is a high-level, purely functional language, th= e\n" -"outcome of an eight-year research project that went back to the\n" -"beginning." +"This module provides a Perl interface to the bzip2\n" +"compression library." +msgstr "" + +#: gnu/packages/compression.scm:400 +msgid "Low-level interface to zlib compression library" +msgstr "" + +#: gnu/packages/compression.scm:401 +msgid "" +"This module provides a Perl interface to the zlib\n" +"compression library." msgstr "" =20 -#: gnu/packages/recutils.scm:58 +#: gnu/packages/compression.scm:422 +msgid "IO Interface to compressed files/buffers" +msgstr "" + +#: gnu/packages/compression.scm:423 +msgid "" +"IO-Compress provides a Perl interface to allow reading and\n" +"writing of compressed data created with the zlib and bzip2 libraries." +msgstr "" + +#: gnu/packages/databases.scm:92 +msgid "Berkeley database" +msgstr "" + +#: gnu/packages/databases.scm:94 +msgid "" +"Berkeley DB is an embeddable database allowing developers the choice of= \n" +"SQL, Key/Value, XML/XQuery or Java Object storage for their data model.= " +msgstr "" + +#: gnu/packages/databases.scm:146 +msgid "Fast, easy to use, and popular database" +msgstr "" + +#: gnu/packages/databases.scm:148 +msgid "" +"MySQL is a fast, reliable, and easy to use relational database\n" +"management system that supports the standardized Structured Query\n" +"Language." +msgstr "" + +#: gnu/packages/databases.scm:215 +msgid "SQL database server" +msgstr "" + +#: gnu/packages/databases.scm:217 +msgid "" +"MariaDB is a multi-user and multi-threaded SQL database server, designe= d\n" +"as a drop-in replacement of MySQL." +msgstr "" + +#: gnu/packages/databases.scm:237 +msgid "Powerful object-relational database system" +msgstr "" + +#: gnu/packages/databases.scm:239 +msgid "" +"PostgreSQL is a powerful object-relational database system. It is full= y\n" +"ACID compliant, has full support for foreign keys, joins, views, trigge= rs, " +"and\n" +"stored procedures (in multiple languages). It includes most SQL:2008 d= ata\n" +"types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERV= AL, " +"and\n" +"TIMESTAMP. It also supports storage of binary large objects, including= \n" +"pictures, sounds, or video." +msgstr "" + +#: gnu/packages/databases.scm:274 msgid "Manipulate plain text files as databases" msgstr "Thao t=C3=A1c c=C3=A1c t=E1=BA=ADp tin v=C4=83n b=E1=BA=A3n th=C6= =B0=E1=BB=9Dng nh=C6=B0 l=C3=A0 c=C6=A1 s=E1=BB=9F d=E1=BB=AF li=E1=BB=87= u" =20 -#: gnu/packages/recutils.scm:60 +#: gnu/packages/databases.scm:276 msgid "" "GNU Recutils is a set of tools and libraries for creating and\n" -"manipulating text-based, human-editable databases. Despite being text-= based,\n" +"manipulating text-based, human-editable databases. Despite being text-= " +"based,\n" "databases created with Recutils carry all of the expected features such= as\n" -"unique fields, primary keys, time stamps and more. Many different field= types\n" -"are supported, as is encryption." +"unique fields, primary keys, time stamps and more. Many different fiel= d\n" +"types are supported, as is encryption." +msgstr "" + +#: gnu/packages/databases.scm:317 +msgid "The SQLite database management system" +msgstr "" + +#: gnu/packages/databases.scm:319 +msgid "" +"SQLite is a software library that implements a self-contained, serverle= ss,\n" +"zero-configuration, transactional SQL database engine. SQLite is the m= ost\n" +"widely deployed SQL database engine in the world. The source code for = " +"SQLite\n" +"is in the public domain." +msgstr "" + +#: gnu/packages/databases.scm:354 +msgid "Trivial database" +msgstr "" + +#: gnu/packages/databases.scm:356 +msgid "" +"TDB is a Trivial Database. In concept, it is very much like GDBM,\n" +"and BSD's DB except that it allows multiple simultaneous writers and us= es\n" +"locking internally to keep writers from trampling on each other. TDB i= s " +"also\n" +"extremely small." +msgstr "" + +#: gnu/packages/databases.scm:375 +msgid "Database independent interface for Perl" +msgstr "" + +#: gnu/packages/databases.scm:376 +msgid "This package provides an database interface for Perl." +msgstr "" + +#: gnu/packages/databases.scm:423 +msgid "Extensible and flexible object <-> relational mapper" +msgstr "" + +#: gnu/packages/databases.scm:424 +msgid "" +"An SQL to OO mapper with an object API inspired by\n" +"Class::DBI (with a compatibility layer as a springboard for porting) an= d a\n" +"resultset API that allows abstract encapsulation of database operations= . " +"It\n" +"aims to make representing queries in your code as perl-ish as possible = " +"while\n" +"still providing access to as many of the capabilities of the database a= s\n" +"possible, including retrieving related records from multiple tables in = a\n" +"single query, \"JOIN\", \"LEFT JOIN\", \"COUNT\", \"DISTINCT\", \"GROUP= BY" +"\",\n" +"\"ORDER BY\" and \"HAVING\" support." +msgstr "" + +#: gnu/packages/databases.scm:454 +msgid "Cursor with built-in caching support" +msgstr "" + +#: gnu/packages/databases.scm:455 +msgid "" +"DBIx::Class::Cursor::Cached provides a cursor class with\n" +"built-in caching support." +msgstr "" + +#: gnu/packages/databases.scm:475 +msgid "Introspect many-to-many relationships" +msgstr "" + +#: gnu/packages/databases.scm:476 +msgid "" +"Because the many-to-many relationships are not real\n" +"relationships, they can not be introspected with DBIx::Class. Many-to-= many\n" +"relationships are actually just a collection of convenience methods " +"installed\n" +"to bridge two relationships. This DBIx::Class component can be used to= " +"store\n" +"all relevant information about these non-relationships so they can late= r be\n" +"introspected and examined." +msgstr "" + +#: gnu/packages/databases.scm:533 +msgid "Create a DBIx::Class::Schema based on a database" +msgstr "" + +#: gnu/packages/databases.scm:534 +msgid "" +"DBIx::Class::Schema::Loader automates the definition of a\n" +"DBIx::Class::Schema by scanning database table definitions and setting = up " +"the\n" +"columns, primary keys, unique constraints and relationships." +msgstr "" + +#: gnu/packages/databases.scm:558 +msgid "DBI PostgreSQL interface" +msgstr "" + +#: gnu/packages/databases.scm:577 +msgid "SQlite interface for Perl" +msgstr "" + +#: gnu/packages/databases.scm:578 +msgid "" +"DBD::SQLite is a Perl DBI driver for SQLite, that includes\n" +"the entire thing in the distribution. So in order to get a fast " +"transaction\n" +"capable RDBMS working for your Perl project you simply have to install = this\n" +"module, and nothing else." +msgstr "" + +#: gnu/packages/databases.scm:608 +msgid "Generate SQL from Perl data structures" +msgstr "" + +#: gnu/packages/databases.scm:609 +msgid "" +"This module was inspired by the excellent DBIx::Abstract.\n" +"While based on the concepts used by DBIx::Abstract, the concepts used h= ave\n" +"been modified to make the SQL easier to generate from Perl data structu= res.\n" +"The underlying idea is for this module to do what you mean, based on th= e " +"data\n" +"structures you provide it, so that you don't have to modify your code e= very\n" +"time your data changes" +msgstr "" + +#: gnu/packages/databases.scm:638 +msgid "Split SQL code into atomic statements" +msgstr "" + +#: gnu/packages/databases.scm:639 +msgid "" +"This module tries to split any SQL code, even including\n" +"non-standard extensions, into the atomic statements it is composed of." +msgstr "" + +#: gnu/packages/databases.scm:657 +msgid "SQL tokenizer" +msgstr "" + +#: gnu/packages/databases.scm:658 +msgid "" +"SQL::Tokenizer is a tokenizer for SQL queries. It does not\n" +"claim to be a parser or query verifier. It just creates sane tokens fr= om a\n" +"valid SQL query." +msgstr "" + +#: gnu/packages/databases.scm:675 +msgid "Data source abstraction library" +msgstr "" + +#: gnu/packages/databases.scm:676 +msgid "" +"Unixodbc is a library providing an API with which to access\n" +"data sources. Data sources include SQL Servers and any software with a= n " +"ODBC\n" +"Driver." +msgstr "" + +#: gnu/packages/databases.scm:700 +msgid "In-memory key/value and document store" +msgstr "" + +#: gnu/packages/databases.scm:702 +msgid "" +"UnQLite is an in-process software library which implements a\n" +"self-contained, serverless, zero-configuration, transactional NoSQL\n" +"database engine. UnQLite is a document store database similar to\n" +"MongoDB, Redis, CouchDB, etc. as well as a standard Key/Value store\n" +"similar to BerkelyDB, LevelDB, etc." +msgstr "" + +#: gnu/packages/debug.scm:71 +msgid "Heuristical file minimizer" +msgstr "" + +#: gnu/packages/debug.scm:73 +msgid "" +"Delta assists you in minimizing \"interesting\" files subject to a test= \n" +"of their interestingness. A common such situation is when attempting t= o\n" +"isolate a small failure-inducing substring of a large input that causes= " +"your\n" +"program to exhibit a bug." msgstr "" + +#: gnu/packages/debug.scm:132 +msgid "Reducer for interesting code" +msgstr "" + +#: gnu/packages/debug.scm:134 +msgid "" +"C-Reduce is a tool that takes a large C or C++ program that has a\n" +"property of interest (such as triggering a compiler bug) and automatica= lly\n" +"produces a much smaller C/C++ program that has the same property. It i= s\n" +"intended for use by people who discover and report bugs in compilers an= d " +"other\n" +"tools that process C/C++ code." +msgstr "" + +#: gnu/packages/dejagnu.scm:78 +msgid "GNU software testing framework" +msgstr "" + +#: gnu/packages/dejagnu.scm:80 +msgid "" +"DejaGnu is a framework for testing software. In effect, it serves as\n= " +"a front-end for all tests written for a program. Thus, each program ca= n " +"have\n" +"multiple test suites, which are then all managed by a single harness." +msgstr "" + +#: gnu/packages/feh.scm:53 +msgid "Fast and light imlib2-based image viewer" +msgstr "" + +#: gnu/packages/feh.scm:55 +msgid "" +"feh is an X11 image viewer aimed mostly at console users.\n" +"Unlike most other viewers, it does not have a fancy GUI, but simply\n" +"displays images. It can also be used to set the desktop wallpaper.\n" +"It is controlled via commandline arguments and configurable key/mouse\n= " +"actions." +msgstr "" + +#: gnu/packages/games.scm:100 +msgid "Backgammon game" +msgstr "" + +#: gnu/packages/games.scm:101 +msgid "" +"The GNU backgammon application can be used for playing, analyzing and\n= " +"teaching the game. It has an advanced evaluation engine based on " +"artificial\n" +"neural networks suitable for both beginners and advanced players. In\n= " +"addition to a command-line interface, it also features an attractive, 3= D\n" +"representation of the playing board." +msgstr "" + +#: gnu/packages/games.scm:130 +msgid "3d Rubik's cube game" +msgstr "" + +#: gnu/packages/games.scm:132 +msgid "" +"GNUbik is a puzzle game in which you must manipulate a cube to make\n" +"each of its faces have a uniform color. The game is customizable, allo= wing\n" +"you to set the size of the cube (the default is 3x3) or to change the " +"colors.\n" +"You may even apply photos to the faces instead of colors. The game is\= n" +"scriptable with Guile." +msgstr "" + +#: gnu/packages/games.scm:194 +msgid "GNU/Linux port of the indie game \"l'Abbaye des Morts\"" +msgstr "" + +#: gnu/packages/games.scm:195 +msgid "" +"L'Abbaye des Morts is a 2D platform game set in 13th century\n" +"France. The Cathars, who preach about good Christian beliefs, were bei= ng\n" +"expelled by the Catholic Church out of the Languedoc region in France. = One " +"of\n" +"them, called Jean Raymond, found an old church in which to hide, not " +"knowing\n" +"that beneath its ruins lay buried an ancient evil." +msgstr "" + +#: gnu/packages/games.scm:238 +msgid "Lemmings clone" +msgstr "" + +#: gnu/packages/games.scm:240 +msgid "" +"Pingus is a free Lemmings-like puzzle game in which the player takes\n" +"command of a bunch of small animals and has to guide them through level= s.\n" +"Since the animals walk on their own, the player can only influence them= by\n" +"giving them commands, like build a bridge, dig a hole, or redirect all = " +"animals\n" +"in the other direction. Multiple such commands are necessary to reach = the\n" +"level's exit. The game is presented in a 2D side view." +msgstr "" + +#: gnu/packages/games.scm:262 +msgid "Convert English text to humorous dialects" +msgstr "" + +#: gnu/packages/games.scm:263 +msgid "" +"The GNU Talk Filters are programs that convert English text\n" +"into stereotyped or otherwise humorous dialects. The filters are provi= ded " +"as\n" +"a C library, so they can easily be integrated into other programs." +msgstr "" + +#: gnu/packages/games.scm:295 +msgid "Simulate the display from \"The Matrix\"" +msgstr "" + +#: gnu/packages/games.scm:296 +msgid "" +"CMatrix simulates the display from \"The Matrix\" and is\n" +"based on the screensaver from the movie's website. It works with termi= nal\n" +"settings up to 132x300 and can scroll lines all at the same rate or\n" +"asynchronously and at a user-defined speed." +msgstr "" + +#: gnu/packages/games.scm:316 +msgid "Full chess implementation" +msgstr "" + +#: gnu/packages/games.scm:317 +msgid "" +"GNU Chess is a chess engine. It allows you to compete\n" +"against the computer in a game of chess, either through the default " +"terminal\n" +"interface or via an external visual interface such as GNU XBoard." +msgstr "" + +#: gnu/packages/games.scm:345 +msgid "Twisted adventures of young pig farmer Dink Smallwood" +msgstr "" + +#: gnu/packages/games.scm:347 +msgid "" +"GNU FreeDink is a free and portable re-implementation of the engine\n" +"for the role-playing game Dink Smallwood. It supports not only the " +"original\n" +"game data files but it also supports user-produced game mods or \"D-Mod= s\".\n" +"To that extent, it also includes a front-end for managing all of your D= -Mods." +msgstr "" + +#: gnu/packages/games.scm:369 +msgid "Game data for GNU Freedink" +msgstr "" + +#: gnu/packages/games.scm:371 +msgid "This package contains the game data of GNU Freedink." +msgstr "" + +#: gnu/packages/games.scm:423 +msgid "Graphical user interface for chess programs" +msgstr "" + +#: gnu/packages/games.scm:424 +msgid "" +"GNU XBoard is a graphical board for all varieties of chess,\n" +"including international chess, xiangqi (Chinese chess), shogi (Japanese= " +"chess)\n" +"and Makruk. Several lesser-known variants are also supported. It pres= ents " +"a\n" +"fully interactive graphical interface and it can load and save games in= the\n" +"Portable Game Notation." +msgstr "" + +#: gnu/packages/games.scm:477 +msgid "Ball and paddle game" +msgstr "" + +#: gnu/packages/games.scm:478 +msgid "" +"XBoing is a blockout type game where you have a paddle which\n" +"you control to bounce a ball around the game zone destroying blocks wit= h a\n" +"proton ball. Each block carries a different point value. The more blo= cks " +"you\n" +"destroy, the better your score. The person with the highest score wins= ." +msgstr "" + +#: gnu/packages/games.scm:510 +msgid "Typing tutor" +msgstr "" + +#: gnu/packages/games.scm:512 +msgid "" +"GNU Typist is a universal typing tutor. It can be used to learn and\n" +"practice touch-typing. Several tutorials are included; in addition to\= n" +"tutorials for the standard QWERTY layout, there are also tutorials for = the\n" +"alternative layouts Dvorak and Colemak, as well as for the numpad. " +"Tutorials\n" +"are primarily in English, however some in other languages are provided.= " +msgstr "" + +#: gnu/packages/games.scm:565 +msgid "3D game engine written in C++" +msgstr "" + +#: gnu/packages/games.scm:567 +msgid "" +"The Irrlicht Engine is a high performance realtime 3D engine written in= \n" +"C++. Features include an OpenGL renderer, extensible materials, scene = " +"graph\n" +"management, character animation, particle and other special effects, " +"support\n" +"for common mesh file formats, and collision detection." +msgstr "" + +#: gnu/packages/games.scm:609 +msgid "Main game data for the Minetest game engine" +msgstr "" + +#: gnu/packages/games.scm:611 +msgid "Game data for the Minetest infinite-world block sandox game." +msgstr "" + +#: gnu/packages/games.scm:663 +msgid "Infinite-world block sandbox game" +msgstr "" + +#: gnu/packages/games.scm:665 +msgid "" +"Minetest is a sandbox construction game. Players can create and destro= y\n" +"various types of blocks in a three-dimensional open world. This allows= \n" +"forming structures in every possible creation, on multiplayer servers o= r as " +"a\n" +"single player. Mods and texture packs allow players to personalize the= " +"game\n" +"in different ways." +msgstr "" + +#: gnu/packages/games.scm:704 +msgid "Curses Implementation of the Glk API" +msgstr "" + +#: gnu/packages/games.scm:706 +msgid "" +"Glk defines a portable API for applications with text UIs. It was\n" +"primarily designed for interactive fiction, but it should be suitable f= or " +"many\n" +"interactive text utilities, particularly those based on a command line.= \n" +"This is an implementation of the Glk library which runs in a terminal " +"window,\n" +"using the curses.h library for screen control." +msgstr "" + +#: gnu/packages/games.scm:743 +msgid "Interpreter for Glulx VM" +msgstr "" + +#: gnu/packages/games.scm:745 +msgid "" +"Glulx is a 32-bit portable virtual machine intended for writing and\n" +"playing interactive fiction. It was designed by Andrew Plotkin to reli= eve\n" +"some of the restrictions in the venerable Z-machine format. This is th= e\n" +"reference interpreter, using Glk API." +msgstr "" + +#: gnu/packages/games.scm:781 +msgid "Z-machine interpreter" +msgstr "" + +#: gnu/packages/games.scm:783 +msgid "" +"Fizmo is a console-based Z-machine interpreter. It is used to play\n" +"interactive ficiton, also known as textadventures, which were implement= ed\n" +"either by Infocom or created using the Inform compiler." +msgstr "" + +#: gnu/packages/games.scm:833 +msgid "Reference frontend for the libretro API" +msgstr "" + +#: gnu/packages/games.scm:835 +msgid "" +"Libretro is a simple but powerful development interface that allows for= \n" +"the easy creation of emulators, games and multimedia applications that = can " +"plug\n" +"straight into any libretro-compatible frontend. RetroArch is the offic= ial\n" +"reference frontend for the libretro API, currently used by most as a " +"modular\n" +"multi-system game/emulator system." +msgstr "" + +#: gnu/packages/games.scm:855 +msgid "Play the game of Go" +msgstr "" + +#: gnu/packages/games.scm:856 +msgid "" +"GNU Go is a program that plays the game of Go, in which\n" +"players place stones on a grid to form territory or capture other stone= s.\n" +"While it can be played directly from the terminal, rendered in ASCII\n" +"characters, it is also possible to play GNU Go with 3rd party graphical= \n" +"interfaces or even in Emacs. It supports the standard game storage for= mat\n" +"(SGF, Smart Game Format) and inter-process communication format (GMP, G= o\n" +"Modem Protocol)." +msgstr "" + +#: gnu/packages/games.scm:906 +msgid "High speed arctic racing game based on Tux Racer" +msgstr "" + +#: gnu/packages/games.scm:908 +msgid "" +"Extreme Tux Racer, or etracer as it is called for short, is\n" +"a simple OpenGL racing game featuring Tux, the Linux mascot. The goal = of " +"the\n" +"game is to slide down a snow- and ice-covered mountain as quickly as " +"possible,\n" +"avoiding the trees and rocks that will slow you down.\n" +"\n" +"Collect herrings and other goodies while sliding down the hill, but avo= id " +"fish\n" +"bones.\n" +"\n" +"This game is based on the GPL version of the famous game TuxRacer." +msgstr "" + +#: gnu/packages/games.scm:946 +msgid "Game of jumping to the next floor, trying not to fall" +msgstr "" + +#: gnu/packages/games.scm:948 +msgid "" +"GNUjump is a simple, yet addictive game in which you must jump from\n" +"platform to platform to avoid falling, while the platforms drop at fast= er " +"rates\n" +"the higher you go. The game features multiplayer, unlimited FPS, smoot= h " +"floor\n" +"falling, themeable graphics and sounds, and replays." +msgstr "" + +#: gnu/packages/gcc.scm:298 +msgid "GNU Compiler Collection" +msgstr "" + +#: gnu/packages/gcc.scm:300 +msgid "" +"GCC is the GNU Compiler Collection. It provides compiler front-ends\n" +"for several languages, including C, C++, Objective-C, Fortran, Java, Ad= a, " +"and\n" +"Go. It also includes runtime support libraries for these languages." +msgstr "" + +#: gnu/packages/gcc.scm:503 +msgid "" +"Manipulating sets and relations of integer points bounded by linear " +"constraints" +msgstr "" + +#: gnu/packages/gcc.scm:506 +msgid "" +"isl is a library for manipulating sets and relations of integer points\= n" +"bounded by linear constraints. Supported operations on sets include\n" +"intersection, union, set difference, emptiness check, convex hull, " +"(integer)\n" +"affine hull, integer projection, computing the lexicographic minimum us= ing\n" +"parametric integer programming, coalescing and parametric vertex\n" +"enumeration. It also includes an ILP solver based on generalized basis= \n" +"reduction, transitive closures on maps (which may encode infinite graph= s),\n" +"dependence analysis and bounds on piecewise step-polynomials." +msgstr "" + +#: gnu/packages/gcc.scm:538 +msgid "Library to generate code for scanning Z-polyhedra" +msgstr "" + +#: gnu/packages/gcc.scm:540 +msgid "" +"CLooG is a free software library to generate code for scanning\n" +"Z-polyhedra. That is, it finds a code (e.g., in C, FORTRAN...) that\n" +"reaches each integral point of one or more parameterized polyhedra.\n" +"CLooG has been originally written to solve the code generation problem\= n" +"for optimizing compilers based on the polytope model. Nevertheless it\= n" +"is used now in various area e.g., to build control automata for\n" +"high-level synthesis or to find the best polynomial approximation of a\= n" +"function. CLooG may help in any situation where scanning polyhedra\n" +"matters. While the user has full control on generated code quality,\n" +"CLooG is designed to avoid control overhead and to produce a very\n" +"effective code." +msgstr "" + +#: gnu/packages/geeqie.scm:49 +msgid "Library and command-line utility to manage image metadata" +msgstr "" + +#: gnu/packages/geeqie.scm:51 +msgid "" +"Exiv2 is a C++ library and a command line utility to manage image\n" +"metadata. It provides fast and easy read and write access to the Exif,= " +"IPTC\n" +"and XMP metadata of images in various formats." +msgstr "" + +#: gnu/packages/geeqie.scm:82 +msgid "Lightweight GTK+ based image viewer" +msgstr "" + +#: gnu/packages/geeqie.scm:84 +msgid "" +"Geeqie is a lightweight GTK+ based image viewer for Unix like operating= \n" +"systems. It features: EXIF, IPTC and XMP metadata browsing and editing= \n" +"interoperability; easy integration with other software; geeqie works on= " +"files\n" +"and directories, there is no need to import images; fast preview for ma= ny " +"raw\n" +"image formats; tools for image comparison, sorting and managing photo\n= " +"collection. Geeqie was initially based on GQview." +msgstr "" + +#: gnu/packages/gettext.scm:86 +msgid "Tools and documentation for translation" +msgstr "" + +#: gnu/packages/gettext.scm:88 +msgid "" +"GNU Gettext is a package providing a framework for translating the\n" +"textual output of programs into multiple languages. It provides " +"translators\n" +"with the means to create message catalogs, as well as an Emacs mode to = work\n" +"with them, and a runtime library to load translated messages from the\n= " +"catalogs. Nearly all GNU packages use Gettext." +msgstr "" + +#: gnu/packages/gnuzilla.scm:85 +msgid "Mozilla javascript engine" +msgstr "" + +#: gnu/packages/gnuzilla.scm:86 +msgid "" +"SpiderMonkey is Mozilla's JavaScript engine written\n" +"in C/C++." +msgstr "" + +#: gnu/packages/gnuzilla.scm:118 +msgid "Netscape API for system level and libc-like functions" +msgstr "" + +#: gnu/packages/gnuzilla.scm:119 +msgid "" +"Netscape Portable Runtime (NSPR) provides a\n" +"platform-neutral API for system level and libc-like functions. It is u= sed\n" +"in the Mozilla clients." +msgstr "" + +#: gnu/packages/gnuzilla.scm:216 +msgid "Network Security Services" +msgstr "" + +#: gnu/packages/gnuzilla.scm:218 +msgid "" +"Network Security Services (NSS) is a set of libraries designed to suppo= rt\n" +"cross-platform development of security-enabled client and server " +"applications.\n" +"Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PK= CS " +"#7,\n" +"PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security\n= " +"standards." +msgstr "" + +#: gnu/packages/gnuzilla.scm:347 +msgid "Entirely free browser derived from Mozilla Firefox" +msgstr "" + +#: gnu/packages/gnuzilla.scm:349 +msgid "" +"IceCat is the GNU version of the Firefox browser. It is entirely free\= n" +"software, which does not recommend non-free plugins and addons. It als= o\n" +"features built-in privacy-protecting features." +msgstr "" + +#: gnu/packages/gtk.scm:78 +msgid "GNOME accessibility toolkit" +msgstr "" + +#: gnu/packages/gtk.scm:80 +msgid "" +"ATK provides the set of accessibility interfaces that are implemented\n= " +"by other toolkits and applications. Using the ATK interfaces, " +"accessibility\n" +"tools have full access to view and control running applications." +msgstr "" + +#: gnu/packages/gtk.scm:119 +msgid "2D graphics library" +msgstr "" + +#: gnu/packages/gtk.scm:121 +msgid "" +"Cairo is a 2D graphics library with support for multiple output devices= .\n" +"Currently supported output targets include the X Window System (via bot= h\n" +"Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG f= ile\n" +"output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB= .\n" +"\n" +"Cairo is designed to produce consistent output on all output media whil= e\n" +"taking advantage of display hardware acceleration when available\n" +"eg. through the X Render Extension).\n" +"\n" +"The cairo API provides operations similar to the drawing operators of\n= " +"PostScript and PDF. Operations in cairo including stroking and filling= " +"cubic\n" +"B=C3=A9zier splines, transforming and compositing translucent images, a= nd\n" +"antialiased text rendering. All drawing operations can be transformed = by " +"any\n" +"affine transformation (scale, rotation, shear, etc.)" +msgstr "" + +#: gnu/packages/gtk.scm:163 +msgid "OpenType text shaping engine" +msgstr "" + +#: gnu/packages/gtk.scm:165 +msgid "HarfBuzz is an OpenType text shaping engine." +msgstr "" + +#: gnu/packages/gtk.scm:196 +msgid "GNOME text and font handling library" +msgstr "" + +#: gnu/packages/gtk.scm:198 +msgid "" +"Pango is the core text and font handling library used in GNOME\n" +"applications. It has extensive support for the different writing syste= ms\n" +"used throughout the world." +msgstr "" + +#: gnu/packages/gtk.scm:224 +msgid "Obsolete pango functions" +msgstr "" + +#: gnu/packages/gtk.scm:225 +msgid "" +"Pangox was a X backend to pango. It is now obsolete and no\n" +"longer provided by recent pango releases. pangox-compat provides the\n= " +"functions which were removed." +msgstr "" + +#: gnu/packages/gtk.scm:259 +msgid "GTK+ widget for interactive graph-like environments" +msgstr "" + +#: gnu/packages/gtk.scm:261 +msgid "" +"Ganv is an interactive GTK+ widget for interactive =E2=80=9Cboxes and l= ines=E2=80=9D or\n" +"graph-like environments, e.g. modular synths or finite state machine\n" +"diagrams." +msgstr "" + +#: gnu/packages/gtk.scm:311 +msgid "Widget that extends the standard GTK+ 2.x 'GtkTextView' widget" +msgstr "" + +#: gnu/packages/gtk.scm:313 +msgid "" +"GtkSourceView is a portable C library that extends the standard GTK+\n" +"framework for multiline text editing with support for configurable synt= ax\n" +"highlighting, unlimited undo/redo, search and replace, a completion " +"framework,\n" +"printing and other features typical of a source code editor." +msgstr "" + +#: gnu/packages/gtk.scm:346 +msgid "GNOME image loading and manipulation library" +msgstr "" + +#: gnu/packages/gtk.scm:348 +msgid "" +"GdkPixbuf is a library for image loading and manipulation developed\n" +"in the GNOME project." +msgstr "" + +#: gnu/packages/gtk.scm:389 +msgid "Assistive Technology Service Provider Interface, core components" +msgstr "" + +#: gnu/packages/gtk.scm:391 +msgid "" +"The Assistive Technology Service Provider Interface, core components,\n= " +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:423 +msgid "Assistive Technology Service Provider Interface, ATK bindings" +msgstr "" + +#: gnu/packages/gtk.scm:425 +msgid "" +"The Assistive Technology Service Provider Interface\n" +"is part of the GNOME accessibility project." +msgstr "" + +#: gnu/packages/gtk.scm:477 +msgid "Cross-platform toolkit for creating graphical user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:479 +msgid "" +"GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating\n" +"graphical user interfaces. Offering a complete set of widgets, GTK+ is= \n" +"suitable for projects ranging from small one-off tools to complete\n" +"application suites." +msgstr "" + +#: gnu/packages/gtk.scm:605 +#, fuzzy +msgid "Cairo bindings for GNU Guile" +msgstr "M=E1=BB=99t framework =C4=91=E1=BB=83 x=C3=A2y d=E1=BB=B1ng b=E1= =BB=99 =C4=91=E1=BB=8Dc d=C3=A0nh cho GNU Guile" + +#: gnu/packages/gtk.scm:607 +msgid "" +"Guile-Cairo wraps the Cairo graphics library for Guile Scheme.\n" +"Guile-Cairo is complete, wrapping almost all of the Cairo API. It is A= PI\n" +"stable, providing a firm base on which to do graphics work. Finally, a= nd\n" +"importantly, it is pleasant to use. You get a powerful and well-mainta= ined\n" +"graphics library with all of the benefits of Scheme: memory management,= \n" +"exceptions, macros, and a dynamic programming environment." +msgstr "" + +#: gnu/packages/gtk.scm:642 +msgid "C++ bindings to the Cairo 2D graphics library" +msgstr "" + +#: gnu/packages/gtk.scm:644 +msgid "" +"Cairomm provides a C++ programming interface to the Cairo 2D graphics\n= " +"library." +msgstr "" + +#: gnu/packages/gtk.scm:668 +msgid "C++ interface to the Pango text rendering library" +msgstr "" + +#: gnu/packages/gtk.scm:670 +msgid "" +"Pangomm provides a C++ programming interface to the Pango text renderin= g\n" +"library." +msgstr "" + +#: gnu/packages/gtk.scm:691 +msgid "C++ interface to the ATK accessibility library" +msgstr "" + +#: gnu/packages/gtk.scm:693 +msgid "" +"ATKmm provides a C++ programming interface to the ATK accessibility\n" +"toolkit." +msgstr "" + +#: gnu/packages/gtk.scm:719 +msgid "C++ interface to the GTK+ graphical user interface library" +msgstr "" + +#: gnu/packages/gtk.scm:721 +msgid "" +"gtkmm is the official C++ interface for the popular GUI library GTK+.\n= " +"Highlights include typesafe callbacks, and a comprehensive set of widge= ts " +"that\n" +"are easily extensible via inheritance. You can create user interfaces = " +"either\n" +"in code or with the Glade User Interface designer, using libglademm. " +"There's\n" +"extensive documentation, including API reference and a tutorial." +msgstr "" + +#: gnu/packages/gtk.scm:777 +msgid "Python bindings for cairo" +msgstr "" + +#: gnu/packages/gtk.scm:779 +msgid "Pycairo is a set of Python bindings for the Cairo graphics librar= y." +msgstr "" + +#: gnu/packages/gtk.scm:853 +msgid "Python bindings for GTK+" +msgstr "" + +#: gnu/packages/gtk.scm:855 +msgid "" +"PyGTK allows you to write full featured GTK programs in Python. It is\= n" +"targetted at GTK 2.x, and can be used in conjunction with gnome-python = to\n" +"write GNOME applications." +msgstr "" + +#: gnu/packages/gtk.scm:886 +msgid "Library for minimalistic gtk+3 user interfaces" +msgstr "" + +#: gnu/packages/gtk.scm:887 +msgid "" +"Girara is a library that implements a user interface that\n" +"focuses on simplicity and minimalism. Currently based on GTK+, a\n" +"cross-platform widget toolkit, it provides an interface that focuses on= " +"three\n" +"main components: a so-called view widget that represents the actual\n" +"application, an input bar that is used to execute commands of the\n" +"application and the status bar which provides the user with current\n" +"information." +msgstr "" + +#: gnu/packages/guile.scm:106 gnu/packages/guile.scm:173 +msgid "Scheme implementation intended especially for extensions" +msgstr "L=C6=B0=E1=BB=A3c =C4=91=E1=BB=93 th=E1=BB=B1c thi c=C3=B3 d=E1=BB= =A5ng =C3=BD =C4=91=E1=BA=B7c bi=E1=BB=87t cho ph=E1=BA=A7n m=E1=BB=9F r=E1= =BB=99ng" + +#: gnu/packages/guile.scm:108 gnu/packages/guile.scm:175 +msgid "" +"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" +"official extension language of the GNU system. It is an implementation= of\n" +"the Scheme language which can be easily embedded in other applications = to\n" +"provide a convenient means of extending the functionality of the " +"application\n" +"without requiring the source code to be rewritten." +msgstr "" + +#: gnu/packages/guile.scm:248 +msgid "Framework for building readers for GNU Guile" +msgstr "M=E1=BB=99t framework =C4=91=E1=BB=83 x=C3=A2y d=E1=BB=B1ng b=E1= =BB=99 =C4=91=E1=BB=8Dc d=C3=A0nh cho GNU Guile" + +#: gnu/packages/guile.scm:250 +msgid "" +"Guile-Reader is a simple framework for building readers for GNU Guile.\= n" +"\n" +"The idea is to make it easy to build procedures that extend Guile=E2=80= =99s read\n" +"procedure. Readers supporting various syntax variants can easily be " +"written,\n" +"possibly by re-using existing =E2=80=9Ctoken readers=E2=80=9D of a stan= dard Scheme\n" +"readers. For example, it is used to implement Skribilo=E2=80=99s R5RS-= derived\n" +"document syntax.\n" +"\n" +"Guile-Reader=E2=80=99s approach is similar to Common Lisp=E2=80=99s =E2= =80=9Cread table=E2=80=9D, but\n" +"hopefully more powerful and flexible (for instance, one may instantiate= as\n" +"many readers as needed)." +msgstr "" + +#: gnu/packages/guile.scm:303 +msgid "Guile bindings to ncurses" +msgstr "Guile r=C3=A0ng bu=E1=BB=99c v=C3=A0o ncurses" + +#: gnu/packages/guile.scm:305 +msgid "" +"guile-ncurses provides Guile language bindings for the ncurses\n" +"library." +msgstr "" + +#: gnu/packages/guile.scm:325 +msgid "Run jobs at scheduled times" +msgstr "Ch=E1=BA=A1y c=C3=A1c c=C3=B4ng vi=E1=BB=87c theo l=E1=BB=8Bch b= i=E1=BB=83u" + +#: gnu/packages/guile.scm:327 +msgid "" +"GNU Mcron is a complete replacement for Vixie cron. It is used to run\= n" +"tasks on a schedule, such as every hour or every Monday. Mcron is writ= ten " +"in\n" +"Guile, so its configuration can be written in Scheme; the original cron= \n" +"format is also supported." +msgstr "" + +#: gnu/packages/guile.scm:355 +msgid "Collection of useful Guile Scheme modules" +msgstr "B=E1=BB=99 s=C6=B0u t=E1=BA=ADp c=E1=BB=A7a c=C3=A1c m=C3=B4-=C4= =91un L=C6=B0=E1=BB=A3c =C4=91=E1=BB=93 Guile" + +#: gnu/packages/guile.scm:357 +msgid "" +"Guile-Lib is intended as an accumulation place for pure-scheme Guile\n" +"modules, allowing for people to cooperate integrating their generic Gui= le\n" +"modules into a coherent library. Think \"a down-scaled, limited-scope = CPAN\n" +"for Guile\"." +msgstr "" + +#: gnu/packages/guile.scm:388 +msgid "JSON module for Guile" +msgstr "" + +#: gnu/packages/guile.scm:390 +msgid "" +"Guile-json supports parsing and building JSON documents according to th= e\n" +"http:://json.org specification. These are the main features:\n" +"- Strictly complies to http://json.org specification.\n" +"- Build JSON documents programmatically via macros.\n" +"- Unicode support for strings.\n" +"- Allows JSON pretty printing." +msgstr "" + +#: gnu/packages/guile.scm:460 +msgid "miniKanren declarative logic system, packaged for Guile" +msgstr "" + +#: gnu/packages/guile.scm:462 +msgid "" +"MiniKanren is a relational programming extension to the Scheme\n" +"programming Language, written as a smaller version of Kanren suitable f= or\n" +"pedagogical purposes. It is featured in the book, The Reasoned Schemer= ,\n" +"written by Dan Friedman, William Byrd, and Oleg Kiselyov.\n" +"\n" +"This is Ian Price's r6rs packaged version of miniKranen, which deviates= \n" +"slightly from miniKanren mainline.\n" +"\n" +"See http://minikanren.org/ for more on miniKanren generally." +msgstr "" + +#: gnu/packages/guile.scm:532 +msgid "Guile bindings to the GDBM library via Guile's FFI" +msgstr "" + +#: gnu/packages/guile.scm:534 +msgid "" +"Guile bindings to the GDBM key-value storage system, using\n" +"Guile's foreign function interface." +msgstr "" + +#: gnu/packages/imagemagick.scm:86 +msgid "Create, edit, compose, or convert bitmap images" +msgstr "" + +#: gnu/packages/imagemagick.scm:88 +msgid "" +"ImageMagick=C2=AE is a software suite to create, edit, compose, or conv= ert\n" +"bitmap images. It can read and write images in a variety of formats (o= ver " +"100)\n" +"including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript= , " +"SVG,\n" +"and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, sh= ear " +"and\n" +"transform images, adjust image colors, apply various special effects, o= r " +"draw\n" +"text, lines, polygons, ellipses and B=C3=A9zier curves." +msgstr "" + +#: gnu/packages/imagemagick.scm:132 +msgid "Perl interface to ImageMagick" +msgstr "" + +#: gnu/packages/imagemagick.scm:133 +msgid "" +"This Perl extension allows the reading, manipulation and\n" +"writing of a large number of image file formats using the ImageMagick " +"library.\n" +"Use it to create, edit, compose, or convert bitmap images from within a= " +"Perl\n" +"script." +msgstr "" + +#: gnu/packages/image.scm:68 +msgid "Library for handling PNG files" +msgstr "" + +#: gnu/packages/image.scm:70 +msgid "" +"Libpng is the official PNG (Portable Network Graphics) reference\n" +"library. It supports almost all PNG features and is extensible." +msgstr "" + +#: gnu/packages/image.scm:86 +msgid "Library for handling JPEG files" +msgstr "" + +#: gnu/packages/image.scm:88 +msgid "" +"Libjpeg implements JPEG image encoding, decoding, and transcoding.\n" +"JPEG is a standardized compression method for full-color and gray-scale= \n" +"images.\n" +"The included programs provide conversion between the JPEG format and\n" +"image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats." +msgstr "" + +#: gnu/packages/image.scm:125 +msgid "Library for handling TIFF files" +msgstr "" + +#: gnu/packages/image.scm:127 +msgid "" +"Libtiff provides support for the Tag Image File Format (TIFF), a format= \n" +"used for storing image data.\n" +"Included are a library, libtiff, for reading and writing TIFF and a sma= ll\n" +"collection of tools for doing simple manipulations of TIFF images." +msgstr "" + +#: gnu/packages/image.scm:157 +msgid "Library for reading images in the Microsoft WMF format" +msgstr "" + +#: gnu/packages/image.scm:159 +msgid "" +"libwmf is a library for reading vector images in Microsoft's native\n" +"Windows Metafile Format (WMF) and for either (a) displaying them in, e.= g., " +"an X\n" +"window; or (b) converting them to more standard/free file formats such = as, e." +"g.,\n" +"the W3C's XML-based Scaleable Vector Graphic (SVG) format." +msgstr "" + +#: gnu/packages/image.scm:217 +msgid "Library and tools for image processing and analysis" +msgstr "" + +#: gnu/packages/image.scm:219 +msgid "" +"Leptonica is a C library and set of command-line tools for efficient\n" +"image processing and image analysis operations. It supports rasterop, = " +"affine\n" +"transformations, binary and grayscale morphology, rank order, and " +"convolution,\n" +"seedfill and connected components, image transformations combining chan= ges " +"in\n" +"scale and pixel depth, and pixelwise masking, blending, enhancement, an= d\n" +"arithmetic ops." +msgstr "" + +#: gnu/packages/image.scm:242 +msgid "Decoder of the JBIG2 image compression format" +msgstr "" + +#: gnu/packages/image.scm:244 +msgid "" +"JBIG2 is designed for lossy or lossless encoding of 'bilevel'\n" +"(1-bit monochrome) images at moderately high resolution, and in\n" +"particular scanned paper documents. In this domain it is very\n" +"efficient, offering compression ratios on the order of 100:1.\n" +"\n" +"This is a decoder only implementation, and currently is in the alpha\n" +"stage, meaning it doesn't completely work yet. However, it is\n" +"maintaining parity with available encoders, so it is useful for real\n" +"work." +msgstr "" + +#: gnu/packages/image.scm:277 +msgid "JPEG 2000 codec" +msgstr "" + +#: gnu/packages/image.scm:279 +msgid "" +"The OpenJPEG library is a JPEG 2000 codec written in C. It has\n" +"been developed in order to promote the use of JPEG 2000, the new\n" +"still-image compression standard from the Joint Photographic Experts\n" +"Group (JPEG).\n" +"\n" +"In addition to the basic codec, various other features are under\n" +"development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats= ,\n" +"an indexing tool useful for the JPIP protocol, JPWL-tools for\n" +"error-resilience, a Java-viewer for j2k-images, ..." +msgstr "" + +#: gnu/packages/image.scm:356 +msgid "Tools and library for working with GIF images" +msgstr "" + +#: gnu/packages/image.scm:358 +msgid "" +"GIFLIB is a library for reading and writing GIF images. It is API and\= n" +"ABI compatible with libungif which was in wide use while the LZW " +"compression\n" +"algorithm was patented. Tools are also included to convert, manipulate= ,\n" +"compose, and analyze GIF images." +msgstr "" + +#: gnu/packages/image.scm:379 +msgid "GIF decompression library" +msgstr "" + +#: gnu/packages/image.scm:381 +msgid "libungif is the old GIF decompression library by the GIFLIB proje= ct." +msgstr "" + +#: gnu/packages/image.scm:410 +msgid "Loading, saving, rendering and manipulating image files" +msgstr "" + +#: gnu/packages/image.scm:412 +msgid "" +"Imlib2 is a library that does image file loading and saving as well as\= n" +"rendering, manipulation, arbitrary polygon support, etc.\n" +"\n" +"It does ALL of these operations FAST. Imlib2 also tries to be highly\n= " +"intelligent about doing them, so writing naive programs can be done eas= ily,\n" +"without sacrificing speed.\n" +"\n" +"This is a complete rewrite over the Imlib 1.x series. The architecture= is\n" +"more modular, simple, and flexible." +msgstr "" + +#: gnu/packages/image.scm:440 +msgid "Wrapper library for imlib2" +msgstr "" + +#: gnu/packages/image.scm:442 +msgid "" +"Giblib is a simple library which wraps imlib2's context API, avoiding\n= " +"all the context_get/set calls, adds fontstyles to the truetype renderer= and\n" +"supplies a generic doubly-linked list and some string functions." +msgstr "" + +#: gnu/packages/image.scm:481 +msgid "Library for handling popular graphics image formats" +msgstr "" + +#: gnu/packages/image.scm:483 +msgid "" +"FreeImage is a library for developers who would like to support popular= \n" +"graphics image formats like PNG, BMP, JPEG, TIFF and others." +msgstr "" + +#: gnu/packages/image.scm:522 +msgid "Computer vision library" +msgstr "" + +#: gnu/packages/image.scm:524 +msgid "" +"VIGRA stands for Vision with Generic Algorithms. It is an image\n" +"processing and analysis library that puts its main emphasis on customiz= able\n" +"algorithms and data structures. It is particularly strong for\n" +"multi-dimensional image processing." +msgstr "" + +#: gnu/packages/image.scm:555 +msgid "Lossless and lossy image compression" +msgstr "" + +#: gnu/packages/image.scm:557 +msgid "" +"WebP is a new image format that provides lossless and lossy compression= \n" +"for images. WebP lossless images are 26% smaller in size compared to\n= " +"PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG im= ages " +"at\n" +"equivalent SSIM index. WebP supports lossless transparency (also known= as\n" +"alpha channel) with just 22% additional bytes. Transparency is also " +"supported\n" +"with lossy compression and typically provides 3x smaller file sizes " +"compared\n" +"to PNG when lossy compression is acceptable for the red/green/blue colo= r\n" +"channels." +msgstr "" + +#: gnu/packages/image.scm:585 +msgid "Library for handling MNG files" +msgstr "" + +#: gnu/packages/image.scm:587 +msgid "Libmng is the MNG (Multiple-image Network Graphics) reference lib= rary." +msgstr "" + +#: gnu/packages/inkscape.scm:84 +msgid "Vector graphics editor" +msgstr "" + +#: gnu/packages/inkscape.scm:85 +msgid "" +"Inkscape is a vector graphics editor. What sets Inkscape\n" +"apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C " +"standard,\n" +"as the native format." +msgstr "" + +#: gnu/packages/jemalloc.scm:39 +msgid "General-purpose scalable concurrent malloc implementation" +msgstr "" + +#: gnu/packages/jemalloc.scm:41 +msgid "" +"This library providing a malloc(3) implementation that emphasizes\n" +"fragmentation avoidance and scalable concurrency support." +msgstr "" + +#: gnu/packages/key-mon.scm:65 +msgid "Show keyboard and mouse status" +msgstr "" + +#: gnu/packages/key-mon.scm:67 +msgid "" +"The key-mon utility displays the current keyboard and mouse status.\n" +"This is useful for teaching and screencasts." +msgstr "" + +#: gnu/packages/less.scm:41 +msgid "Paginator for terminals" +msgstr "" + +#: gnu/packages/less.scm:43 +msgid "" +"GNU less is a pager, a program that allows you to view large amounts\n" +"of text in page-sized chunks. Unlike traditional pagers, it allows bot= h\n" +"backwards and forwards movement through the document. It also does not= " +"have\n" +"to read the entire input file before starting, so it starts faster than= " +"most\n" +"text editors." +msgstr "" + +#: gnu/packages/lesstif.scm:47 gnu/packages/lesstif.scm:48 +msgid "Clone of the Motif toolkit for the X window system" +msgstr "" + +#: gnu/packages/linux.scm:139 +msgid "GNU Linux-Libre kernel headers" +msgstr "" + +#: gnu/packages/linux.scm:140 +msgid "Headers of the Linux-Libre kernel." +msgstr "" + +#: gnu/packages/linux.scm:171 +msgid "Tools for loading and managing Linux kernel modules" +msgstr "" + +#: gnu/packages/linux.scm:173 +msgid "" +"Tools for loading and managing Linux kernel modules, such as `modprobe'= ,\n" +"`insmod', `lsmod', and more." +msgstr "" + +#: gnu/packages/linux.scm:304 +msgid "100% free redistribution of a cleaned Linux kernel" +msgstr "" + +#: gnu/packages/linux.scm:306 +msgid "" +"GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.\= n" +"It has been modified to remove all non-free binary blobs." +msgstr "" + +#: gnu/packages/linux.scm:349 +msgid "Pluggable authentication modules for Linux" +msgstr "" + +#: gnu/packages/linux.scm:351 +msgid "" +"A *Free* project to implement OSF's RFC 86.0.\n" +"Pluggable authentication modules are small shared object files that can= \n" +"be used through the PAM API to perform tasks, like authenticating a use= r\n" +"at login. Local and dynamic reconfiguration are its key features" +msgstr "" + +#: gnu/packages/linux.scm:378 +msgid "Small utilities that use the proc filesystem" +msgstr "" + +#: gnu/packages/linux.scm:380 +msgid "" +"This PSmisc package is a set of some small useful utilities that\n" +"use the proc filesystem. We're not about changing the world, but\n" +"providing the system administrator with some help in common tasks." +msgstr "" + +#: gnu/packages/linux.scm:432 +msgid "Collection of utilities for the Linux kernel" +msgstr "" + +#: gnu/packages/linux.scm:434 +msgid "Util-linux is a random collection of utilities for the Linux kern= el." +msgstr "" + +#: gnu/packages/linux.scm:501 +msgid "Utilities that give information about processes" +msgstr "" + +#: gnu/packages/linux.scm:503 +msgid "" +"Procps is the package that has a bunch of small useful utilities\n" +"that give information about processes using the Linux /proc file system= .\n" +"The package includes the programs ps, top, vmstat, w, kill, free,\n" +"slabtop, and skill." +msgstr "" + +#: gnu/packages/linux.scm:528 +msgid "Tools for working with USB devices, such as lsusb" +msgstr "" + +#: gnu/packages/linux.scm:530 +msgid "Tools for working with USB devices, such as lsusb." +msgstr "" + +#: gnu/packages/linux.scm:602 +msgid "Creating and checking ext2/ext3/ext4 file systems" +msgstr "" + +#: gnu/packages/linux.scm:604 +msgid "" +"This package provides tools for manipulating ext2/ext3/ext4 file system= s." +msgstr "" + +#: gnu/packages/linux.scm:646 +msgid "Statically-linked fsck.* commands from e2fsprogs" +msgstr "" + +#: gnu/packages/linux.scm:648 +msgid "" +"This package provides statically-linked command of fsck.ext[234] taken\= n" +"from the e2fsprogs package. It is meant to be used in initrds." +msgstr "" + +#: gnu/packages/linux.scm:681 +msgid "Zero non-allocated regions in ext2/ext3/ext4 file systems" +msgstr "" + +#: gnu/packages/linux.scm:683 +msgid "" +"The zerofree command scans the free blocks in an ext2 file system and\n= " +"fills any non-zero blocks with zeroes. This is a useful way to make di= sk\n" +"images more compressible." +msgstr "" + +#: gnu/packages/linux.scm:702 +msgid "System call tracer for Linux" +msgstr "" + +#: gnu/packages/linux.scm:704 +msgid "" +"strace is a system call tracer, i.e. a debugging tool which prints out = a\n" +"trace of all the system calls made by a another process/program." +msgstr "" + +#: gnu/packages/linux.scm:725 +msgid "Library call tracer for Linux" +msgstr "" + +#: gnu/packages/linux.scm:727 +msgid "" +"ltrace intercepts and records dynamic library calls which are called by= \n" +"an executed process and the signals received by that process. It can a= lso\n" +"intercept and print the system calls executed by the program." +msgstr "" + +#: gnu/packages/linux.scm:747 +msgid "The Advanced Linux Sound Architecture libraries" +msgstr "" + +#: gnu/packages/linux.scm:749 gnu/packages/linux.scm:791 +msgid "" +"The Advanced Linux Sound Architecture (ALSA) provides audio and\n" +"MIDI functionality to the Linux-based operating system." +msgstr "" + +#: gnu/packages/linux.scm:789 +msgid "Utilities for the Advanced Linux Sound Architecture (ALSA)" +msgstr "" + +#: gnu/packages/linux.scm:816 +msgid "Program to configure the Linux IP packet filtering rules" +msgstr "" + +#: gnu/packages/linux.scm:818 +msgid "" +"iptables is the userspace command line program used to configure the\n" +"Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted " +"towards\n" +"system administrators. Since Network Address Translation is also " +"configured\n" +"from the packet filter ruleset, iptables is used for this, too. The " +"iptables\n" +"package also includes ip6tables. ip6tables is used for configuring the= " +"IPv6\n" +"packet filter." +msgstr "" + +#: gnu/packages/linux.scm:866 +msgid "Utilities for controlling TCP/IP networking and traffic in Linux" +msgstr "" + +#: gnu/packages/linux.scm:868 +msgid "" +"Iproute2 is a collection of utilities for controlling TCP/IP\n" +"networking and traffic with the Linux kernel.\n" +"\n" +"Most network configuration manuals still refer to ifconfig and route as= the\n" +"primary network configuration tools, but ifconfig is known to behave\n" +"inadequately in modern network environments. They should be deprecated= , " +"but\n" +"most distros still include them. Most network configuration systems ma= ke " +"use\n" +"of ifconfig and thus provide a limited feature set. The /etc/net proje= ct " +"aims\n" +"to support most modern network technologies, as it doesn't use ifconfig= and\n" +"allows a system administrator to make use of all iproute2 features, " +"including\n" +"traffic control.\n" +"\n" +"iproute2 is usually shipped in a package called iproute or iproute2 and= \n" +"consists of several tools, of which the most important are ip and tc. = ip\n" +"controls IPv4 and IPv6 configuration and tc stands for traffic control.= " +"Both\n" +"tools print detailed usage messages and are accompanied by a set of\n" +"manpages." +msgstr "" + +#: gnu/packages/linux.scm:976 +msgid "Tools for controlling the network subsystem in Linux" +msgstr "" + +#: gnu/packages/linux.scm:978 +msgid "" +"This package includes the important tools for controlling the network\n= " +"subsystem of the Linux kernel. This includes arp, hostname, ifconfig,\= n" +"netstat, rarp and route. Additionally, this package contains utilities= \n" +"relating to particular network hardware types (plipconfig, slattach) an= d\n" +"advanced aspects of IP configuration (iptunnel, ipmaddr)." +msgstr "" + +#: gnu/packages/linux.scm:1019 +msgid "Library for working with POSIX capabilities" +msgstr "" + +#: gnu/packages/linux.scm:1021 +msgid "" +"Libcap2 provides a programming interface to POSIX capabilities on\n" +"Linux-based operating systems." +msgstr "" + +#: gnu/packages/linux.scm:1064 +msgid "Manipulate Ethernet bridges" +msgstr "" + +#: gnu/packages/linux.scm:1066 +msgid "" +"Utilities for Linux's Ethernet bridging facilities. A bridge is a way\= n" +"to connect two Ethernet segments together in a protocol independent way= .\n" +"Packets are forwarded based on Ethernet address, rather than IP address= " +"(like\n" +"a router). Since forwarding is done at Layer 2, all protocols can go\n= " +"transparently through a bridge." +msgstr "" + +#: gnu/packages/linux.scm:1088 +msgid "NetLink protocol library suite" +msgstr "" + +#: gnu/packages/linux.scm:1090 +msgid "" +"The libnl suite is a collection of libraries providing APIs to netlink\= n" +"protocol based Linux kernel interfaces. Netlink is an IPC mechanism " +"primarly\n" +"between the kernel and user space processes. It was designed to be a m= ore\n" +"flexible successor to ioctl to provide mainly networking related kernel= \n" +"configuration and monitoring interfaces." +msgstr "" + +#: gnu/packages/linux.scm:1120 +msgid "Tool for configuring wireless devices" +msgstr "" + +#: gnu/packages/linux.scm:1122 +msgid "" +"iw is a new nl80211 based CLI configuration utility for wireless\n" +"devices. It replaces 'iwconfig', which is deprecated." +msgstr "" + +#: gnu/packages/linux.scm:1149 +msgid "Analyze power consumption on Intel-based laptops" +msgstr "" + +#: gnu/packages/linux.scm:1151 +msgid "" +"PowerTOP is a Linux tool to diagnose issues with power consumption and\= n" +"power management. In addition to being a diagnostic tool, PowerTOP als= o " +"has\n" +"an interactive mode where the user can experiment various power managem= ent\n" +"settings for cases where the operating system has not enabled these\n" +"settings." +msgstr "" + +#: gnu/packages/linux.scm:1173 +msgid "Audio mixer for X and the console" +msgstr "" + +#: gnu/packages/linux.scm:1175 +msgid "" +"Aumix adjusts an audio mixer from X, the console, a terminal,\n" +"the command line or a script." +msgstr "" + +#: gnu/packages/linux.scm:1199 +msgid "Displays the IO activity of running processes" +msgstr "" + +#: gnu/packages/linux.scm:1201 +msgid "" +"Iotop is a Python program with a top like user interface to show the\n" +"processes currently causing I/O." +msgstr "" + +#: gnu/packages/linux.scm:1253 +msgid "Support file systems implemented in user space" +msgstr "" + +#: gnu/packages/linux.scm:1255 +msgid "" +"As a consequence of its monolithic design, file system code for Linux\n= " +"normally goes into the kernel itself---which is not only a robustness " +"issue,\n" +"but also an impediment to system extensibility. FUSE, for \"file syste= ms " +"in\n" +"user space\", is a kernel module and user-space library that tries to " +"address\n" +"part of this problem by allowing users to run file system implementatio= ns " +"as\n" +"user-space processes." +msgstr "" + +#: gnu/packages/linux.scm:1280 +msgid "User-space union file system" +msgstr "" + +#: gnu/packages/linux.scm:1282 +msgid "" +"UnionFS-FUSE is a flexible union file system implementation in user\n" +"space, using the FUSE library. Mounting a union file system allows you= to\n" +"\"aggregate\" the contents of several directories into a single mount " +"point.\n" +"UnionFS-FUSE additionally supports copy-on-write." +msgstr "" + +#: gnu/packages/linux.scm:1307 +msgid "User-space union file system (statically linked)" +msgstr "" + +#: gnu/packages/linux.scm:1349 +msgid "Mount remote file systems over SSH" +msgstr "" + +#: gnu/packages/linux.scm:1351 +msgid "" +"This is a file system client based on the SSH File Transfer Protocol.\n= " +"Since most SSH servers already support this protocol it is very easy to= set\n" +"up: on the server side there's nothing to do; on the client side mounti= ng " +"the\n" +"file system is as easy as logging into the server with an SSH client." +msgstr "" + +#: gnu/packages/linux.scm:1399 +msgid "Tools for non-uniform memory access (NUMA) machines" +msgstr "" + +#: gnu/packages/linux.scm:1401 +msgid "" +"NUMA stands for Non-Uniform Memory Access, in other words a system whos= e\n" +"memory is not all in one place. The numactl program allows you to run = your\n" +"application program on specific CPU's and memory nodes. It does this b= y\n" +"supplying a NUMA memory policy to the operating system before running y= our\n" +"program.\n" +"\n" +"The package contains other commands, such as numademo, numastat and mem= hog.\n" +"The numademo command provides a quick overview of NUMA performance on y= our\n" +"system." +msgstr "" + +#: gnu/packages/linux.scm:1464 +msgid "Linux keyboard utilities and keyboard maps" +msgstr "" + +#: gnu/packages/linux.scm:1466 +msgid "" +"This package contains keytable files and keyboard utilities compatible\= n" +"for systems using the Linux kernel. This includes commands such as\n" +"'loadkeys', 'setfont', 'kbdinfo', and 'chvt'." +msgstr "" + +#: gnu/packages/linux.scm:1485 +msgid "Monitor file accesses" +msgstr "" + +#: gnu/packages/linux.scm:1487 +msgid "" +"The inotify-tools packages provides a C library and command-line tools\= n" +"to use Linux' inotify mechanism, which allows file accesses to be monit= ored." +msgstr "" + +#: gnu/packages/linux.scm:1525 +msgid "Kernel module tools" +msgstr "" + +#: gnu/packages/linux.scm:1526 +msgid "" +"Kmod is a set of tools to handle common tasks with Linux\n" +"kernel modules like insert, remove, list, check properties, resolve\n" +"dependencies and aliases.\n" +"\n" +"These tools are designed on top of libkmod, a library that is shipped w= ith\n" +"kmod. The aim is to be compatible with tools, configurations and indic= es\n" +"from the module-init-tools project." +msgstr "" + +#: gnu/packages/linux.scm:1597 +msgid "Userspace device management" +msgstr "" + +#: gnu/packages/linux.scm:1598 +msgid "" +"Udev is a daemon which dynamically creates and removes\n" +"device nodes from /dev/, handles hotplug events and loads drivers at bo= ot\n" +"time." +msgstr "" + +#: gnu/packages/linux.scm:1658 +msgid "Logical volume management for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1660 +msgid "" +"LVM2 is the logical volume management tool set for Linux-based systems.= \n" +"This package includes the user-space libraries and tools, including the= " +"device\n" +"mapper. Kernel components are part of Linux-libre." +msgstr "" + +#: gnu/packages/linux.scm:1693 +msgid "Tools for manipulating Linux Wireless Extensions" +msgstr "" + +#: gnu/packages/linux.scm:1694 +msgid "" +"Wireless Tools are used to manipulate the now-deprecated\n" +"Linux Wireless Extensions; consider using 'iw' instead. The Wireless\n= " +"Extension was an interface allowing you to set Wireless LAN specific\n" +"parameters and get the specific stats. It is deprecated in favor the " +"nl80211\n" +"interface." +msgstr "" + +#: gnu/packages/linux.scm:1768 +msgid "Utilities to read temperature/voltage/fan sensors" +msgstr "" + +#: gnu/packages/linux.scm:1770 +msgid "" +"Lm-sensors is a hardware health monitoring package for Linux. It allow= s\n" +"you to access information from temperature, voltage, and fan speed sens= ors.\n" +"It works with most newer systems." +msgstr "" + +#: gnu/packages/linux.scm:1797 +msgid "I2C tools for Linux" +msgstr "" + +#: gnu/packages/linux.scm:1799 +msgid "" +"The i2c-tools package contains a heterogeneous set of I2C tools for\n" +"Linux: a bus probing tool, a chip dumper, register-level SMBus access " +"helpers,\n" +"EEPROM decoding scripts, EEPROM programming tools, and a python module = for\n" +"SMBus access." +msgstr "" + +#: gnu/packages/linux.scm:1835 +msgid "Hardware health information viewer" +msgstr "" + +#: gnu/packages/linux.scm:1837 +msgid "" +"Xsensors reads data from the libsensors library regarding hardware\n" +"health such as temperature, voltage and fan speed and displays the " +"information\n" +"in a digital read-out." +msgstr "" + +#: gnu/packages/linux.scm:1885 +msgid "Linux profiling with performance counters" +msgstr "" + +#: gnu/packages/linux.scm:1887 +msgid "" +"perf is a tool suite for profiling using hardware performance counters,= \n" +"with support in the Linux kernel. perf can instrument CPU performance\= n" +"counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is " +"capable\n" +"of lightweight profiling. This package contains the user-land tools an= d in\n" +"particular the 'perf' command." +msgstr "" + +#: gnu/packages/linux.scm:1910 +msgid "Simple tool for creating Linux namespace containers" +msgstr "" + +#: gnu/packages/linux.scm:1911 +msgid "" +"pflask is a simple tool for creating Linux namespace\n" +"containers. It can be used for running a command or even booting an OS= " +"inside\n" +"an isolated container, created with the help of Linux namespaces. It i= s\n" +"similar in functionality to chroot, although pflask provides better " +"isolation\n" +"thanks to the use of namespaces." +msgstr "" + +#: gnu/packages/linux.scm:1938 +msgid "tune hard disk parameters for high performance" +msgstr "" + +#: gnu/packages/linux.scm:1940 +msgid "" +"Get/set device parameters for Linux SATA/IDE drives. It's primary use\= n" +"is for enabling irq-unmasking and IDE multiplemode." +msgstr "" + +#: gnu/packages/linux.scm:1957 +msgid "Daemon for delivering ACPI events to user-space programs" +msgstr "" + +#: gnu/packages/linux.scm:1959 +msgid "" +"acpid is designed to notify user-space programs of Advanced\n" +"Configuration and Power Interface (ACPI) events. acpid should be start= ed\n" +"during the system boot, and will run as a background process. When an = ACPI\n" +"event is received from the kernel, acpid will examine the list of rules= \n" +"specified in /etc/acpi/events and execute the rules that match the even= t." +msgstr "" + +#: gnu/packages/linux.scm:1981 +msgid "System utilities based on Linux sysfs" +msgstr "" + +#: gnu/packages/linux.scm:1983 +msgid "" +"These are a set of utilites built upon sysfs, a virtual filesystem in\n= " +"Linux kernel versions 2.5+ that exposes a system's device tree. The " +"package\n" +"also contains the libsysfs library." +msgstr "" + +#: gnu/packages/linux.scm:2019 +msgid "System utilities based on Linux sysfs (version 1.x)" +msgstr "" + +#: gnu/packages/linux.scm:2042 +msgid "Utilities to get and set CPU frequency on Linux" +msgstr "" + +#: gnu/packages/linux.scm:2044 +msgid "" +"The cpufrequtils suite contains utilities to retreive CPU frequency\n" +"information, and set the CPU frequency if supported, using the cpufreq\= n" +"capabilities of the Linux kernel." +msgstr "" + +#: gnu/packages/linux.scm:2063 +msgid "Interface library for the Linux IEEE1394 drivers" +msgstr "" + +#: gnu/packages/linux.scm:2065 +msgid "" +"Libraw1394 is the only supported interface to the kernel side raw1394 o= f\n" +"the Linux IEEE-1394 subsystem, which provides direct access to the " +"connected\n" +"1394 buses to user space. Through libraw1394/raw1394, applications can= " +"directly\n" +"send to and receive from other nodes without requiring a kernel driver = for " +"the\n" +"protocol in question." +msgstr "" + +#: gnu/packages/linux.scm:2089 +msgid "AV/C protocol library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2091 +msgid "" +"Libavc1394 is a programming interface to the AV/C specification from\n" +"the 1394 Trade Assocation. AV/C stands for Audio/Video Control." +msgstr "" + +#: gnu/packages/linux.scm:2113 +msgid "Isochronous streaming media library for IEEE 1394" +msgstr "" + +#: gnu/packages/linux.scm:2115 +msgid "" +"The libiec61883 library provides a higher level API for streaming DV,\n= " +"MPEG-2 and audio over Linux IEEE 1394." +msgstr "" + +#: gnu/packages/linux.scm:2154 +msgid "Tool for managing Linux Software RAID arrays" +msgstr "" + +#: gnu/packages/linux.scm:2156 +msgid "" +"mdadm is a tool for managing Linux Software RAID arrays. It can create= ,\n" +"assemble, report on, and monitor arrays. It can also move spares betwe= en " +"raid\n" +"arrays when needed." +msgstr "" + +#: gnu/packages/linux.scm:2183 +msgid "Linux-native asynchronous I/O access library" +msgstr "" + +#: gnu/packages/linux.scm:2185 +msgid "" +"This library enables userspace to use Linux kernel asynchronous I/O\n" +"system calls, important for the performance of databases and other adva= nced\n" +"applications." +msgstr "" + +#: gnu/packages/linux.scm:2221 +msgid "Linux Bluetooth protocol stack" +msgstr "" + +#: gnu/packages/linux.scm:2223 +msgid "" +"BlueZ provides support for the core Bluetooth layers and protocols. It= \n" +"is flexible, efficient and uses a modular implementation." +msgstr "" + +#: gnu/packages/lout.scm:109 +msgid "Document layout system" +msgstr "" + +#: gnu/packages/lout.scm:111 +msgid "" +"The Lout document formatting system reads a high-level description of\n= " +"a document similar in style to LaTeX and produces a PostScript or plain= " +"text\n" +"output file.\n" +"\n" +"Lout offers an unprecedented range of advanced features, including opti= mal\n" +"paragraph and page breaking, automatic hyphenation, PostScript EPS file= \n" +"inclusion and generation, equation formatting, tables, diagrams, rotati= on " +"and\n" +"scaling, sorted indexes, bibliographic databases, running headers and\n= " +"odd-even pages, automatic cross referencing, multilingual documents " +"including\n" +"hyphenation (most European languages are supported), formatting of comp= uter\n" +"programs, and much more, all ready to use. Furthermore, Lout is easily= \n" +"extended with definitions which are very much easier to write than trof= f of\n" +"TeX macros because Lout is a high-level, purely functional language, th= e\n" +"outcome of an eight-year research project that went back to the\n" +"beginning." +msgstr "" + +#: gnu/packages/messaging.scm:61 +msgid "Off-the-Record (OTR) Messaging Library and Toolkit" +msgstr "" + +#: gnu/packages/messaging.scm:63 +msgid "" +"OTR allows you to have private conversations over instant messaging by\= n" +"providing:\n" +"* Encryption: No one else can read your instant messages.\n" +"* Authentication: You are assured the correspondent is who you think it= is.\n" +"* Deniability: The messages you send do not have digital signatures tha= t " +"are\n" +" checkable by a third party. Anyone can forge messages after a " +"conversation\n" +" to make them look like they came from you. However, during a " +"conversation,\n" +" your correspondent is assured the messages he sees are authentic and\= n" +" unmodified.\n" +"* Perfect forward secrecy: If you lose control of your private keys, no= \n" +" previous conversation is compromised." +msgstr "" + +#: gnu/packages/messaging.scm:121 +msgid "IRC to instant messaging gateway" +msgstr "" + +#: gnu/packages/messaging.scm:122 +msgid "" +"BitlBee brings IM (instant messaging) to IRC clients, for\n" +"people who have an IRC client running all the time and don't want to ru= n an\n" +"additional IM client. BitlBee currently supports XMPP/Jabber (includin= g\n" +"Google Talk), MSN Messenger, Yahoo! Messenger, AIM and ICQ, and the " +"Twitter\n" +"microblogging network (plus all other Twitter API compatible services l= ike\n" +"identi.ca and status.net)." +msgstr "" + +#: gnu/packages/messaging.scm:155 +msgid "Graphical IRC Client" +msgstr "" + +#: gnu/packages/messaging.scm:157 +msgid "" +"HexChat lets you connect to multiple IRC networks at once. The main wi= ndow\n" +"shows the list of currently connected networks and their channels, the = " +"current\n" +"conversation and the list of users. It uses colors to differentiate " +"between\n" +"users and to highlight messages. It checks spelling using available\n" +"dictionaries. HexChat can be extended with multiple addons." +msgstr "" + +#: gnu/packages/messaging.scm:223 +msgid "Lightweight Internet Relay Chat server for small networks" +msgstr "" + +#: gnu/packages/messaging.scm:225 +msgid "" +"ngIRCd is a lightweight Internet Relay Chat server for small or private= \n" +"networks. It is easy to configure, can cope with dynamic IP addresses,= and\n" +"supports IPv6, SSL-protected connections as well as PAM for authenticat= ion." +msgstr "" + +#: gnu/packages/mpd.scm:63 +msgid "Music Player Daemon client library" +msgstr "" + +#: gnu/packages/mpd.scm:64 +msgid "" +"A stable, documented, asynchronous API library for\n" +"interfacing MPD in the C, C++ & Objective C languages." +msgstr "" + +#: gnu/packages/mpd.scm:124 +msgid "Music Player Daemon" +msgstr "" + +#: gnu/packages/mpd.scm:125 +msgid "" +"Music Player Daemon (MPD) is a flexible, powerful,\n" +"server-side application for playing music. Through plugins and librari= es " +"it\n" +"can play a variety of sound files while being controlled by its network= \n" +"protocol." +msgstr "" + +#: gnu/packages/mpd.scm:148 +msgid "Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:149 +msgid "" +"MPC is a minimalist command line interface to MPD, the music\n" +"player daemon." +msgstr "" + +#: gnu/packages/mpd.scm:172 +msgid "Curses Music Player Daemon client" +msgstr "" + +#: gnu/packages/mpd.scm:173 +msgid "" +"ncmpc is a fully featured MPD client, which runs in a\n" +"terminal using ncurses." +msgstr "" + +#: gnu/packages/mpd.scm:211 +msgid "Featureful ncurses based MPD client inspired by ncmpc" +msgstr "" + +#: gnu/packages/mpd.scm:212 +msgid "" +"Ncmpcpp is an mpd client with a UI very similar to ncmpc,\n" +"but it provides new useful features such as support for regular express= ions\n" +"for library searches, extended song format, items filtering, the abilit= y to\n" +"sort playlists, and a local filesystem browser." +msgstr "" + +#: gnu/packages/mpd.scm:235 +msgid "MPD client for track scrobbling" +msgstr "" + +#: gnu/packages/mpd.scm:236 +msgid "" +"mpdscribble is a Music Player Daemon client which submits\n" +"information about tracks being played to a scrobbler, such as Libre.FM.= " +msgstr "" + +#: gnu/packages/netpbm.scm:146 +msgid "Toolkit for manipulation of images" +msgstr "" + +#: gnu/packages/netpbm.scm:148 +msgid "" +"Netpbm is a toolkit for the manipulation of graphic images, including\n= " +"the conversion of images between a variety of different formats.\n" +"There are over 300 separate tools in the package including converters f= or\n" +"about 100 graphics formats." +msgstr "" + +#: gnu/packages/nettle.scm:50 +msgid "C library for low-level cryptographic functionality" +msgstr "" + +#: gnu/packages/nettle.scm:52 +msgid "" +"GNU Nettle is a low-level cryptographic library. It is designed to\n" +"fit in easily in almost any context. It can be easily included in\n" +"cryptographic toolkits for object-oriented languages or in applications= \n" +"themselves." +msgstr "" + +#: gnu/packages/networking.scm:49 +msgid "Teredo IPv6 tunneling software" +msgstr "" + +#: gnu/packages/networking.scm:51 +msgid "" +"Miredo is an implementation (client, relay, server) of the Teredo\n" +"specification, which provides IPv6 Internet connectivity to IPv6 enable= d " +"hosts\n" +"residing in IPv4-only networks, even when they are behind a NAT device.= " +msgstr "" + +#: gnu/packages/networking.scm:73 +msgid "Open bidirectional communication channels from the command line" +msgstr "" + +#: gnu/packages/networking.scm:75 +msgid "" +"socat is a relay for bidirectional data transfer between two independen= t\n" +"data channels---files, pipes, devices, sockets, etc. It can create\n" +"\"listening\" sockets, named pipes, and pseudo terminals.\n" +"\n" +"socat can be used, for instance, as TCP port forwarder, as a shell " +"interface\n" +"to UNIX sockets, IPv6 relay, for redirecting TCP oriented programs to a= " +"serial\n" +"line, to logically connect serial lines on different computers, or to\n= " +"establish a relatively secure environment (su and chroot) for running " +"client\n" +"or server shell scripts with network connections. " +msgstr "" + +#: gnu/packages/networking.scm:99 +msgid "Library for message-based applications" +msgstr "" + +#: gnu/packages/networking.scm:101 +msgid "" +"The 0MQ lightweight messaging kernel is a library which extends the\n" +"standard socket interfaces with features traditionally provided by " +"specialized\n" +"messaging middle-ware products. 0MQ sockets provide an abstraction of\= n" +"asynchronous message queues, multiple messaging patterns, message\n" +"filtering (subscriptions), seamless access to multiple transport protoc= ols " +"and\n" +"more." +msgstr "" + +#: gnu/packages/pdf.scm:100 +msgid "PDF rendering library" +msgstr "" + +#: gnu/packages/pdf.scm:102 +msgid "Poppler is a PDF rendering library based on the xpdf-3.0 code bas= e." +msgstr "" + +#: gnu/packages/pdf.scm:149 +msgid "Viewer for PDF files based on the Motif toolkit" +msgstr "" + +#: gnu/packages/pdf.scm:151 +msgid "Xpdf is a viewer for Portable Document Format (PDF) files" +msgstr "" + +#: gnu/packages/pdf.scm:181 +msgid "Comic book support for zathura (libarchive backend)" +msgstr "" + +#: gnu/packages/pdf.scm:182 +msgid "" +"The zathura-cb plugin adds comic book support to zathura\n" +"using libarchive." +msgstr "" + +#: gnu/packages/pdf.scm:212 +msgid "PS support for zathura (libspectre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:213 +msgid "" +"The zathura-ps plugin adds PS support to zathura\n" +"using libspectre." +msgstr "" + +#: gnu/packages/pdf.scm:244 +msgid "DjVu support for zathura (DjVuLibre backend)" +msgstr "" + +#: gnu/packages/pdf.scm:245 +msgid "" +"The zathura-djvu plugin adds DjVu support to zathura\n" +"using the DjVuLibre library." +msgstr "" + +#: gnu/packages/pdf.scm:277 +msgid "PDF support for zathura (poppler backend)" +msgstr "" + +#: gnu/packages/pdf.scm:278 +msgid "" +"The zathura-pdf-poppler plugin adds PDF support to zathura\n" +"by using the poppler rendering engine." +msgstr "" + +#: gnu/packages/pdf.scm:316 +msgid "Lightweight keyboard-driven PDF viewer" +msgstr "" + +#: gnu/packages/pdf.scm:317 +msgid "" +"Zathura is a customizable document viewer. It provides a\n" +"minimalistic interface and an interface that mainly focuses on keyboard= \n" +"interaction." +msgstr "" + +#: gnu/packages/pdf.scm:356 +msgid "Tools to work with the PDF file format" +msgstr "" + +#: gnu/packages/pdf.scm:358 +msgid "" +"PoDoFo is a C++ library and set of command-line tools to work with the\= n" +"PDF file format. It can parse PDF files and load them into memory, and= " +"makes\n" +"it easy to modify them and write the changes to disk. It is primarily = " +"useful\n" +"for applications that wish to do lower level manipulation of PDF, such = as\n" +"extracting content or merging files." +msgstr "" + +#: gnu/packages/pdf.scm:419 +msgid "Lightweight PDF viewer and toolkit" +msgstr "" + +#: gnu/packages/pdf.scm:421 +msgid "" +"MuPDF is a C library that implements a PDF and XPS parsing and\n" +"rendering engine. It is used primarily to render pages into bitmaps,\n= " +"but also provides support for other operations such as searching and\n" +"listing the table of contents and hyperlinks.\n" +"\n" +"The library ships with a rudimentary X11 viewer, and a set of command\n= " +"line tools for batch rendering (pdfdraw), examining the file structure\= n" +"(pdfshow), and rewriting files (pdfclean)." +msgstr "" + +#: gnu/packages/pdf.scm:461 +msgid "Command-line tools and library for transforming PDF files" +msgstr "" + +#: gnu/packages/pdf.scm:463 +msgid "" +"QPDF is a command-line program that does structural, content-preserving= \n" +"transformations on PDF files. It could have been called something like= \n" +"pdf-to-pdf. It includes support for merging and splitting PDFs and to\= n" +"manipulate the list of pages in a PDF file. It is not a PDF viewer or = a\n" +"program capable of converting PDF into other formats." +msgstr "" + +#: gnu/packages/pdf.scm:493 +msgid "Notetaking using a stylus" +msgstr "" + +#: gnu/packages/pdf.scm:495 +msgid "" +"Xournal is an application for notetaking, sketching, keeping a journal\= n" +"using a stylus." +msgstr "" + +#: gnu/packages/pem.scm:41 +msgid "Personal expenses manager" +msgstr "" + +#: gnu/packages/pem.scm:43 +msgid "" +"GNU Pem is a simple tool for tracking personal income and\n" +"expenses. It operates from the command line and it stores its data\n" +"in a basic text format in your home directory. It can easily print\n" +"reports of your spending on different expenses via a basic search\n" +"feature." +msgstr "" + +#: gnu/packages/perl.scm:79 +msgid "Implementation of the Perl programming language" +msgstr "" + +#: gnu/packages/perl.scm:81 +msgid "" +"Perl 5 is a highly capable, feature-rich programming language with over= \n" +"24 years of development." +msgstr "" + +#: gnu/packages/perl.scm:100 +msgid "Module for merging hierarchies using the C3 algorithm" +msgstr "" + +#: gnu/packages/perl.scm:101 +msgid "" +"This module implements the C3 algorithm, which aims to\n" +"provide a sane method resolution order under multiple inheritance." +msgstr "" + +#: gnu/packages/perl.scm:119 +msgid "Compute differences between two files or lists" +msgstr "" + +#: gnu/packages/perl.scm:120 +msgid "" +"This is a module for computing the difference between two\n" +"files, two strings, or any other two lists of things. It uses an " +"intelligent\n" +"algorithm similar to (or identical to) the one used by the Unix \"diff\= "\n" +"program. It is guaranteed to find the *smallest possible* set of\n" +"differences." +msgstr "" + +#: gnu/packages/perl.scm:141 +msgid "Use shorter versions of class names" +msgstr "" + +#: gnu/packages/perl.scm:142 +msgid "" +"The alias module loads the class you specify and exports\n" +"into your namespace a subroutine that returns the class name. You can\= n" +"explicitly alias the class to another name or, if you prefer, you can d= o so\n" +"implicitly." +msgstr "" + +#: gnu/packages/perl.scm:164 +msgid "Configuration files and command line parsing" +msgstr "" + +#: gnu/packages/perl.scm:165 +msgid "" +"AppConfig is a bundle of Perl5 modules for reading\n" +"configuration files and parsing command line arguments." +msgstr "" + +#: gnu/packages/perl.scm:183 +msgid "Perl API to zip files" +msgstr "" + +#: gnu/packages/perl.scm:184 gnu/packages/zip.scm:159 +msgid "" +"The Archive::Zip module allows a Perl program to create,\n" +"manipulate, read, and write Zip archive files." +msgstr "" + +#: gnu/packages/perl.scm:203 gnu/packages/perl.scm:3880 +msgid "Establish an ISA relationship with base classes at compile time" +msgstr "" + +#: gnu/packages/perl.scm:204 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time. Unless you are usi= ng " +"the\n" +"fields pragma, consider this module discouraged in favor of the lighter= -" +"weight\n" +"parent." +msgstr "" + +#: gnu/packages/perl.scm:229 +msgid "Execute code after a scope finished compilation" +msgstr "" + +#: gnu/packages/perl.scm:230 +msgid "" +"This module allows you to execute code when perl finished\n" +"compiling the surrounding scope." +msgstr "" + +#: gnu/packages/perl.scm:248 +msgid "Benchmarking with statistical confidence" +msgstr "" + +#: gnu/packages/perl.scm:250 +msgid "" +"The Benchmark::Timer class allows you to time portions of code\n" +"conveniently, as well as benchmark code by allowing timings of repeated= \n" +"trials. It is perfect for when you need more precise information about= the\n" +"running time of portions of your code than the Benchmark module will gi= ve " +"you,\n" +"but don't want to go all out and profile your code." +msgstr "" + +#: gnu/packages/perl.scm:275 +msgid "Bit vector library" +msgstr "" + +#: gnu/packages/perl.scm:276 +msgid "" +"Bit::Vector is an efficient C library which allows you to\n" +"handle bit vectors, sets (of integers), \"big integer arithmetic\" and = " +"boolean\n" +"matrices, all of arbitrary sizes. The package also includes an\n" +"object-oriented Perl module for accessing the C library from Perl, and\= n" +"optionally features overloaded operators for maximum ease of use. The = C\n" +"library can nevertheless be used stand-alone, without Perl." +msgstr "" + +#: gnu/packages/perl.scm:298 +msgid "Boolean support for Perl" +msgstr "" + +#: gnu/packages/perl.scm:299 +msgid "" +"This module provides basic Boolean support, by defining two\n" +"special objects: true and false." +msgstr "" + +#: gnu/packages/perl.scm:320 +msgid "Cache interface for Perl" +msgstr "" + +#: gnu/packages/perl.scm:321 +msgid "" +"The Cache modules are designed to assist a developer in\n" +"persisting data for a specified period of time. Often these modules ar= e " +"used\n" +"in web applications to store data locally to save repeated and redundan= t\n" +"expensive calls to remote machines or databases. People have also been= " +"known\n" +"to use Cache::Cache for its straightforward interface in sharing data " +"between\n" +"runs of an application or invocations of a CGI-style script or simply a= s an\n" +"easy to use abstraction of the filesystem or shared memory." +msgstr "" + +#: gnu/packages/perl.scm:344 +msgid "Shared memory interprocess cache via mmap" +msgstr "" + +#: gnu/packages/perl.scm:345 +msgid "" +"A shared memory cache through an mmap'ed file. It's core is\n" +"written in C for performance. It uses fcntl locking to ensure multiple= \n" +"processes can safely access the cache at the same time. It uses a basi= c " +"LRU\n" +"algorithm to keep the most used entries in the cache." +msgstr "" + +#: gnu/packages/perl.scm:366 +msgid "Capture STDOUT and STDERR from Perl, XS or external programs" +msgstr "" + +#: gnu/packages/perl.scm:368 +msgid "" +"Capture::Tiny provides a simple, portable way to capture almost anythin= g\n" +"sent to STDOUT or STDERR, regardless of whether it comes from Perl, fro= m XS\n" +"code or from an external program. Optionally, output can be teed so th= at " +"it\n" +"is captured while being passed through to the original file handles." +msgstr "" + +#: gnu/packages/perl.scm:388 +msgid "Executable comments for Perl" +msgstr "" + +#: gnu/packages/perl.scm:389 +msgid "" +"Carp::Assert is intended for a purpose like the ANSI C\n" +"library assert.h." +msgstr "" + +#: gnu/packages/perl.scm:411 +msgid "Convenience wrappers around Carp::Assert" +msgstr "" + +#: gnu/packages/perl.scm:412 +msgid "" +"Carp::Assert::More is a set of handy assertion functions for\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:432 +msgid "Report errors from a \"clan\" of modules" +msgstr "" + +#: gnu/packages/perl.scm:433 +msgid "" +"This module allows errors from a clan (or family) of modules\n" +"to appear to originate from the caller of the clan. This is necessary = in\n" +"cases where the clan modules are not classes derived from each other, a= nd " +"thus\n" +"the Carp.pm module doesn't help." +msgstr "" + +#: gnu/packages/perl.scm:457 +msgid "Automated accessor generation" +msgstr "" + +#: gnu/packages/perl.scm:458 +msgid "" +"This module automagically generates accessors/mutators for\n" +"your class." +msgstr "" + +#: gnu/packages/perl.scm:478 +msgid "Faster, but less expandable, chained accessors" +msgstr "" + +#: gnu/packages/perl.scm:479 +msgid "" +"A chained accessor is one that always returns the object\n" +"when called with parameters (to set), and the value of the field when " +"called\n" +"with no arguments. This module subclasses Class::Accessor in order to = " +"provide\n" +"the same mk_accessors interface." +msgstr "" + +#: gnu/packages/perl.scm:505 +msgid "Build groups of accessors" +msgstr "" + +#: gnu/packages/perl.scm:506 +msgid "" +"This class lets you build groups of accessors that will call\n" +"different getters and setters." +msgstr "" + +#: gnu/packages/perl.scm:526 +msgid "Pragma to use the C3 method resolution order algorithm" +msgstr "" + +#: gnu/packages/perl.scm:527 +msgid "" +"This is pragma to change Perl 5's standard method resolution\n" +"order from depth-first left-to-right (a.k.a - pre-order) to the more\n" +"sophisticated C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:551 +msgid "Drop-in replacement for NEXT" +msgstr "" + +#: gnu/packages/perl.scm:552 +msgid "" +"This module is intended as a drop-in replacement for NEXT,\n" +"supporting the same interface, but using Class::C3 to do the hard work.= " +msgstr "" + +#: gnu/packages/perl.scm:576 +msgid "Load mix-ins or components to your C3-based class" +msgstr "" + +#: gnu/packages/perl.scm:577 +msgid "" +"This module will inject base classes to your module using\n" +"the Class::C3 method resolution order." +msgstr "" + +#: gnu/packages/perl.scm:595 +msgid "Inheritable, overridable class data" +msgstr "" + +#: gnu/packages/perl.scm:596 +msgid "" +"Class::Data::Inheritable is for creating accessor/mutators\n" +"to class data. That is, if you want to store something about your clas= s as " +"a\n" +"whole (instead of about a single object). This data is then inherited = by " +"your\n" +"subclasses and can be overriden." +msgstr "" + +#: gnu/packages/perl.scm:617 +msgid "Class for easy date and time manipulation" +msgstr "" + +#: gnu/packages/perl.scm:618 +msgid "" +"This module provides a general-purpose date and datetime\n" +"type for perl." +msgstr "" + +#: gnu/packages/perl.scm:636 +msgid "Utility methods for factory classes" +msgstr "" + +#: gnu/packages/perl.scm:637 +msgid "This module exports methods useful for factory classes." +msgstr "" + +#: gnu/packages/perl.scm:654 +msgid "Get information about a class and its structure" +msgstr "" + +#: gnu/packages/perl.scm:655 +msgid "" +"Class::Inspector allows you to get information about a\n" +"loaded class." +msgstr "" + +#: gnu/packages/perl.scm:683 +msgid "Working (require \"Class::Name\") and more" +msgstr "" + +#: gnu/packages/perl.scm:684 +msgid "" +"\"require EXPR\" only accepts Class/Name.pm style module\n" +"names, not Class::Name. For that, this module provides \"load_class\n" +"'Class::Name'\"." +msgstr "" + +#: gnu/packages/perl.scm:707 +msgid "XS implementation of parts of Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:708 +msgid "" +"This module provides an XS implementation for portions of\n" +"Class::Load" +msgstr "" + +#: gnu/packages/perl.scm:727 +msgid "Create generic methods for OO Perl" +msgstr "" + +#: gnu/packages/perl.scm:728 +msgid "" +"This module solves the problem of having to continually\n" +"write accessor methods for your objects that perform standard tasks." +msgstr "" + +#: gnu/packages/perl.scm:749 +msgid "Moose-like method modifiers" +msgstr "" + +#: gnu/packages/perl.scm:750 +msgid "" +"Class::Method::Modifiers provides three modifiers: before,\n" +"around, and after. before and after are run just before and after the = " +"method\n" +"they modify, but can not really affect that original method. around is= run " +"in\n" +"place of the original method, with a hook to easily call that original\= n" +"method." +msgstr "" + +#: gnu/packages/perl.scm:771 +msgid "Implementation of a singleton class for Perl" +msgstr "" + +#: gnu/packages/perl.scm:772 +msgid "" +"This module implements a Singleton class from which other\n" +"classes can be derived. By itself, the Class::Singleton module does ver= y\n" +"little other than manage the instantiation of a single object." +msgstr "" + +#: gnu/packages/perl.scm:791 +msgid "Minimalist class construction" +msgstr "" + +#: gnu/packages/perl.scm:792 +msgid "" +"This module offers a minimalist class construction kit. It\n" +"uses no non-core modules for any recent Perl." +msgstr "" + +#: gnu/packages/perl.scm:812 +msgid "Unload a class" +msgstr "" + +#: gnu/packages/perl.scm:813 +msgid "" +"Class:Unload unloads a given class by clearing out its\n" +"symbol table and removing it from %INC." +msgstr "" + +#: gnu/packages/perl.scm:831 +msgid "Generate fast XS accessors without runtime compilation" +msgstr "" + +#: gnu/packages/perl.scm:832 +msgid "" +"Class::XSAccessor implements fast read, write, and\n" +"read/write accessors in XS. Additionally, it can provide predicates su= ch " +"as\n" +"\"has_foo()\" for testing whether the attribute \"foo\" is defined in t= he\n" +"object. It only works with objects that are implemented as ordinary " +"hashes.\n" +"Class::XSAccessor::Array implements the same interface for objects that= use\n" +"arrays for their internal representation." +msgstr "" + +#: gnu/packages/perl.scm:852 +msgid "Recursively copy Perl datatypes" +msgstr "" + +#: gnu/packages/perl.scm:854 +msgid "" +"This module provides a clone() method which makes recursive copies of\n= " +"nested hash, array, scalar and reference types, including tied variable= s " +"and\n" +"objects." +msgstr "" + +#: gnu/packages/perl.scm:875 +msgid "Sane defaults for Perl programs" +msgstr "" + +#: gnu/packages/perl.scm:876 +msgid "" +"This module implements some sane defaults for Perl programs,\n" +"as defined by two typical specimens of Perl coders." +msgstr "" + +#: gnu/packages/perl.scm:894 +msgid "Load configuration from different file formats" +msgstr "" + +#: gnu/packages/perl.scm:895 +msgid "" +"Config::Any provides a facility for Perl applications and\n" +"libraries to load configuration data from multiple different file forma= ts. " +"It\n" +"supports XML, YAML, JSON, Apache-style configuration, and Perl code." +msgstr "" + +#: gnu/packages/perl.scm:916 +msgid "Module to implement some AutoConf macros in Perl" +msgstr "" + +#: gnu/packages/perl.scm:917 +msgid "" +"Config::AutoConf is intended to provide the same\n" +"opportunities to Perl developers as GNU Autoconf does for Shell develop= ers." +msgstr "" + +#: gnu/packages/perl.scm:935 +msgid "Generic Config Module" +msgstr "" + +#: gnu/packages/perl.scm:936 +msgid "" +"This module opens a config file and parses its contents for\n" +"you. The format of config files supported by Config::General is inspir= ed " +"by\n" +"the well known Apache config format and is 100% compatible with Apache\= n" +"configs, but you can also just use simple name/value pairs in your conf= ig\n" +"files. In addition to the capabilities of an Apache config file it " +"supports\n" +"some enhancements such as here-documents, C-style comments, and multili= ne\n" +"options." +msgstr "" + +#: gnu/packages/perl.scm:962 +msgid "Preserve context during subroutine call" +msgstr "" + +#: gnu/packages/perl.scm:963 +msgid "" +"This module runs code after a subroutine call, preserving\n" +"the context the subroutine would have seen if it were the last statemen= t in\n" +"the caller." +msgstr "" + +#: gnu/packages/perl.scm:984 +msgid "Verify requirements in a CPAN::Meta object" +msgstr "" + +#: gnu/packages/perl.scm:985 +msgid "" +"This module verifies if requirements described in a\n" +"CPAN::Meta object are present." +msgstr "" + +#: gnu/packages/perl.scm:1005 +msgid "JSON::XS for Cpanel" +msgstr "" + +#: gnu/packages/perl.scm:1006 gnu/packages/perl.scm:2683 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa." +msgstr "" + +#: gnu/packages/perl.scm:1024 +msgid "Random password generator" +msgstr "" + +#: gnu/packages/perl.scm:1025 +msgid "" +"Crypt::RandPasswd provides three functions that can be used\n" +"to generate random passwords, constructed from words, letters, or " +"characters.\n" +"This code is a Perl implementation of the Automated Password Generator\= n" +"standard, like the program described in \"A Random Word Generator For\n= " +"Pronounceable Passwords\". This code is a re-engineering of the program= \n" +"contained in Appendix A of FIPS Publication 181, \"Standard for Automat= ed\n" +"Password Generator\"." +msgstr "" + +#: gnu/packages/perl.scm:1048 +msgid "Pretty printing of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1049 +msgid "" +"This module provide functions that takes a list of values as\n" +"their argument and produces a string as its result. The string contain= s " +"Perl\n" +"code that, when \"eval\"ed, produces a deep copy of the original argume= nts." +msgstr "" + +#: gnu/packages/perl.scm:1068 +msgid "Concise data dumper" +msgstr "" + +#: gnu/packages/perl.scm:1069 +msgid "" +"Data::Dumper::Concise provides a dumper with Less\n" +"indentation and newlines plus sub deparsing." +msgstr "" + +#: gnu/packages/perl.scm:1091 +msgid "Parse and validate simple name/value option pairs" +msgstr "" + +#: gnu/packages/perl.scm:1093 +msgid "Data::OptList provides a simple syntax for name/value option pair= s." +msgstr "" + +#: gnu/packages/perl.scm:1114 +msgid "Help when paging through sets of results" +msgstr "" + +#: gnu/packages/perl.scm:1115 +msgid "" +"When searching through large amounts of data, it is often\n" +"the case that a result set is returned that is larger than we want to " +"display\n" +"on one page. This results in wanting to page through various pages of = " +"data.\n" +"The maths behind this is unfortunately fiddly, hence this module." +msgstr "" + +#: gnu/packages/perl.scm:1137 +msgid "Structured tags datastructures" +msgstr "" + +#: gnu/packages/perl.scm:1139 +msgid "" +"This module is for manipulating data as hierarchical tag/value\n" +"pairs (Structured TAGs or Simple Tree AGgreggates). These datastructur= es " +"can\n" +"be represented as nested arrays, which have the advantage of being nati= ve " +"to\n" +"Perl." +msgstr "" + +#: gnu/packages/perl.scm:1166 +msgid "N at a time iteration API" +msgstr "" + +#: gnu/packages/perl.scm:1167 +msgid "" +"This module tries to find middle ground between one at a\n" +"time and all at once processing of data sets. The purpose of this modu= le " +"is\n" +"to avoid the overhead of implementing an iterative api when this isn't\= n" +"necessary, without breaking forward compatibility in case that becomes\= n" +"necessary later on." +msgstr "" + +#: gnu/packages/perl.scm:1192 +msgid "Dynamic generation of nested combinations of variants" +msgstr "" + +#: gnu/packages/perl.scm:1193 +msgid "" +"Data::Tumbler - Dynamic generation of nested combinations of\n" +"variants" +msgstr "" + +#: gnu/packages/perl.scm:1219 +msgid "Visitor style traversal of Perl data structures" +msgstr "" + +#: gnu/packages/perl.scm:1220 +msgid "" +"This module is a simple visitor implementation for Perl\n" +"values. It has a main dispatcher method, visit, which takes a single p= erl\n" +"value and then calls the methods appropriate for that value. It can\n" +"recursively map (cloning as necessary) or just traverse most structures= , " +"with\n" +"support for per-object behavior, circular structures, visiting tied\n" +"structures, and all ref types (hashes, arrays, scalars, code, globs)." +msgstr "" + +#: gnu/packages/perl.scm:1245 +msgid "Gregorian calendar date calculations" +msgstr "" + +#: gnu/packages/perl.scm:1246 +msgid "" +"This package consists of a Perl module for date calculations\n" +"based on the Gregorian calendar, thereby complying with all relevant no= rms " +"and\n" +"standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (whe= re\n" +"applicable)." +msgstr "" + +#: gnu/packages/perl.scm:1270 +msgid "XS wrapper for Date::Calc" +msgstr "" + +#: gnu/packages/perl.scm:1271 +msgid "" +"Date::Calc::XS is an XS wrapper and C library plug-in for\n" +"Date::Calc." +msgstr "" + +#: gnu/packages/perl.scm:1297 +msgid "Date and time object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1298 +msgid "" +"DateTime is a class for the representation of date/time\n" +"combinations. It represents the Gregorian calendar, extended backwards= in\n" +"time before its creation (in 1582)." +msgstr "" + +#: gnu/packages/perl.scm:1321 +msgid "DateTime set objects" +msgstr "" + +#: gnu/packages/perl.scm:1322 +msgid "" +"The DateTime::Set module provides a date/time sets\n" +"implementation. It allows, for example, the generation of groups of da= tes,\n" +"like \"every wednesday\", and then find all the dates matching that " +"pattern,\n" +"within a time range." +msgstr "" + +#: gnu/packages/perl.scm:1345 +msgid "DateTime rfc2445 recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1346 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for RFC 2445 style recurrences." +msgstr "" + +#: gnu/packages/perl.scm:1367 +msgid "DateTime::Set extension for basic recurrences" +msgstr "" + +#: gnu/packages/perl.scm:1368 +msgid "" +"This module provides convenience methods that let you easily\n" +"create DateTime::Set objects for various recurrences, such as \"once a = month" +"\"\n" +"or \"every day\". You can also create more complicated recurrences, su= ch " +"as\n" +"\"every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM\"." +msgstr "" + +#: gnu/packages/perl.scm:1393 +msgid "Create DateTime parser classes and objects." +msgstr "" + +#: gnu/packages/perl.scm:1394 +msgid "" +"DateTime::Format::Builder creates DateTime parsers. Many\n" +"string formats of dates and times are simple and just require a basic " +"regular\n" +"expression to extract the relevant information. Builder provides a sim= ple " +"way\n" +"to do this without writing reams of structural code." +msgstr "" + +#: gnu/packages/perl.scm:1420 +msgid "Parse data/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1421 +msgid "" +"DateTime::Format::Flexible attempts to take any string you\n" +"give it and parse it into a DateTime object." +msgstr "" + +#: gnu/packages/perl.scm:1445 +msgid "Parse and format iCal datetime and duration strings" +msgstr "" + +#: gnu/packages/perl.scm:1446 +msgid "" +"This module understands the ICal date/time and duration\n" +"formats, as defined in RFC 2445. It can be used to parse these formats= in\n" +"order to create the appropriate objects." +msgstr "" + +#: gnu/packages/perl.scm:1477 +msgid "Machine-readable date/time with natural parsing" +msgstr "" + +#: gnu/packages/perl.scm:1478 +msgid "" +"DateTime::Format::Natural takes a string with a human\n" +"readable date/time and creates a machine readable one by applying natur= al\n" +"parsing logic." +msgstr "" + +#: gnu/packages/perl.scm:1502 +msgid "Parse and format strp and strf time patterns" +msgstr "" + +#: gnu/packages/perl.scm:1503 +msgid "" +"This module implements most of `strptime(3)`, the POSIX\n" +"function that is the reverse of `strftime(3)`, for `DateTime`. While\n= " +"`strftime` takes a `DateTime` and a pattern and returns a string, " +"`strptime`\n" +"takes a string and a pattern and returns the `DateTime` object associat= ed." +msgstr "" + +#: gnu/packages/perl.scm:1526 +msgid "Localization support for DateTime.pm" +msgstr "" + +#: gnu/packages/perl.scm:1527 +msgid "" +"The DateTime::Locale modules provide localization data for\n" +"the DateTime.pm class." +msgstr "" + +#: gnu/packages/perl.scm:1554 +msgid "Time zone object for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1555 +msgid "" +"This class is the base class for all time zone objects. A\n" +"time zone is represented internally as a set of observances, each of wh= ich\n" +"describes the offset from GMT for a given time period. Note that witho= ut " +"the\n" +"DateTime module, this module does not do much. It's primary interface = is\n" +"through a DateTime object, and most users will not need to directly use= \n" +"DateTime::TimeZone methods." +msgstr "" + +#: gnu/packages/perl.scm:1585 +msgid "Parse date/time strings" +msgstr "" + +#: gnu/packages/perl.scm:1586 +msgid "" +"DateTimeX::Easy uses a variety of DateTime::Format packages\n" +"to create DateTime objects, with some custom tweaks to smooth out the r= ough\n" +"edges (mainly concerning timezone detection and selection)." +msgstr "" + +#: gnu/packages/perl.scm:1607 +msgid "Meatier version of caller" +msgstr "" + +#: gnu/packages/perl.scm:1608 +msgid "Devel::Caller provides meatier version of caller." +msgstr "" + +#: gnu/packages/perl.scm:1625 +msgid "Check that a command is available" +msgstr "" + +#: gnu/packages/perl.scm:1626 +msgid "" +"Devel::CheckBin is a perl module that checks whether a\n" +"particular command is available." +msgstr "" + +#: gnu/packages/perl.scm:1646 +msgid "Provides equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older p= erls" +msgstr "" + +#: gnu/packages/perl.scm:1647 +msgid "" +"Devel::GlobalDestruction provides a function returning the\n" +"equivalent of \"${^GLOBAL_PHASE} eq 'DESTRUCT'\" for older perls." +msgstr "" + +#: gnu/packages/perl.scm:1667 +msgid "Alias lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:1668 +msgid "" +"Devel::LexAlias provides the ability to alias a lexical\n" +"variable in a subroutines scope to one of your choosing." +msgstr "" + +#: gnu/packages/perl.scm:1690 +msgid "Introspect overloaded operators" +msgstr "" + +#: gnu/packages/perl.scm:1691 +msgid "" +"Devel::OverloadInfo returns information about overloaded\n" +"operators for a given class (or object), including where in the inherit= ance\n" +"hierarchy the overloads are declared and where the code implementing it= is." +msgstr "" + +#: gnu/packages/perl.scm:1718 +msgid "Partial dumping of data structures" +msgstr "" + +#: gnu/packages/perl.scm:1719 +msgid "" +"This module is a data dumper optimized for logging of\n" +"arbitrary parameters." +msgstr "" + +#: gnu/packages/perl.scm:1737 +msgid "Object representing a stack trace" +msgstr "" + +#: gnu/packages/perl.scm:1738 +msgid "" +"The Devel::StackTrace module contains two classes,\n" +"Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsul= ate " +"the\n" +"information that can be retrieved via Perl's caller() function, as well= as\n" +"providing a simple interface to this data." +msgstr "" + +#: gnu/packages/perl.scm:1760 +msgid "Displays stack trace in HTML" +msgstr "" + +#: gnu/packages/perl.scm:1761 +msgid "" +"Devel::StackTrace::AsHTML adds as_html method to\n" +"Devel::StackTrace which displays the stack trace in beautiful HTML, wit= h " +"code\n" +"snippet context and function parameters. If you call it on an instance= of\n" +"Devel::StackTrace::WithLexicals, you even get to see the lexical variab= les " +"of\n" +"each stack frame." +msgstr "" + +#: gnu/packages/perl.scm:1782 +msgid "Dump symbol names or the symbol table" +msgstr "" + +#: gnu/packages/perl.scm:1783 +msgid "Devel::Symdump provides access to the perl symbol table." +msgstr "" + +#: gnu/packages/perl.scm:1800 +msgid "Keyed-Hashing for Message Authentication" +msgstr "" + +#: gnu/packages/perl.scm:1801 +msgid "" +"The Digest::HMAC module follows the common Digest::\n" +"interface for the RFC 2104 HMAC mechanism." +msgstr "" + +#: gnu/packages/perl.scm:1817 +msgid "Perl implementation of the SHA-1 message digest algorithm" +msgstr "" + +#: gnu/packages/perl.scm:1819 +msgid "" +"This package provides 'Digest::SHA1', an implementation of the NIST\n" +"SHA-1 message digest algorithm for use by Perl programs." +msgstr "" + +#: gnu/packages/perl.scm:1841 +msgid "Declare version conflicts for your dist" +msgstr "" + +#: gnu/packages/perl.scm:1842 +msgid "" +"This module allows you to specify conflicting versions of\n" +"modules separately and deal with them after the module is done installi= ng." +msgstr "" + +#: gnu/packages/perl.scm:1859 +msgid "OO-ish Error/Exception handling for Perl" +msgstr "" + +#: gnu/packages/perl.scm:1860 +msgid "" +"The Error package provides two interfaces. Firstly Error\n" +"provides a procedural interface to exception handling. Secondly Error i= s a\n" +"base class for errors/exceptions that can either be thrown, for subsequ= ent\n" +"catch, or can simply be recorded." +msgstr "" + +#: gnu/packages/perl.scm:1885 +msgid "Safely and cleanly create closures via string eval" +msgstr "" + +#: gnu/packages/perl.scm:1886 +msgid "" +"String eval is often used for dynamic code generation. For\n" +"instance, Moose uses it heavily, to generate inlined versions of access= ors " +"and\n" +"constructors, which speeds code up at runtime by a significant amount. = " +"String\n" +"eval is not without its issues however - it's difficult to control the = " +"scope\n" +"it's used in (which determines which variables are in scope inside the = " +"eval),\n" +"and it's easy to miss compilation errors, since eval catches them and " +"sticks\n" +"them in $@ instead. This module attempts to solve these problems. It\= n" +"provides an eval_closure function, which evals a string in a clean\n" +"environment, other than a fixed list of specified variables. Compilati= on\n" +"errors are rethrown automatically." +msgstr "" + +#: gnu/packages/perl.scm:1915 +msgid "Allows you to declare real exception classes in Perl" +msgstr "" + +#: gnu/packages/perl.scm:1916 +msgid "" +"Exception::Class allows you to declare exception hierarchies\n" +"in your modules in a \"Java-esque\" manner." +msgstr "" + +#: gnu/packages/perl.scm:1932 +msgid "Lightweight exporting of functions and variables" +msgstr "" + +#: gnu/packages/perl.scm:1934 +msgid "" +"Exporter::Lite is an alternative to Exporter, intended to provide a\n" +"lightweight subset of the most commonly-used functionality. It support= s\n" +"import(), @EXPORT and @EXPORT_OK and not a whole lot else." +msgstr "" + +#: gnu/packages/perl.scm:1955 +msgid "Exporter with the features of Sub::Exporter but only core depende= ncies" +msgstr "" + +#: gnu/packages/perl.scm:1956 +msgid "" +"Exporter::Tiny supports many of Sub::Exporter's\n" +"external-facing features including renaming imported functions with the= `-" +"as`,\n" +"`-prefix` and `-suffix` options; explicit destinations with the `into` = " +"option;\n" +"and alternative installers with the `installler` option. But it's writ= ten " +"in\n" +"only about 40% as many lines of code and with zero non-core dependencie= s." +msgstr "" + +#: gnu/packages/perl.scm:1979 +msgid "Build.PL install path logic made easy" +msgstr "" + +#: gnu/packages/perl.scm:1980 +msgid "" +"This module tries to make install path resolution as easy as\n" +"possible." +msgstr "" + +#: gnu/packages/perl.scm:1998 +msgid "Wrapper for perl's configuration" +msgstr "" + +#: gnu/packages/perl.scm:1999 +msgid "" +"ExtUtils::Config is an abstraction around the %Config hash.\n" +"By itself it is not a particularly interesting module by any measure, " +"however\n" +"it ties together a family of modern toolchain modules." +msgstr "" + +#: gnu/packages/perl.scm:2018 +msgid "Various portability utilities for module builders" +msgstr "" + +#: gnu/packages/perl.scm:2019 +msgid "" +"This module provides various portable helper functions for\n" +"module building modules." +msgstr "" + +#: gnu/packages/perl.scm:2047 +msgid "Watch for changes to files" +msgstr "" + +#: gnu/packages/perl.scm:2048 +msgid "" +"This module provides a class to monitor a directory for\n" +"changes made to any file." +msgstr "" + +#: gnu/packages/perl.scm:2066 +msgid "Recursively copy files and directories" +msgstr "" + +#: gnu/packages/perl.scm:2067 +msgid "" +"This module has 3 functions: one to copy files only, one to\n" +"copy directories only, and one to do either depending on the argument's= \n" +"type." +msgstr "" + +#: gnu/packages/perl.scm:2089 +msgid "Alternative interface to File::Find" +msgstr "" + +#: gnu/packages/perl.scm:2090 +msgid "" +"File::Find::Rule is a friendlier interface to File::Find.\n" +"It allows you to build rules which specify the desired files and\n" +"directories." +msgstr "" + +#: gnu/packages/perl.scm:2113 +msgid "Common rules for searching for Perl things" +msgstr "" + +#: gnu/packages/perl.scm:2114 +msgid "" +"File::Find::Rule::Perl provides methods for finding various\n" +"types Perl-related files, or replicating search queries run on a " +"distribution\n" +"in various parts of the CPAN ecosystem." +msgstr "" + +#: gnu/packages/perl.scm:2137 +msgid "Find your home and other directories on any platform" +msgstr "" + +#: gnu/packages/perl.scm:2138 +msgid "" +"File::HomeDir is a module for locating the directories that\n" +"are \"owned\" by a user (typicaly your user) and to solve the various " +"issues\n" +"that arise trying to find them consistently across a wide variety of\n" +"platforms." +msgstr "" + +#: gnu/packages/perl.scm:2165 +msgid "" +"Perl extension for crawling directory trees and compiling\n" +"lists of files" +msgstr "" + +#: gnu/packages/perl.scm:2168 +msgid "" +"The File::List module crawls the directory tree starting at the\n" +"provided base directory and can return files (and/or directories if " +"desired)\n" +"matching a regular expression." +msgstr "" + +#: gnu/packages/perl.scm:2187 +msgid "Remove files and directories in Perl" +msgstr "" + +#: gnu/packages/perl.scm:2188 +msgid "" +"File::Remove::remove removes files and directories. It acts\n" +"like /bin/rm, for the most part. Although \"unlink\" can be given a li= st " +"of\n" +"files, it will not remove directories; this module remedies that. It a= lso\n" +"accepts wildcards, * and ?, as arguments for filenames." +msgstr "" + +#: gnu/packages/perl.scm:2212 +msgid "Locate per-dist and per-module shared files" +msgstr "" + +#: gnu/packages/perl.scm:2213 +msgid "" +"The intent of File::ShareDir is to provide a companion to\n" +"Class::Inspector and File::HomeDir. Quite often you want or need your = Perl\n" +"module to have access to a large amount of read-only data that is store= d on\n" +"the file-system at run-time. Once the files have been installed to the= \n" +"correct directory, you can use File::ShareDir to find your files again = " +"after\n" +"the installation." +msgstr "" + +#: gnu/packages/perl.scm:2235 +msgid "Install shared files" +msgstr "" + +#: gnu/packages/perl.scm:2236 +msgid "" +"File::ShareDir::Install allows you to install read-only data\n" +"files from a distribution. It is a companion module to File::ShareDir,= " +"which\n" +"allows you to locate these files after installation." +msgstr "" + +#: gnu/packages/perl.scm:2255 +msgid "Reading/Writing/Modifying of complete files" +msgstr "" + +#: gnu/packages/perl.scm:2256 +msgid "" +"File::Slurp provides subroutines to read or write entire\n" +"files with a simple call. It also has a subroutine for reading the lis= t of\n" +"filenames in a directory." +msgstr "" + +#: gnu/packages/perl.scm:2277 +msgid "Return name and handle of a temporary file safely" +msgstr "" + +#: gnu/packages/perl.scm:2278 +msgid "" +"File::Temp can be used to create and open temporary files in\n" +"a safe way." +msgstr "" + +#: gnu/packages/perl.scm:2295 +msgid "Portable implementation of the `which' utility" +msgstr "" + +#: gnu/packages/perl.scm:2297 +msgid "" +"File::Which was created to be able to get the paths to executable\n" +"programs on systems under which the `which' program wasn't implemented = in " +"the\n" +"shell." +msgstr "" + +#: gnu/packages/perl.scm:2324 +msgid "Getopt::Long, but simpler and more powerful" +msgstr "" + +#: gnu/packages/perl.scm:2325 +msgid "" +"Getopt::Long::Descriptive is yet another Getopt library.\n" +"It's built atop Getopt::Long, and gets a lot of its features, but tries= to\n" +"avoid making you think about its huge array of options. It also provid= es\n" +"usage (help) messages, data validation, and a few other useful features= ." +msgstr "" + +#: gnu/packages/perl.scm:2343 +msgid "Table-driven argument parsing for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2345 +msgid "" +"Getopt::Tabular is a Perl 5 module for table-driven argument parsing,\n= " +"vaguely inspired by John Ousterhout's Tk_ParseArgv." +msgstr "" + +#: gnu/packages/perl.scm:2365 +msgid "Merge arbitrarily deep hashes into a single hash" +msgstr "" + +#: gnu/packages/perl.scm:2366 +msgid "" +"Hash::Merge merges two arbitrarily deep hashes into a single\n" +"hash. That is, at any level, it will add non-conflicting key-value pai= rs " +"from\n" +"one hash to the other, and follows a set of specific rules when there a= re " +"key\n" +"value conflicts. The hash is followed recursively, so that deeply nest= ed\n" +"hashes that are at the same level will be merged when the parent hashes= are\n" +"merged." +msgstr "" + +#: gnu/packages/perl.scm:2388 +msgid "Store multiple values per key" +msgstr "" + +#: gnu/packages/perl.scm:2389 +msgid "" +"Hash::MultiValue is an object (and a plain hash reference)\n" +"that may contain multiple values per key, inspired by MultiDict of WebO= b." +msgstr "" + +#: gnu/packages/perl.scm:2409 +msgid "Import packages into other packages" +msgstr "" + +#: gnu/packages/perl.scm:2410 +msgid "" +"Writing exporters is a pain. Some use Exporter, some use\n" +"Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ...= and\n" +"some things are pragmas. Exporting on someone else's behalf is harder.= " +"The\n" +"exporters don't provide a consistent API for this, and pragmas need to = have\n" +"their import method called directly, since they effect the current unit= of\n" +"compilation. Import::Into provides global methods to make this painles= s." +msgstr "" + +#: gnu/packages/perl.scm:2432 +msgid "Use modules in inc/ if newer than installed" +msgstr "" + +#: gnu/packages/perl.scm:2433 +msgid "" +"The inc::latest module helps bootstrap configure-time\n" +"dependencies for CPAN distributions. These dependencies get bundled in= to " +"the\n" +"inc directory within a distribution and are used by Makefile.PL or Buil= d.PL." +msgstr "" + +#: gnu/packages/perl.scm:2452 +msgid "Utilities for interactive I/O" +msgstr "" + +#: gnu/packages/perl.scm:2453 +msgid "" +"This module provides three utility subroutines that make it\n" +"easier to develop interactive applications: is_interactive(), " +"interactive(),\n" +"and busy()" +msgstr "" + +#: gnu/packages/perl.scm:2472 +msgid "Emulate file interface for in-core strings" +msgstr "" + +#: gnu/packages/perl.scm:2473 +msgid "" +"IO::String is an IO::File (and IO::Handle) compatible class\n" +"that reads or writes data from in-core strings." +msgstr "" + +#: gnu/packages/perl.scm:2491 +msgid "IO:: interface for reading/writing an array of lines" +msgstr "" + +#: gnu/packages/perl.scm:2492 +msgid "" +"This toolkit primarily provides modules for performing both\n" +"traditional and object-oriented i/o) on things *other* than normal\n" +"filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.= " +msgstr "" + +#: gnu/packages/perl.scm:2510 +msgid "Perl interface to pseudo ttys" +msgstr "" + +#: gnu/packages/perl.scm:2512 +msgid "" +"This package provides the 'IO::Pty' and 'IO::Tty' Perl interfaces to\n" +"pseudo ttys." +msgstr "" + +#: gnu/packages/perl.scm:2540 +msgid "system() and background procs w/ piping, redirs, ptys" +msgstr "" + +#: gnu/packages/perl.scm:2541 +msgid "" +"IPC::Run allows you run and interact with child processes\n" +"using files, pipes, and pseudo-ttys. Both system()-style and scripted " +"usages\n" +"are supported and may be mixed. Likewise, functional and OO API styles = are\n" +"both supported and may be mixed." +msgstr "" + +#: gnu/packages/perl.scm:2559 +msgid "Run a subprocess with input/ouput redirection" +msgstr "" + +#: gnu/packages/perl.scm:2561 +msgid "" +"The IPC::Run3 module allows you to run a subprocess and redirect stdin,= \n" +"stdout, and/or stderr to files and perl data structures. It aims to " +"satisfy\n" +"99% of the need for using system, qx, and open3 with a simple, extremel= y\n" +"Perlish API and none of the bloat and rarely used features of IPC::Run.= " +msgstr "" + +#: gnu/packages/perl.scm:2585 +msgid "Lightweight interface to shared memory" +msgstr "" + +#: gnu/packages/perl.scm:2586 +msgid "" +"IPC::ShareLite provides a simple interface to shared memory,\n" +"allowing data to be efficiently communicated between processes." +msgstr "" + +#: gnu/packages/perl.scm:2606 +msgid "JSON encoder/decoder for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2607 +msgid "" +"This module converts Perl data structures to JSON and vice\n" +"versa using either JSON::XS or JSON::PP." +msgstr "" + +#: gnu/packages/perl.scm:2632 +msgid "Wrapper for Perl JSON classes" +msgstr "" + +#: gnu/packages/perl.scm:2634 +msgid "" +"This module tries to provide a coherent API to bring together the\n" +"various JSON modules currently on CPAN. This module will allow you to = code " +"to\n" +"any JSON API and have it work regardless of which JSON module is actual= ly\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:2658 +msgid "Cpanel::JSON::XS with fallback" +msgstr "" + +#: gnu/packages/perl.scm:2659 +msgid "" +"This module first checks to see if either Cpanel::JSON::XS\n" +"or JSON::XS is already loaded, in which case it uses that module. " +"Otherwise\n" +"it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in orde= r, " +"and\n" +"either uses the first module it finds or throws an error." +msgstr "" + +#: gnu/packages/perl.scm:2682 +msgid "JSON serialising/deserialising for Perl" +msgstr "" + +#: gnu/packages/perl.scm:2706 +msgid "Combination of List::Util and List::MoreUtils" +msgstr "" + +#: gnu/packages/perl.scm:2707 +msgid "" +"This module exports all of the functions that either\n" +"List::Util or List::MoreUtils defines, with preference to List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2731 +msgid "Provide the stuff missing in List::Util" +msgstr "" + +#: gnu/packages/perl.scm:2732 +msgid "" +"List::MoreUtils provides some trivial but commonly needed\n" +"functionality on lists which is not going to go into List::Util." +msgstr "" + +#: gnu/packages/perl.scm:2750 +msgid "Expiry plug-in for Memoize that adds LRU cache expiration" +msgstr "" + +#: gnu/packages/perl.scm:2751 +msgid "" +"This module implements an expiry policy for Memoize that\n" +"follows LRU semantics, that is, the last n results, where n is specifie= d as\n" +"the argument to the CACHESIZE parameter, will be cached." +msgstr "" + +#: gnu/packages/perl.scm:2770 +msgid "Definition of MIME types" +msgstr "" + +#: gnu/packages/perl.scm:2771 +msgid "" +"This module provides a list of known mime-types, combined\n" +"from various sources. For instance, it contains all IANA types and the= \n" +"knowledge of Apache." +msgstr "" + +#: gnu/packages/perl.scm:2800 +msgid "Tiny replacement for Module::Build" +msgstr "" + +#: gnu/packages/perl.scm:2801 +msgid "" +"Many Perl distributions use a Build.PL file instead of a\n" +"Makefile.PL file to drive distribution configuration, build, test and\n= " +"installation. Traditionally, Build.PL uses Module::Build as the underl= ying\n" +"build system. This module provides a simple, lightweight, drop-in\n" +"replacement. Whereas Module::Build has over 6,700 lines of code; this = " +"module\n" +"has less than 120, yet supports the features needed by most distributio= ns." +msgstr "" + +#: gnu/packages/perl.scm:2823 +msgid "Find and use installed modules in a (sub)category" +msgstr "" + +#: gnu/packages/perl.scm:2824 +msgid "" +"Module::Find lets you find and use modules in categories.\n" +"This can be useful for auto-detecting driver or plugin modules. You ca= n\n" +"differentiate between looking in the category itself or in all\n" +"subcategories." +msgstr "" + +#: gnu/packages/perl.scm:2850 +msgid "Loads alternate underlying implementations for a module" +msgstr "" + +#: gnu/packages/perl.scm:2851 +msgid "" +"This module abstracts out the process of choosing one of\n" +"several underlying implementations for a module. This can be used to " +"provide\n" +"XS and pure Perl implementations of a module, or it could be used to lo= ad " +"an\n" +"implementation for a given OS or any other case of needing to provide " +"multiple\n" +"implementations." +msgstr "" + +#: gnu/packages/perl.scm:2889 +msgid "Standalone, extensible Perl module installer" +msgstr "" + +#: gnu/packages/perl.scm:2890 +msgid "" +"Module::Install is a package for writing installers for\n" +"CPAN (or CPAN-like) distributions that are clean, simple, minimalist, a= ct in " +"a\n" +"strictly correct manner with ExtUtils::MakeMaker, and will run on any P= erl\n" +"installation version 5.005 or newer." +msgstr "" + +#: gnu/packages/perl.scm:2910 +msgid "Perl runtime module handling" +msgstr "" + +#: gnu/packages/perl.scm:2911 +msgid "" +"The functions exported by this module deal with runtime\n" +"handling of Perl modules, which are normally handled at compile time." +msgstr "" + +#: gnu/packages/perl.scm:2932 +msgid "Provide information on conflicts for Module::Runtime" +msgstr "" + +#: gnu/packages/perl.scm:2933 +msgid "" +"This module provides conflicts checking for Module::Runtime,\n" +"which had a recent release that broke some versions of Moose. It is ca= lled\n" +"from Moose::Conflicts and moose-outdated." +msgstr "" + +#: gnu/packages/perl.scm:2954 +msgid "Recursively scan Perl code for dependencies" +msgstr "" + +#: gnu/packages/perl.scm:2955 +msgid "" +"Module::ScanDeps is a module to recursively scan Perl\n" +"programs for dependencies." +msgstr "" + +#: gnu/packages/perl.scm:2975 +msgid "Module name tools and transformations" +msgstr "" + +#: gnu/packages/perl.scm:2976 +msgid "" +"This module provides a few useful functions for manipulating\n" +"module names. Its main aim is to centralise some of the functions comm= only\n" +"used by modules that manipulate other modules in some way, like convert= ing\n" +"module names to relative paths." +msgstr "" + +#: gnu/packages/perl.scm:3006 +msgid "Minimalist Object Orientation (with Moose compatibility)" +msgstr "" + +#: gnu/packages/perl.scm:3007 +msgid "" +"Moo is an extremely light-weight Object Orientation system.\n" +"It allows one to concisely define objects and roles with a convenient " +"syntax\n" +"that avoids the details of Perl's object system. Moo contains a subset= of\n" +"Moose and is optimised for rapid startup." +msgstr "" + +#: gnu/packages/perl.scm:3083 +msgid "Postmodern object system for Perl 5" +msgstr "" + +#: gnu/packages/perl.scm:3085 +msgid "" +"Moose is a complete object system for Perl 5. It provides keywords for= \n" +"attribute declaration, object construction, inheritance, and maybe more= . " +"With\n" +"Moose, you define your class declaratively, without needing to know abo= ut\n" +"blessed hashrefs, accessor methods, and so on. You can concentrate on = the\n" +"logical structure of your classes, focusing on \"what\" rather than \"h= ow" +"\".\n" +"A class definition with Moose reads like a list of very concise English= \n" +"sentences." +msgstr "" + +#: gnu/packages/perl.scm:3113 +msgid "Emulate Class::Accessor::Fast behavior using Moose attributes" +msgstr "" + +#: gnu/packages/perl.scm:3114 +msgid "" +"This module attempts to emulate the behavior of\n" +"Class::Accessor::Fast as accurately as possible using the Moose attribu= te\n" +"system. The public API of Class::Accessor::Fast is wholly supported, b= ut " +"the\n" +"private methods are not." +msgstr "" + +#: gnu/packages/perl.scm:3145 +msgid "Moose role for processing command line options" +msgstr "" + +#: gnu/packages/perl.scm:3146 +msgid "" +"This is a Moose role which provides an alternate constructor\n" +"for creating objects using parameters passed in from the command line." +msgstr "" + +#: gnu/packages/perl.scm:3167 +msgid "Mark overload code symbols as methods" +msgstr "" + +#: gnu/packages/perl.scm:3168 +msgid "" +"MooseX::MarkAsMethods allows one to easily mark certain\n" +"functions as Moose methods. This will allow other packages such as\n" +"namespace::autoclean to operate without blowing away your overloads. A= fter\n" +"using MooseX::MarkAsMethods your overloads will be recognized by Class:= :MOP " +"as\n" +"being methods, and class extension as well as composition from roles wi= th\n" +"overloads will \"just work\"." +msgstr "" + +#: gnu/packages/perl.scm:3198 +msgid "Code attribute introspection" +msgstr "" + +#: gnu/packages/perl.scm:3199 +msgid "" +"This module allows code attributes of methods to be\n" +"introspected using Moose meta method objects." +msgstr "" + +#: gnu/packages/perl.scm:3225 +msgid "Subclassing of non-Moose classes" +msgstr "" + +#: gnu/packages/perl.scm:3226 +msgid "" +"MooseX::NonMoose allows for easily subclassing non-Moose\n" +"classes with Moose, taking care of the details connected with doing thi= s, " +"such\n" +"as setting up proper inheritance from Moose::Object and installing (and= \n" +"inlining, at make_immutable time) a constructor that makes sure things = like\n" +"BUILD methods are called. It tries to be as non-intrusive as possible.= " +msgstr "" + +#: gnu/packages/perl.scm:3255 +msgid "Extension of Params::Validate using Moose's types" +msgstr "" + +#: gnu/packages/perl.scm:3256 +msgid "" +"This module fills a gap in Moose by adding method parameter\n" +"validation to Moose." +msgstr "" + +#: gnu/packages/perl.scm:3277 +msgid "Apply roles to a related Perl class" +msgstr "" + +#: gnu/packages/perl.scm:3278 +msgid "" +"This module applies roles to make a subclass instead of\n" +"manually setting up a subclass." +msgstr "" + +#: gnu/packages/perl.scm:3304 +msgid "Moose roles with composition parameters" +msgstr "" + +#: gnu/packages/perl.scm:3305 +msgid "" +"Because Moose roles serve many different masters, they\n" +"usually provide only the least common denominator of functionality. To= \n" +"empower roles further, more configurability than -alias and -excludes i= s\n" +"required. Perhaps your role needs to know which method to call when it= is\n" +"done processing, or what default value to use for its url attribute.\n" +"Parameterized roles offer a solution to these (and other) kinds of prob= lems." +msgstr "" + +#: gnu/packages/perl.scm:3331 +msgid "Roles which support overloading" +msgstr "" + +#: gnu/packages/perl.scm:3332 +msgid "" +"MooseX::Role::WithOverloading allows you to write a\n" +"Moose::Role which defines overloaded operators and allows those overloa= d\n" +"methods to be composed into the classes/roles/instances it's compiled t= o,\n" +"where plain Moose::Roles would lose the overloading." +msgstr "" + +#: gnu/packages/perl.scm:3354 +msgid "Name your accessors foo() and set_foo()" +msgstr "" + +#: gnu/packages/perl.scm:3355 +msgid "" +"This module does not provide any methods. Simply loading it\n" +"changes the default naming policy for the loading class so that accesso= rs " +"are\n" +"separated into get and set methods. The get methods have the same name= as " +"the\n" +"accessor, while set methods are prefixed with \"_set_\"." +msgstr "" + +#: gnu/packages/perl.scm:3381 +msgid "Strict object constructors for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3382 +msgid "" +"Simply loading this module makes your constructors\n" +"\"strict\". If your constructor is called with an attribute init argume= nt " +"that\n" +"your class does not declare, then it calls Moose->throw_error(). " +msgstr "" + +#: gnu/packages/perl.scm:3410 +msgid "Trait loading and resolution for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3411 +msgid "" +"Adds support on top of MooseX::Traits for class precedence\n" +"search for traits and some extra attributes" +msgstr "" + +#: gnu/packages/perl.scm:3436 +msgid "Organise your Moose types in libraries" +msgstr "" + +#: gnu/packages/perl.scm:3437 +msgid "" +"This package lets you declare types using short names, but\n" +"behind the scenes it namespaces all your type declarations, effectively= \n" +"prevent name clashes between packages." +msgstr "" + +#: gnu/packages/perl.scm:3468 +msgid "DateTime related constraints and coercions for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3469 +msgid "" +"This module packages several Moose::Util::TypeConstraints\n" +"with coercions, designed to work with the DateTime suite of objects." +msgstr "" + +#: gnu/packages/perl.scm:3501 +msgid "Extensions to MooseX::Types::DateTime" +msgstr "" + +#: gnu/packages/perl.scm:3502 +msgid "" +"This module builds on MooseX::Types::DateTime to add\n" +"additional custom types and coercions. Since it builds on an existing = " +"type,\n" +"all coercions and constraints are inherited." +msgstr "" + +#: gnu/packages/perl.scm:3531 +msgid "ClassName type constraints for Moose" +msgstr "" + +#: gnu/packages/perl.scm:3532 +msgid "" +"MooseX::Types::LoadableClass provides a ClassName type\n" +"constraint with coercion to load the class." +msgstr "" + +#: gnu/packages/perl.scm:3556 +msgid "Moosish types and type builder" +msgstr "" + +#: gnu/packages/perl.scm:3557 +msgid "" +"MooX::Types::MooseLike provides a possibility to build your\n" +"own set of Moose-like types. These custom types can then be used to " +"describe\n" +"fields in Moo-based classes." +msgstr "" + +#: gnu/packages/perl.scm:3576 +msgid "MRO interface compatibility for Perls < 5.9.5" +msgstr "" + +#: gnu/packages/perl.scm:3577 +msgid "" +"The \"mro\" namespace provides several utilities for dealing\n" +"with method resolution order and method caching in general in Perl 5.9.= 5 " +"and\n" +"higher. This module provides those interfaces for earlier versions of\= n" +"Perl (back to 5.6.0)." +msgstr "" + +#: gnu/packages/perl.scm:3603 +msgid "Keep imports out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3604 +msgid "" +"The namespace::autoclean pragma will remove all imported\n" +"symbols at the end of the current package's compile cycle. Functions " +"called\n" +"in the package itself will still be bound by their name, but they won't= " +"show\n" +"up as methods on your class or instances. It is very similar to\n" +"namespace::clean, except it will clean all imported functions, no matte= r if\n" +"you imported them before or after you used the pragma. It will also no= t " +"touch\n" +"anything that looks like a method." +msgstr "" + +#: gnu/packages/perl.scm:3630 +msgid "Keep imports and functions out of your namespace" +msgstr "" + +#: gnu/packages/perl.scm:3631 +msgid "" +"The namespace::clean pragma will remove all previously\n" +"declared or imported symbols at the end of the current package's compil= e\n" +"cycle. Functions called in the package itself will still be bound by t= heir\n" +"name, but they won't show up as methods on your class or instances." +msgstr "" + +#: gnu/packages/perl.scm:3651 +msgid "Numeric comparisons" +msgstr "" + +#: gnu/packages/perl.scm:3652 +msgid "" +"Number::Compare compiles a simple comparison to an anonymous\n" +"subroutine, which you can call with a value to be tested against." +msgstr "" + +#: gnu/packages/perl.scm:3670 +msgid "Generate cryptographic signatures for objects" +msgstr "" + +#: gnu/packages/perl.scm:3671 +msgid "" +"Object::Signature is an abstract base class that you can\n" +"inherit from in order to allow your objects to generate unique " +"cryptographic\n" +"signatures." +msgstr "" + +#: gnu/packages/perl.scm:3693 +msgid "Anonymous packages" +msgstr "" + +#: gnu/packages/perl.scm:3694 +msgid "" +"This module allows for anonymous packages that are\n" +"independent of the main namespace and only available through an object\= n" +"instance, not by name." +msgstr "" + +#: gnu/packages/perl.scm:3722 +msgid "Manage deprecation warnings for your distribution" +msgstr "" + +#: gnu/packages/perl.scm:3723 +msgid "" +"This module allows you to manage a set of deprecations for\n" +"one or more modules." +msgstr "" + +#: gnu/packages/perl.scm:3750 +msgid "Routines for manipulating stashes" +msgstr "" + +#: gnu/packages/perl.scm:3751 +msgid "" +"Manipulating stashes (Perl's symbol tables) is occasionally\n" +"necessary, but incredibly messy, and easy to get wrong. This module hi= des " +"all\n" +"of that behind a simple API." +msgstr "" + +#: gnu/packages/perl.scm:3774 +msgid "Faster implementation of the Package::Stash API" +msgstr "" + +#: gnu/packages/perl.scm:3775 +msgid "" +"This is a backend for Package::Stash, which provides the\n" +"functionality in a way that's less buggy and much faster. It will be u= sed " +"by\n" +"default if it's installed, and should be preferred in all environments = with " +"a\n" +"compiler." +msgstr "" + +#: gnu/packages/perl.scm:3795 +msgid "Play with other peoples' lexical variables" +msgstr "" + +#: gnu/packages/perl.scm:3796 +msgid "" +"PadWalker is a module which allows you to inspect (and even\n" +"change) lexical variables in any subroutine which called you. It will = only\n" +"show those variables which are in scope at the point of the call. " +"PadWalker\n" +"is particularly useful for debugging." +msgstr "" + +#: gnu/packages/perl.scm:3817 +msgid "Simple, compact and correct param-checking functions" +msgstr "" + +#: gnu/packages/perl.scm:3819 +msgid "" +"Params::Util provides a basic set of importable functions that makes\n" +"checking parameters easier." +msgstr "" + +#: gnu/packages/perl.scm:3842 +msgid "Validate method/function parameters" +msgstr "" + +#: gnu/packages/perl.scm:3843 +msgid "" +"The Params::Validate module allows you to validate method or\n" +"function call parameters to an arbitrary level of specificity." +msgstr "" + +#: gnu/packages/perl.scm:3861 +msgid "Create and manipulate PAR distributions" +msgstr "" + +#: gnu/packages/perl.scm:3862 +msgid "" +"PAR::Dist is a toolkit to create and manipulate PAR\n" +"distributions." +msgstr "" + +#: gnu/packages/perl.scm:3881 +msgid "" +"Allows you to both load one or more modules, while setting\n" +"up inheritance from those modules at the same time." +msgstr "" + +#: gnu/packages/perl.scm:3899 +msgid "Path specification manipulation" +msgstr "" + +#: gnu/packages/perl.scm:3900 +msgid "" +"Path::Class is a module for manipulation of file and\n" +"directory specifications in a cross-platform manner." +msgstr "" + +#: gnu/packages/perl.scm:3920 +msgid "Check for comprehensive documentation of a module" +msgstr "" + +#: gnu/packages/perl.scm:3921 +msgid "" +"This module provides a mechanism for determining if the pod\n" +"for a given module is comprehensive." +msgstr "" + +#: gnu/packages/perl.scm:3940 +msgid "GNU C library compatible strftime for loggers and servers" +msgstr "" + +#: gnu/packages/perl.scm:3941 +msgid "" +"POSIX::strftime::Compiler provides GNU C library compatible\n" +"strftime(3). But this module is not affected by the system locale. Th= is\n" +"feature is useful when you want to write loggers, servers, and portable= \n" +"applications." +msgstr "" + +#: gnu/packages/perl.scm:3959 +msgid "Information about the currently running perl" +msgstr "" + +#: gnu/packages/perl.scm:3961 +msgid "" +"Probe::Perl provides methods for obtaining information about the\n" +"currently running perl interpreter. It originally began life as code i= n " +"the\n" +"Module::Build project, but has been externalized here for general use." +msgstr "" + +#: gnu/packages/perl.scm:3982 +msgid "Create read-only scalars, arrays, hashes" +msgstr "" + +#: gnu/packages/perl.scm:3983 +msgid "" +"This module provides a facility for creating non-modifiable\n" +"variables in Perl. This is useful for configuration files, headers, et= c. " +"It\n" +"can also be useful as a development and debugging tool for catching upd= ates " +"to\n" +"variables that should not be changed." +msgstr "" + +#: gnu/packages/perl.scm:4001 +msgid "Provide commonly requested regular expressions" +msgstr "" + +#: gnu/packages/perl.scm:4003 +msgid "" +"This module exports a single hash (`%RE') that stores or generates\n" +"commonly needed regular expressions. Patterns currently provided inclu= de:\n" +"balanced parentheses and brackets, delimited text (with escapes), integ= ers " +"and\n" +"floating-point numbers in any base (up to 36), comments in 44 languages= ,\n" +"offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip= \n" +"codes." +msgstr "" + +#: gnu/packages/perl.scm:4033 +msgid "Roles, as a slice of Moose" +msgstr "" + +#: gnu/packages/perl.scm:4034 +msgid "Role::Tiny is a minimalist role composition tool." +msgstr "" + +#: gnu/packages/perl.scm:4051 +msgid "Call isa, can, does, and DOES safely" +msgstr "" + +#: gnu/packages/perl.scm:4052 +msgid "" +"This module allows you to call isa, can, does, and DOES\n" +"safely on things that may not be objects." +msgstr "" + +#: gnu/packages/perl.scm:4070 +msgid "Lexically-scoped resource management" +msgstr "" + +#: gnu/packages/perl.scm:4071 +msgid "" +"This module provides a convenient way to perform cleanup or\n" +"other forms of resource management at the end of a scope. It is " +"particularly\n" +"useful when dealing with exceptions: the Scope::Guard constructor takes= a\n" +"reference to a subroutine that is guaranteed to be called even if the " +"thread\n" +"of execution is aborted prematurely. This effectively allows lexically= -" +"scoped\n" +"\"promises\" to be made that are automatically honoured by perl's garba= ge\n" +"collector." +msgstr "" + +#: gnu/packages/perl.scm:4094 +msgid "Infinite sets" +msgstr "" + +#: gnu/packages/perl.scm:4095 +msgid "Set::Infinite is a set theory module for infinite sets." +msgstr "" + +#: gnu/packages/perl.scm:4115 +msgid "Unordered collections of Perl Objects" +msgstr "" + +#: gnu/packages/perl.scm:4116 +msgid "" +"Set::Object provides efficient sets, unordered collections\n" +"of Perl objects without duplicates for scalars and references." +msgstr "" + +#: gnu/packages/perl.scm:4134 +msgid "Set operations for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4135 +msgid "" +"The first priority of Set::Scalar is to be a convenient\n" +"interface to sets (as in: unordered colletions of Perl scalars.) While= not\n" +"designed to be slow or big, neither has it been designed to be fast or\= n" +"compact." +msgstr "" + +#: gnu/packages/perl.scm:4155 +msgid "Spiffy Perl Interface Framework For You" +msgstr "" + +#: gnu/packages/perl.scm:4156 +msgid "" +"Spiffy is a framework and methodology for doing object\n" +"oriented (OO) programming in Perl. Spiffy combines the best parts of\n= " +"Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation " +"class.\n" +"It attempts to fix all the nits and warts of traditional Perl OO, in a = " +"clean,\n" +"straightforward and (perhaps someday) standard way. Spiffy borrows ide= as " +"from\n" +"other OO languages like Python, Ruby, Java and Perl 6." +msgstr "" + +#: gnu/packages/perl.scm:4178 +msgid "Temporary buffer to save bytes" +msgstr "" + +#: gnu/packages/perl.scm:4179 +msgid "" +"Stream::Buffered is a buffer class to store arbitrary length\n" +"of byte strings and then get a seekable filehandle once everything is\n= " +"buffered. It uses PerlIO and/or temporary file to save the buffer " +"depending\n" +"on the length of the size." +msgstr "" + +#: gnu/packages/perl.scm:4199 +msgid "Turn on strict and make all warnings fatal" +msgstr "" + +#: gnu/packages/perl.scm:4200 +msgid "" +"Strictures turns on strict and make all warnings fatal when\n" +"run from within a source-controlled directory." +msgstr "" + +#: gnu/packages/perl.scm:4218 +msgid "Camelcase and de-camelcase" +msgstr "" + +#: gnu/packages/perl.scm:4219 +msgid "" +"This module may be used to convert from under_score text to\n" +"CamelCase and back again." +msgstr "" + +#: gnu/packages/perl.scm:4239 +msgid "Rewrite strings based on a set of known prefixes" +msgstr "" + +#: gnu/packages/perl.scm:4240 +msgid "" +"This module allows you to rewrite strings based on a set of\n" +"known pprefixes." +msgstr "" + +#: gnu/packages/perl.scm:4262 +msgid "Sophisticated exporter for custom-built routines" +msgstr "" + +#: gnu/packages/perl.scm:4264 +msgid "" +"Sub::Exporter provides a sophisticated alternative to Exporter.pm for\n= " +"custom-built routines." +msgstr "" + +#: gnu/packages/perl.scm:4283 +msgid "Only use Sub::Exporter if you need it" +msgstr "" + +#: gnu/packages/perl.scm:4284 +msgid "" +"Sub::Exporter is an incredibly powerful module, but with\n" +"that power comes great responsibility, as well as some runtime penaltie= s.\n" +"This module is a \"Sub::Exporter\" wrapper that will let your users jus= t " +"use\n" +"Exporter if all they are doing is picking exports, but use \"Sub::Expor= ter" +"\"\n" +"if your users try to use \"Sub::Exporter\"'s more advanced features, li= ke\n" +"renaming exports, if they try to use them." +msgstr "" + +#: gnu/packages/perl.scm:4306 +msgid "Retrieve names of code references" +msgstr "" + +#: gnu/packages/perl.scm:4307 +msgid "" +"Sub::Identify allows you to retrieve the real name of code\n" +"references." +msgstr "" + +#: gnu/packages/perl.scm:4326 +msgid "Install subroutines into packages easily" +msgstr "" + +#: gnu/packages/perl.scm:4328 +msgid "" +"Sub::Install makes it easy to install subroutines into packages without= \n" +"the unsightly mess of C or typeglobs lying about where just = " +"anyone\n" +"can see them." +msgstr "" + +#: gnu/packages/perl.scm:4349 +msgid "(Re)name a sub" +msgstr "" + +#: gnu/packages/perl.scm:4350 +msgid "" +"Assigns a new name to referenced sub. If package\n" +"specification is omitted in the name, then the current package is used.= " +"The\n" +"return value is the sub." +msgstr "" + +#: gnu/packages/perl.scm:4369 +msgid "Apparently run a function in a higher stack frame" +msgstr "" + +#: gnu/packages/perl.scm:4370 +msgid "" +"Like Tcl's uplevel() function, but not quite so dangerous.\n" +"The idea is just to fool caller(). All the really naughty bits of Tcl'= s\n" +"uplevel() are avoided." +msgstr "" + +#: gnu/packages/perl.scm:4389 +msgid "Perl extension for generating SVG documents" +msgstr "" + +#: gnu/packages/perl.scm:4390 +msgid "" +"SVG is a Perl module which generates a nested data structure\n" +"containing the DOM representation of an SVG (Scalable Vector Graphics) = " +"image.\n" +"Using SVG, you can generate SVG objects, embed other SVG instances into= it,\n" +"access the DOM object, create and access Javascript, and generate SMIL\= n" +"animation content." +msgstr "" + +#: gnu/packages/perl.scm:4409 +msgid "Perl extension for getting CPU information" +msgstr "" + +#: gnu/packages/perl.scm:4411 +msgid "" +"In responce to a post on perlmonks.org, a module for counting the numbe= r\n" +"of CPU's on a system. Support has now also been added for type of CPU = and\n" +"clock speed." +msgstr "" + +#: gnu/packages/perl.scm:4433 +msgid "Get full hostname in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4434 +msgid "" +"Sys::Hostname::Long tries very hard to get the full hostname\n" +"of a system." +msgstr "" + +#: gnu/packages/perl.scm:4452 +msgid "Ensure that a platform has weaken support" +msgstr "" + +#: gnu/packages/perl.scm:4453 +msgid "" +"One recurring problem in modules that use Scalar::Util's\n" +"weaken function is that it is not present in the pure-perl variant. If= \n" +"Scalar::Util is not available at all, it will issue a normal dependency= on " +"the\n" +"module. However, if Scalar::Util is relatively new ( it is >=3D 1.19 )= and " +"the\n" +"module does not have weaken, the install will bail out altogether with = a " +"long\n" +"error encouraging the user to seek support." +msgstr "" + +#: gnu/packages/perl.scm:4478 +msgid "Template processing system for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4479 +msgid "" +"The Template Toolkit is a collection of modules which\n" +"implement an extensible template processing system. It was originally\= n" +"designed and remains primarily useful for generating dynamic web conten= t, " +"but\n" +"it can be used equally well for processing any other kind of text based= \n" +"documents: HTML, XML, POD, PostScript, LaTeX, and so on." +msgstr "" + +#: gnu/packages/perl.scm:4502 +msgid "Profiling for Template Toolkit" +msgstr "" + +#: gnu/packages/perl.scm:4503 +msgid "" +"Template::Timer provides inline profiling of the template\n" +"processing in Perl code." +msgstr "" + +#: gnu/packages/perl.scm:4521 +msgid "Detect encoding of the current terminal" +msgstr "" + +#: gnu/packages/perl.scm:4522 +msgid "" +"Term::Encoding is a simple module to detect the encoding of\n" +"the current terminal expects in various ways." +msgstr "" + +#: gnu/packages/perl.scm:4546 +msgid "Progress meter on a standard terminal" +msgstr "" + +#: gnu/packages/perl.scm:4547 +msgid "" +"Term::ProgressBar provides a simple progress bar on the\n" +"terminal, to let the user know that something is happening, roughly how= " +"much\n" +"stuff has been done, and maybe an estimate at how long remains." +msgstr "" + +#: gnu/packages/perl.scm:4570 +msgid "Progress meter if run interactively" +msgstr "" + +#: gnu/packages/perl.scm:4571 +msgid "" +"Term::ProgressBar is a wonderful module for showing progress\n" +"bars on the terminal. This module acts very much like that module when= it " +"is\n" +"run interactively. However, when it is not run interactively (for examp= le, " +"as\n" +"a cron job) then it does not show the progress bar." +msgstr "" + +#: gnu/packages/perl.scm:4593 +msgid "Simple progress bars" +msgstr "" + +#: gnu/packages/perl.scm:4594 +msgid "" +"Term::ProgressBar::Simple tells you how much work has been\n" +"done, how much is left to do, and estimate how long it will take." +msgstr "" + +#: gnu/packages/perl.scm:4612 +msgid "Simple terminal control" +msgstr "" + +#: gnu/packages/perl.scm:4613 +msgid "" +"This module, ReadKey, provides ioctl control for terminals\n" +"so the input modes can be changed (thus allowing reads of a single " +"character\n" +"at a time), and also provides non-blocking reads of stdin, as well as " +"several\n" +"other terminal related features, including retrieval/modification of th= e\n" +"screen size, and retrieval/modification of the control characters." +msgstr "" + +#: gnu/packages/perl.scm:4640 +msgid "Data-driven testing framework for Perl" +msgstr "" + +#: gnu/packages/perl.scm:4641 +msgid "" +"Test::Base gives a way to trivially write your own test\n" +"framework base class. It concentrates on offering reusable data driven= \n" +"patterns, so that you can write tests with a minimum of code." +msgstr "" + +#: gnu/packages/perl.scm:4672 +msgid "Check for uncleaned imports" +msgstr "" + +#: gnu/packages/perl.scm:4673 +msgid "" +"This module lets you check your module's namespaces for\n" +"imported functions you might have forgotten to remove with\n" +"namespace::autoclean or namespace::clean and are therefore available to= be\n" +"called as methods, which usually isn't want you want." +msgstr "" + +#: gnu/packages/perl.scm:4693 +msgid "Flexible deep comparison for the Test::Builder framework" +msgstr "" + +#: gnu/packages/perl.scm:4695 +msgid "" +"Test::Deep compares two structures by going through each level, ensurin= g\n" +"that the values match, that arrays and hashes have the same elements an= d " +"that\n" +"references are blessed into the correct class. It also handles circular= " +"data\n" +"structures without getting caught in an infinite loop." +msgstr "" + +#: gnu/packages/perl.scm:4720 +msgid "Test strings and data structures and show differences" +msgstr "" + +#: gnu/packages/perl.scm:4721 +msgid "" +"This module exports three test functions and four diff-style\n" +"functions" +msgstr "" + +#: gnu/packages/perl.scm:4742 +msgid "Perl extension for maintaining test directories" +msgstr "" + +#: gnu/packages/perl.scm:4743 +msgid "" +"Testing code can involve making sure that files are created\n" +"and deleted as expected. Doing this manually can be error prone, as it= 's " +"easy\n" +"to forget a file, or miss that some unexpected file was added. This mo= dule\n" +"simplifies maintaining test directories by tracking their status as the= y " +"are\n" +"modified or tested with this API, making it simple to test both individ= ual\n" +"files, as well as to verify that there are no missing or unknown files.= " +msgstr "" + +#: gnu/packages/perl.scm:4769 +msgid "Test exception based code" +msgstr "" + +#: gnu/packages/perl.scm:4770 +msgid "" +"This module provides a few convenience methods for testing\n" +"exception based code. It is built with Test::Builder and plays happily= " +"with\n" +"Test::More and friends." +msgstr "" + +#: gnu/packages/perl.scm:4790 +msgid "Simple helpers for testing code with exceptions" +msgstr "" + +#: gnu/packages/perl.scm:4791 +msgid "" +"Test::Fatal is an alternative to the popular\n" +"Test::Exception. It does much less, but should allow greater flexibili= ty " +"in\n" +"testing exception-throwing code with about the same amount of typing." +msgstr "" + +#: gnu/packages/perl.scm:4821 +msgid "Run Perl standard test scripts with statistics" +msgstr "" + +#: gnu/packages/perl.scm:4822 +msgid "" +"Simple test harness which allows tests to be run and results\n" +"automatically aggregated and output to STDOUT." +msgstr "" + +#: gnu/packages/perl.scm:4840 +msgid "Traces memory leaks in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4841 +msgid "" +"Test::LeakTrace provides several functions that trace memory\n" +"leaks. This module scans arenas, the memory allocation system, so it ca= n\n" +"detect any leaked SVs in given blocks." +msgstr "" + +#: gnu/packages/perl.scm:4860 +msgid "Tests strings for equality, with more helpful failures" +msgstr "" + +#: gnu/packages/perl.scm:4861 +msgid "" +"This module provides some drop-in replacements for the\n" +"string comparison functions of Test::More, but which are more suitable = when\n" +"you test against long strings." +msgstr "" + +#: gnu/packages/perl.scm:4888 +msgid "Emulate troublesome interfaces in Perl" +msgstr "" + +#: gnu/packages/perl.scm:4889 +msgid "" +"Test::MockObject allows you to create objects that conform\n" +"to particular interfaces with very little code. You don't have to " +"reimplement\n" +"the behavior, just the input and the output." +msgstr "" + +#: gnu/packages/perl.scm:4908 +msgid "Replaces actual time with simulated time" +msgstr "" + +#: gnu/packages/perl.scm:4909 +msgid "" +"This module was created to enable test suites to test code\n" +"at specific points in time. Specifically it overrides localtime, gmtim= e " +"and\n" +"time at compile time and then relies on the user supplying a mock time = via\n" +"set_relative_time, set_absolute_time or set_fixed_time to alter future = " +"calls\n" +"to gmtime,time or localtime." +msgstr "" + +#: gnu/packages/perl.scm:4936 +msgid "Most commonly needed test functions and features" +msgstr "" + +#: gnu/packages/perl.scm:4937 +msgid "" +"This module provides the most commonly used testing\n" +"functions, along with automatically turning on strict and warning and g= ives " +"a\n" +"bit more fine-grained control over test suites." +msgstr "" + +#: gnu/packages/perl.scm:4955 +msgid "Ensure no warnings are produced while testing" +msgstr "" + +#: gnu/packages/perl.scm:4957 +msgid "" +"This modules causes any warnings during testing to be captured and\n" +"stored. It automatically adds an extra test that will run when your sc= ript\n" +"ends to check that there were no warnings. If there were any warings, = the\n" +"test will fail and output diagnostics of where, when and what the warni= ng " +"was,\n" +"including a stack trace of what was going on when it occurred." +msgstr "" + +#: gnu/packages/perl.scm:4982 +msgid "Utilities to test STDOUT and STDERR messages" +msgstr "" + +#: gnu/packages/perl.scm:4984 +msgid "" +"Test::Output provides a simple interface for testing output sent to\n" +"STDOUT or STDERR. A number of different utilities are included to try = and " +"be\n" +"as flexible as possible to the tester." +msgstr "" + +#: gnu/packages/perl.scm:5005 +msgid "Check for POD errors in files" +msgstr "" + +#: gnu/packages/perl.scm:5006 +msgid "" +"Check POD files for errors or warnings in a test file, using\n" +"Pod::Simple to do the heavy lifting." +msgstr "" + +#: gnu/packages/perl.scm:5026 +msgid "Check for pod coverage" +msgstr "" + +#: gnu/packages/perl.scm:5027 +msgid "" +"This module adds a test to your Perl distribution which\n" +"checks for pod coverage of all appropriate files." +msgstr "" + +#: gnu/packages/perl.scm:5045 +msgid "Checks to see if the module can be loaded" +msgstr "" + +#: gnu/packages/perl.scm:5046 +msgid "" +"Test::Requires checks to see if the module can be loaded.\n" +"If this fails, then rather than failing tests this skips all tests." +msgstr "" + +#: gnu/packages/perl.scm:5065 +msgid "Basic cross-platform tests for scripts" +msgstr "" + +#: gnu/packages/perl.scm:5067 +msgid "" +"The intent of the Test::Script module is to provide a series of basic\n= " +"tests for 80% of the testing you will need to do for scripts in the scr= ipt " +"(or\n" +"bin as is also commonly used) paths of your Perl distribution." +msgstr "" + +#: gnu/packages/perl.scm:5090 +msgid "Fork test in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5091 +msgid "" +"Test::SharedFork is a utility module for Test::Builder. It\n" +"makes fork(2) safe to use in test cases." +msgstr "" + +#: gnu/packages/perl.scm:5107 +msgid "Basic utilities for writing tests" +msgstr "" + +#: gnu/packages/perl.scm:5109 +msgid "Test::Simple contains basic utilities for writing tests." +msgstr "" + +#: gnu/packages/perl.scm:5126 +msgid "Simplify running Test::Builder tests" +msgstr "" + +#: gnu/packages/perl.scm:5128 +msgid "" +"Test::Tester allows testing of test modules based on Test::Builder with= \n" +"a minimum of effort." +msgstr "" + +#: gnu/packages/perl.scm:5152 +msgid "Trap exit codes, exceptions, output, etc." +msgstr "" + +#: gnu/packages/perl.scm:5153 +msgid "" +"This module is primarily (but not exclusively) for use in\n" +"test scripts: A block eval configurable and extensible but by default " +"trapping\n" +"STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return " +"values\n" +"from boxed blocks of test code." +msgstr "" + +#: gnu/packages/perl.scm:5173 +msgid "UTF-8 testing in Perl" +msgstr "" + +#: gnu/packages/perl.scm:5174 +msgid "" +"This module is a collection of tests useful for dealing with\n" +"UTF-8 strings in Perl. This module has two types of tests: The validit= y " +"tests\n" +"check if a string is valid and not corrupt, whereas the characteristics= " +"tests\n" +"will check that string has a given set of characteristics." +msgstr "" + +#: gnu/packages/perl.scm:5196 +msgid "Perl extension to test methods for warnings" +msgstr "" + +#: gnu/packages/perl.scm:5197 +msgid "" +"This module provides a few convenience methods for testing\n" +"warning based code." +msgstr "" + +#: gnu/packages/perl.scm:5215 +msgid "Test for warnings and the lack of them" +msgstr "" + +#: gnu/packages/perl.scm:5216 +msgid "" +"This module is intended to be used as a drop-in replacement\n" +"for Test::NoWarnings. It also adds an extra test, but runs this test " +"before\n" +"done_testing calculates the test count, rather than after. It does thi= s by\n" +"hooking into done_testing as well as via an END block. You can declare= a\n" +"plan, or not, and things will still Just Work." +msgstr "" + +#: gnu/packages/perl.scm:5237 +msgid "Test fallback behaviour in absence of modules" +msgstr "" + +#: gnu/packages/perl.scm:5238 +msgid "" +"This module allows you to deliberately hide modules from a\n" +"program even though they are installed. This is mostly useful for test= ing\n" +"modules that have a fallback when a certain dependency module is not\n" +"installed." +msgstr "" + +#: gnu/packages/perl.scm:5264 +msgid "Dynamic generation of tests" +msgstr "" + +#: gnu/packages/perl.scm:5265 +msgid "" +"The Test::WriteVariants module provides for the dynamic\n" +"generation of tests in nested combinations of contexts." +msgstr "" + +#: gnu/packages/perl.scm:5285 +msgid "Testing module for YAML implementations" +msgstr "" + +#: gnu/packages/perl.scm:5286 +msgid "" +"Test::YAML is a subclass of Test::Base with YAML specific\n" +"support." +msgstr "" + +#: gnu/packages/perl.scm:5304 +msgid "Align text" +msgstr "" + +#: gnu/packages/perl.scm:5305 +msgid "" +"Text::Aligner exports a single function, align(), which is\n" +"used to justify strings to various alignment styles." +msgstr "" + +#: gnu/packages/perl.scm:5323 +msgid "Extract delimited text sequences from strings" +msgstr "" + +#: gnu/packages/perl.scm:5324 +msgid "" +"The Text::Balanced module can be used to extract delimited\n" +"text sequences from strings." +msgstr "" + +#: gnu/packages/perl.scm:5342 +msgid "Manipulate comma-separated values" +msgstr "" + +#: gnu/packages/perl.scm:5343 +msgid "" +"Text::CSV provides facilities for the composition and\n" +"decomposition of comma-separated values. An instance of the Text::CSV = " +"class\n" +"can combine fields into a CSV string and parse a CSV string into fields= ." +msgstr "" + +#: gnu/packages/perl.scm:5364 +msgid "Perform diffs on files and record sets" +msgstr "" + +#: gnu/packages/perl.scm:5365 +msgid "" +"Text::Diff provides a basic set of services akin to the GNU\n" +"diff utility. It is not anywhere near as feature complete as GNU diff,= but " +"it\n" +"is better integrated with Perl and available on all platforms. It is o= ften\n" +"faster than shelling out to a system's diff executable for small files,= and\n" +"generally slower on larger files." +msgstr "" + +#: gnu/packages/perl.scm:5386 +msgid "Match globbing patterns against text" +msgstr "" + +#: gnu/packages/perl.scm:5387 +msgid "" +"Text::Glob implements glob(3) style matching that can be\n" +"used to match against text, rather than fetching names from a filesyste= m. " +"If\n" +"you want to do full file globbing use the File::Glob module instead." +msgstr "" + +#: gnu/packages/perl.scm:5406 +msgid "Simple ASCII tables" +msgstr "" + +#: gnu/packages/perl.scm:5407 +msgid "Text::SimpleTable draws simple ASCII tables." +msgstr "" + +#: gnu/packages/perl.scm:5426 +msgid "Organize Data in Tables" +msgstr "" + +#: gnu/packages/perl.scm:5427 +msgid "Text::Table renders plaintext tables." +msgstr "" + +#: gnu/packages/perl.scm:5444 +msgid "Provide plain ASCII transliterations of Unicode text" +msgstr "" + +#: gnu/packages/perl.scm:5445 +msgid "" +"Text::Unidecode provides a function, unidecode(...) that\n" +"takes Unicode data and tries to represent it in US-ASCII characters (i.= e., " +"the\n" +"universally displayable characters between 0x00 and 0x7F). The " +"representation\n" +"is almost always an attempt at transliteration-- i.e., conveying, in Ro= man\n" +"letters, the pronunciation expressed by the text in some other writing\= n" +"system." +msgstr "" + +#: gnu/packages/perl.scm:5473 +msgid "Role for classes that can be thrown" +msgstr "" + +#: gnu/packages/perl.scm:5474 +msgid "" +"Throwable is a role for classes that are meant to be thrown\n" +"as exceptions to standard program flow." +msgstr "" + +#: gnu/packages/perl.scm:5492 +msgid "Ordered associative arrays for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5493 +msgid "" +"This Perl module implements Perl hashes that preserve the\n" +"order in which the hash elements were added. The order is not affected = when\n" +"values corresponding to existing keys in the IxHash are changed. The " +"elements\n" +"can also be set to any arbitrary supplied order. The familiar perl arra= y\n" +"operations can also be performed on the IxHash." +msgstr "" + +#: gnu/packages/perl.scm:5516 +msgid "Tie to an existing Perl object" +msgstr "" + +#: gnu/packages/perl.scm:5517 +msgid "" +"This class provides a tie constructor that returns the\n" +"object it was given as it's first argument. This way side effects of " +"calling\n" +"$object->TIEHASH are avoided." +msgstr "" + +#: gnu/packages/perl.scm:5539 +msgid "English expression of durations" +msgstr "" + +#: gnu/packages/perl.scm:5540 +msgid "" +"This module provides functions for expressing durations in\n" +"rounded or exact terms." +msgstr "" + +#: gnu/packages/perl.scm:5562 +msgid "Parse time duration strings" +msgstr "" + +#: gnu/packages/perl.scm:5563 +msgid "" +"Time::Duration::Parse is a module to parse human readable\n" +"duration strings like \"2 minutes\" and \"3 seconds\" to seconds." +msgstr "" + +#: gnu/packages/perl.scm:5581 +msgid "Efficiently compute time from local and GMT time" +msgstr "" + +#: gnu/packages/perl.scm:5582 +msgid "" +"This module provides functions that are the inverse of\n" +"built-in perl functions localtime() and gmtime(). They accept a date a= s a\n" +"six-element array, and return the corresponding time(2) value in second= s " +"since\n" +"the system epoch" +msgstr "" + +#: gnu/packages/perl.scm:5602 +msgid "Date parsing/formating subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5603 +msgid "" +"This module provides routines for parsing date string into\n" +"time values and formating dates into ASCII strings." +msgstr "" + +#: gnu/packages/perl.scm:5623 +msgid "Shift and scale time" +msgstr "" + +#: gnu/packages/perl.scm:5624 +msgid "" +"This module allows you to speed up your sleep(), alarm(),\n" +"and time() calls." +msgstr "" + +#: gnu/packages/perl.scm:5647 +msgid "Simple tree object" +msgstr "" + +#: gnu/packages/perl.scm:5648 +msgid "" +"This module in a fully object-oriented implementation of a\n" +"simple n-ary tree." +msgstr "" + +#: gnu/packages/perl.scm:5671 +msgid "Factory object for dispensing Visitor objects" +msgstr "" + +#: gnu/packages/perl.scm:5672 +msgid "" +"This module is a factory for dispensing\n" +"Tree::Simple::Visitor::* objects." +msgstr "" + +#: gnu/packages/perl.scm:5690 +msgid "Minimal try/catch with proper preservation of $@" +msgstr "" + +#: gnu/packages/perl.scm:5691 +msgid "" +"This module provides bare bones try/catch/finally statements\n" +"that are designed to minimize common mistakes with eval blocks, and not= hing\n" +"else." +msgstr "" + +#: gnu/packages/perl.scm:5712 +msgid "Data types for common serialisation formats" +msgstr "" + +#: gnu/packages/perl.scm:5713 +msgid "" +"This module provides some extra datatypes that are used by\n" +"common serialisation formats such as JSON or CBOR." +msgstr "" + +#: gnu/packages/perl.scm:5731 +msgid "UNIVERSAL::can() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5732 +msgid "" +"This module attempts to work around people calling\n" +"UNIVERSAL::can() as a function, which it is not." +msgstr "" + +#: gnu/packages/perl.scm:5752 +msgid "UNIVERSAL::isa() reimplementation" +msgstr "" + +#: gnu/packages/perl.scm:5753 +msgid "" +"This module attempts to recover from people calling\n" +"UNIVERSAL::isa as a function" +msgstr "" + +#: gnu/packages/perl.scm:5771 +msgid "Associate user-defined magic to variables from Perl" +msgstr "" + +#: gnu/packages/perl.scm:5772 +msgid "" +"Magic is Perl's way of enhancing variables. This mechanism\n" +"lets the user add extra data to any variable and hook syntactical\n" +"operations (such as access, assignment or destruction) that can be appl= ied " +"to\n" +"it. With this module, you can add your own magic to any variable witho= ut\n" +"having to write a single line of XS." +msgstr "" + +#: gnu/packages/perl.scm:5795 +msgid "YAML for Perl" +msgstr "" + +#: gnu/packages/perl.scm:5796 +msgid "" +"The YAML.pm module implements a YAML Loader and Dumper based\n" +"on the YAML 1.0 specification." +msgstr "" + +#: gnu/packages/perl.scm:5819 +msgid "Read/Write YAML files" +msgstr "" + +#: gnu/packages/perl.scm:5820 +msgid "" +"YAML::Tiny is a perl class for reading and writing\n" +"YAML-style files, written with as little code as possible, reducing loa= d " +"time\n" +"and memory overhead." +msgstr "" + +#: gnu/packages/perl.scm:5847 +msgid "Distribution metadata for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5848 +msgid "" +"Software distributions released to the CPAN include a\n" +"META.json or, for older distributions, META.yml, which describes the\n" +"distribution, its contents, and the requirements for building and " +"installing\n" +"the distribution. The data structure stored in the META.json file is\n= " +"described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to\n= " +"represent this distribution metadata (or distmeta), along with some hel= pful\n" +"methods for interrogating that data." +msgstr "" + +#: gnu/packages/perl.scm:5871 +msgid "Set of version requirements for a CPAN dist" +msgstr "" + +#: gnu/packages/perl.scm:5872 +msgid "" +"A CPAN::Meta::Requirements object models a set of version\n" +"constraints like those specified in the META.yml or META.json files in = CPAN\n" +"distributions, and as defined by CPAN::Meta::Spec. It can be built up = by\n" +"adding more and more constraints, and will reduce them to the simplest\= n" +"representation." +msgstr "" + +#: gnu/packages/perl.scm:5895 +msgid "Read and write a subset of YAML for CPAN Meta files" +msgstr "" + +#: gnu/packages/perl.scm:5896 +msgid "" +"This module implements a subset of the YAML specification\n" +"for use in reading and writing CPAN metadata files like META.yml and\n" +"MYMETA.yml." +msgstr "" + +#: gnu/packages/perl.scm:5917 +msgid "Build and install Perl modules" +msgstr "" + +#: gnu/packages/perl.scm:5918 +msgid "" +"\"Module::Build\" is a system for building, testing, and\n" +"installing Perl modules. It is meant to be an alternative to\n" +"\"ExtUtils::MakeMaker\". Developers may alter the behavior of the modu= le\n" +"through subclassing in a much more straightforward way than with\n" +"\"MakeMaker\". It also does not require a \"make\" on your system - mo= st " +"of\n" +"the \"Module::Build\" code is pure-perl and written in a cross-platform= way." +msgstr "" + +#: gnu/packages/perl.scm:5942 +msgid "Parse META.yml and META.json CPAN metadata files" +msgstr "" + +#: gnu/packages/perl.scm:5943 +msgid "" +"Parse::CPAN::Meta is a parser for META.json and META.yml\n" +"files, using JSON::PP and/or CPAN::Meta::YAML." +msgstr "" + +#: gnu/packages/perl.scm:5961 +msgid "Common Scalar and List utility subroutines" +msgstr "" + +#: gnu/packages/perl.scm:5962 +msgid "" +"This package contains a selection of subroutines that people\n" +"have expressed would be nice to have in the perl core, but the usage wo= uld " +"not\n" +"really be high enough to warrant the use of a keyword, and the size so = " +"small\n" +"such that being individual extensions would be wasteful." +msgstr "" + +#: gnu/packages/photo.scm:46 +msgid "Read and manipulate EXIF data in digital photographs" +msgstr "" + +#: gnu/packages/photo.scm:48 +msgid "" +"The libexif C library allows applications to read, edit, and save EXIF\= n" +"data as produced by digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:73 +msgid "Accessing digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:75 +msgid "" +"This is the library backend for gphoto2. It contains the code for PTP,= \n" +"MTP, and other vendor specific protocols for controlling and transferri= ng " +"data\n" +"from digital cameras." +msgstr "" + +#: gnu/packages/photo.scm:116 +msgid "Command-line tools to access digital cameras" +msgstr "" + +#: gnu/packages/photo.scm:118 +msgid "" +"Gphoto2 is a set of command line utilities for manipulating a large\n" +"number of different digital cameras. Through libgphoto2, it supports P= TP,\n" +"MTP, and much more." +msgstr "" + +#: gnu/packages/photo.scm:152 +msgid "Program and Perl library to manipulate EXIF tags" +msgstr "" + +#: gnu/packages/photo.scm:154 +msgid "" +"This package provides the 'exiftool' command and the 'Image::ExifTool'\= n" +"Perl library to manipulate EXIF tags of digital images." +msgstr "" + +#: gnu/packages/qemu.scm:129 +msgid "Machine emulator and virtualizer (without GUI)" +msgstr "" + +#: gnu/packages/qemu.scm:131 +msgid "" +"QEMU is a generic machine emulator and virtualizer.\n" +"\n" +"When used as a machine emulator, QEMU can run OSes and programs made fo= r " +"one\n" +"machine (e.g. an ARM board) on a different machine---e.g., your own PC.= By\n" +"using dynamic translation, it achieves very good performance.\n" +"\n" +"When used as a virtualizer, QEMU achieves near native performances by\n= " +"executing the guest code directly on the host CPU. QEMU supports\n" +"virtualization when executing under the Xen hypervisor or using\n" +"the KVM kernel module in Linux. When using KVM, QEMU can virtualize x8= 6,\n" +"server and embedded PowerPC, and S390 guests." +msgstr "" + +#: gnu/packages/qemu.scm:153 +msgid "Machine emulator and virtualizer" +msgstr "" + +#: gnu/packages/ratpoison.scm:83 +msgid "Simple mouse-free tiling window manager" +msgstr "" + +#: gnu/packages/ratpoison.scm:85 +msgid "" +"Ratpoison is a simple window manager with no fat library\n" +"dependencies, no fancy graphics, no window decorations, and no\n" +"rodent dependence. It is largely modelled after GNU Screen which\n" +"has done wonders in the virtual terminal market.\n" +"\n" +"The screen can be split into non-overlapping frames. All windows\n" +"are kept maximized inside their frames to take full advantage of\n" +"your precious screen real estate.\n" +"\n" +"All interaction with the window manager is done through keystrokes.\n" +"Ratpoison has a prefix map to minimize the key clobbering that\n" +"cripples Emacs and other quality pieces of software." +msgstr "" + +#: gnu/packages/readline.scm:68 +msgid "Edit command lines while typing, with history support" +msgstr "" + +#: gnu/packages/readline.scm:70 +msgid "" +"The GNU readline library allows users to edit command lines as they\n" +"are typed in. It can maintain a searchable history of previously enter= ed\n" +"commands, letting you easily recall, edit and re-enter past commands. = It\n" +"features both Emacs-like and vi-like keybindings, making its usage\n" +"comfortable for anyone." +msgstr "" + +#: gnu/packages/scanner.scm:52 +msgid "Raster image scanner library and drivers" +msgstr "" + +#: gnu/packages/scanner.scm:53 +msgid "" +"SANE stands for \"Scanner Access Now Easy\" and is an API\n" +"proving access to any raster image scanner hardware (flatbed scanner,\n= " +"hand-held scanner, video- and still-cameras, frame-grabbers, etc.). Th= e\n" +"package contains the library and drivers." +msgstr "" + +#: gnu/packages/scheme.scm:131 +#, fuzzy +msgid "A Scheme implementation with integrated editor and debugger" +msgstr "L=C6=B0=E1=BB=A3c =C4=91=E1=BB=93 th=E1=BB=B1c thi c=C3=B3 d=E1=BB= =A5ng =C3=BD =C4=91=E1=BA=B7c bi=E1=BB=87t cho ph=E1=BA=A7n m=E1=BB=9F r=E1= =BB=99ng" + +#: gnu/packages/scheme.scm:133 +msgid "" +"GNU/MIT Scheme is an implementation of the Scheme programming\n" +"language. It provides an interpreter, a compiler and a debugger. It a= lso\n" +"features an integrated Emacs-like editor and a large runtime library." +msgstr "" + +#: gnu/packages/scheme.scm:216 +msgid "Efficient Scheme compiler" +msgstr "" + +#: gnu/packages/scheme.scm:218 +msgid "" +"Bigloo is a Scheme implementation devoted to one goal: enabling\n" +"Scheme based programming style where C(++) is usually\n" +"required. Bigloo attempts to make Scheme practical by offering\n" +"features usually presented by traditional programming languages\n" +"but not offered by Scheme and functional programming. Bigloo\n" +"compiles Scheme modules. It delivers small and fast stand alone\n" +"binary executables. Bigloo enables full connections between\n" +"Scheme and C programs and between Scheme and Java programs." +msgstr "" + +#: gnu/packages/scheme.scm:261 +msgid "Multi-tier programming language for the Web 2.0" +msgstr "" + +#: gnu/packages/scheme.scm:263 +msgid "" +"HOP is a multi-tier programming language for the Web 2.0 and the\n" +"so-called diffuse Web. It is designed for programming interactive web\= n" +"applications in many fields such as multimedia (web galleries, music " +"players,\n" +"...), ubiquitous and house automation (SmartPhones, personal appliance)= ,\n" +"mashups, office (web agendas, mail clients, ...), etc." +msgstr "" + +#: gnu/packages/scheme.scm:303 +msgid "R5RS Scheme implementation that compiles native code via C" +msgstr "" + +#: gnu/packages/scheme.scm:305 +msgid "" +"CHICKEN is a compiler for the Scheme programming language. CHICKEN\n" +"produces portable and efficient C, supports almost all of the R5RS Sche= me\n" +"language standard, and includes many enhancements and extensions." +msgstr "" + +#: gnu/packages/scheme.scm:324 +#, fuzzy +msgid "Scheme implementation using a bytecode interpreter" +msgstr "L=C6=B0=E1=BB=A3c =C4=91=E1=BB=93 th=E1=BB=B1c thi c=C3=B3 d=E1=BB= =A5ng =C3=BD =C4=91=E1=BA=B7c bi=E1=BB=87t cho ph=E1=BA=A7n m=E1=BB=9F r=E1= =BB=99ng" + +#: gnu/packages/scheme.scm:326 +msgid "" +"Scheme 48 is an implementation of Scheme based on a byte-code\n" +"interpreter and is designed to be used as a testbed for experiments in\= n" +"implementation techniques and as an expository tool." +msgstr "" + +#: gnu/packages/scheme.scm:402 +msgid "Implementation of Scheme and related languages" +msgstr "" + +#: gnu/packages/scheme.scm:404 +msgid "" +"Racket is an implementation of the Scheme programming language (R5RS an= d\n" +"R6RS) and related languages, such as Typed Racket. It features a compi= ler " +"and\n" +"a virtual machine with just-in-time native compilation, as well as a la= rge " +"set\n" +"of libraries." +msgstr "" + +#: gnu/packages/scheme.scm:442 +msgid "Efficient Scheme interpreter and compiler" +msgstr "" + +#: gnu/packages/scheme.scm:444 +msgid "" +"Gambit consists of two main programs: gsi, the Gambit Scheme\n" +"interpreter, and gsc, the Gambit Scheme compiler. The interpreter cont= ains\n" +"the complete execution and debugging environment. The compiler is the\= n" +"interpreter extended with the capability of generating executable files= . " +"The\n" +"compiler can produce standalone executables or compiled modules which c= an " +"be\n" +"loaded at run time. Interpreted code and compiled code can be freely\n= " +"mixed." +msgstr "" + +#: gnu/packages/scheme.scm:481 +msgid "Small embeddable Scheme implementation" +msgstr "" + +#: gnu/packages/scheme.scm:483 +msgid "" +"Chibi-Scheme is a very small library with no external dependencies\n" +"intended for use as an extension and scripting language in C programs. = In\n" +"addition to support for lightweight VM-based threads, each VM itself ru= ns " +"in\n" +"an isolated heap allowing multiple VMs to run simultaneously in differe= nt " +"OS\n" +"threads." +msgstr "" + +#: gnu/packages/search.scm:52 +msgid "Search Engine Library" +msgstr "" + +#: gnu/packages/search.scm:54 +msgid "" +"Xapian is a highly adaptable toolkit which allows developers to easily\= n" +"add advanced indexing and search facilities to their own applications. = It\n" +"supports the Probabilistic Information Retrieval model and also support= s a\n" +"rich set of boolean query operators." +msgstr "" + +#: gnu/packages/search.scm:97 +msgid "Tool for Obsessive Compulsive Classifiers" +msgstr "" + +#: gnu/packages/search.scm:99 +msgid "" +"libtocc is the engine of the Tocc project, a tag-based file management\= n" +"system. The goal of Tocc is to provide a better system for classifying= " +"files\n" +"that is more flexible than classic file systems that are based on a tre= e of\n" +"files and directories." +msgstr "" + +#: gnu/packages/search.scm:121 +msgid "Command-line interface to libtocc" +msgstr "" + +#: gnu/packages/search.scm:123 +msgid "" +"Tocc is a tag-based file management system. This package contains the\= n" +"command line tool for interacting with libtocc." +msgstr "" + +#: gnu/packages/search.scm:141 +msgid "Finding text and HTML files that match boolean expressions" +msgstr "" + +#: gnu/packages/search.scm:143 +msgid "" +"GNU Bool is a utility to perform text searches on files using Boolean\n= " +"expressions. For example, a search for \"hello AND world\" would retur= n a\n" +"file containing the phrase \"Hello, world!\". It supports both AND and= OR\n" +"statements, as well as the NEAR statement to search for the occurrence = of\n" +"words in close proximity to each other. It handles context gracefully,= \n" +"accounting for new lines and paragraph changes. It also has robust sup= port\n" +"for parsing HTML files." +msgstr "" + +#: gnu/packages/serveez.scm:51 +msgid "Framework for implementing IP-based servers" +msgstr "" + +#: gnu/packages/serveez.scm:53 +msgid "" +"GNU Serveez is a server framework providing the routines necessary to\n= " +"easily implement IP-based servers in your application. It\n" +"demonstrates aspects of network programming in a portable manner,\n" +"making it convenient for both simplifying the process of adding a\n" +"server to your application or for learning about how network services\n= " +"work. Several example servers are provided already, such as an HTTP\n" +"server and an IRC server." +msgstr "" + +#: gnu/packages/telephony.scm:50 +msgid "(u)Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:51 +msgid "" +"GNU Common C++ is an portable, optimized class framework for\n" +"threaded applications, supporting concurrent synchronization, inter-pro= cess\n" +"communications via sockets, and various methods for data handling, such= as\n" +"serialization and XML parsing. It includes the uCommon C++ library, a = " +"smaller\n" +"reimplementation." +msgstr "" + +#: gnu/packages/telephony.scm:70 +msgid "Common C++ framework for threaded applications" +msgstr "" + +#: gnu/packages/telephony.scm:71 +msgid "" +"GNU uCommon C++ is meant as a very light-weight C++ library\n" +"to facilitate using C++ design patterns even for very deeply embedded\n= " +"applications, such as for systems using uclibc along with posix threadi= ng\n" +"support." +msgstr "" + +#: gnu/packages/telephony.scm:92 +msgid "Implementation of RTP (real-time transport protocol)" +msgstr "" + +#: gnu/packages/telephony.scm:93 +msgid "" +"GNU ccRTP is an implementation of RTP, the real-time transport\n" +"protocol from the IETF. It is suitable both for high capacity servers = and\n" +"personal client applications. It is flexible in its design, allowing i= t to\n" +"function as a framework for the framework, rather than just being a\n" +"packet-manipulation library." +msgstr "" + +#: gnu/packages/telephony.scm:113 +msgid "Library implementing SIP (RFC-3261)" +msgstr "" + +#: gnu/packages/telephony.scm:114 +msgid "" +"GNU oSIP is an implementation of the SIP protocol. It is\n" +"used to provide multimedia and telecom software developers with an " +"interface\n" +"to initiate and control SIP sessions." +msgstr "" + +#: gnu/packages/telephony.scm:134 +msgid "Sip abstraction library" +msgstr "" + +#: gnu/packages/telephony.scm:135 +msgid "" +"EXosip is a library that hides the complexity of using the\n" +"SIP protocol for mutlimedia session establishement. This protocol is m= ainly " +"to\n" +"be used by VoIP telephony applications (endpoints or conference server)= but\n" +"might be also usefull for any application that wish to establish sessio= ns " +"like\n" +"multiplayer games." +msgstr "" + +#: gnu/packages/telephony.scm:178 +msgid "Secure peer-to-peer VoIP server for the SIP protocol" +msgstr "" + +#: gnu/packages/telephony.scm:179 +msgid "" +"GNU SIP Witch is a peer-to-peer Voice-over-IP server that\n" +"uses the SIP protocol. Calls can be made from behind NAT firewalls and= \n" +"without the need for a service provider. Its peer-to-peer design ensur= es " +"that\n" +"there is no central point for media intercept or capture and thus it ca= n be\n" +"used to construct a secure telephone system that operates over the publ= ic\n" +"internet." +msgstr "" + +#: gnu/packages/telephony.scm:204 +msgid "Secure RTP (SRTP) Reference Implementation" +msgstr "" + +#: gnu/packages/telephony.scm:205 +msgid "" +"This package provides an implementation of the Secure\n" +"Real-time Transport Protocol (SRTP), the Universal Security Transform " +"(UST),\n" +"and a supporting cryptographic kernel." +msgstr "" + +#: gnu/packages/texinfo.scm:46 +msgid "The GNU documentation format" +msgstr "" + +#: gnu/packages/texinfo.scm:48 +msgid "" +"Texinfo is the official documentation format of the GNU project. It\n" +"uses a single source file using explicit commands to produce a final " +"document\n" +"in any of several supported output formats, such as HTML or PDF. This\= n" +"package includes both the tools necessary to produce Info documents fro= m\n" +"their source and the command-line Info reader. The emphasis of the " +"language\n" +"is on expressing the content semantically, avoiding physical markup com= mands." +msgstr "" + +#: gnu/packages/texinfo.scm:93 +msgid "Convert Texinfo to HTML" +msgstr "" + +#: gnu/packages/texinfo.scm:95 +msgid "" +"Texi2HTML is a Perl script which converts Texinfo source files to HTML\= n" +"output. It now supports many advanced features, such as " +"internationalization\n" +"and extremely configurable output formats.\n" +"\n" +"Development of Texi2HTML moved to the GNU Texinfo repository in 2010, s= ince " +"it\n" +"was meant to replace the makeinfo implementation in GNU Texinfo. The r= oute\n" +"forward for authors is, in most cases, to alter manuals and build proce= sses " +"as\n" +"necessary to use the new features of the makeinfo/texi2any implementati= on " +"of\n" +"GNU Texinfo. The Texi2HTML maintainers (one of whom is the principal " +"author\n" +"of the GNU Texinfo implementation) do not intend to make further releas= es " +"of\n" +"Texi2HTML." +msgstr "" + +#: gnu/packages/texlive.scm:151 gnu/packages/texlive.scm:207 +#: gnu/packages/texlive.scm:265 +msgid "TeX Live, a package of the TeX typesetting system" +msgstr "" + +#: gnu/packages/texlive.scm:153 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the binaries." +msgstr "" + +#: gnu/packages/texlive.scm:209 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete tree of texmf-dist data." +msgstr "" + +#: gnu/packages/texlive.scm:267 +msgid "" +"TeX Live provides a comprehensive TeX document production system.\n" +"It includes all the major TeX-related programs, macro packages, and fon= ts\n" +"that are free software, including support for many languages around the= \n" +"world.\n" +"\n" +"This package contains the complete TeX Live distribution." +msgstr "" + +#: gnu/packages/texlive.scm:296 +msgid "Wrapper for LaTeX and friends" +msgstr "" + +#: gnu/packages/texlive.scm:298 +msgid "" +"Rubber is a program whose purpose is to handle all tasks related to the= \n" +"compilation of LaTeX documents. This includes compiling the document " +"itself,\n" +"of course, enough times so that all references are defined, and running= " +"BibTeX\n" +"to manage bibliographic references. Automatic execution of dvips to " +"produce\n" +"PostScript documents is also included, as well as usage of pdfLaTeX to = " +"produce\n" +"PDF documents." +msgstr "" + +#: gnu/packages/textutils.scm:61 +msgid "Text encoding converter" +msgstr "" + +#: gnu/packages/textutils.scm:62 +msgid "" +"The Recode library converts files between character sets and\n" +"usages. It recognises or produces over 200 different character sets (o= r " +"about\n" +"300 if combined with an iconv library) and transliterates files between= " +"almost\n" +"any pair. When exact transliteration are not possible, it gets rid of\= n" +"offending characters or falls back on approximations. The recode progr= am is " +"a\n" +"handy front-end to the library." +msgstr "" + +#: gnu/packages/textutils.scm:89 +msgid "Text encoding detection tool" +msgstr "" + +#: gnu/packages/textutils.scm:90 +msgid "" +"Enca (Extremely Naive Charset Analyser) consists of libenca,\n" +"an encoding detection library, and enca, a command line frontend, " +"integrating\n" +"libenca and several charset conversion libraries and tools." +msgstr "" + +#: gnu/packages/textutils.scm:127 +msgid "C library for processing UTF-8 Unicode data" +msgstr "" + +#: gnu/packages/textutils.scm:128 +msgid "" +"utf8proc is a small C library that provides Unicode\n" +"normalization, case-folding, and other operations for data in the UTF-8= \n" +"encoding, supporting Unicode version 7.0." +msgstr "" + +#: gnu/packages/textutils.scm:157 +msgid "Gordon's text utils library" +msgstr "" + +#: gnu/packages/textutils.scm:159 +msgid "" +"libgtextutils is a text utilities library used by the fastx toolkit fro= m\n" +"the Hannon Lab." +msgstr "" + +#: gnu/packages/textutils.scm:199 +msgid "Text-to-HTML conversion tool" +msgstr "" + +#: gnu/packages/textutils.scm:201 +msgid "" +"Markdown is a text-to-HTML conversion tool for web writers. It allows\= n" +"you to write using an easy-to-read, easy-to-write plain text format, th= en\n" +"convert it to structurally valid XHTML (or HTML)." +msgstr "" + +#: gnu/packages/version-control.scm:93 +msgid "" +"Version control system supporting both distributed and centralized work= flows" +msgstr "" + +#: gnu/packages/version-control.scm:95 +msgid "" +"GNU Bazaar is a version control system that allows you to record\n" +"changes to project files over time. It supports both a distributed " +"workflow\n" +"as well as the classic centralized workflow." +msgstr "" + +#: gnu/packages/version-control.scm:229 +msgid "Distributed version control system" +msgstr "" + +#: gnu/packages/version-control.scm:231 +msgid "" +"Git is a free distributed version control system designed to handle\n" +"everything from small to very large projects with speed and efficiency.= " +msgstr "" + +#: gnu/packages/version-control.scm:276 +msgid "Man pages of the Git version control system" +msgstr "" + +#: gnu/packages/version-control.scm:278 +msgid "" +"This package provides the man pages of the Git version control system.\= n" +"This is the documentation displayed when using the '--help' option of a= " +"'git'\n" +"command." +msgstr "" + +#: gnu/packages/version-control.scm:315 +msgid "Command-line flags library for shell scripts" +msgstr "" + +#: gnu/packages/version-control.scm:317 +msgid "" +"Shell Flags (shFlags) is a library written to greatly simplify the\n" +"handling of command-line flags in Bourne based Unix shell scripts (bash= , " +"dash,\n" +"ksh, sh, zsh). Most shell scripts use getopt for flags processing, but= the\n" +"different versions of getopt on various OSes make writing portable shel= l\n" +"scripts difficult. shFlags instead provides an API that doesn't change= " +"across\n" +"shell and OS versions so the script writer can be confident that the sc= ript\n" +"will work." +msgstr "" + +#: gnu/packages/version-control.scm:360 +msgid "Git extensions for Vincent Driessen's branching model" +msgstr "" + +#: gnu/packages/version-control.scm:362 +msgid "" +"Vincent Driessen's branching model is a git branching and release\n" +"management strategy that helps developers keep track of features, hotfi= xes,\n" +"and releases in bigger software projects. The git-flow library of git\= n" +"subcommands helps automate some parts of the flow to make working with = it a\n" +"lot easier." +msgstr "" + +#: gnu/packages/version-control.scm:399 +msgid "Run a command over a sequence of commits" +msgstr "" + +#: gnu/packages/version-control.scm:401 +msgid "" +"git-test-sequence is similar to an automated git bisect except it=E2=80= =99s\n" +"linear. It will test every change between two points in the DAG. It w= ill\n" +"also walk each side of a merge and test those changes individually." +msgstr "" + +#: gnu/packages/version-control.scm:459 +msgid "Git access control layer" +msgstr "" + +#: gnu/packages/version-control.scm:461 +msgid "" +"Gitolite is an access control layer on top of Git, providing fine acces= s\n" +"control to Git repositories." +msgstr "" + +#: gnu/packages/version-control.scm:485 +msgid "Decentralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:487 +msgid "" +"Mercurial is a free, distributed source control management tool.\n" +"It efficiently handles projects of any size\n" +"and offers an easy and intuitive interface." +msgstr "" + +#: gnu/packages/version-control.scm:521 +msgid "HTTP and WebDAV client library" +msgstr "" + +#: gnu/packages/version-control.scm:522 +msgid "" +"Neon is an HTTP and WebDAV client library, with a\n" +"C interface. Features:\n" +"High-level wrappers for common HTTP and WebDAV operations (GET, MOVE,\n= " +"DELETE, etc.);\n" +"low-level interface to the HTTP request/response engine, allowing the u= se\n" +"of arbitrary HTTP methods, headers, etc.;\n" +"authentication support including Basic and Digest support, along with\n= " +"GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32;= \n" +"SSL/TLS support using OpenSSL or GnuTLS, exposing an abstraction layer = for\n" +"verifying server certificates, handling client certificates, and examin= ing\n" +"certificate properties, smartcard-based client certificates are also\n" +"supported via a PKCS#11 wrapper interface;\n" +"abstract interface to parsing XML using libxml2 or expat, and wrappers = for\n" +"simplifying handling XML HTTP response bodies;\n" +"WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to simplif= y\n" +"property manipulation." +msgstr "" + +#: gnu/packages/version-control.scm:604 +msgid "Revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:606 +msgid "" +"Subversion exists to be universally recognized and adopted as a\n" +"centralized version control system characterized by its\n" +"reliability as a safe haven for valuable data; the simplicity of its mo= del " +"and\n" +"usage; and its ability to support the needs of a wide variety of users = and\n" +"projects, from individuals to large-scale enterprise operations." +msgstr "" + +#: gnu/packages/version-control.scm:627 +msgid "Per-file local revision control system" +msgstr "" + +#: gnu/packages/version-control.scm:629 +msgid "" +"RCS is the original Revision Control System. It works on a\n" +"file-by-file basis, in contrast to subsequent version control systems s= uch " +"as\n" +"CVS, Subversion, and Git. This can make it suitable for system\n" +"administration files, for example, which are often inherently local to = one\n" +"machine." +msgstr "" + +#: gnu/packages/version-control.scm:655 +msgid "Historical centralized version control system" +msgstr "" + +#: gnu/packages/version-control.scm:657 +msgid "" +"CVS is a version control system, an important component of Source\n" +"Configuration Management (SCM). Using it, you can record the history o= f\n" +"sources files, and documents. It fills a similar role to the free soft= ware\n" +"RCS, PRCS, and Aegis packages." +msgstr "" + +#: gnu/packages/version-control.scm:679 +msgid "Version-control-agnostic ChangeLog diff and commit tool" +msgstr "" + +#: gnu/packages/version-control.scm:681 +msgid "" +"The vc-dwim package contains two tools, \"vc-dwim\" and \"vc-chlog\".\n= " +"vc-dwim is a tool that simplifies the task of maintaining a ChangeLog a= nd\n" +"using version control at the same time, for example by printing a remin= der\n" +"when a file change has been described in the ChangeLog but the file has= not\n" +"been added to the VC. vc-chlog scans changed files and generates\n" +"standards-compliant ChangeLog entries based on the changes that it dete= cts." +msgstr "" + +#: gnu/packages/version-control.scm:703 +msgid "Make histograms from the output of 'diff'" +msgstr "" + +#: gnu/packages/version-control.scm:705 +msgid "" +"Diffstat reads the output of 'diff' and displays a histogram of the\n" +"insertions, deletions, and modifications per-file. It is useful for " +"reviewing\n" +"large, complex patch files." +msgstr "" + +#: gnu/packages/version-control.scm:746 +msgid "File-based version control like SCCS" +msgstr "" + +#: gnu/packages/version-control.scm:747 +msgid "" +"GNU CSSC provides a replacement for the legacy Unix source\n" +"code control system SCCS. This allows old code still under that system= to " +"be\n" +"accessed and migrated on modern systems." +msgstr "" + +#: gnu/packages/version-control.scm:828 +msgid "Project change supervisor" +msgstr "" + +#: gnu/packages/version-control.scm:829 +msgid "" +"Aegis is a project change supervisor, and performs some of\n" +"the Software Configuration Management needed in a CASE environment. Ae= gis\n" +"provides a framework within which a team of developers may work on many= \n" +"changes to a program independently, and Aegis coordinates integrating t= hese\n" +"changes back into the master source of the program, with as little " +"disruption\n" +"as possible. Resolution of contention for source files, a major headac= he " +"for\n" +"any project with more than one developer, is one of Aegis's major funct= ions." +msgstr "" + +#: gnu/packages/version-control.scm:856 +msgid "Ncurses-based text user interface for Git" +msgstr "" + +#: gnu/packages/version-control.scm:858 +msgid "" +"Tig is an ncurses text user interface for Git, primarily intended as\n" +"a history browser. It can also stage hunks for commit, or colorize the= \n" +"output of the 'git' command." +msgstr "" + +#: gnu/packages/webkit.scm:105 +msgid "Web content engine for GTK+" +msgstr "" + +#: gnu/packages/webkit.scm:107 +msgid "" +"WebKitGTK+ is a full-featured port of the WebKit rendering engine,\n" +"suitable for projects requiring any kind of web integration, from hybri= d\n" +"HTML/CSS applications to full-fledged web browsers." +msgstr "" + +#: gnu/packages/web.scm:84 +msgid "Featureful HTTP server" +msgstr "" + +#: gnu/packages/web.scm:86 +msgid "" +"The Apache HTTP Server Project is a collaborative software development\= n" +"effort aimed at creating a robust, commercial-grade, featureful, and\n" +"freely-available source code implementation of an HTTP (Web) server. T= he\n" +"project is jointly managed by a group of volunteers located around the = " +"world,\n" +"using the Internet and the Web to communicate, plan, and develop the se= rver\n" +"and its related documentation." +msgstr "" + +#: gnu/packages/web.scm:164 +msgid "HTTP and reverse proxy server" +msgstr "" + +#: gnu/packages/web.scm:166 +msgid "" +"Nginx (\"engine X\") is a high-performance web and reverse proxy server= \n" +"created by Igor Sysoev. It can be used both as a standalone web server= \n" +"and as a proxy to reduce the load on back-end HTTP or mail servers." +msgstr "" + +#: gnu/packages/web.scm:202 +msgid "PSGI/Plack web server" +msgstr "" + +#: gnu/packages/web.scm:203 +msgid "" +"Starman is a PSGI perl web server that has unique features\n" +"such as high performance, preforking, signal support, superdaemon " +"awareness,\n" +"and UNIX socket support." +msgstr "" + +#: gnu/packages/web.scm:222 +#, fuzzy +msgid "JSON C library" +msgstr "Th=C6=B0 vi=E1=BB=87n C t=E1=BB=AB GNU" + +#: gnu/packages/web.scm:224 +msgid "" +"Jansson is a C library for encoding, decoding and manipulating JSON\n" +"data." +msgstr "" + +#: gnu/packages/web.scm:255 +msgid "JSON implementation in C" +msgstr "" + +#: gnu/packages/web.scm:257 +msgid "" +"JSON-C implements a reference counting object model that allows you to\= n" +"easily construct JSON objects in C, output them as JSON formatted strin= gs " +"and\n" +"parse JSON formatted strings back into the C representation of JSON obj= ects." +msgstr "" + +#: gnu/packages/web.scm:277 +msgid "JSON parser/generator for C++ with both SAX/DOM style API" +msgstr "" + +#: gnu/packages/web.scm:279 +msgid "" +"RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM\n" +"style API." +msgstr "" + +#: gnu/packages/web.scm:309 +msgid "WebSockets library written in C" +msgstr "" + +#: gnu/packages/web.scm:311 +msgid "" +"Libwebsockets is a library that allows C programs to establish client\n= " +"and server WebSockets connections---a protocol layered above HTTP that = " +"allows\n" +"for efficient socket-like bidirectional reliable communication channels= ." +msgstr "" + +#: gnu/packages/web.scm:351 +msgid "C library for the Publix Suffix List" +msgstr "" + +#: gnu/packages/web.scm:353 +msgid "" +"A \"public suffix\" is a domain name under which Internet users can\n" +"directly register own names.\n" +"\n" +"Browsers and other web clients can use it to avoid privacy-leaking\n" +"\"supercookies\", avoid privacy-leaking \"super domain\" certificates, = " +"domain\n" +"highlighting parts of the domain in a user interface, and sorting domai= n " +"lists\n" +"by site.\n" +"\n" +"Libpsl has built-in PSL data for fast access, allows to load PSL data f= rom\n" +"files, checks if a given domain is a public suffix, provides immediate = " +"cookie\n" +"domain verification, finds the longest public part of a given domain, f= inds\n" +"the shortest private part of a given domain, works with international\n= " +"domains (UTF-8 and IDNA2008 Punycode), is thread-safe, and handles IDNA= 2008\n" +"UTS#46" +msgstr "" + +#: gnu/packages/web.scm:398 +msgid "HTML validator and tidier" +msgstr "" + +#: gnu/packages/web.scm:399 +msgid "" +"HTML Tidy is a command-line tool and C library that can be\n" +"used to validate and fix HTML data." +msgstr "" + +#: gnu/packages/web.scm:439 +msgid "Light-weight HTTP/HTTPS proxy daemon" +msgstr "" + +#: gnu/packages/web.scm:440 +msgid "" +"Tinyproxy is a light-weight HTTP/HTTPS proxy\n" +"daemon. Designed from the ground up to be fast and yet small, it is an= " +"ideal\n" +"solution for use cases such as embedded deployments where a full featur= ed " +"HTTP\n" +"proxy is required, but the system resources for a larger proxy are\n" +"unavailable." +msgstr "" + +#: gnu/packages/web.scm:473 +msgid "Small caching web proxy" +msgstr "" + +#: gnu/packages/web.scm:475 +msgid "" +"Polipo is a small caching web proxy (web cache, HTTP proxy, and proxy\n= " +"server). It was primarily designed to be used by one person or a small= " +"group\n" +"of people." +msgstr "" + +#: gnu/packages/web.scm:495 +msgid "YAML 1.1 parser and emitter written in C" +msgstr "" + +#: gnu/packages/web.scm:497 +msgid "LibYAML is a YAML 1.1 parser and emitter written in C." +msgstr "" + +#: gnu/packages/web.scm:513 gnu/packages/web.scm:546 gnu/packages/web.sc= m:568 +msgid "Media stream URL parser" +msgstr "" + +#: gnu/packages/web.scm:514 +msgid "" +"This package contains support scripts called by libquvi to\n" +"parse media stream properties." +msgstr "" + +#: gnu/packages/web.scm:547 +msgid "" +"libquvi is a library with a C API for parsing media stream\n" +"URLs and extracting their actual media files." +msgstr "" + +#: gnu/packages/web.scm:569 +msgid "" +"quvi is a command-line-tool suite to extract media files\n" +"from streaming URLs. It is a command-line wrapper for the libquvi libr= ary." +msgstr "" + +#: gnu/packages/web.scm:632 +msgid "High-performance asynchronous HTTP client library" +msgstr "" + +#: gnu/packages/web.scm:634 +msgid "" +"serf is a C-based HTTP client library built upon the Apache Portable\n" +"Runtime (APR) library. It multiplexes connections, running the read/wr= ite\n" +"communication asynchronously. Memory copies and transformations are ke= pt to " +"a\n" +"minimum to provide high performance operation." +msgstr "" + +#: gnu/packages/web.scm:665 +msgid "Compile a log format string to perl-code" +msgstr "" + +#: gnu/packages/web.scm:666 +msgid "" +"This module provides methods to compile a log format string\n" +"to perl-code, for faster generation of access_log lines." +msgstr "" + +#: gnu/packages/web.scm:691 +msgid "Sensible default Catalyst action" +msgstr "" + +#: gnu/packages/web.scm:692 +msgid "" +"This Catalyst action implements a sensible default end\n" +"action, which will forward to the first available view." +msgstr "" + +#: gnu/packages/web.scm:720 +msgid "Automated REST Method Dispatching" +msgstr "" + +#: gnu/packages/web.scm:721 +msgid "" +"This Action handles doing automatic method dispatching for\n" +"REST requests. It takes a normal Catalyst action, and changes the disp= atch " +"to\n" +"append an underscore and method name. First it will try dispatching to= an\n" +"action with the generated name, and failing that it will try to dispatc= h to " +"a\n" +"regular method." +msgstr "" + +#: gnu/packages/web.scm:757 +msgid "Storage class for Catalyst authentication using DBIx::Class" +msgstr "" + +#: gnu/packages/web.scm:758 +msgid "" +"The Catalyst::Authentication::Store::DBIx::Class class\n" +"provides access to authentication information stored in a database via\= n" +"DBIx::Class." +msgstr "" + +#: gnu/packages/web.scm:782 +msgid "Create only one instance of Moose component per context" +msgstr "" + +#: gnu/packages/web.scm:783 +msgid "" +"Catalyst::Component::InstancePerContext returns a new\n" +"instance of a component on each request." +msgstr "" + +#: gnu/packages/web.scm:820 +msgid "Catalyst Development Tools" +msgstr "" + +#: gnu/packages/web.scm:821 +msgid "" +"The Catalyst-Devel distribution includes a variety of\n" +"modules useful for the development of Catalyst applications, but not " +"required\n" +"to run them. Catalyst-Devel includes the Catalyst::Helper system, whic= h\n" +"autogenerates scripts and tests; Module::Install::Catalyst, a Module::" +"Install\n" +"extension for Catalyst; and requirements for a variety of development-" +"related\n" +"modules." +msgstr "" + +#: gnu/packages/web.scm:850 +msgid "Regex DispatchType for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:851 +msgid "" +"Dispatch type managing path-matching behaviour using\n" +"regexes. Regex dispatch types have been deprecated and removed from " +"Catalyst\n" +"core. It is recommend that you use Chained methods or other techniques= \n" +"instead. As part of the refactoring, the dispatch priority of Regex vs= " +"Regexp\n" +"vs LocalRegex vs LocalRegexp may have changed. Priority is now influen= ced " +"by\n" +"when the dispatch type is first seen in your application." +msgstr "" + +#: gnu/packages/web.scm:899 +msgid "DBIx::Class::Schema Model Class" +msgstr "" + +#: gnu/packages/web.scm:900 +msgid "" +"This is a Catalyst Model for DBIx::Class::Schema-based\n" +"Models." +msgstr "" + +#: gnu/packages/web.scm:924 +msgid "Request logging from within Catalyst" +msgstr "" + +#: gnu/packages/web.scm:925 +msgid "" +"This Catalyst plugin enables you to create \"access logs\"\n" +"from within a Catalyst application instead of requiring a webserver to = do " +"it\n" +"for you. It will work even with Catalyst debug logging turned off." +msgstr "" + +#: gnu/packages/web.scm:957 +msgid "Infrastructure plugin for the Catalyst authentication framework" +msgstr "" + +#: gnu/packages/web.scm:958 +msgid "" +"The authentication plugin provides generic user support for\n" +"Catalyst apps. It is the basis for both authentication (checking the us= er " +"is\n" +"who they claim to be), and authorization (allowing the user to do what = the\n" +"system authorises them to do)." +msgstr "" + +#: gnu/packages/web.scm:988 +msgid "Role-based authorization for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:989 +msgid "" +"Catalyst::Plugin::Authorization::Roles provides role-based\n" +"authorization for Catalyst based on Catalyst::Plugin::Authentication." +msgstr "" + +#: gnu/packages/web.scm:1012 +msgid "Captchas for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:1013 +msgid "" +"This plugin creates and validates Captcha images for\n" +"Catalyst." +msgstr "" + +#: gnu/packages/web.scm:1039 +msgid "Load config files of various types" +msgstr "" + +#: gnu/packages/web.scm:1040 +msgid "" +"This module will attempt to load find and load configuration\n" +"files of various types. Currently it supports YAML, JSON, XML, INI and= " +"Perl\n" +"formats." +msgstr "" + +#: gnu/packages/web.scm:1070 +msgid "Catalyst generic session plugin" +msgstr "" + +#: gnu/packages/web.scm:1071 +msgid "" +"This plugin links the two pieces required for session\n" +"management in web applications together: the state, and the store." +msgstr "" + +#: gnu/packages/web.scm:1097 +msgid "Maintain session IDs using cookies" +msgstr "" + +#: gnu/packages/web.scm:1098 +msgid "" +"In order for Catalyst::Plugin::Session to work, the session\n" +"ID needs to be stored on the client, and the session data needs to be " +"stored\n" +"on the server. This plugin stores the session ID on the client using t= he\n" +"cookie mechanism." +msgstr "" + +#: gnu/packages/web.scm:1128 +msgid "FastMmap session storage backend." +msgstr "" + +#: gnu/packages/web.scm:1129 +msgid "" +"Catalyst::Plugin::Session::Store::FastMmap is a fast session\n" +"storage plugin for Catalyst that uses an mmap'ed file to act as a share= d\n" +"memory interprocess cache. It is based on Cache::FastMmap." +msgstr "" + +#: gnu/packages/web.scm:1152 +msgid "Stack trace on the Catalyst debug screen" +msgstr "" + +#: gnu/packages/web.scm:1153 +msgid "" +"This plugin enhances the standard Catalyst debug screen by\n" +"including a stack trace of your appliation up to the point where the er= ror\n" +"occurred. Each stack frame is displayed along with the package name, l= ine\n" +"number, file name, and code context surrounding the line number." +msgstr "" + +#: gnu/packages/web.scm:1179 +msgid "Simple serving of static pages" +msgstr "" + +#: gnu/packages/web.scm:1180 +msgid "" +"The Static::Simple plugin is designed to make serving static\n" +"content in your application during development quick and easy, without\= n" +"requiring a single line of code from you. This plugin detects static f= iles " +"by\n" +"looking at the file extension in the URL (such as .css or .png or .js).= " +"The\n" +"plugin uses the lightweight MIME::Types module to map file extensions t= o\n" +"IANA-registered MIME types, and will serve your static files with the " +"correct\n" +"MIME type directly to the browser, without being processed through Cata= lyst." +msgstr "" + +#: gnu/packages/web.scm:1246 +msgid "The Catalyst Framework Runtime" +msgstr "" + +#: gnu/packages/web.scm:1247 +msgid "" +"Catalyst is a modern framework for making web applications.\n" +"It is designed to make it easy to manage the various tasks you need to = do " +"to\n" +"run an application on the web, either by doing them itself, or by letti= ng " +"you\n" +"\"plug in\" existing Perl modules that do what you need." +msgstr "" + +#: gnu/packages/web.scm:1277 +msgid "Replace request base with value passed by HTTP proxy" +msgstr "" + +#: gnu/packages/web.scm:1278 +msgid "" +"This module is a Moose::Role which allows you more\n" +"flexibility in your application's deployment configurations when deploy= ed\n" +"behind a proxy. Using this module, the request base ($c->req->base) is= \n" +"replaced with the contents of the X-Request-Base header." +msgstr "" + +#: gnu/packages/web.scm:1304 +msgid "Download data in many formats" +msgstr "" + +#: gnu/packages/web.scm:1305 +msgid "" +"The purpose of this module is to provide a method for\n" +"downloading data into many supportable formats. For example, downloadi= ng a\n" +"table based report in a variety of formats (CSV, HTML, etc.). " +msgstr "" + +#: gnu/packages/web.scm:1330 +msgid "Catalyst JSON view" +msgstr "" + +#: gnu/packages/web.scm:1331 +msgid "" +"Catalyst::View::JSON is a Catalyst View handler that returns\n" +"stash data in JSON format." +msgstr "" + +#: gnu/packages/web.scm:1356 +msgid "Template View Class" +msgstr "" + +#: gnu/packages/web.scm:1357 +msgid "" +"This module is a Catalyst view class for the Template\n" +"Toolkit." +msgstr "" + +#: gnu/packages/web.scm:1386 +msgid "Trait Loading and Resolution for Catalyst Components" +msgstr "" + +#: gnu/packages/web.scm:1387 +msgid "" +"Adds a \"COMPONENT\" in Catalyst::Component method to your\n" +"Catalyst component base class that reads the optional \"traits\" parame= ter\n" +"from app and component config and instantiates the component subclass w= ith\n" +"those traits using \"new_with_traits\" in MooseX::Traits from\n" +"MooseX::Traits::Pluggable." +msgstr "" + +#: gnu/packages/web.scm:1412 +msgid "Apply roles to Catalyst classes" +msgstr "" + +#: gnu/packages/web.scm:1413 +msgid "" +"CatalystX::RoleApplicator applies roles to Catalyst\n" +"application classes." +msgstr "" + +#: gnu/packages/web.scm:1439 +msgid "Catalyst development server with Starman" +msgstr "" + +#: gnu/packages/web.scm:1440 +msgid "" +"This module provides a Catalyst extension to replace the\n" +"development server with Starman." +msgstr "" + +#: gnu/packages/web.scm:1460 +msgid "CGI interface that is CGI.pm compliant" +msgstr "" + +#: gnu/packages/web.scm:1461 +msgid "" +"CGI::Simple provides a relatively lightweight drop in\n" +"replacement for CGI.pm. It shares an identical OO interface to CGI.pm = for\n" +"parameter parsing, file upload, cookie handling and header generation." +msgstr "" + +#: gnu/packages/web.scm:1482 +msgid "Build structures from CGI data" +msgstr "" + +#: gnu/packages/web.scm:1483 +msgid "" +"This is a module for building structured data from CGI\n" +"inputs, in a manner reminiscent of how PHP does." +msgstr "" + +#: gnu/packages/web.scm:1504 +msgid "Date conversion routines" +msgstr "" + +#: gnu/packages/web.scm:1505 +msgid "" +"This module provides functions that deal with the date\n" +"formats used by the HTTP protocol." +msgstr "" + +#: gnu/packages/web.scm:1525 +msgid "MD5 sums for files and urls" +msgstr "" + +#: gnu/packages/web.scm:1526 +msgid "" +"Digest::MD5::File is a Perl extension for getting MD5 sums\n" +"for files and urls." +msgstr "" + +#: gnu/packages/web.scm:1544 +msgid "Perl locale encoding determination" +msgstr "" + +#: gnu/packages/web.scm:1546 +msgid "" +"The POSIX locale system is used to specify both the language\n" +"conventions requested by the user and the preferred character set to " +"consume\n" +"and output. The Encode::Locale module looks up the charset and encodin= g\n" +"(called a CODESET in the locale jargon) and arranges for the Encode mod= ule\n" +"to know this encoding under the name \"locale\". It means bytes obtain= ed\n" +"from the environment can be converted to Unicode strings by calling\n" +"Encode::encode(locale =3D> $bytes) and converted back again with\n" +"Encode::decode(locale =3D> $string)." +msgstr "" + +#: gnu/packages/web.scm:1572 +msgid "Perl directory listing parser" +msgstr "" + +#: gnu/packages/web.scm:1574 +msgid "" +"The File::Listing module exports a single function called parse_dir(),\= n" +"which can be used to parse directory listings." +msgstr "" + +#: gnu/packages/web.scm:1598 +msgid "Perl class representing an HTML form element" +msgstr "" + +#: gnu/packages/web.scm:1599 +msgid "" +"Objects of the HTML::Form class represents a single HTML\n" +"
...
instance." +msgstr "" + +#: gnu/packages/web.scm:1621 +msgid "Check for HTML errors in a string or file" +msgstr "" + +#: gnu/packages/web.scm:1622 +msgid "" +"HTML::Lint is a pure-Perl HTML parser and checker for\n" +"syntactic legitmacy." +msgstr "" + +#: gnu/packages/web.scm:1646 +msgid "Work with HTML in a DOM-like tree structure" +msgstr "" + +#: gnu/packages/web.scm:1647 +msgid "" +"This distribution contains a suite of modules for\n" +"representing, creating, and extracting information from HTML syntax tre= es." +msgstr "" + +#: gnu/packages/web.scm:1667 +msgid "Perl HTML parser class" +msgstr "" + +#: gnu/packages/web.scm:1669 +msgid "" +"Objects of the HTML::Parser class will recognize markup and separate\n" +"it from plain text (alias data content) in HTML documents. As differen= t\n" +"kinds of markup and text are recognized, the corresponding event handle= rs\n" +"are invoked." +msgstr "" + +#: gnu/packages/web.scm:1689 +msgid "Perl data tables useful in parsing HTML" +msgstr "" + +#: gnu/packages/web.scm:1691 +msgid "" +"The HTML::Tagset module contains several data tables useful in various\= n" +"kinds of HTML parsing operations." +msgstr "" + +#: gnu/packages/web.scm:1714 +msgid "HTTP Body Parser" +msgstr "" + +#: gnu/packages/web.scm:1715 +msgid "" +"HTTP::Body parses chunks of HTTP POST data and supports\n" +"application/octet-stream, application/json, application/x-www-form-" +"urlencoded,\n" +"and multipart/form-data." +msgstr "" + +#: gnu/packages/web.scm:1741 +msgid "Minimalist HTTP user agent cookie jar" +msgstr "" + +#: gnu/packages/web.scm:1742 +msgid "" +"This module implements a minimalist HTTP user agent cookie\n" +"jar in conformance with RFC 6265 ." +msgstr "" + +#: gnu/packages/web.scm:1762 +msgid "Perl HTTP cookie jars" +msgstr "" + +#: gnu/packages/web.scm:1764 +msgid "" +"The HTTP::Cookies class is for objects that represent a cookie jar,\n" +"that is, a database of all the HTTP cookies that a given LWP::UserAgent= \n" +"object knows about." +msgstr "" + +#: gnu/packages/web.scm:1786 +msgid "Perl simple http server class" +msgstr "" + +#: gnu/packages/web.scm:1788 +msgid "" +"Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen\n" +"on a socket for incoming requests. The HTTP::Daemon is a subclass of\n= " +"IO::Socket::INET, so you can perform socket operations directly on it t= oo." +msgstr "" + +#: gnu/packages/web.scm:1807 +msgid "Perl date conversion routines" +msgstr "" + +#: gnu/packages/web.scm:1809 +msgid "" +"The HTTP::Date module provides functions that deal with date formats\n" +"used by the HTTP protocol (and then some more)." +msgstr "" + +#: gnu/packages/web.scm:1832 +msgid "Perl HTTP style message" +msgstr "" + +#: gnu/packages/web.scm:1834 +msgid "An HTTP::Message object contains some headers and a content body.= " +msgstr "" + +#: gnu/packages/web.scm:1853 +msgid "Perl http content negotiation" +msgstr "" + +#: gnu/packages/web.scm:1855 +msgid "" +"The HTTP::Negotiate module provides a complete implementation of the\n" +"HTTP content negotiation algorithm specified in\n" +"draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows = for\n" +"the selection of a preferred content representation based upon attribut= es\n" +"of the negotiable variants and the value of the various Accept* header\= n" +"fields in the request." +msgstr "" + +#: gnu/packages/web.scm:1880 +msgid "Parse HTTP/1.1 requests" +msgstr "" + +#: gnu/packages/web.scm:1881 +msgid "" +"This is an HTTP request parser. It takes chunks of text as\n" +"received and returns a 'hint' as to what is required, or returns the\n" +"HTTP::Request when a complete request has been read. HTTP/1.1 chunking= is\n" +"supported." +msgstr "" + +#: gnu/packages/web.scm:1901 +msgid "Fast HTTP request parser" +msgstr "" + +#: gnu/packages/web.scm:1902 +msgid "" +"HTTP::Parser::XS is a fast, primitive HTTP request/response\n" +"parser." +msgstr "" + +#: gnu/packages/web.scm:1923 +msgid "Set up a CGI environment from an HTTP::Request" +msgstr "" + +#: gnu/packages/web.scm:1924 +msgid "" +"This module provides a convenient way to set up a CGI\n" +"environment from an HTTP::Request." +msgstr "" + +#: gnu/packages/web.scm:1946 +msgid "Lightweight HTTP server" +msgstr "" + +#: gnu/packages/web.scm:1947 +msgid "" +"HTTP::Server::Simple is a simple standalone HTTP daemon with\n" +"no non-core module dependencies. It can be used for building a standal= one\n" +"http-based UI to your existing tools." +msgstr "" + +#: gnu/packages/web.scm:1971 +msgid "HTTP/1.1 client" +msgstr "" + +#: gnu/packages/web.scm:1972 +msgid "" +"This is a very simple HTTP/1.1 client, designed for doing\n" +"simple requests without the overhead of a large framework like LWP::" +"UserAgent.\n" +"It supports proxies and redirection. It also correctly resumes after E= INTR." +msgstr "" + +#: gnu/packages/web.scm:1991 +msgid "Perl module to open an HTML file with automatic charset detection= " +msgstr "" + +#: gnu/packages/web.scm:1993 +msgid "" +"IO::HTML provides an easy way to open a file containing HTML while\n" +"automatically determining its encoding. It uses the HTML5 encoding " +"sniffing\n" +"algorithm specified in section 8.2.2.1 of the draft standard." +msgstr "" + +#: gnu/packages/web.scm:2012 +msgid "Family-neutral IP socket supporting both IPv4 and IPv6" +msgstr "" + +#: gnu/packages/web.scm:2013 +msgid "" +"This module provides a protocol-independent way to use IPv4\n" +"and IPv6 sockets, intended as a replacement for IO::Socket::INET." +msgstr "" + +#: gnu/packages/web.scm:2030 +msgid "Nearly transparent SSL encapsulation for IO::Socket::INET" +msgstr "" + +#: gnu/packages/web.scm:2032 +msgid "" +"IO::Socket::SSL makes using SSL/TLS much easier by wrapping the\n" +"necessary functionality into the familiar IO::Socket interface and " +"providing\n" +"secure defaults whenever possible. This way existing applications can = be " +"made\n" +"SSL-aware without much effort, at least if you do blocking I/O and don'= t " +"use\n" +"select or poll." +msgstr "" + +#: gnu/packages/web.scm:2063 +msgid "Perl modules for the WWW" +msgstr "" + +#: gnu/packages/web.scm:2065 +msgid "" +"The libwww-perl collection is a set of Perl modules which provides a\n" +"simple and consistent application programming interface to the\n" +"World-Wide Web. The main focus of the library is to provide classes\n" +"and functions that allow you to write WWW clients. The library also\n" +"contains modules that are of more general use and even classes that\n" +"help you implement simple HTTP servers." +msgstr "" + +#: gnu/packages/web.scm:2087 +msgid "Perl module to guess the media type for a file or a URL" +msgstr "" + +#: gnu/packages/web.scm:2089 +#, scheme-format +msgid "" +"The LWP::MediaTypes module provides functions for handling media (also\= n" +"known as MIME) types and encodings. The mapping from file extensions t= o\n" +"media types is defined by the media.types file. If the ~/.media.types = file\n" +"exists it is used instead." +msgstr "" + +#: gnu/packages/web.scm:2115 +msgid "HTTPS support for LWP::UserAgent" +msgstr "" + +#: gnu/packages/web.scm:2116 +msgid "" +"The LWP::Protocol::https module provides support for using\n" +"https schemed URLs with LWP." +msgstr "" + +#: gnu/packages/web.scm:2136 +msgid "Virtual browser that retries errors" +msgstr "" + +#: gnu/packages/web.scm:2137 +msgid "" +"LWP::UserAgent::Determined works just like LWP::UserAgent,\n" +"except that when you use it to get a web page but run into a\n" +"possibly-temporary error (like a DNS lookup timeout), it'll wait a few = " +"seconds\n" +"and retry a few times." +msgstr "" + +#: gnu/packages/web.scm:2182 +msgid "Perl interface to Amazon S3" +msgstr "" + +#: gnu/packages/web.scm:2183 +msgid "This module provides a Perlish interface to Amazon S3." +msgstr "" + +#: gnu/packages/web.scm:2203 +msgid "Perl low-level HTTP connection (client)" +msgstr "" + +#: gnu/packages/web.scm:2205 +msgid "" +"The Net::HTTP class is a low-level HTTP client. An instance of the\n" +"Net::HTTP class represents a connection to an HTTP server. The HTTP " +"protocol\n" +"is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and\n" +"HTTP/1.1." +msgstr "" + +#: gnu/packages/web.scm:2225 +msgid "Extensible Perl server engine" +msgstr "" + +#: gnu/packages/web.scm:2226 +msgid "" +"Net::Server is an extensible, generic Perl server engine.\n" +"It attempts to be a generic server as in Net::Daemon and NetServer::" +"Generic.\n" +"It includes with it the ability to run as an inetd\n" +"process (Net::Server::INET), a single connection server (Net::Server or= \n" +"Net::Server::Single), a forking server (Net::Server::Fork), a preforkin= g\n" +"server which maintains a constant number of preforked\n" +"children (Net::Server::PreForkSimple), or as a managed preforking serve= r " +"which\n" +"maintains the number of children based on server load (Net::Server::" +"PreFork).\n" +"In all but the inetd type, the server provides the ability to connect t= o " +"one\n" +"or to multiple server ports." +msgstr "" + +#: gnu/packages/web.scm:2269 +msgid "Perl Superglue for Web frameworks and servers (PSGI toolkit)" +msgstr "" + +#: gnu/packages/web.scm:2270 +msgid "" +"Plack is a set of tools for using the PSGI stack. It\n" +"contains middleware components, a reference server, and utilities for W= eb\n" +"application frameworks. Plack is like Ruby's Rack or Python's Paste fo= r\n" +"WSGI." +msgstr "" + +#: gnu/packages/web.scm:2296 +msgid "Plack::Middleware which sets body for redirect response" +msgstr "" + +#: gnu/packages/web.scm:2297 +msgid "" +"This module sets the body in redirect response, if it's not\n" +"already set." +msgstr "" + +#: gnu/packages/web.scm:2318 +msgid "Override REST methods to Plack apps via POST" +msgstr "" + +#: gnu/packages/web.scm:2319 +msgid "" +"This middleware allows for POST requests that pretend to be\n" +"something else: by adding either a header named X-HTTP-Method-Override = to " +"the\n" +"request, or a query parameter named x-tunneled-method to the URI, the " +"client\n" +"can say what method it actually meant." +msgstr "" + +#: gnu/packages/web.scm:2343 +msgid "Plack::Middleware which removes body for HTTP response" +msgstr "" + +#: gnu/packages/web.scm:2344 +msgid "" +"This module removes the body in an HTTP response if it's not\n" +"required." +msgstr "" + +#: gnu/packages/web.scm:2365 +msgid "Supports app to run as a reverse proxy backend" +msgstr "" + +#: gnu/packages/web.scm:2366 +msgid "" +"Plack::Middleware::ReverseProxy resets some HTTP headers,\n" +"which are changed by reverse-proxy. You can specify the reverse proxy = " +"address\n" +"and stop fake requests using 'enable_if' directive in your app.psgi." +msgstr "" + +#: gnu/packages/web.scm:2387 +msgid "Run HTTP tests on external live servers" +msgstr "" + +#: gnu/packages/web.scm:2388 +msgid "" +"This module allows your to run your Plack::Test tests\n" +"against an external server instead of just against a local application = " +"through\n" +"either mocked HTTP or a locally spawned server." +msgstr "" + +#: gnu/packages/web.scm:2410 +msgid "Testing TCP programs" +msgstr "" + +#: gnu/packages/web.scm:2411 +msgid "Test::TCP is test utilities for TCP/IP programs." +msgstr "" + +#: gnu/packages/web.scm:2439 +msgid "Testing-specific WWW::Mechanize subclass" +msgstr "" + +#: gnu/packages/web.scm:2440 +msgid "" +"Test::WWW::Mechanize is a subclass of the Perl module\n" +"WWW::Mechanize that incorporates features for web application testing." +msgstr "" + +#: gnu/packages/web.scm:2473 +msgid "Test::WWW::Mechanize for Catalyst" +msgstr "" + +#: gnu/packages/web.scm:2474 +msgid "" +"The Test::WWW::Mechanize::Catalyst module meshes the\n" +"Test::WWW:Mechanize module and the Catalyst web application framework t= o " +"allow\n" +"testing of Catalyst applications without needing to start up a web serv= er." +msgstr "" + +#: gnu/packages/web.scm:2498 +msgid "Test PSGI programs using WWW::Mechanize" +msgstr "" + +#: gnu/packages/web.scm:2499 +msgid "" +"PSGI is a specification to decouple web server environments\n" +"from web application framework code. Test::WWW::Mechanize is a subclas= s of\n" +"WWW::Mechanize that incorporates features for web application testing. = The\n" +"Test::WWW::Mechanize::PSGI module meshes the two to allow easy testing = of " +"PSGI\n" +"applications." +msgstr "" + +#: gnu/packages/web.scm:2519 +msgid "Perl Uniform Resource Identifiers (absolute and relative)" +msgstr "" + +#: gnu/packages/web.scm:2521 +msgid "" +"The URI module implements the URI class. Objects of this class\n" +"represent \"Uniform Resource Identifier references\" as specified in RF= C " +"2396\n" +"and updated by RFC 2732." +msgstr "" + +#: gnu/packages/web.scm:2542 +msgid "Find URIs in arbitrary text" +msgstr "" + +#: gnu/packages/web.scm:2543 +msgid "" +"This module finds URIs and URLs (according to what URI.pm\n" +"considers a URI) in plain text. It only finds URIs which include a\n" +"scheme (http:// or the like), for something a bit less strict, consider= \n" +"URI::Find::Schemeless. For a command-line interface, urifind is provid= ed." +msgstr "" + +#: gnu/packages/web.scm:2565 +msgid "WebSocket support for URI package" +msgstr "" + +#: gnu/packages/web.scm:2566 +msgid "" +"With this module, the URI package provides the same set of\n" +"methods for WebSocket URIs as it does for HTTP URIs." +msgstr "" + +#: gnu/packages/web.scm:2586 +msgid "Perl extension interface for libcurl" +msgstr "" + +#: gnu/packages/web.scm:2588 +msgid "" +"This is a Perl extension interface for the libcurl file downloading\n" +"library." +msgstr "" + +#: gnu/packages/web.scm:2615 +msgid "Web browsing in a Perl object" +msgstr "" + +#: gnu/packages/web.scm:2616 +msgid "" +"WWW::Mechanize is a Perl module for stateful programmatic\n" +"web browsing, used for automating interaction with websites." +msgstr "" + +#: gnu/packages/web.scm:2636 +msgid "Perl database of robots.txt-derived permissions" +msgstr "" + +#: gnu/packages/web.scm:2638 +msgid "" +"The WWW::RobotRules module parses /robots.txt files as specified in\n" +"\"A Standard for Robot Exclusion\", at\n" +". Webmasters can use the\n" +"/robots.txt file to forbid conforming robots from accessing parts of\n" +"their web site." +msgstr "" + +#: gnu/packages/weechat.scm:93 +msgid "Extensible chat client" +msgstr "" + +#: gnu/packages/weechat.scm:94 +msgid "" +"WeeChat (Wee Enhanced Environment for Chat) is an\n" +"Internet Relay Chat client, which is designed to be light and fast.\n" +"The client uses a curses frontend, and there are remote interfaces\n" +"for Web, Qt, Android and Emacs. In WeeChat everything can be done\n" +"with a keyboard, though it also supports mouse. It is customizable\n" +"and extensible with plugins and scripts." +msgstr "" + +#: gnu/packages/wordnet.scm:79 +msgid "Lexical database for the English language" +msgstr "" + +#: gnu/packages/wordnet.scm:81 +msgid "" +"WordNet=C2=AE is a large lexical database of English. Nouns, verbs,\n" +"adjectives and adverbs are grouped into sets of cognitive synonyms\n" +"(synsets), each expressing a distinct concept. Synsets are interlinked= by\n" +"means of conceptual-semantic and lexical relations. The resulting netw= ork " +"of\n" +"meaningfully related words and concepts can be navigated with the brows= er.\n" +"WordNet is also freely and publicly available for download. WordNet's\= n" +"structure makes it a useful tool for computational linguistics and natu= ral\n" +"language processing." +msgstr "" + +#: gnu/packages/xiph.scm:63 +msgid "Library for manipulating the ogg multimedia format" +msgstr "" + +#: gnu/packages/xiph.scm:65 +msgid "" +"The libogg library allows to manipulate the ogg multimedia container\n" +"format, which encapsulates raw compressed data and allows the interleav= ing " +"of\n" +"audio and video data. In addition to encapsulation and interleaving of= \n" +"multiple data streams, ogg provides packet framing, error detection, an= d\n" +"periodic timestamps for seeking." +msgstr "" + +#: gnu/packages/xiph.scm:89 +msgid "Library implementing the vorbis audio format" +msgstr "" + +#: gnu/packages/xiph.scm:91 +msgid "" +"The libvorbis library implements the ogg vorbis audio format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit,= \n" +"polyphonic) audio and music at fixed and variable bitrates from 16 to\n= " +"128 kbps/channel." +msgstr "" + +#: gnu/packages/xiph.scm:116 +msgid "Library implementing the Theora video format" +msgstr "" + +#: gnu/packages/xiph.scm:118 +msgid "" +"The libtheora library implements the ogg theora video format,\n" +"a fully open, non-proprietary, patent-and-royalty-free, general-purpose= \n" +"compressed video format." +msgstr "" + +#: gnu/packages/xiph.scm:139 +msgid "Library for patent-free audio compression format" +msgstr "" + +#: gnu/packages/xiph.scm:141 +msgid "" +"GNU Speex is a patent-free audio compression codec specially designed\n= " +"for speech. It is well-adapted to internet applications, such as VoIP.= It\n" +"features compression of different bands in the same bitstream, intensit= y\n" +"stereo encoding, and voice activity detection." +msgstr "" + +#: gnu/packages/xiph.scm:169 +msgid "Cross platform audio library" +msgstr "" + +#: gnu/packages/xiph.scm:171 +msgid "" +"Libao is a cross-platform audio library that allows programs to\n" +"output audio using a simple API on a wide variety of platforms.\n" +"It currently supports:\n" +"Null output (handy for testing without a sound device),\n" +"WAV files,\n" +"AU files,\n" +"RAW files,\n" +"OSS (Open Sound System, used on Linux and FreeBSD),\n" +"ALSA (Advanced Linux Sound Architecture),\n" +"aRts (Analog RealTime Synth, used by KDE),\n" +"PulseAudio (next generation GNOME sound server),\n" +"esd (EsounD or Enlightened Sound Daemon),\n" +"Mac OS X,\n" +"Windows (98 and later),\n" +"AIX,\n" +"Sun/NetBSD/OpenBSD,\n" +"IRIX,\n" +"NAS (Network Audio Server),\n" +"RoarAudio (Modern, multi-OS, networked Sound System),\n" +"OpenBSD's sndio." +msgstr "" + +#: gnu/packages/xiph.scm:210 +msgid "Free lossless audio codec" +msgstr "" + +#: gnu/packages/xiph.scm:212 +msgid "" +"FLAC stands for Free Lossless Audio Codec, an audio format that is " +"lossless,\n" +"meaning that audio is compressed in FLAC without any loss in quality." +msgstr "" + +#: gnu/packages/xiph.scm:238 +msgid "Karaoke and text codec for embedding in ogg" +msgstr "" + +#: gnu/packages/xiph.scm:240 +msgid "" +"Kate is an overlay codec, originally designed for karaoke and text,\n" +"that can be multiplixed in Ogg. Text and images can be carried by a Ka= te\n" +"stream, and animated. Most of the time, this would be multiplexed with= \n" +"audio/video to carry subtitles, song lyrics (with or without karaoke da= ta),\n" +"etc., but doesn't have to be.\n" +"\n" +"Series of curves (splines, segments, etc.) may be attached to various\n= " +"properties (text position, font size, etc.) to create animated overlays= .\n" +"This allows scrolling or fading text to be defined. This can even be u= sed\n" +"to draw arbitrary shapes, so hand drawing can also be represented by a\= n" +"Kate stream." +msgstr "" + +#: gnu/packages/xiph.scm:274 +msgid "Ogg vorbis tools" +msgstr "" + +#: gnu/packages/xiph.scm:276 +msgid "" +"Ogg vorbis is a non-proprietary, patent-and-royalty-free,\n" +"general-purpose compressed audio format.\n" +"\n" +"The package vorbis-tools contains\n" +"ogg123, an ogg vorbis command line audio player;\n" +"oggenc, the ogg vorbis encoder;\n" +"oggdec, a simple, portable command line decoder (to wav and raw);\n" +"ogginfo, to obtain information (tags, bitrate, length, etc.) about\n" +" an ogg vorbis file." +msgstr "" + +#: gnu/packages/xiph.scm:301 +msgid "Versatile audio codec" +msgstr "" + +#: gnu/packages/xiph.scm:303 +msgid "" +"Opus is a totally open, royalty-free, highly versatile audio codec. Op= us\n" +"is unmatched for interactive speech and music transmission over the " +"Internet,\n" +"but is also intended for storage and streaming applications. It is\n" +"standardized by the Internet Engineering Task Force (IETF) as RFC 6716 = " +"which\n" +"incorporated technology from Skype's SILK codec and Xiph.Org's CELT cod= ec." +msgstr "" + +#: gnu/packages/xiph.scm:336 +msgid "" +"Command line utilities to encode, inspect, and decode .opus\n" +"files" +msgstr "" + +#: gnu/packages/xiph.scm:338 +msgid "" +"Opus is a royalty-free, highly versatile audio codec.\n" +"Opus-tools provide command line utilities for creating, inspecting and\= n" +"decoding .opus files" +msgstr "" + +#: gnu/packages/xiph.scm:368 +#, fuzzy +msgid "Streaming media server" +msgstr "Tr=C3=ACnh so=E1=BA=A1n th=E1=BA=A3o lu=E1=BB=93ng d=E1=BB=AF li= =E1=BB=87u" + +#: gnu/packages/xiph.scm:369 +msgid "" +"Icecast is a streaming media server which currently supports\n" +"Ogg (Vorbis and Theora), Opus, WebM and MP3 audio streams. It can be u= sed " +"to\n" +"create an Internet radio station or a privately running jukebox and man= y\n" +"things in between." +msgstr "" + +#: gnu/packages/xiph.scm:397 +msgid "Audio streaming library for icecast encoders" +msgstr "" + +#: gnu/packages/xiph.scm:399 +msgid "" +"Libshout is a library for communicating with and sending data to an\n" +"icecast server. It handles the socket connection, the timing of the da= ta,\n" +"and prevents bad data from getting to the icecast server." +msgstr "" + +#: gnu/packages/zip.scm:57 +#, fuzzy +msgid "Compression and file packing utility" +msgstr "So s=C3=A1nh v=C3=A0 h=C3=B2a tr=E1=BB=99n c=C3=A1c t=E1=BA=ADp = tin" + +#: gnu/packages/zip.scm:59 +msgid "" +"Zip is a compression and file packaging/archive utility. Zip is useful= \n" +"for packaging a set of files for distribution, for archiving files, and= for\n" +"saving disk space by temporarily compressing unused files or directorie= s.\n" +"Zip puts one or more compressed files into a single ZIP archive, along = with\n" +"information about the files (name, path, date, time of last modificatio= n,\n" +"protection, and check information to verify file integrity). An entire= \n" +"directory structure can be packed into a ZIP archive with a single comm= and.\n" +"\n" +"Zip has one compression method (deflation) and can also store files wit= hout\n" +"compression. Zip automatically chooses the better of the two for each = " +"file.\n" +"Compression ratios of 2:1 to 3:1 are common for text files." +msgstr "" + +#: gnu/packages/zip.scm:102 +msgid "Decompression and file extraction utility" +msgstr "" + +#: gnu/packages/zip.scm:104 +msgid "" +"UnZip is an extraction utility for archives compressed in .zip format,\= n" +"also called \"zipfiles\".\n" +"\n" +"UnZip lists, tests, or extracts files from a .zip archive. The default= \n" +"behaviour (with no options) is to extract into the current directory, a= nd\n" +"subdirectories below it, all files from the specified zipfile. UnZip\n= " +"recreates the stored directory structure by default." +msgstr "" + +#: gnu/packages/zip.scm:138 +msgid "Library for accessing zip files" +msgstr "" + +#: gnu/packages/zip.scm:140 +msgid "ZZipLib is a library based on zlib for accessing zip files." +msgstr "" + +#: gnu/packages/zip.scm:158 +msgid "Provides an interface to ZIP archive files" +msgstr "" + +#: gnu/packages/zsh.scm:65 +msgid "Powerful shell for interactive use and scripting" +msgstr "" + +#: gnu/packages/zsh.scm:66 +msgid "" +"The Z shell (zsh) is a Unix shell that can be used\n" +"as an interactive login shell and as a powerful command interpreter\n" +"for shell scripting. Zsh can be thought of as an extended Bourne shell= \n" +"with a large number of improvements, including some features of bash,\n= " +"ksh, and tcsh." +msgstr "" + +#~ msgid "GNU C++ standard library (intermediate)" +#~ msgstr "Th=C6=B0 vi=E1=BB=87n GNU C++ chu=E1=BA=A9n (kh=C3=A2u trung = gian)" --=20 2.1.4 --------------060603040409010901060505--