From 83196675a2b8d64cba6d83a0b76debd7619995c1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 11 Feb 2012 16:42:11 +0100 Subject: [PATCH] Update translations. --- po/da.po | 386 +++++++++++++++++++++++++++++++++--------------- po/de.po | 388 ++++++++++++++++++++++++++++++++++--------------- po/es.po | 386 +++++++++++++++++++++++++++++++++--------------- po/pakfire.pot | 168 +++++++++++---------- po/ru.po | 386 +++++++++++++++++++++++++++++++++--------------- 5 files changed, 1163 insertions(+), 551 deletions(-) diff --git a/po/da.po b/po/da.po index c8e3e4305..d7fccf68b 100644 --- a/po/da.po +++ b/po/da.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: IPFire\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-10 23:35+0100\n" -"PO-Revision-Date: 2011-12-13 11:38+0000\n" +"POT-Creation-Date: 2012-01-26 22:46+0100\n" +"PO-Revision-Date: 2012-02-11 08:15+0000\n" "Last-Translator: Danskmand \n" "Language-Team: Danish (http://www.transifex.net/projects/p/ipfire/team/da/)\n" "MIME-Version: 1.0\n" @@ -75,430 +75,558 @@ msgstr "oprydning" msgid "Downgrading" msgstr "nedgraderer" -#: ../python/pakfire/base.py:207 ../python/pakfire/base.py:237 -#: ../python/pakfire/base.py:283 ../python/pakfire/base.py:334 -#: ../python/pakfire/base.py:400 ../python/pakfire/base.py:437 -#: ../python/pakfire/base.py:490 ../python/pakfire/base.py:510 +#: ../python/pakfire/base.py:211 ../python/pakfire/base.py:241 +#: ../python/pakfire/base.py:287 ../python/pakfire/base.py:338 +#: ../python/pakfire/base.py:404 ../python/pakfire/base.py:441 +#: ../python/pakfire/base.py:494 ../python/pakfire/base.py:514 msgid "Nothing to do" msgstr "Intet at gøre" -#: ../python/pakfire/base.py:269 +#: ../python/pakfire/base.py:273 msgid "There are no packages to install." msgstr "Der er ingen pakker til at installere" -#: ../python/pakfire/base.py:324 +#: ../python/pakfire/base.py:328 #, python-format msgid "Could not find any installed package providing \"%s\"." msgstr "" -#: ../python/pakfire/base.py:330 +#: ../python/pakfire/base.py:334 #, python-format msgid "Multiple reinstall candidates for \"%s\": %s" msgstr "" -#: ../python/pakfire/base.py:359 +#: ../python/pakfire/base.py:363 #, python-format msgid "Could not find package %s in a remote repository." msgstr "" -#: ../python/pakfire/base.py:428 +#: ../python/pakfire/base.py:432 #, python-format msgid "Excluding %s." msgstr "" -#: ../python/pakfire/base.py:478 +#: ../python/pakfire/base.py:482 #, python-format msgid "\"%s\" package does not seem to be installed." msgstr "" -#: ../python/pakfire/base.py:622 +#: ../python/pakfire/base.py:626 msgid "Build command has failed." msgstr "" -#: ../python/pakfire/base.py:702 +#: ../python/pakfire/base.py:706 msgid "Everything is fine." msgstr "alt er fint" #. Log the package information. -#: ../python/pakfire/builder.py:153 +#: ../python/pakfire/builder.py:155 msgid "Package information:" msgstr "" #. Install all packages. -#: ../python/pakfire/builder.py:324 +#: ../python/pakfire/builder.py:326 msgid "Install packages needed for build..." msgstr "" -#: ../python/pakfire/builder.py:329 +#: ../python/pakfire/builder.py:331 msgid "Extracting" msgstr "" -#: ../python/pakfire/builder.py:575 +#: ../python/pakfire/builder.py:600 msgid "You cannot run a build when no package was given." msgstr "" -#: ../python/pakfire/builder.py:580 +#: ../python/pakfire/builder.py:605 #, python-format msgid "Could not find makefile in build root: %s" msgstr "" -#: ../python/pakfire/builder.py:594 +#: ../python/pakfire/builder.py:619 msgid "The build command failed. See logfile for details." msgstr "" #. Walk through the whole tree and collect all files #. that are on the same disk (not crossing mountpoints). -#: ../python/pakfire/builder.py:652 +#: ../python/pakfire/builder.py:677 msgid "Creating filelist..." msgstr "" #. Create a nice progressbar. -#: ../python/pakfire/builder.py:671 +#: ../python/pakfire/builder.py:696 msgid "Compressing files..." msgstr "" -#: ../python/pakfire/builder.py:690 +#: ../python/pakfire/builder.py:715 #, python-format msgid "Cache file was successfully created at %s." msgstr "" -#: ../python/pakfire/builder.py:691 +#: ../python/pakfire/builder.py:716 #, python-format msgid " Containing %(files)s files, it has a size of %(size)s." msgstr "" #. Make a nice progress bar as always. -#: ../python/pakfire/builder.py:702 +#: ../python/pakfire/builder.py:727 msgid "Extracting files..." msgstr "" #. Update all packages. -#: ../python/pakfire/builder.py:722 +#: ../python/pakfire/builder.py:747 msgid "Updating packages from cache..." msgstr "" #. Package the result. #. Make all these little package from the build environment. -#: ../python/pakfire/builder.py:838 +#: ../python/pakfire/builder.py:875 msgid "Creating packages:" msgstr "" #. Execute the buildscript of this stage. -#: ../python/pakfire/builder.py:858 +#: ../python/pakfire/builder.py:895 #, python-format msgid "Running stage %s:" msgstr "" -#: ../python/pakfire/builder.py:876 +#: ../python/pakfire/builder.py:913 #, python-format msgid "Could not remove static libraries: %s" msgstr "" -#: ../python/pakfire/builder.py:882 +#: ../python/pakfire/builder.py:919 msgid "Compressing man pages did not complete successfully." msgstr "" -#: ../python/pakfire/builder.py:902 +#: ../python/pakfire/builder.py:939 msgid "Extracting debuginfo did not complete with success. Aborting build." msgstr "" -#: ../python/pakfire/cli.py:43 +#: ../python/pakfire/cli.py:47 msgid "Pakfire command line interface." msgstr "Pakfire komandolinjen." -#: ../python/pakfire/cli.py:50 +#: ../python/pakfire/cli.py:54 msgid "The path where pakfire should operate in." msgstr "stien som pakfire skal køre på." -#: ../python/pakfire/cli.py:117 +#: ../python/pakfire/cli.py:121 msgid "Enable verbose output." msgstr "aktiver udvidet output." -#: ../python/pakfire/cli.py:120 +#: ../python/pakfire/cli.py:124 msgid "Path to a configuration file to load." msgstr "stien til en konfigurationsfil der indlæses" -#: ../python/pakfire/cli.py:123 +#: ../python/pakfire/cli.py:128 msgid "Disable a repository temporarily." msgstr "temporært deaktiver et projektarkiv." -#: ../python/pakfire/cli.py:126 +#: ../python/pakfire/cli.py:131 msgid "Enable a repository temporarily." msgstr "Aktivere en repository midlertidigt." -#: ../python/pakfire/cli.py:129 +#: ../python/pakfire/cli.py:135 msgid "Run pakfire in offline mode." msgstr "Kør ipfire i ofline tilstand." -#: ../python/pakfire/cli.py:134 +#: ../python/pakfire/cli.py:140 msgid "Install one or more packages to the system." msgstr "Installer en eller flere pakker på systemet." -#: ../python/pakfire/cli.py:136 +#: ../python/pakfire/cli.py:142 msgid "Give name of at least one package to install." msgstr "angiv navnet på mindst én pakke som installeres" -#: ../python/pakfire/cli.py:142 +#: ../python/pakfire/cli.py:148 msgid "Install one or more packages from the filesystem." msgstr "Installer en eller flere pakker fra filsystemet." -#: ../python/pakfire/cli.py:144 +#: ../python/pakfire/cli.py:150 msgid "Give filename of at least one package." msgstr "angiv filnavnet på mindst én pakke." -#: ../python/pakfire/cli.py:150 +#: ../python/pakfire/cli.py:156 msgid "Reinstall one or more packages." msgstr "" -#: ../python/pakfire/cli.py:152 +#: ../python/pakfire/cli.py:158 msgid "Give name of at least one package to reinstall." msgstr "" -#: ../python/pakfire/cli.py:158 +#: ../python/pakfire/cli.py:164 msgid "Remove one or more packages from the system." msgstr "Fjerner en eller flere pakker fra systemet." -#: ../python/pakfire/cli.py:160 +#: ../python/pakfire/cli.py:166 msgid "Give name of at least one package to remove." msgstr "angiv filnavnet på mindst én pakke som skal fjernes." -#: ../python/pakfire/cli.py:166 +#: ../python/pakfire/cli.py:172 msgid "Give a name of a package to update or leave emtpy for all." msgstr "Angiv navnet på én pakke som opdateres eller lad være tomt for alle." -#: ../python/pakfire/cli.py:168 +#: ../python/pakfire/cli.py:174 msgid "Exclude package from update." msgstr "" -#: ../python/pakfire/cli.py:170 ../python/pakfire/cli.py:195 +#: ../python/pakfire/cli.py:176 ../python/pakfire/cli.py:201 msgid "Allow changing the vendor of packages." msgstr "" -#: ../python/pakfire/cli.py:172 ../python/pakfire/cli.py:197 +#: ../python/pakfire/cli.py:178 ../python/pakfire/cli.py:203 msgid "Allow changing the architecture of packages." msgstr "" -#: ../python/pakfire/cli.py:177 +#: ../python/pakfire/cli.py:183 msgid "Update the whole system or one specific package." msgstr "Opdater hele systemet eller én special pakke" -#: ../python/pakfire/cli.py:184 +#: ../python/pakfire/cli.py:190 msgid "Check, if there are any updates available." msgstr "Kontroller, om der er nogen opdateringer tilgængelige." -#: ../python/pakfire/cli.py:191 +#: ../python/pakfire/cli.py:197 msgid "Downgrade one or more packages." msgstr "" -#: ../python/pakfire/cli.py:193 +#: ../python/pakfire/cli.py:199 msgid "Give a name of a package to downgrade." msgstr "" -#: ../python/pakfire/cli.py:203 +#: ../python/pakfire/cli.py:209 msgid "Print some information about the given package(s)." msgstr "Udskriv nogle informationer om de(n) givne pakke(r)." -#: ../python/pakfire/cli.py:205 +#: ../python/pakfire/cli.py:211 msgid "Give at least the name of one package." msgstr "Angiv mindst navnet af én pakke." -#: ../python/pakfire/cli.py:211 +#: ../python/pakfire/cli.py:217 msgid "Search for a given pattern." msgstr "Søg efter et givet mønster." -#: ../python/pakfire/cli.py:213 +#: ../python/pakfire/cli.py:219 msgid "A pattern to search for." msgstr "Et mønster til at søge efter." -#: ../python/pakfire/cli.py:219 +#: ../python/pakfire/cli.py:225 msgid "Get a list of packages that provide a given file or feature." msgstr "Få en liste over pakker, der tilbyder en bestemt fil eller funktion." -#: ../python/pakfire/cli.py:221 +#: ../python/pakfire/cli.py:227 msgid "File or feature to search for." msgstr "Fil eller funktion som søges efter." -#: ../python/pakfire/cli.py:227 +#: ../python/pakfire/cli.py:233 msgid "Get list of packages that belong to the given group." msgstr "Få liste over pakker, der tilhører den givne gruppe." -#: ../python/pakfire/cli.py:229 +#: ../python/pakfire/cli.py:235 msgid "Group name to search for." msgstr "Gruppens navn for at søge efter." -#: ../python/pakfire/cli.py:235 +#: ../python/pakfire/cli.py:241 msgid "Install all packages that belong to the given group." msgstr "Installer alle pakker, der hører til den givne gruppe." -#: ../python/pakfire/cli.py:237 +#: ../python/pakfire/cli.py:243 msgid "Group name." msgstr "Gruppenavn" -#: ../python/pakfire/cli.py:243 +#: ../python/pakfire/cli.py:249 msgid "List all currently enabled repositories." msgstr "Liste over alle aktuelt aktiverede Projektarkiver." -#: ../python/pakfire/cli.py:247 +#: ../python/pakfire/cli.py:253 msgid "Cleanup commands." msgstr "Oprydning kommandoer." -#: ../python/pakfire/cli.py:255 +#: ../python/pakfire/cli.py:261 msgid "Cleanup all temporary files." msgstr "Oprydning alle midlertidige filer." -#: ../python/pakfire/cli.py:261 +#: ../python/pakfire/cli.py:267 msgid "Check the system for any errors." msgstr "Kontrollér systemet for eventuelle fejl." -#: ../python/pakfire/cli.py:267 +#: ../python/pakfire/cli.py:273 msgid "Check the dependencies for a particular package." msgstr "Kontroller afhængigheder for en bestemt pakke." -#: ../python/pakfire/cli.py:269 +#: ../python/pakfire/cli.py:275 msgid "Give name of at least one package to check." msgstr "angiv navnet på mindst én pakke som kontrolleres." -#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:352 +#: ../python/pakfire/cli.py:351 ../python/pakfire/transaction.py:352 msgid "Repository" msgstr "Projektarkivet" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Enabled" msgstr "aktiveret" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Priority" msgstr "Prioritet" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Packages" msgstr "Pakker" -#: ../python/pakfire/cli.py:360 +#: ../python/pakfire/cli.py:363 msgid "Cleaning up everything..." msgstr "Oprydning alt ..." -#: ../python/pakfire/cli.py:376 +#: ../python/pakfire/cli.py:379 msgid "You cannot run pakfire-builder in a pakfire chroot." msgstr "" -#: ../python/pakfire/cli.py:379 ../python/pakfire/cli.py:676 +#: ../python/pakfire/cli.py:382 ../python/pakfire/cli.py:719 msgid "Pakfire builder command line interface." msgstr "Pakfire builder kommandolinjegrænseflade" -#: ../python/pakfire/cli.py:437 +#: ../python/pakfire/cli.py:440 msgid "Update the package indexes." msgstr "Opdater pakke indekser." -#: ../python/pakfire/cli.py:443 ../python/pakfire/cli.py:696 +#: ../python/pakfire/cli.py:446 ../python/pakfire/cli.py:739 msgid "Build one or more packages." msgstr "Byg en eller flere pakker." -#: ../python/pakfire/cli.py:445 ../python/pakfire/cli.py:698 +#: ../python/pakfire/cli.py:448 ../python/pakfire/cli.py:633 +#: ../python/pakfire/cli.py:741 msgid "Give name of at least one package to build." msgstr "Giv navnet på mindst én pakke at bygge." -#: ../python/pakfire/cli.py:449 ../python/pakfire/cli.py:702 +#: ../python/pakfire/cli.py:452 ../python/pakfire/cli.py:745 +#: ../python/pakfire/cli.py:815 msgid "Build the package for the given architecture." msgstr "Byg pakken for den givne arkitektur." -#: ../python/pakfire/cli.py:451 ../python/pakfire/cli.py:479 -#: ../python/pakfire/cli.py:704 +#: ../python/pakfire/cli.py:454 ../python/pakfire/cli.py:482 +#: ../python/pakfire/cli.py:747 msgid "Path were the output files should be copied to." msgstr "Sti, hvor output filerne skal kopieres til." -#: ../python/pakfire/cli.py:453 ../python/pakfire/cli.py:468 -#: ../python/pakfire/cli.py:706 +#: ../python/pakfire/cli.py:456 ../python/pakfire/cli.py:471 +#: ../python/pakfire/cli.py:749 msgid "Mode to run in. Is either 'release' or 'development' (default)." msgstr "Mode til at køre i. Er enten 'release' eller 'udvikling' (standard)." -#: ../python/pakfire/cli.py:455 +#: ../python/pakfire/cli.py:458 msgid "Run a shell after a successful build." msgstr "" -#: ../python/pakfire/cli.py:460 +#: ../python/pakfire/cli.py:463 msgid "Go into a shell." msgstr "Gå ind i en shell." -#: ../python/pakfire/cli.py:462 +#: ../python/pakfire/cli.py:465 msgid "Give name of a package." msgstr "Giv navnet på en pakke." -#: ../python/pakfire/cli.py:466 +#: ../python/pakfire/cli.py:469 msgid "Emulated architecture in the shell." msgstr "Emuleret arkitektur i shell." -#: ../python/pakfire/cli.py:473 +#: ../python/pakfire/cli.py:476 msgid "Generate a source package." msgstr "Generer en kildekode-pakke." -#: ../python/pakfire/cli.py:475 +#: ../python/pakfire/cli.py:478 msgid "Give name(s) of a package(s)." msgstr "Give navn (e) af en pakke (r)." -#: ../python/pakfire/cli.py:484 +#: ../python/pakfire/cli.py:487 msgid "Create a build environment cache." msgstr "" -#: ../python/pakfire/cli.py:494 +#: ../python/pakfire/cli.py:497 msgid "Create a new build environment cache." msgstr "" -#: ../python/pakfire/cli.py:499 +#: ../python/pakfire/cli.py:502 msgid "Remove all cached build environments." msgstr "" -#: ../python/pakfire/cli.py:577 +#: ../python/pakfire/cli.py:580 #, python-format msgid "Removing environment cache file: %s..." msgstr "" -#: ../python/pakfire/cli.py:583 +#: ../python/pakfire/cli.py:586 #, python-format msgid "Could not remove file: %s" msgstr "" -#: ../python/pakfire/cli.py:589 +#: ../python/pakfire/cli.py:592 msgid "Pakfire server command line interface." msgstr "Pakfire server kommandolinjegrænseflade" -#: ../python/pakfire/cli.py:626 -msgid "Request a build job from the server." -msgstr "Bed om et bygge job fra serveren." +#: ../python/pakfire/cli.py:631 +msgid "Send a scrach build job to the server." +msgstr "" + +#: ../python/pakfire/cli.py:635 +msgid "Limit build to only these architecture(s)." +msgstr "" -#: ../python/pakfire/cli.py:632 +#: ../python/pakfire/cli.py:641 msgid "Send a keepalive to the server." msgstr "Send en KeepAlive til serveren." -#: ../python/pakfire/cli.py:639 +#: ../python/pakfire/cli.py:648 msgid "Update all repositories." msgstr "Opdater alle repositories." -#: ../python/pakfire/cli.py:645 +#: ../python/pakfire/cli.py:654 msgid "Repository management commands." msgstr "styringskommandoer for projektarkivet." -#: ../python/pakfire/cli.py:653 +#: ../python/pakfire/cli.py:662 msgid "Create a new repository index." msgstr "Opret en ny projektarkiv indeks." -#: ../python/pakfire/cli.py:654 +#: ../python/pakfire/cli.py:663 msgid "Path to the packages." msgstr "sti til pakker." -#: ../python/pakfire/cli.py:655 +#: ../python/pakfire/cli.py:664 msgid "Path to input packages." msgstr "Sti til input pakker." -#: ../python/pakfire/cli.py:708 +#: ../python/pakfire/cli.py:669 +msgid "Dump some information about this machine." +msgstr "" + +#: ../python/pakfire/cli.py:751 msgid "Do not verify build dependencies." msgstr "" +#: ../python/pakfire/cli.py:775 +msgid "Pakfire client command line interface." +msgstr "" + +#: ../python/pakfire/cli.py:809 +msgid "Build a package remotely." +msgstr "" + +#: ../python/pakfire/cli.py:811 +msgid "Give name of a package to build." +msgstr "" + +#: ../python/pakfire/cli.py:820 +msgid "Print some information about this host." +msgstr "" + +#: ../python/pakfire/cli.py:826 +msgid "Check the connection to the hub." +msgstr "" + +#: ../python/pakfire/cli.py:853 ../python/pakfire/server.py:302 +msgid "Hostname" +msgstr "" + +#: ../python/pakfire/cli.py:854 +msgid "Pakfire hub" +msgstr "" + +#: ../python/pakfire/cli.py:857 +msgid "Username" +msgstr "" + +#. Hardware information +#: ../python/pakfire/cli.py:861 ../python/pakfire/server.py:306 +msgid "Hardware information" +msgstr "" + +#: ../python/pakfire/cli.py:862 ../python/pakfire/server.py:307 +msgid "CPU model" +msgstr "" + +#: ../python/pakfire/cli.py:863 ../python/pakfire/server.py:308 +msgid "Memory" +msgstr "" + +#: ../python/pakfire/cli.py:865 ../python/pakfire/server.py:310 +msgid "Native arch" +msgstr "" + +#: ../python/pakfire/cli.py:867 ../python/pakfire/server.py:312 +msgid "Supported arches" +msgstr "" + +#: ../python/pakfire/cli.py:880 +msgid "Your IP address" +msgstr "" + +#: ../python/pakfire/cli.py:885 +msgid "You are authenticated to the build service:" +msgstr "" + +#: ../python/pakfire/cli.py:891 +msgid "User name" +msgstr "" + +#: ../python/pakfire/cli.py:892 +msgid "Real name" +msgstr "" + +#: ../python/pakfire/cli.py:893 +msgid "Email address" +msgstr "" + +#: ../python/pakfire/cli.py:894 +msgid "Registered" +msgstr "" + +#: ../python/pakfire/cli.py:901 +msgid "You could not be authenticated to the build service." +msgstr "" + +#: ../python/pakfire/cli.py:910 +msgid "Pakfire daemon command line interface." +msgstr "" + +#: ../python/pakfire/client/transport.py:55 +#, python-format +msgid "Socket error: %s" +msgstr "" + +#: ../python/pakfire/client/transport.py:79 +#, python-format +msgid "Trying again in %s seconds. %s tries left." +msgstr "" + #: ../python/pakfire/compress.py:85 ../python/pakfire/compress.py:95 #, python-format msgid "Given algorithm '%s' is not supported." msgstr "" +#. Parse the file. +#: ../python/pakfire/config.py:256 +#, python-format +msgid "Reading from configuration file: %s" +msgstr "" + +#: ../python/pakfire/config.py:306 +msgid "Configuration:" +msgstr "" + +#: ../python/pakfire/config.py:308 +#, python-format +msgid "Section: %s" +msgstr "" + +#: ../python/pakfire/config.py:313 +msgid "No settings in this section." +msgstr "" + +#: ../python/pakfire/config.py:315 +msgid "Loaded from files:" +msgstr "" + #: ../python/pakfire/downloader.py:134 msgid "Downloading source files:" msgstr "" @@ -628,11 +756,11 @@ msgstr "" msgid "File" msgstr "Fil" -#: ../python/pakfire/packages/base.py:361 +#: ../python/pakfire/packages/base.py:362 msgid "Not set" msgstr "udefineret" -#: ../python/pakfire/packages/base.py:500 +#: ../python/pakfire/packages/base.py:527 #, python-format msgid "Config file saved as %s." msgstr "" @@ -662,14 +790,30 @@ msgstr "" msgid "Could not remove file: /%s" msgstr "" -#: ../python/pakfire/packages/make.py:78 +#: ../python/pakfire/packages/make.py:79 msgid "Package name is undefined." msgstr "" -#: ../python/pakfire/packages/make.py:81 +#: ../python/pakfire/packages/make.py:82 msgid "Package version is undefined." msgstr "" +#: ../python/pakfire/packages/make.py:416 +#, python-format +msgid "Searching for automatic dependencies for %s..." +msgstr "" + +#: ../python/pakfire/packages/make.py:463 +#, python-format +msgid "Regular experession is invalid and has been skipped: %s" +msgstr "" + +#. Let the user know what has been done. +#: ../python/pakfire/packages/make.py:479 +#, python-format +msgid "Filter %s filtered %s." +msgstr "" + #. Load progressbar. #: ../python/pakfire/packages/packager.py:362 msgid "Packaging" @@ -710,13 +854,13 @@ msgid "%s: package database" msgstr "%s: pakkedatabasen" #. Create progress bar. -#: ../python/pakfire/repository/index.py:396 +#: ../python/pakfire/repository/index.py:395 #, python-format msgid "Loading from %s" msgstr "Indlæser fra %s" #. Add all packages from the database to the index. -#: ../python/pakfire/repository/index.py:459 +#: ../python/pakfire/repository/index.py:458 msgid "Loading installed packages" msgstr "indlæser installerede pakker" @@ -761,6 +905,10 @@ msgstr "Løsning:%s" msgid " Solutions:" msgstr "Løsninger:" +#: ../python/pakfire/server.py:278 ../python/pakfire/system.py:114 +msgid "Could not be determined" +msgstr "" + #: ../python/pakfire/transaction.py:91 #, python-format msgid "file %s from %s conflicts with file from package %s" @@ -1039,7 +1187,7 @@ msgid "allow replacement of %s with %s" msgstr "tillad udskiftning af %s med %s" #. XXX Maybe we can make a more beautiful message here?! -#: ../scripts/pakfire-multicall.py:25 +#: ../tools/pakfire-multicall.py:25 msgid "" "There has been an error when trying to import one or more of the modules, " "that are required to run Pakfire." @@ -1047,23 +1195,23 @@ msgstr "" "Der er opstået en fejl mens de forsøger at importere en eller flere af de " "moduler, der er nødvendige for at køre Pakfire." -#: ../scripts/pakfire-multicall.py:27 +#: ../tools/pakfire-multicall.py:27 msgid "Please check your installation of Pakfire." msgstr "" -#: ../scripts/pakfire-multicall.py:29 +#: ../tools/pakfire-multicall.py:29 msgid "The error that lead to this:" msgstr "Fejlen, der fører til dette:" -#: ../scripts/pakfire-multicall.py:67 +#: ../tools/pakfire-multicall.py:69 msgid "An error has occured when running Pakfire." msgstr "Der er opstået en fejl mens du kører Pakfire." -#: ../scripts/pakfire-multicall.py:70 +#: ../tools/pakfire-multicall.py:72 msgid "Error message:" msgstr "fejlmeddelese:" -#: ../scripts/pakfire-multicall.py:74 +#: ../tools/pakfire-multicall.py:76 msgid "Further description:" msgstr "Yderligere beskrivelse:" diff --git a/po/de.po b/po/de.po index ed9b91ec1..cf876cbaa 100644 --- a/po/de.po +++ b/po/de.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Michael Tremer , 2011. +# Michael Tremer , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: IPFire\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-10 23:35+0100\n" -"PO-Revision-Date: 2011-12-16 15:25+0000\n" +"POT-Creation-Date: 2012-01-26 22:46+0100\n" +"PO-Revision-Date: 2012-02-11 08:15+0000\n" "Last-Translator: Michael Tremer \n" "Language-Team: German (http://www.transifex.net/projects/p/ipfire/team/de/)\n" "MIME-Version: 1.0\n" @@ -81,435 +81,563 @@ msgstr "Aufräumen" msgid "Downgrading" msgstr "Downgrade" -#: ../python/pakfire/base.py:207 ../python/pakfire/base.py:237 -#: ../python/pakfire/base.py:283 ../python/pakfire/base.py:334 -#: ../python/pakfire/base.py:400 ../python/pakfire/base.py:437 -#: ../python/pakfire/base.py:490 ../python/pakfire/base.py:510 +#: ../python/pakfire/base.py:211 ../python/pakfire/base.py:241 +#: ../python/pakfire/base.py:287 ../python/pakfire/base.py:338 +#: ../python/pakfire/base.py:404 ../python/pakfire/base.py:441 +#: ../python/pakfire/base.py:494 ../python/pakfire/base.py:514 msgid "Nothing to do" msgstr "Nichts zu tun" -#: ../python/pakfire/base.py:269 +#: ../python/pakfire/base.py:273 msgid "There are no packages to install." msgstr "Es gibt keine Pakete zum installieren." -#: ../python/pakfire/base.py:324 +#: ../python/pakfire/base.py:328 #, python-format msgid "Could not find any installed package providing \"%s\"." msgstr "Konnte kein installiertes Paket finden, das \"%s\" bereitstellt." -#: ../python/pakfire/base.py:330 +#: ../python/pakfire/base.py:334 #, python-format msgid "Multiple reinstall candidates for \"%s\": %s" msgstr "Mehrere Kandidaten zum Neuinstallieren für \"%s\" gefunden: %s" -#: ../python/pakfire/base.py:359 +#: ../python/pakfire/base.py:363 #, python-format msgid "Could not find package %s in a remote repository." msgstr "Kann Paket %s nicht in einem entfernten Repositorium finden." -#: ../python/pakfire/base.py:428 +#: ../python/pakfire/base.py:432 #, python-format msgid "Excluding %s." msgstr "Schließe %s aus." -#: ../python/pakfire/base.py:478 +#: ../python/pakfire/base.py:482 #, python-format msgid "\"%s\" package does not seem to be installed." msgstr "Das Paket \"%s\" scheint nicht installiert zu sein." -#: ../python/pakfire/base.py:622 +#: ../python/pakfire/base.py:626 msgid "Build command has failed." msgstr "Der Build-Befehl ist fehlgeschlagen." -#: ../python/pakfire/base.py:702 +#: ../python/pakfire/base.py:706 msgid "Everything is fine." msgstr "Alles in Ordnung." #. Log the package information. -#: ../python/pakfire/builder.py:153 +#: ../python/pakfire/builder.py:155 msgid "Package information:" msgstr "Paketinformationen:" #. Install all packages. -#: ../python/pakfire/builder.py:324 +#: ../python/pakfire/builder.py:326 msgid "Install packages needed for build..." msgstr "Installiere Pakete, die zum Bauen benötigt werden..." -#: ../python/pakfire/builder.py:329 +#: ../python/pakfire/builder.py:331 msgid "Extracting" msgstr "Entpacke" -#: ../python/pakfire/builder.py:575 +#: ../python/pakfire/builder.py:600 msgid "You cannot run a build when no package was given." msgstr "Ohne Paket kann kein Build gestartet werden." -#: ../python/pakfire/builder.py:580 +#: ../python/pakfire/builder.py:605 #, python-format msgid "Could not find makefile in build root: %s" msgstr "Makefile im Buildroot konnte nicht gefunden werden: %s" -#: ../python/pakfire/builder.py:594 +#: ../python/pakfire/builder.py:619 msgid "The build command failed. See logfile for details." msgstr "Der Build ist fehlgeschlagen. Sehen Sie in die Logfiles für Details." #. Walk through the whole tree and collect all files #. that are on the same disk (not crossing mountpoints). -#: ../python/pakfire/builder.py:652 +#: ../python/pakfire/builder.py:677 msgid "Creating filelist..." msgstr "Erstelle Dateiliste..." #. Create a nice progressbar. -#: ../python/pakfire/builder.py:671 +#: ../python/pakfire/builder.py:696 msgid "Compressing files..." msgstr "Komprimiere Dateien..." -#: ../python/pakfire/builder.py:690 +#: ../python/pakfire/builder.py:715 #, python-format msgid "Cache file was successfully created at %s." msgstr "Cache-Datei wurde erfolgreich erstellt als %s." -#: ../python/pakfire/builder.py:691 +#: ../python/pakfire/builder.py:716 #, python-format msgid " Containing %(files)s files, it has a size of %(size)s." msgstr " Beinhaltet %(files)s Dateien, mit einer Gesamtgröße von %(size)s." #. Make a nice progress bar as always. -#: ../python/pakfire/builder.py:702 +#: ../python/pakfire/builder.py:727 msgid "Extracting files..." msgstr "Extrahiere Dateien..." #. Update all packages. -#: ../python/pakfire/builder.py:722 +#: ../python/pakfire/builder.py:747 msgid "Updating packages from cache..." msgstr "Aktualisiere Pakete aus dem Cache..." #. Package the result. #. Make all these little package from the build environment. -#: ../python/pakfire/builder.py:838 +#: ../python/pakfire/builder.py:875 msgid "Creating packages:" msgstr "Erstelle Pakete:" #. Execute the buildscript of this stage. -#: ../python/pakfire/builder.py:858 +#: ../python/pakfire/builder.py:895 #, python-format msgid "Running stage %s:" msgstr "Starte Stage %s:" -#: ../python/pakfire/builder.py:876 +#: ../python/pakfire/builder.py:913 #, python-format msgid "Could not remove static libraries: %s" msgstr "Konnte statische Bibliotheken nicht entfernen: %s" -#: ../python/pakfire/builder.py:882 +#: ../python/pakfire/builder.py:919 msgid "Compressing man pages did not complete successfully." msgstr "Das Komprimieren der Man-pages schlug fehl." -#: ../python/pakfire/builder.py:902 +#: ../python/pakfire/builder.py:939 msgid "Extracting debuginfo did not complete with success. Aborting build." msgstr "" "Das Extrahieren der Debug-Informationen schlug fehl. Build wird abgebrochen." -#: ../python/pakfire/cli.py:43 +#: ../python/pakfire/cli.py:47 msgid "Pakfire command line interface." msgstr "Pakfire-Kommandozeilen-Interface" -#: ../python/pakfire/cli.py:50 +#: ../python/pakfire/cli.py:54 msgid "The path where pakfire should operate in." msgstr "Der Pfad in welchem Pakfire Änderungen vornimmt." -#: ../python/pakfire/cli.py:117 +#: ../python/pakfire/cli.py:121 msgid "Enable verbose output." msgstr "Verbose-Modus einschalten." -#: ../python/pakfire/cli.py:120 +#: ../python/pakfire/cli.py:124 msgid "Path to a configuration file to load." msgstr "Pfad zu einer Konfigurationsdatei" -#: ../python/pakfire/cli.py:123 +#: ../python/pakfire/cli.py:128 msgid "Disable a repository temporarily." msgstr "Repositorium temporär ausschalten." -#: ../python/pakfire/cli.py:126 +#: ../python/pakfire/cli.py:131 msgid "Enable a repository temporarily." msgstr "Repositorium vorübergehend aktivieren." -#: ../python/pakfire/cli.py:129 +#: ../python/pakfire/cli.py:135 msgid "Run pakfire in offline mode." msgstr "Starte Pakfire im Offline-Modus." -#: ../python/pakfire/cli.py:134 +#: ../python/pakfire/cli.py:140 msgid "Install one or more packages to the system." msgstr "Ein oder mehrere Pakete auf dem System installieren." -#: ../python/pakfire/cli.py:136 +#: ../python/pakfire/cli.py:142 msgid "Give name of at least one package to install." msgstr "Mindestens ein Paketname." -#: ../python/pakfire/cli.py:142 +#: ../python/pakfire/cli.py:148 msgid "Install one or more packages from the filesystem." msgstr "Installieren Sie ein oder mehrere Pakete aus dem Dateisystem." -#: ../python/pakfire/cli.py:144 +#: ../python/pakfire/cli.py:150 msgid "Give filename of at least one package." msgstr "Dateiname zumindest eines Pakets." -#: ../python/pakfire/cli.py:150 +#: ../python/pakfire/cli.py:156 msgid "Reinstall one or more packages." msgstr "Ein oder mehrere Pakete neu installieren." -#: ../python/pakfire/cli.py:152 +#: ../python/pakfire/cli.py:158 msgid "Give name of at least one package to reinstall." msgstr "" "Geben Sie mindestens den Namen von einem Paket an, das neu installiert " "werden soll." -#: ../python/pakfire/cli.py:158 +#: ../python/pakfire/cli.py:164 msgid "Remove one or more packages from the system." msgstr "Entfernen Sie ein oder mehrere Pakete aus dem System." -#: ../python/pakfire/cli.py:160 +#: ../python/pakfire/cli.py:166 msgid "Give name of at least one package to remove." msgstr "Geben Sie Namen von mindestens einem Paket an, um es zu entfernen." -#: ../python/pakfire/cli.py:166 +#: ../python/pakfire/cli.py:172 msgid "Give a name of a package to update or leave emtpy for all." msgstr "Ein Paket zum Aktualisieren oder leer lassen für alle." -#: ../python/pakfire/cli.py:168 +#: ../python/pakfire/cli.py:174 msgid "Exclude package from update." msgstr "Paket vom Update ausschließen." -#: ../python/pakfire/cli.py:170 ../python/pakfire/cli.py:195 +#: ../python/pakfire/cli.py:176 ../python/pakfire/cli.py:201 msgid "Allow changing the vendor of packages." msgstr "Erlaube das Wechseln des Paketherausgebers." -#: ../python/pakfire/cli.py:172 ../python/pakfire/cli.py:197 +#: ../python/pakfire/cli.py:178 ../python/pakfire/cli.py:203 msgid "Allow changing the architecture of packages." msgstr "Erlaube das Wechseln der Paketarchitektur." -#: ../python/pakfire/cli.py:177 +#: ../python/pakfire/cli.py:183 msgid "Update the whole system or one specific package." msgstr "Das gesamte System aktualisieren oder ein angegebenes Paket." -#: ../python/pakfire/cli.py:184 +#: ../python/pakfire/cli.py:190 msgid "Check, if there are any updates available." msgstr "Prüfe, ob Updates verfügbar sind." -#: ../python/pakfire/cli.py:191 +#: ../python/pakfire/cli.py:197 msgid "Downgrade one or more packages." msgstr "Ein oder mehrere Pakete downgraden." -#: ../python/pakfire/cli.py:193 +#: ../python/pakfire/cli.py:199 msgid "Give a name of a package to downgrade." msgstr "Geben Sie den Namen eines Pakets an, das gedowngraded werden soll." -#: ../python/pakfire/cli.py:203 +#: ../python/pakfire/cli.py:209 msgid "Print some information about the given package(s)." msgstr "Informationen über das/die angegebenen Paket(e) ausgeben." -#: ../python/pakfire/cli.py:205 +#: ../python/pakfire/cli.py:211 msgid "Give at least the name of one package." msgstr "Mindestens ein Paket." -#: ../python/pakfire/cli.py:211 +#: ../python/pakfire/cli.py:217 msgid "Search for a given pattern." msgstr "Nach einem Ausdruck suchen." -#: ../python/pakfire/cli.py:213 +#: ../python/pakfire/cli.py:219 msgid "A pattern to search for." msgstr "Nach einem Ausdruck suchen." -#: ../python/pakfire/cli.py:219 +#: ../python/pakfire/cli.py:225 msgid "Get a list of packages that provide a given file or feature." msgstr "" "Hole eine Paketliste die dass angegebene Feature oder die Datei enthält." -#: ../python/pakfire/cli.py:221 +#: ../python/pakfire/cli.py:227 msgid "File or feature to search for." msgstr "Datei oder Feature nach welchem gesucht werden soll." -#: ../python/pakfire/cli.py:227 +#: ../python/pakfire/cli.py:233 msgid "Get list of packages that belong to the given group." msgstr "Hole eine Paketliste die mit der angegebenen Gruppe zu tun hat." -#: ../python/pakfire/cli.py:229 +#: ../python/pakfire/cli.py:235 msgid "Group name to search for." msgstr "Gruppenname, nach dem gesucht werden soll." -#: ../python/pakfire/cli.py:235 +#: ../python/pakfire/cli.py:241 msgid "Install all packages that belong to the given group." msgstr "Installiere alle Pakete, die zu der angegebenen Gruppe gehören." -#: ../python/pakfire/cli.py:237 +#: ../python/pakfire/cli.py:243 msgid "Group name." msgstr "Name der Gruppe." -#: ../python/pakfire/cli.py:243 +#: ../python/pakfire/cli.py:249 msgid "List all currently enabled repositories." msgstr "Liste aller derzeit aktivierten Repositorien." -#: ../python/pakfire/cli.py:247 +#: ../python/pakfire/cli.py:253 msgid "Cleanup commands." msgstr "Aufräumkommandos." -#: ../python/pakfire/cli.py:255 +#: ../python/pakfire/cli.py:261 msgid "Cleanup all temporary files." msgstr "Lösche alle temporären Dateien." -#: ../python/pakfire/cli.py:261 +#: ../python/pakfire/cli.py:267 msgid "Check the system for any errors." msgstr "Überprüfe das System auf etwaige Fehler." -#: ../python/pakfire/cli.py:267 +#: ../python/pakfire/cli.py:273 msgid "Check the dependencies for a particular package." msgstr "Überprüfe die Abhängigkeiten eines bestimmten Paketes." -#: ../python/pakfire/cli.py:269 +#: ../python/pakfire/cli.py:275 msgid "Give name of at least one package to check." msgstr "Gib mindestens ein Paket an, das überprüft werden soll." -#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:352 +#: ../python/pakfire/cli.py:351 ../python/pakfire/transaction.py:352 msgid "Repository" msgstr "Repositorium" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Enabled" msgstr "Aktiviert" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Priority" msgstr "Priorität" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Packages" msgstr "Pakete" -#: ../python/pakfire/cli.py:360 +#: ../python/pakfire/cli.py:363 msgid "Cleaning up everything..." msgstr "Alles aufräumen..." -#: ../python/pakfire/cli.py:376 +#: ../python/pakfire/cli.py:379 msgid "You cannot run pakfire-builder in a pakfire chroot." msgstr "" "pakfire-builder kann nicht in einer chroot-Umgebung ausgeführt werden." -#: ../python/pakfire/cli.py:379 ../python/pakfire/cli.py:676 +#: ../python/pakfire/cli.py:382 ../python/pakfire/cli.py:719 msgid "Pakfire builder command line interface." msgstr "Pakfire-Builder-Kommandozeilen-Interface." -#: ../python/pakfire/cli.py:437 +#: ../python/pakfire/cli.py:440 msgid "Update the package indexes." msgstr "Aktualisiere die Paketindizes." -#: ../python/pakfire/cli.py:443 ../python/pakfire/cli.py:696 +#: ../python/pakfire/cli.py:446 ../python/pakfire/cli.py:739 msgid "Build one or more packages." msgstr "Baue ein oder mehrere Pakete." -#: ../python/pakfire/cli.py:445 ../python/pakfire/cli.py:698 +#: ../python/pakfire/cli.py:448 ../python/pakfire/cli.py:633 +#: ../python/pakfire/cli.py:741 msgid "Give name of at least one package to build." msgstr "Geben Sie mindestens ein Paket an, das gebaut werden soll." -#: ../python/pakfire/cli.py:449 ../python/pakfire/cli.py:702 +#: ../python/pakfire/cli.py:452 ../python/pakfire/cli.py:745 +#: ../python/pakfire/cli.py:815 msgid "Build the package for the given architecture." msgstr "Baue das Palet für die angegebene Architektur." -#: ../python/pakfire/cli.py:451 ../python/pakfire/cli.py:479 -#: ../python/pakfire/cli.py:704 +#: ../python/pakfire/cli.py:454 ../python/pakfire/cli.py:482 +#: ../python/pakfire/cli.py:747 msgid "Path were the output files should be copied to." msgstr "Pfad in dem die Ausgabedateien abgelegt werden sollen." -#: ../python/pakfire/cli.py:453 ../python/pakfire/cli.py:468 -#: ../python/pakfire/cli.py:706 +#: ../python/pakfire/cli.py:456 ../python/pakfire/cli.py:471 +#: ../python/pakfire/cli.py:749 msgid "Mode to run in. Is either 'release' or 'development' (default)." msgstr "Angabe des Modus. Entweder 'release' oder 'development' (Standard)." -#: ../python/pakfire/cli.py:455 +#: ../python/pakfire/cli.py:458 msgid "Run a shell after a successful build." msgstr "Nach erfolgreichem Build eine Shell starten." -#: ../python/pakfire/cli.py:460 +#: ../python/pakfire/cli.py:463 msgid "Go into a shell." msgstr "Eine Shell betreten." -#: ../python/pakfire/cli.py:462 +#: ../python/pakfire/cli.py:465 msgid "Give name of a package." msgstr "Geben Sie den Namen eines Pakets an." -#: ../python/pakfire/cli.py:466 +#: ../python/pakfire/cli.py:469 msgid "Emulated architecture in the shell." msgstr "Emulierte Architektur in der Shell." -#: ../python/pakfire/cli.py:473 +#: ../python/pakfire/cli.py:476 msgid "Generate a source package." msgstr "Ein Quellcode-Paket generieren." -#: ../python/pakfire/cli.py:475 +#: ../python/pakfire/cli.py:478 msgid "Give name(s) of a package(s)." msgstr "Gib den Namen (oder mehrere) des Paket(s) an." -#: ../python/pakfire/cli.py:484 +#: ../python/pakfire/cli.py:487 msgid "Create a build environment cache." msgstr "Erstelle Build-Environment-Cache." -#: ../python/pakfire/cli.py:494 +#: ../python/pakfire/cli.py:497 msgid "Create a new build environment cache." msgstr "Erstelle einen neuen Build-Environment-Cache." -#: ../python/pakfire/cli.py:499 +#: ../python/pakfire/cli.py:502 msgid "Remove all cached build environments." msgstr "Lösche alle erstellten Build-Environment-Caches." -#: ../python/pakfire/cli.py:577 +#: ../python/pakfire/cli.py:580 #, python-format msgid "Removing environment cache file: %s..." msgstr "Lösche Environment-Cache-Datei: %s...." -#: ../python/pakfire/cli.py:583 +#: ../python/pakfire/cli.py:586 #, python-format msgid "Could not remove file: %s" msgstr "Datei konnte nicht entfernt werden: %s" -#: ../python/pakfire/cli.py:589 +#: ../python/pakfire/cli.py:592 msgid "Pakfire server command line interface." msgstr "Pakfire-Server-Kommandozeilen-Interface." -#: ../python/pakfire/cli.py:626 -msgid "Request a build job from the server." -msgstr "Fordere einen Buildjob vom Server an." +#: ../python/pakfire/cli.py:631 +msgid "Send a scrach build job to the server." +msgstr "Ein Scratch-Build an den Server senden." + +#: ../python/pakfire/cli.py:635 +msgid "Limit build to only these architecture(s)." +msgstr "Baue nur für diese Architektur(en)." -#: ../python/pakfire/cli.py:632 +#: ../python/pakfire/cli.py:641 msgid "Send a keepalive to the server." msgstr "Keepalive an den Server senden." -#: ../python/pakfire/cli.py:639 +#: ../python/pakfire/cli.py:648 msgid "Update all repositories." msgstr "Aktualisieren aller Repositorien." -#: ../python/pakfire/cli.py:645 +#: ../python/pakfire/cli.py:654 msgid "Repository management commands." msgstr "Repository-Management-Befehle." -#: ../python/pakfire/cli.py:653 +#: ../python/pakfire/cli.py:662 msgid "Create a new repository index." msgstr "Erstelle einen neuen Repositoriumindex." -#: ../python/pakfire/cli.py:654 +#: ../python/pakfire/cli.py:663 msgid "Path to the packages." msgstr "Pfad zu den Paketen." -#: ../python/pakfire/cli.py:655 +#: ../python/pakfire/cli.py:664 msgid "Path to input packages." msgstr "Pfad zu den Eingabepaketen." -#: ../python/pakfire/cli.py:708 +#: ../python/pakfire/cli.py:669 +msgid "Dump some information about this machine." +msgstr "Zeige verschiedene Informationen über dieses System." + +#: ../python/pakfire/cli.py:751 msgid "Do not verify build dependencies." msgstr "Build-Abhängigkeiten nicht verifizieren." +#: ../python/pakfire/cli.py:775 +msgid "Pakfire client command line interface." +msgstr "Pakfire-Client-Kommandozeilen-Interface" + +#: ../python/pakfire/cli.py:809 +msgid "Build a package remotely." +msgstr "Ein Paket entfernt bauen." + +#: ../python/pakfire/cli.py:811 +msgid "Give name of a package to build." +msgstr "Namen des zu bauenden Pakets." + +#: ../python/pakfire/cli.py:820 +msgid "Print some information about this host." +msgstr "Gibt einige Information zu diesem Host aus." + +#: ../python/pakfire/cli.py:826 +msgid "Check the connection to the hub." +msgstr "Prüfe Verbindung zum Hub." + +#: ../python/pakfire/cli.py:853 ../python/pakfire/server.py:302 +msgid "Hostname" +msgstr "Hostname" + +#: ../python/pakfire/cli.py:854 +msgid "Pakfire hub" +msgstr "Pakfire-Hub" + +#: ../python/pakfire/cli.py:857 +msgid "Username" +msgstr "Benutzername" + +#. Hardware information +#: ../python/pakfire/cli.py:861 ../python/pakfire/server.py:306 +msgid "Hardware information" +msgstr "Hardware-Informationen" + +#: ../python/pakfire/cli.py:862 ../python/pakfire/server.py:307 +msgid "CPU model" +msgstr "CPU-Modell" + +#: ../python/pakfire/cli.py:863 ../python/pakfire/server.py:308 +msgid "Memory" +msgstr "Speicher" + +#: ../python/pakfire/cli.py:865 ../python/pakfire/server.py:310 +msgid "Native arch" +msgstr "Native Architektur" + +#: ../python/pakfire/cli.py:867 ../python/pakfire/server.py:312 +msgid "Supported arches" +msgstr "Unterstützte Architekturen" + +#: ../python/pakfire/cli.py:880 +msgid "Your IP address" +msgstr "Lokale IP-Adresse" + +#: ../python/pakfire/cli.py:885 +msgid "You are authenticated to the build service:" +msgstr "Sie sind mit dem Build-Service authentifiziert:" + +#: ../python/pakfire/cli.py:891 +msgid "User name" +msgstr "Benutzername" + +#: ../python/pakfire/cli.py:892 +msgid "Real name" +msgstr "Realer Name" + +#: ../python/pakfire/cli.py:893 +msgid "Email address" +msgstr "Emailadresse" + +#: ../python/pakfire/cli.py:894 +msgid "Registered" +msgstr "Registriert" + +#: ../python/pakfire/cli.py:901 +msgid "You could not be authenticated to the build service." +msgstr "Sie konnten nicht am Build-Service angemeldet werden." + +#: ../python/pakfire/cli.py:910 +msgid "Pakfire daemon command line interface." +msgstr "Pakfire-Daemon Kommandozeilen-Interface" + +#: ../python/pakfire/client/transport.py:55 +#, python-format +msgid "Socket error: %s" +msgstr "Socket-Fehler: %s" + +#: ../python/pakfire/client/transport.py:79 +#, python-format +msgid "Trying again in %s seconds. %s tries left." +msgstr "Nächster Versuch in %s Sekunden. Noch %s Versuche übrig." + #: ../python/pakfire/compress.py:85 ../python/pakfire/compress.py:95 #, python-format msgid "Given algorithm '%s' is not supported." msgstr "Der gegebene Algorithmus '%s' wird nicht unterstützt." +#. Parse the file. +#: ../python/pakfire/config.py:256 +#, python-format +msgid "Reading from configuration file: %s" +msgstr "Lese Konfigurationsdatei: %s" + +#: ../python/pakfire/config.py:306 +msgid "Configuration:" +msgstr "Konfiguration:" + +#: ../python/pakfire/config.py:308 +#, python-format +msgid "Section: %s" +msgstr "Sektionen: %s" + +#: ../python/pakfire/config.py:313 +msgid "No settings in this section." +msgstr "Keine Einstellungen in dieser Sektion." + +#: ../python/pakfire/config.py:315 +msgid "Loaded from files:" +msgstr "Geladen von:" + #: ../python/pakfire/downloader.py:134 msgid "Downloading source files:" msgstr "Lade Source-Dateien:" @@ -639,11 +767,11 @@ msgstr "Obsoletes" msgid "File" msgstr "Datei" -#: ../python/pakfire/packages/base.py:361 +#: ../python/pakfire/packages/base.py:362 msgid "Not set" msgstr "Nicht gesetzt" -#: ../python/pakfire/packages/base.py:500 +#: ../python/pakfire/packages/base.py:527 #, python-format msgid "Config file saved as %s." msgstr "Konfigurationsdatei gesichert als %s." @@ -673,14 +801,30 @@ msgstr "Konfigurationsdatei als %s erstellt." msgid "Could not remove file: /%s" msgstr "Datei konnte nicht entfernt werden: /%s." -#: ../python/pakfire/packages/make.py:78 +#: ../python/pakfire/packages/make.py:79 msgid "Package name is undefined." msgstr "Paketname ist undefiniert." -#: ../python/pakfire/packages/make.py:81 +#: ../python/pakfire/packages/make.py:82 msgid "Package version is undefined." msgstr "Paketversion ist undefiniert." +#: ../python/pakfire/packages/make.py:416 +#, python-format +msgid "Searching for automatic dependencies for %s..." +msgstr "Suche nach automatischen Abhängigkeiten für %s..." + +#: ../python/pakfire/packages/make.py:463 +#, python-format +msgid "Regular experession is invalid and has been skipped: %s" +msgstr "Regulärer Ausdruck ist ungültig und wurde übersprungen: %s" + +#. Let the user know what has been done. +#: ../python/pakfire/packages/make.py:479 +#, python-format +msgid "Filter %s filtered %s." +msgstr "Filter %s filterte %s." + #. Load progressbar. #: ../python/pakfire/packages/packager.py:362 msgid "Packaging" @@ -722,13 +866,13 @@ msgid "%s: package database" msgstr "%s: Paketdatenbank" #. Create progress bar. -#: ../python/pakfire/repository/index.py:396 +#: ../python/pakfire/repository/index.py:395 #, python-format msgid "Loading from %s" msgstr "Lade von %s" #. Add all packages from the database to the index. -#: ../python/pakfire/repository/index.py:459 +#: ../python/pakfire/repository/index.py:458 msgid "Loading installed packages" msgstr "Lade installierte Pakete" @@ -772,6 +916,10 @@ msgstr " Lösung: %s" msgid " Solutions:" msgstr " Lösungen:" +#: ../python/pakfire/server.py:278 ../python/pakfire/system.py:114 +msgid "Could not be determined" +msgstr "Konnte nicht festgestellt werden" + #: ../python/pakfire/transaction.py:91 #, python-format msgid "file %s from %s conflicts with file from package %s" @@ -1058,7 +1206,7 @@ msgid "allow replacement of %s with %s" msgstr "Erlaube das Ersetzen von %s mit %s" #. XXX Maybe we can make a more beautiful message here?! -#: ../scripts/pakfire-multicall.py:25 +#: ../tools/pakfire-multicall.py:25 msgid "" "There has been an error when trying to import one or more of the modules, " "that are required to run Pakfire." @@ -1066,23 +1214,23 @@ msgstr "" "Es gab einen Fehler beim Import von einem oder mehreren Modulen, die für das" " Ausführen von Pakfire benötigt werden." -#: ../scripts/pakfire-multicall.py:27 +#: ../tools/pakfire-multicall.py:27 msgid "Please check your installation of Pakfire." msgstr "Bitte überprüfen Sie Ihre Pakfire-Installation." -#: ../scripts/pakfire-multicall.py:29 +#: ../tools/pakfire-multicall.py:29 msgid "The error that lead to this:" msgstr "Der Fehler, welcher dazu führte:" -#: ../scripts/pakfire-multicall.py:67 +#: ../tools/pakfire-multicall.py:69 msgid "An error has occured when running Pakfire." msgstr "Beim Ausführen von Pakfire ist ein Fehler aufgetreten." -#: ../scripts/pakfire-multicall.py:70 +#: ../tools/pakfire-multicall.py:72 msgid "Error message:" msgstr "Fehlermeldung:" -#: ../scripts/pakfire-multicall.py:74 +#: ../tools/pakfire-multicall.py:76 msgid "Further description:" msgstr "Weitere Beschreibung:" diff --git a/po/es.po b/po/es.po index 13b1951c1..7cc122c3c 100644 --- a/po/es.po +++ b/po/es.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: IPFire\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-10 23:35+0100\n" -"PO-Revision-Date: 2011-12-13 11:38+0000\n" +"POT-Creation-Date: 2012-01-26 22:46+0100\n" +"PO-Revision-Date: 2012-02-11 08:15+0000\n" "Last-Translator: Andrés Reyes \n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/ipfire/team/es/)\n" "MIME-Version: 1.0\n" @@ -81,435 +81,563 @@ msgstr "Limpiar" msgid "Downgrading" msgstr "Desactualizando" -#: ../python/pakfire/base.py:207 ../python/pakfire/base.py:237 -#: ../python/pakfire/base.py:283 ../python/pakfire/base.py:334 -#: ../python/pakfire/base.py:400 ../python/pakfire/base.py:437 -#: ../python/pakfire/base.py:490 ../python/pakfire/base.py:510 +#: ../python/pakfire/base.py:211 ../python/pakfire/base.py:241 +#: ../python/pakfire/base.py:287 ../python/pakfire/base.py:338 +#: ../python/pakfire/base.py:404 ../python/pakfire/base.py:441 +#: ../python/pakfire/base.py:494 ../python/pakfire/base.py:514 msgid "Nothing to do" msgstr "Nada que hacer" -#: ../python/pakfire/base.py:269 +#: ../python/pakfire/base.py:273 msgid "There are no packages to install." msgstr "No hay paquetes para instalar." -#: ../python/pakfire/base.py:324 +#: ../python/pakfire/base.py:328 #, python-format msgid "Could not find any installed package providing \"%s\"." msgstr "" -#: ../python/pakfire/base.py:330 +#: ../python/pakfire/base.py:334 #, python-format msgid "Multiple reinstall candidates for \"%s\": %s" msgstr "" -#: ../python/pakfire/base.py:359 +#: ../python/pakfire/base.py:363 #, python-format msgid "Could not find package %s in a remote repository." msgstr "" -#: ../python/pakfire/base.py:428 +#: ../python/pakfire/base.py:432 #, python-format msgid "Excluding %s." msgstr "" -#: ../python/pakfire/base.py:478 +#: ../python/pakfire/base.py:482 #, python-format msgid "\"%s\" package does not seem to be installed." msgstr "" -#: ../python/pakfire/base.py:622 +#: ../python/pakfire/base.py:626 msgid "Build command has failed." msgstr "El comando de construcción ha fallado." -#: ../python/pakfire/base.py:702 +#: ../python/pakfire/base.py:706 msgid "Everything is fine." msgstr "Todo está bien." #. Log the package information. -#: ../python/pakfire/builder.py:153 +#: ../python/pakfire/builder.py:155 msgid "Package information:" msgstr "Información del paquete:" #. Install all packages. -#: ../python/pakfire/builder.py:324 +#: ../python/pakfire/builder.py:326 msgid "Install packages needed for build..." msgstr "" -#: ../python/pakfire/builder.py:329 +#: ../python/pakfire/builder.py:331 msgid "Extracting" msgstr "Extrayendo" -#: ../python/pakfire/builder.py:575 +#: ../python/pakfire/builder.py:600 msgid "You cannot run a build when no package was given." msgstr "" -#: ../python/pakfire/builder.py:580 +#: ../python/pakfire/builder.py:605 #, python-format msgid "Could not find makefile in build root: %s" msgstr "" -#: ../python/pakfire/builder.py:594 +#: ../python/pakfire/builder.py:619 msgid "The build command failed. See logfile for details." msgstr "" "El comando de construcción falló. Revisar fichero de log para más detalles." #. Walk through the whole tree and collect all files #. that are on the same disk (not crossing mountpoints). -#: ../python/pakfire/builder.py:652 +#: ../python/pakfire/builder.py:677 msgid "Creating filelist..." msgstr "" #. Create a nice progressbar. -#: ../python/pakfire/builder.py:671 +#: ../python/pakfire/builder.py:696 msgid "Compressing files..." msgstr "" -#: ../python/pakfire/builder.py:690 +#: ../python/pakfire/builder.py:715 #, python-format msgid "Cache file was successfully created at %s." msgstr "" -#: ../python/pakfire/builder.py:691 +#: ../python/pakfire/builder.py:716 #, python-format msgid " Containing %(files)s files, it has a size of %(size)s." msgstr "" #. Make a nice progress bar as always. -#: ../python/pakfire/builder.py:702 +#: ../python/pakfire/builder.py:727 msgid "Extracting files..." msgstr "" #. Update all packages. -#: ../python/pakfire/builder.py:722 +#: ../python/pakfire/builder.py:747 msgid "Updating packages from cache..." msgstr "" #. Package the result. #. Make all these little package from the build environment. -#: ../python/pakfire/builder.py:838 +#: ../python/pakfire/builder.py:875 msgid "Creating packages:" msgstr "Creando paquetes:" #. Execute the buildscript of this stage. -#: ../python/pakfire/builder.py:858 +#: ../python/pakfire/builder.py:895 #, python-format msgid "Running stage %s:" msgstr "Fase en ejecución %s:" -#: ../python/pakfire/builder.py:876 +#: ../python/pakfire/builder.py:913 #, python-format msgid "Could not remove static libraries: %s" msgstr "" -#: ../python/pakfire/builder.py:882 +#: ../python/pakfire/builder.py:919 msgid "Compressing man pages did not complete successfully." msgstr "" -#: ../python/pakfire/builder.py:902 +#: ../python/pakfire/builder.py:939 msgid "Extracting debuginfo did not complete with success. Aborting build." msgstr "" -#: ../python/pakfire/cli.py:43 +#: ../python/pakfire/cli.py:47 msgid "Pakfire command line interface." msgstr "Interfaz de línea de comandos Pakfire" -#: ../python/pakfire/cli.py:50 +#: ../python/pakfire/cli.py:54 msgid "The path where pakfire should operate in." msgstr "La ruta donde pakfire debería operar." -#: ../python/pakfire/cli.py:117 +#: ../python/pakfire/cli.py:121 msgid "Enable verbose output." msgstr "Activar salida detallada." -#: ../python/pakfire/cli.py:120 +#: ../python/pakfire/cli.py:124 msgid "Path to a configuration file to load." msgstr "Ruta al fichero de configuración a cargar." -#: ../python/pakfire/cli.py:123 +#: ../python/pakfire/cli.py:128 msgid "Disable a repository temporarily." msgstr "Deshabilitar un repositorio temporalmente." -#: ../python/pakfire/cli.py:126 +#: ../python/pakfire/cli.py:131 msgid "Enable a repository temporarily." msgstr "Activar un repositorio temporalmente." -#: ../python/pakfire/cli.py:129 +#: ../python/pakfire/cli.py:135 msgid "Run pakfire in offline mode." msgstr "Ejecutar pakfire en modo offline." -#: ../python/pakfire/cli.py:134 +#: ../python/pakfire/cli.py:140 msgid "Install one or more packages to the system." msgstr "Instala uno o más paquetes al sistema." -#: ../python/pakfire/cli.py:136 +#: ../python/pakfire/cli.py:142 msgid "Give name of at least one package to install." msgstr "Da el nombre de al menos de un paquete para instalar." -#: ../python/pakfire/cli.py:142 +#: ../python/pakfire/cli.py:148 msgid "Install one or more packages from the filesystem." msgstr "Instala uno o más paquetes desde el sistema de ficheros." -#: ../python/pakfire/cli.py:144 +#: ../python/pakfire/cli.py:150 msgid "Give filename of at least one package." msgstr "Da el nombre de un paquete al menos." -#: ../python/pakfire/cli.py:150 +#: ../python/pakfire/cli.py:156 msgid "Reinstall one or more packages." msgstr "" -#: ../python/pakfire/cli.py:152 +#: ../python/pakfire/cli.py:158 msgid "Give name of at least one package to reinstall." msgstr "" -#: ../python/pakfire/cli.py:158 +#: ../python/pakfire/cli.py:164 msgid "Remove one or more packages from the system." msgstr "Quita uno o más paquetes del sistema." -#: ../python/pakfire/cli.py:160 +#: ../python/pakfire/cli.py:166 msgid "Give name of at least one package to remove." msgstr "Da el nombre de al menos un paquete para eliminar." -#: ../python/pakfire/cli.py:166 +#: ../python/pakfire/cli.py:172 msgid "Give a name of a package to update or leave emtpy for all." msgstr "" "Da el nombre de un paquete para actualizar o déjalo vacío para actualizar " "todos." -#: ../python/pakfire/cli.py:168 +#: ../python/pakfire/cli.py:174 msgid "Exclude package from update." msgstr "" -#: ../python/pakfire/cli.py:170 ../python/pakfire/cli.py:195 +#: ../python/pakfire/cli.py:176 ../python/pakfire/cli.py:201 msgid "Allow changing the vendor of packages." msgstr "" -#: ../python/pakfire/cli.py:172 ../python/pakfire/cli.py:197 +#: ../python/pakfire/cli.py:178 ../python/pakfire/cli.py:203 msgid "Allow changing the architecture of packages." msgstr "" -#: ../python/pakfire/cli.py:177 +#: ../python/pakfire/cli.py:183 msgid "Update the whole system or one specific package." msgstr "Actualiza el sistema entero o un paquete específico." -#: ../python/pakfire/cli.py:184 +#: ../python/pakfire/cli.py:190 msgid "Check, if there are any updates available." msgstr "Comprobar, si hay alguna actualización disponible." -#: ../python/pakfire/cli.py:191 +#: ../python/pakfire/cli.py:197 msgid "Downgrade one or more packages." msgstr "" -#: ../python/pakfire/cli.py:193 +#: ../python/pakfire/cli.py:199 msgid "Give a name of a package to downgrade." msgstr "" -#: ../python/pakfire/cli.py:203 +#: ../python/pakfire/cli.py:209 msgid "Print some information about the given package(s)." msgstr "Imprime información sobre el/los paquete(s) dados." -#: ../python/pakfire/cli.py:205 +#: ../python/pakfire/cli.py:211 msgid "Give at least the name of one package." msgstr "Dar por lo menos el nombre de un paquete." -#: ../python/pakfire/cli.py:211 +#: ../python/pakfire/cli.py:217 msgid "Search for a given pattern." msgstr "Búsqueda de un patrón determinado." -#: ../python/pakfire/cli.py:213 +#: ../python/pakfire/cli.py:219 msgid "A pattern to search for." msgstr "Un patrón a buscar." -#: ../python/pakfire/cli.py:219 +#: ../python/pakfire/cli.py:225 msgid "Get a list of packages that provide a given file or feature." msgstr "" "Obtener una lista de paquetes que proporcionan un determinado archivo o una " "función." -#: ../python/pakfire/cli.py:221 +#: ../python/pakfire/cli.py:227 msgid "File or feature to search for." msgstr "Fichero o característica a buscar." -#: ../python/pakfire/cli.py:227 +#: ../python/pakfire/cli.py:233 msgid "Get list of packages that belong to the given group." msgstr "Obtener la lista de los paquetes que pertenecen a determinado grupo." -#: ../python/pakfire/cli.py:229 +#: ../python/pakfire/cli.py:235 msgid "Group name to search for." msgstr "Nombre del grupo a buscar." -#: ../python/pakfire/cli.py:235 +#: ../python/pakfire/cli.py:241 msgid "Install all packages that belong to the given group." msgstr "Instalar todos los paquetes que pertenecen a un grupo determinado." -#: ../python/pakfire/cli.py:237 +#: ../python/pakfire/cli.py:243 msgid "Group name." msgstr "Nombre del grupo." -#: ../python/pakfire/cli.py:243 +#: ../python/pakfire/cli.py:249 msgid "List all currently enabled repositories." msgstr "Listar todos los repositorios actualmente activados." -#: ../python/pakfire/cli.py:247 +#: ../python/pakfire/cli.py:253 msgid "Cleanup commands." msgstr "Comandos de limpieza" -#: ../python/pakfire/cli.py:255 +#: ../python/pakfire/cli.py:261 msgid "Cleanup all temporary files." msgstr "Limpiar todos los archivos temporales." -#: ../python/pakfire/cli.py:261 +#: ../python/pakfire/cli.py:267 msgid "Check the system for any errors." msgstr "Comprobar el sistema por algún error." -#: ../python/pakfire/cli.py:267 +#: ../python/pakfire/cli.py:273 msgid "Check the dependencies for a particular package." msgstr "Comprobar las dependencias de un paquete en particular." -#: ../python/pakfire/cli.py:269 +#: ../python/pakfire/cli.py:275 msgid "Give name of at least one package to check." msgstr "Dar al menos el nombre de un paquete a comprobar." -#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:352 +#: ../python/pakfire/cli.py:351 ../python/pakfire/transaction.py:352 msgid "Repository" msgstr "Repositorio" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Enabled" msgstr "Activado" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Priority" msgstr "Prioridad" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Packages" msgstr "Paquetes" -#: ../python/pakfire/cli.py:360 +#: ../python/pakfire/cli.py:363 msgid "Cleaning up everything..." msgstr "Limpiando todo..." -#: ../python/pakfire/cli.py:376 +#: ../python/pakfire/cli.py:379 msgid "You cannot run pakfire-builder in a pakfire chroot." msgstr "" -#: ../python/pakfire/cli.py:379 ../python/pakfire/cli.py:676 +#: ../python/pakfire/cli.py:382 ../python/pakfire/cli.py:719 msgid "Pakfire builder command line interface." msgstr "Constructor de interfaz de línea de comandos de Pakfire." -#: ../python/pakfire/cli.py:437 +#: ../python/pakfire/cli.py:440 msgid "Update the package indexes." msgstr "Actualizar los índices del paquete." -#: ../python/pakfire/cli.py:443 ../python/pakfire/cli.py:696 +#: ../python/pakfire/cli.py:446 ../python/pakfire/cli.py:739 msgid "Build one or more packages." msgstr "Construir uno o más paquetes." -#: ../python/pakfire/cli.py:445 ../python/pakfire/cli.py:698 +#: ../python/pakfire/cli.py:448 ../python/pakfire/cli.py:633 +#: ../python/pakfire/cli.py:741 msgid "Give name of at least one package to build." msgstr "Dar el nombre de al menos un paquete para construir." -#: ../python/pakfire/cli.py:449 ../python/pakfire/cli.py:702 +#: ../python/pakfire/cli.py:452 ../python/pakfire/cli.py:745 +#: ../python/pakfire/cli.py:815 msgid "Build the package for the given architecture." msgstr "Construir el paquete para la arquitectura dada." -#: ../python/pakfire/cli.py:451 ../python/pakfire/cli.py:479 -#: ../python/pakfire/cli.py:704 +#: ../python/pakfire/cli.py:454 ../python/pakfire/cli.py:482 +#: ../python/pakfire/cli.py:747 msgid "Path were the output files should be copied to." msgstr "Ruta donde deben ser copiados los ficheros de salida." -#: ../python/pakfire/cli.py:453 ../python/pakfire/cli.py:468 -#: ../python/pakfire/cli.py:706 +#: ../python/pakfire/cli.py:456 ../python/pakfire/cli.py:471 +#: ../python/pakfire/cli.py:749 msgid "Mode to run in. Is either 'release' or 'development' (default)." msgstr "Modo a correr. Es ya sea 'lanzamiento' o 'desarrollo' (default)" -#: ../python/pakfire/cli.py:455 +#: ../python/pakfire/cli.py:458 msgid "Run a shell after a successful build." msgstr "" -#: ../python/pakfire/cli.py:460 +#: ../python/pakfire/cli.py:463 msgid "Go into a shell." msgstr "Ir a una shell." -#: ../python/pakfire/cli.py:462 +#: ../python/pakfire/cli.py:465 msgid "Give name of a package." msgstr "Da el nombre de un paquete." -#: ../python/pakfire/cli.py:466 +#: ../python/pakfire/cli.py:469 msgid "Emulated architecture in the shell." msgstr "Arquitectura emulada en la shell." -#: ../python/pakfire/cli.py:473 +#: ../python/pakfire/cli.py:476 msgid "Generate a source package." msgstr "Generar un paquete fuente." -#: ../python/pakfire/cli.py:475 +#: ../python/pakfire/cli.py:478 msgid "Give name(s) of a package(s)." msgstr "Da nombre(s) de paquete(s)" -#: ../python/pakfire/cli.py:484 +#: ../python/pakfire/cli.py:487 msgid "Create a build environment cache." msgstr "" -#: ../python/pakfire/cli.py:494 +#: ../python/pakfire/cli.py:497 msgid "Create a new build environment cache." msgstr "" -#: ../python/pakfire/cli.py:499 +#: ../python/pakfire/cli.py:502 msgid "Remove all cached build environments." msgstr "" -#: ../python/pakfire/cli.py:577 +#: ../python/pakfire/cli.py:580 #, python-format msgid "Removing environment cache file: %s..." msgstr "" -#: ../python/pakfire/cli.py:583 +#: ../python/pakfire/cli.py:586 #, python-format msgid "Could not remove file: %s" msgstr "" -#: ../python/pakfire/cli.py:589 +#: ../python/pakfire/cli.py:592 msgid "Pakfire server command line interface." msgstr "Interfaz de comandos de servidor Pakfire" -#: ../python/pakfire/cli.py:626 -msgid "Request a build job from the server." -msgstr "Solicitar trabajo de construcción desde el servidor." +#: ../python/pakfire/cli.py:631 +msgid "Send a scrach build job to the server." +msgstr "" + +#: ../python/pakfire/cli.py:635 +msgid "Limit build to only these architecture(s)." +msgstr "" -#: ../python/pakfire/cli.py:632 +#: ../python/pakfire/cli.py:641 msgid "Send a keepalive to the server." msgstr "Enviar un \"sigo vivo\" al servidor." -#: ../python/pakfire/cli.py:639 +#: ../python/pakfire/cli.py:648 msgid "Update all repositories." msgstr "Actualizar todos los repositorios." -#: ../python/pakfire/cli.py:645 +#: ../python/pakfire/cli.py:654 msgid "Repository management commands." msgstr "Comandos de gestión del repositorio." -#: ../python/pakfire/cli.py:653 +#: ../python/pakfire/cli.py:662 msgid "Create a new repository index." msgstr "Crear un nuevo índice de repositorio." -#: ../python/pakfire/cli.py:654 +#: ../python/pakfire/cli.py:663 msgid "Path to the packages." msgstr "Ruta a los paquetes." -#: ../python/pakfire/cli.py:655 +#: ../python/pakfire/cli.py:664 msgid "Path to input packages." msgstr "Ruta hacia los paquetes de entrada." -#: ../python/pakfire/cli.py:708 +#: ../python/pakfire/cli.py:669 +msgid "Dump some information about this machine." +msgstr "" + +#: ../python/pakfire/cli.py:751 msgid "Do not verify build dependencies." msgstr "No verificar dependencias de construcción." +#: ../python/pakfire/cli.py:775 +msgid "Pakfire client command line interface." +msgstr "" + +#: ../python/pakfire/cli.py:809 +msgid "Build a package remotely." +msgstr "" + +#: ../python/pakfire/cli.py:811 +msgid "Give name of a package to build." +msgstr "" + +#: ../python/pakfire/cli.py:820 +msgid "Print some information about this host." +msgstr "" + +#: ../python/pakfire/cli.py:826 +msgid "Check the connection to the hub." +msgstr "" + +#: ../python/pakfire/cli.py:853 ../python/pakfire/server.py:302 +msgid "Hostname" +msgstr "" + +#: ../python/pakfire/cli.py:854 +msgid "Pakfire hub" +msgstr "" + +#: ../python/pakfire/cli.py:857 +msgid "Username" +msgstr "" + +#. Hardware information +#: ../python/pakfire/cli.py:861 ../python/pakfire/server.py:306 +msgid "Hardware information" +msgstr "" + +#: ../python/pakfire/cli.py:862 ../python/pakfire/server.py:307 +msgid "CPU model" +msgstr "" + +#: ../python/pakfire/cli.py:863 ../python/pakfire/server.py:308 +msgid "Memory" +msgstr "" + +#: ../python/pakfire/cli.py:865 ../python/pakfire/server.py:310 +msgid "Native arch" +msgstr "" + +#: ../python/pakfire/cli.py:867 ../python/pakfire/server.py:312 +msgid "Supported arches" +msgstr "" + +#: ../python/pakfire/cli.py:880 +msgid "Your IP address" +msgstr "" + +#: ../python/pakfire/cli.py:885 +msgid "You are authenticated to the build service:" +msgstr "" + +#: ../python/pakfire/cli.py:891 +msgid "User name" +msgstr "" + +#: ../python/pakfire/cli.py:892 +msgid "Real name" +msgstr "" + +#: ../python/pakfire/cli.py:893 +msgid "Email address" +msgstr "" + +#: ../python/pakfire/cli.py:894 +msgid "Registered" +msgstr "" + +#: ../python/pakfire/cli.py:901 +msgid "You could not be authenticated to the build service." +msgstr "" + +#: ../python/pakfire/cli.py:910 +msgid "Pakfire daemon command line interface." +msgstr "" + +#: ../python/pakfire/client/transport.py:55 +#, python-format +msgid "Socket error: %s" +msgstr "" + +#: ../python/pakfire/client/transport.py:79 +#, python-format +msgid "Trying again in %s seconds. %s tries left." +msgstr "" + #: ../python/pakfire/compress.py:85 ../python/pakfire/compress.py:95 #, python-format msgid "Given algorithm '%s' is not supported." msgstr "" +#. Parse the file. +#: ../python/pakfire/config.py:256 +#, python-format +msgid "Reading from configuration file: %s" +msgstr "" + +#: ../python/pakfire/config.py:306 +msgid "Configuration:" +msgstr "" + +#: ../python/pakfire/config.py:308 +#, python-format +msgid "Section: %s" +msgstr "" + +#: ../python/pakfire/config.py:313 +msgid "No settings in this section." +msgstr "" + +#: ../python/pakfire/config.py:315 +msgid "Loaded from files:" +msgstr "" + #: ../python/pakfire/downloader.py:134 msgid "Downloading source files:" msgstr "" @@ -639,11 +767,11 @@ msgstr "Obsoleto" msgid "File" msgstr "Fichero" -#: ../python/pakfire/packages/base.py:361 +#: ../python/pakfire/packages/base.py:362 msgid "Not set" msgstr "No establecido" -#: ../python/pakfire/packages/base.py:500 +#: ../python/pakfire/packages/base.py:527 #, python-format msgid "Config file saved as %s." msgstr "" @@ -673,14 +801,30 @@ msgstr "" msgid "Could not remove file: /%s" msgstr "" -#: ../python/pakfire/packages/make.py:78 +#: ../python/pakfire/packages/make.py:79 msgid "Package name is undefined." msgstr "El nombre del paquete no está definido." -#: ../python/pakfire/packages/make.py:81 +#: ../python/pakfire/packages/make.py:82 msgid "Package version is undefined." msgstr "La versión del paquete no está definida." +#: ../python/pakfire/packages/make.py:416 +#, python-format +msgid "Searching for automatic dependencies for %s..." +msgstr "" + +#: ../python/pakfire/packages/make.py:463 +#, python-format +msgid "Regular experession is invalid and has been skipped: %s" +msgstr "" + +#. Let the user know what has been done. +#: ../python/pakfire/packages/make.py:479 +#, python-format +msgid "Filter %s filtered %s." +msgstr "" + #. Load progressbar. #: ../python/pakfire/packages/packager.py:362 msgid "Packaging" @@ -721,13 +865,13 @@ msgid "%s: package database" msgstr "%s: paquete de base de datos" #. Create progress bar. -#: ../python/pakfire/repository/index.py:396 +#: ../python/pakfire/repository/index.py:395 #, python-format msgid "Loading from %s" msgstr "Cargando desde %s" #. Add all packages from the database to the index. -#: ../python/pakfire/repository/index.py:459 +#: ../python/pakfire/repository/index.py:458 msgid "Loading installed packages" msgstr "Cargando paquetes instalados" @@ -772,6 +916,10 @@ msgstr " Solución: %s" msgid " Solutions:" msgstr " Soluciones:" +#: ../python/pakfire/server.py:278 ../python/pakfire/system.py:114 +msgid "Could not be determined" +msgstr "" + #: ../python/pakfire/transaction.py:91 #, python-format msgid "file %s from %s conflicts with file from package %s" @@ -1052,7 +1200,7 @@ msgid "allow replacement of %s with %s" msgstr "permitir reemplazo de %s con %s" #. XXX Maybe we can make a more beautiful message here?! -#: ../scripts/pakfire-multicall.py:25 +#: ../tools/pakfire-multicall.py:25 msgid "" "There has been an error when trying to import one or more of the modules, " "that are required to run Pakfire." @@ -1060,23 +1208,23 @@ msgstr "" "Ha ocurrido un error durante el intento de importar uno o más módulos que " "son requeridos para ejecutar Pakfire." -#: ../scripts/pakfire-multicall.py:27 +#: ../tools/pakfire-multicall.py:27 msgid "Please check your installation of Pakfire." msgstr "Por favor revise su instalación de Pakfire" -#: ../scripts/pakfire-multicall.py:29 +#: ../tools/pakfire-multicall.py:29 msgid "The error that lead to this:" msgstr "El error que conduce a esto:" -#: ../scripts/pakfire-multicall.py:67 +#: ../tools/pakfire-multicall.py:69 msgid "An error has occured when running Pakfire." msgstr "Ha ocurrido un error durante la ejecución de Pakfire." -#: ../scripts/pakfire-multicall.py:70 +#: ../tools/pakfire-multicall.py:72 msgid "Error message:" msgstr "Mensaje de error:" -#: ../scripts/pakfire-multicall.py:74 +#: ../tools/pakfire-multicall.py:76 msgid "Further description:" msgstr "Descripción detallada:" diff --git a/po/pakfire.pot b/po/pakfire.pot index 58419eb63..b3a31ba1c 100644 --- a/po/pakfire.pot +++ b/po/pakfire.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-26 22:46+0100\n" +"POT-Creation-Date: 2012-02-11 16:41+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,7 +92,7 @@ msgstr "" #: ../python/pakfire/base.py:334 #, python-format -msgid "Multiple reinstall candidates for \"%s\": %s" +msgid "Multiple reinstall candidates for \"%(pattern)s\": %(pkgs)s" msgstr "" #: ../python/pakfire/base.py:363 @@ -114,90 +114,95 @@ msgstr "" msgid "Build command has failed." msgstr "" -#: ../python/pakfire/base.py:706 +#: ../python/pakfire/base.py:703 msgid "Everything is fine." msgstr "" +#: ../python/pakfire/builder.py:128 +#, python-format +msgid "Cannot build for %s on this host." +msgstr "" + #. Log the package information. -#: ../python/pakfire/builder.py:155 +#: ../python/pakfire/builder.py:159 msgid "Package information:" msgstr "" #. Install all packages. -#: ../python/pakfire/builder.py:326 +#: ../python/pakfire/builder.py:330 msgid "Install packages needed for build..." msgstr "" -#: ../python/pakfire/builder.py:331 +#: ../python/pakfire/builder.py:335 msgid "Extracting" msgstr "" -#: ../python/pakfire/builder.py:600 +#: ../python/pakfire/builder.py:604 msgid "You cannot run a build when no package was given." msgstr "" -#: ../python/pakfire/builder.py:605 +#: ../python/pakfire/builder.py:609 #, python-format msgid "Could not find makefile in build root: %s" msgstr "" -#: ../python/pakfire/builder.py:619 +#: ../python/pakfire/builder.py:623 msgid "The build command failed. See logfile for details." msgstr "" #. Walk through the whole tree and collect all files #. that are on the same disk (not crossing mountpoints). -#: ../python/pakfire/builder.py:677 +#: ../python/pakfire/builder.py:681 msgid "Creating filelist..." msgstr "" #. Create a nice progressbar. -#: ../python/pakfire/builder.py:696 +#: ../python/pakfire/builder.py:700 msgid "Compressing files..." msgstr "" -#: ../python/pakfire/builder.py:715 +#: ../python/pakfire/builder.py:719 #, python-format msgid "Cache file was successfully created at %s." msgstr "" -#: ../python/pakfire/builder.py:716 +#: ../python/pakfire/builder.py:720 #, python-format msgid " Containing %(files)s files, it has a size of %(size)s." msgstr "" #. Make a nice progress bar as always. -#: ../python/pakfire/builder.py:727 +#: ../python/pakfire/builder.py:731 msgid "Extracting files..." msgstr "" #. Update all packages. -#: ../python/pakfire/builder.py:747 +#: ../python/pakfire/builder.py:751 msgid "Updating packages from cache..." msgstr "" #. Package the result. #. Make all these little package from the build environment. -#: ../python/pakfire/builder.py:875 +#: ../python/pakfire/builder.py:879 msgid "Creating packages:" msgstr "" #. Execute the buildscript of this stage. -#: ../python/pakfire/builder.py:895 +#: ../python/pakfire/builder.py:899 #, python-format msgid "Running stage %s:" msgstr "" -#: ../python/pakfire/builder.py:913 +#: ../python/pakfire/builder.py:917 #, python-format msgid "Could not remove static libraries: %s" msgstr "" -#: ../python/pakfire/builder.py:919 +#: ../python/pakfire/builder.py:923 msgid "Compressing man pages did not complete successfully." msgstr "" -#: ../python/pakfire/builder.py:939 +#: ../python/pakfire/builder.py:943 msgid "Extracting debuginfo did not complete with success. Aborting build." msgstr "" @@ -381,7 +386,7 @@ msgstr "" msgid "You cannot run pakfire-builder in a pakfire chroot." msgstr "" -#: ../python/pakfire/cli.py:382 ../python/pakfire/cli.py:719 +#: ../python/pakfire/cli.py:382 ../python/pakfire/cli.py:728 msgid "Pakfire builder command line interface." msgstr "" @@ -389,27 +394,27 @@ msgstr "" msgid "Update the package indexes." msgstr "" -#: ../python/pakfire/cli.py:446 ../python/pakfire/cli.py:739 +#: ../python/pakfire/cli.py:446 ../python/pakfire/cli.py:748 msgid "Build one or more packages." msgstr "" -#: ../python/pakfire/cli.py:448 ../python/pakfire/cli.py:633 -#: ../python/pakfire/cli.py:741 +#: ../python/pakfire/cli.py:448 ../python/pakfire/cli.py:642 +#: ../python/pakfire/cli.py:750 msgid "Give name of at least one package to build." msgstr "" -#: ../python/pakfire/cli.py:452 ../python/pakfire/cli.py:745 -#: ../python/pakfire/cli.py:815 +#: ../python/pakfire/cli.py:452 ../python/pakfire/cli.py:754 +#: ../python/pakfire/cli.py:824 msgid "Build the package for the given architecture." msgstr "" #: ../python/pakfire/cli.py:454 ../python/pakfire/cli.py:482 -#: ../python/pakfire/cli.py:747 +#: ../python/pakfire/cli.py:756 msgid "Path were the output files should be copied to." msgstr "" #: ../python/pakfire/cli.py:456 ../python/pakfire/cli.py:471 -#: ../python/pakfire/cli.py:749 +#: ../python/pakfire/cli.py:758 msgid "Mode to run in. Is either 'release' or 'development' (default)." msgstr "" @@ -449,142 +454,146 @@ msgstr "" msgid "Remove all cached build environments." msgstr "" -#: ../python/pakfire/cli.py:580 +#: ../python/pakfire/cli.py:589 #, python-format msgid "Removing environment cache file: %s..." msgstr "" -#: ../python/pakfire/cli.py:586 +#: ../python/pakfire/cli.py:595 #, python-format msgid "Could not remove file: %s" msgstr "" -#: ../python/pakfire/cli.py:592 +#: ../python/pakfire/cli.py:601 msgid "Pakfire server command line interface." msgstr "" -#: ../python/pakfire/cli.py:631 +#: ../python/pakfire/cli.py:640 msgid "Send a scrach build job to the server." msgstr "" -#: ../python/pakfire/cli.py:635 +#: ../python/pakfire/cli.py:644 msgid "Limit build to only these architecture(s)." msgstr "" -#: ../python/pakfire/cli.py:641 +#: ../python/pakfire/cli.py:650 msgid "Send a keepalive to the server." msgstr "" -#: ../python/pakfire/cli.py:648 +#: ../python/pakfire/cli.py:657 msgid "Update all repositories." msgstr "" -#: ../python/pakfire/cli.py:654 +#: ../python/pakfire/cli.py:663 msgid "Repository management commands." msgstr "" -#: ../python/pakfire/cli.py:662 +#: ../python/pakfire/cli.py:671 msgid "Create a new repository index." msgstr "" -#: ../python/pakfire/cli.py:663 +#: ../python/pakfire/cli.py:672 msgid "Path to the packages." msgstr "" -#: ../python/pakfire/cli.py:664 +#: ../python/pakfire/cli.py:673 msgid "Path to input packages." msgstr "" -#: ../python/pakfire/cli.py:669 +#: ../python/pakfire/cli.py:678 msgid "Dump some information about this machine." msgstr "" -#: ../python/pakfire/cli.py:751 +#: ../python/pakfire/cli.py:760 msgid "Do not verify build dependencies." msgstr "" -#: ../python/pakfire/cli.py:775 +#: ../python/pakfire/cli.py:784 msgid "Pakfire client command line interface." msgstr "" -#: ../python/pakfire/cli.py:809 +#: ../python/pakfire/cli.py:818 msgid "Build a package remotely." msgstr "" -#: ../python/pakfire/cli.py:811 +#: ../python/pakfire/cli.py:820 msgid "Give name of a package to build." msgstr "" -#: ../python/pakfire/cli.py:820 +#: ../python/pakfire/cli.py:829 msgid "Print some information about this host." msgstr "" -#: ../python/pakfire/cli.py:826 +#: ../python/pakfire/cli.py:835 msgid "Check the connection to the hub." msgstr "" -#: ../python/pakfire/cli.py:853 ../python/pakfire/server.py:302 +#: ../python/pakfire/cli.py:862 ../python/pakfire/server.py:302 msgid "Hostname" msgstr "" -#: ../python/pakfire/cli.py:854 +#: ../python/pakfire/cli.py:863 msgid "Pakfire hub" msgstr "" -#: ../python/pakfire/cli.py:857 +#: ../python/pakfire/cli.py:866 msgid "Username" msgstr "" #. Hardware information -#: ../python/pakfire/cli.py:861 ../python/pakfire/server.py:306 +#: ../python/pakfire/cli.py:870 ../python/pakfire/server.py:306 msgid "Hardware information" msgstr "" -#: ../python/pakfire/cli.py:862 ../python/pakfire/server.py:307 +#: ../python/pakfire/cli.py:871 ../python/pakfire/server.py:307 msgid "CPU model" msgstr "" -#: ../python/pakfire/cli.py:863 ../python/pakfire/server.py:308 +#: ../python/pakfire/cli.py:872 ../python/pakfire/server.py:308 msgid "Memory" msgstr "" -#: ../python/pakfire/cli.py:865 ../python/pakfire/server.py:310 +#: ../python/pakfire/cli.py:874 ../python/pakfire/server.py:310 msgid "Native arch" msgstr "" -#: ../python/pakfire/cli.py:867 ../python/pakfire/server.py:312 +#: ../python/pakfire/cli.py:876 +msgid "Default arch" +msgstr "" + +#: ../python/pakfire/cli.py:878 ../python/pakfire/server.py:312 msgid "Supported arches" msgstr "" -#: ../python/pakfire/cli.py:880 +#: ../python/pakfire/cli.py:891 msgid "Your IP address" msgstr "" -#: ../python/pakfire/cli.py:885 +#: ../python/pakfire/cli.py:896 msgid "You are authenticated to the build service:" msgstr "" -#: ../python/pakfire/cli.py:891 +#: ../python/pakfire/cli.py:902 msgid "User name" msgstr "" -#: ../python/pakfire/cli.py:892 +#: ../python/pakfire/cli.py:903 msgid "Real name" msgstr "" -#: ../python/pakfire/cli.py:893 +#: ../python/pakfire/cli.py:904 msgid "Email address" msgstr "" -#: ../python/pakfire/cli.py:894 +#: ../python/pakfire/cli.py:905 msgid "Registered" msgstr "" -#: ../python/pakfire/cli.py:901 +#: ../python/pakfire/cli.py:912 msgid "You could not be authenticated to the build service." msgstr "" -#: ../python/pakfire/cli.py:910 +#: ../python/pakfire/cli.py:921 msgid "Pakfire daemon command line interface." msgstr "" @@ -595,7 +604,7 @@ msgstr "" #: ../python/pakfire/client/transport.py:79 #, python-format -msgid "Trying again in %s seconds. %s tries left." +msgid "Trying again in %(timeout)s second(s). %(tries)s tries left." msgstr "" #: ../python/pakfire/compress.py:85 ../python/pakfire/compress.py:95 @@ -626,10 +635,15 @@ msgstr "" msgid "Loaded from files:" msgstr "" -#: ../python/pakfire/downloader.py:134 +#: ../python/pakfire/downloader.py:137 msgid "Downloading source files:" msgstr "" +#: ../python/pakfire/downloader.py:160 +#, python-format +msgid "Downloaded empty file: %s" +msgstr "" + #: ../python/pakfire/errors.py:30 msgid "An unhandled error occured." msgstr "" @@ -788,6 +802,11 @@ msgstr "" msgid "Could not remove file: /%s" msgstr "" +#: ../python/pakfire/packages/lexer.py:722 +#, python-format +msgid "Template does not exist: %s" +msgstr "" + #: ../python/pakfire/packages/make.py:79 msgid "Package name is undefined." msgstr "" @@ -796,28 +815,29 @@ msgstr "" msgid "Package version is undefined." msgstr "" -#: ../python/pakfire/packages/make.py:416 +#: ../python/pakfire/packages/make.py:412 #, python-format msgid "Searching for automatic dependencies for %s..." msgstr "" -#: ../python/pakfire/packages/make.py:463 +#: ../python/pakfire/packages/make.py:460 #, python-format msgid "Regular experession is invalid and has been skipped: %s" msgstr "" #. Let the user know what has been done. -#: ../python/pakfire/packages/make.py:479 +#: ../python/pakfire/packages/make.py:476 #, python-format -msgid "Filter %s filtered %s." +msgid "Filter '%(pattern)s' filtered %(dep)s." msgstr "" #. Load progressbar. #: ../python/pakfire/packages/packager.py:362 +#: ../python/pakfire/packages/packager.py:632 msgid "Packaging" msgstr "" -#: ../python/pakfire/packages/packager.py:634 +#: ../python/pakfire/packages/packager.py:657 #, python-format msgid "Building source package %s:" msgstr "" @@ -833,7 +853,7 @@ msgstr "" #: ../python/pakfire/repository/database.py:224 #, python-format -msgid "Migrating database from format %s to %s." +msgid "Migrating database from format %(old)s to %(new)s." msgstr "" #: ../python/pakfire/repository/index.py:237 @@ -899,7 +919,7 @@ msgstr "" msgid " Solutions:" msgstr "" -#: ../python/pakfire/server.py:278 ../python/pakfire/system.py:114 +#: ../python/pakfire/server.py:278 ../python/pakfire/system.py:125 msgid "Could not be determined" msgstr "" @@ -997,16 +1017,16 @@ msgstr "" msgid "%s [y/N]" msgstr "" -#: ../python/pakfire/util.py:254 +#: ../python/pakfire/util.py:260 msgid "Killing orphans..." msgstr "" -#: ../python/pakfire/util.py:261 +#: ../python/pakfire/util.py:267 #, python-format msgid "Process ID %s is still running in chroot. Killing..." msgstr "" -#: ../python/pakfire/util.py:273 +#: ../python/pakfire/util.py:279 msgid "Waiting for processes to terminate..." msgstr "" diff --git a/po/ru.po b/po/ru.po index 45ecf02c0..e9c3b71a7 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: IPFire\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-10 23:35+0100\n" -"PO-Revision-Date: 2011-12-13 11:38+0000\n" +"POT-Creation-Date: 2012-01-26 22:46+0100\n" +"PO-Revision-Date: 2012-02-11 08:15+0000\n" "Last-Translator: CompWorm \n" "Language-Team: Russian (http://www.transifex.net/projects/p/ipfire/team/ru/)\n" "MIME-Version: 1.0\n" @@ -75,432 +75,560 @@ msgstr "Чистка" msgid "Downgrading" msgstr "Производится откат" -#: ../python/pakfire/base.py:207 ../python/pakfire/base.py:237 -#: ../python/pakfire/base.py:283 ../python/pakfire/base.py:334 -#: ../python/pakfire/base.py:400 ../python/pakfire/base.py:437 -#: ../python/pakfire/base.py:490 ../python/pakfire/base.py:510 +#: ../python/pakfire/base.py:211 ../python/pakfire/base.py:241 +#: ../python/pakfire/base.py:287 ../python/pakfire/base.py:338 +#: ../python/pakfire/base.py:404 ../python/pakfire/base.py:441 +#: ../python/pakfire/base.py:494 ../python/pakfire/base.py:514 msgid "Nothing to do" msgstr "Нет заданий" -#: ../python/pakfire/base.py:269 +#: ../python/pakfire/base.py:273 msgid "There are no packages to install." msgstr "Нет пакетов для установки." -#: ../python/pakfire/base.py:324 +#: ../python/pakfire/base.py:328 #, python-format msgid "Could not find any installed package providing \"%s\"." msgstr "" -#: ../python/pakfire/base.py:330 +#: ../python/pakfire/base.py:334 #, python-format msgid "Multiple reinstall candidates for \"%s\": %s" msgstr "" -#: ../python/pakfire/base.py:359 +#: ../python/pakfire/base.py:363 #, python-format msgid "Could not find package %s in a remote repository." msgstr "" -#: ../python/pakfire/base.py:428 +#: ../python/pakfire/base.py:432 #, python-format msgid "Excluding %s." msgstr "" -#: ../python/pakfire/base.py:478 +#: ../python/pakfire/base.py:482 #, python-format msgid "\"%s\" package does not seem to be installed." msgstr "" -#: ../python/pakfire/base.py:622 +#: ../python/pakfire/base.py:626 msgid "Build command has failed." msgstr "" -#: ../python/pakfire/base.py:702 +#: ../python/pakfire/base.py:706 msgid "Everything is fine." msgstr "Все в порядке." #. Log the package information. -#: ../python/pakfire/builder.py:153 +#: ../python/pakfire/builder.py:155 msgid "Package information:" msgstr "" #. Install all packages. -#: ../python/pakfire/builder.py:324 +#: ../python/pakfire/builder.py:326 msgid "Install packages needed for build..." msgstr "" -#: ../python/pakfire/builder.py:329 +#: ../python/pakfire/builder.py:331 msgid "Extracting" msgstr "" -#: ../python/pakfire/builder.py:575 +#: ../python/pakfire/builder.py:600 msgid "You cannot run a build when no package was given." msgstr "" -#: ../python/pakfire/builder.py:580 +#: ../python/pakfire/builder.py:605 #, python-format msgid "Could not find makefile in build root: %s" msgstr "" -#: ../python/pakfire/builder.py:594 +#: ../python/pakfire/builder.py:619 msgid "The build command failed. See logfile for details." msgstr "" #. Walk through the whole tree and collect all files #. that are on the same disk (not crossing mountpoints). -#: ../python/pakfire/builder.py:652 +#: ../python/pakfire/builder.py:677 msgid "Creating filelist..." msgstr "" #. Create a nice progressbar. -#: ../python/pakfire/builder.py:671 +#: ../python/pakfire/builder.py:696 msgid "Compressing files..." msgstr "" -#: ../python/pakfire/builder.py:690 +#: ../python/pakfire/builder.py:715 #, python-format msgid "Cache file was successfully created at %s." msgstr "" -#: ../python/pakfire/builder.py:691 +#: ../python/pakfire/builder.py:716 #, python-format msgid " Containing %(files)s files, it has a size of %(size)s." msgstr "" #. Make a nice progress bar as always. -#: ../python/pakfire/builder.py:702 +#: ../python/pakfire/builder.py:727 msgid "Extracting files..." msgstr "" #. Update all packages. -#: ../python/pakfire/builder.py:722 +#: ../python/pakfire/builder.py:747 msgid "Updating packages from cache..." msgstr "" #. Package the result. #. Make all these little package from the build environment. -#: ../python/pakfire/builder.py:838 +#: ../python/pakfire/builder.py:875 msgid "Creating packages:" msgstr "" #. Execute the buildscript of this stage. -#: ../python/pakfire/builder.py:858 +#: ../python/pakfire/builder.py:895 #, python-format msgid "Running stage %s:" msgstr "" -#: ../python/pakfire/builder.py:876 +#: ../python/pakfire/builder.py:913 #, python-format msgid "Could not remove static libraries: %s" msgstr "" -#: ../python/pakfire/builder.py:882 +#: ../python/pakfire/builder.py:919 msgid "Compressing man pages did not complete successfully." msgstr "" -#: ../python/pakfire/builder.py:902 +#: ../python/pakfire/builder.py:939 msgid "Extracting debuginfo did not complete with success. Aborting build." msgstr "" -#: ../python/pakfire/cli.py:43 +#: ../python/pakfire/cli.py:47 msgid "Pakfire command line interface." msgstr "Интерфейс командной строки Pakfire." -#: ../python/pakfire/cli.py:50 +#: ../python/pakfire/cli.py:54 msgid "The path where pakfire should operate in." msgstr "Путь, по которому будет работать Pakfire." -#: ../python/pakfire/cli.py:117 +#: ../python/pakfire/cli.py:121 msgid "Enable verbose output." msgstr "Включить подробный вывод." -#: ../python/pakfire/cli.py:120 +#: ../python/pakfire/cli.py:124 msgid "Path to a configuration file to load." msgstr "Путь к файлу конфигурации для загрузки." -#: ../python/pakfire/cli.py:123 +#: ../python/pakfire/cli.py:128 msgid "Disable a repository temporarily." msgstr "Временно отключить репозиторий." -#: ../python/pakfire/cli.py:126 +#: ../python/pakfire/cli.py:131 msgid "Enable a repository temporarily." msgstr "Временно включить хранилище ." -#: ../python/pakfire/cli.py:129 +#: ../python/pakfire/cli.py:135 msgid "Run pakfire in offline mode." msgstr "Запустить pakfire в автономном режиме." -#: ../python/pakfire/cli.py:134 +#: ../python/pakfire/cli.py:140 msgid "Install one or more packages to the system." msgstr "Установить один или несколько пакетов в систему." -#: ../python/pakfire/cli.py:136 +#: ../python/pakfire/cli.py:142 msgid "Give name of at least one package to install." msgstr "Укажите название по крайней мере одного пакета для установки." -#: ../python/pakfire/cli.py:142 +#: ../python/pakfire/cli.py:148 msgid "Install one or more packages from the filesystem." msgstr "Установить один или несколько пакетов из файловой системы." -#: ../python/pakfire/cli.py:144 +#: ../python/pakfire/cli.py:150 msgid "Give filename of at least one package." msgstr "Укажите имя файла по крайней мере одного пакета." -#: ../python/pakfire/cli.py:150 +#: ../python/pakfire/cli.py:156 msgid "Reinstall one or more packages." msgstr "" -#: ../python/pakfire/cli.py:152 +#: ../python/pakfire/cli.py:158 msgid "Give name of at least one package to reinstall." msgstr "" -#: ../python/pakfire/cli.py:158 +#: ../python/pakfire/cli.py:164 msgid "Remove one or more packages from the system." msgstr "Удалить один или несколько пакетов из системы." -#: ../python/pakfire/cli.py:160 +#: ../python/pakfire/cli.py:166 msgid "Give name of at least one package to remove." msgstr "Укажите имя хотя бы одного пакета для удаления." -#: ../python/pakfire/cli.py:166 +#: ../python/pakfire/cli.py:172 msgid "Give a name of a package to update or leave emtpy for all." msgstr "" "Укажите название пакета для обновления или оставьте поле пустым для всех." -#: ../python/pakfire/cli.py:168 +#: ../python/pakfire/cli.py:174 msgid "Exclude package from update." msgstr "" -#: ../python/pakfire/cli.py:170 ../python/pakfire/cli.py:195 +#: ../python/pakfire/cli.py:176 ../python/pakfire/cli.py:201 msgid "Allow changing the vendor of packages." msgstr "" -#: ../python/pakfire/cli.py:172 ../python/pakfire/cli.py:197 +#: ../python/pakfire/cli.py:178 ../python/pakfire/cli.py:203 msgid "Allow changing the architecture of packages." msgstr "" -#: ../python/pakfire/cli.py:177 +#: ../python/pakfire/cli.py:183 msgid "Update the whole system or one specific package." msgstr "Обновление всей системы или одного конкретного пакета." -#: ../python/pakfire/cli.py:184 +#: ../python/pakfire/cli.py:190 msgid "Check, if there are any updates available." msgstr "Проверить наличие доступных обновлений." -#: ../python/pakfire/cli.py:191 +#: ../python/pakfire/cli.py:197 msgid "Downgrade one or more packages." msgstr "" -#: ../python/pakfire/cli.py:193 +#: ../python/pakfire/cli.py:199 msgid "Give a name of a package to downgrade." msgstr "" -#: ../python/pakfire/cli.py:203 +#: ../python/pakfire/cli.py:209 msgid "Print some information about the given package(s)." msgstr "Печать информацию о данном пакете(ах)." -#: ../python/pakfire/cli.py:205 +#: ../python/pakfire/cli.py:211 msgid "Give at least the name of one package." msgstr "Укажите имя хотя бы одного пакета." -#: ../python/pakfire/cli.py:211 +#: ../python/pakfire/cli.py:217 msgid "Search for a given pattern." msgstr "Поиск по заданному шаблону." -#: ../python/pakfire/cli.py:213 +#: ../python/pakfire/cli.py:219 msgid "A pattern to search for." msgstr "Шаблон для поиска." -#: ../python/pakfire/cli.py:219 +#: ../python/pakfire/cli.py:225 msgid "Get a list of packages that provide a given file or feature." msgstr "" "Получить список пакетов, которые предоставляют данный файл или функционал." -#: ../python/pakfire/cli.py:221 +#: ../python/pakfire/cli.py:227 msgid "File or feature to search for." msgstr "Файла или функционал для поиска." -#: ../python/pakfire/cli.py:227 +#: ../python/pakfire/cli.py:233 msgid "Get list of packages that belong to the given group." msgstr "Получить список пакетов, которые относятся к данной группе." -#: ../python/pakfire/cli.py:229 +#: ../python/pakfire/cli.py:235 msgid "Group name to search for." msgstr "Название группы для поиска." -#: ../python/pakfire/cli.py:235 +#: ../python/pakfire/cli.py:241 msgid "Install all packages that belong to the given group." msgstr "Установить все пакеты, которые относятся к данной группе." -#: ../python/pakfire/cli.py:237 +#: ../python/pakfire/cli.py:243 msgid "Group name." msgstr "Название группы." -#: ../python/pakfire/cli.py:243 +#: ../python/pakfire/cli.py:249 msgid "List all currently enabled repositories." msgstr "Показать список всех доступных репозиториев." -#: ../python/pakfire/cli.py:247 +#: ../python/pakfire/cli.py:253 msgid "Cleanup commands." msgstr "Очистка команд." -#: ../python/pakfire/cli.py:255 +#: ../python/pakfire/cli.py:261 msgid "Cleanup all temporary files." msgstr "Очистка всех временных файлов." -#: ../python/pakfire/cli.py:261 +#: ../python/pakfire/cli.py:267 msgid "Check the system for any errors." msgstr "Проверить систему на наличие ошибок." -#: ../python/pakfire/cli.py:267 +#: ../python/pakfire/cli.py:273 msgid "Check the dependencies for a particular package." msgstr "Проверить зависимости для конкретного пакета." -#: ../python/pakfire/cli.py:269 +#: ../python/pakfire/cli.py:275 msgid "Give name of at least one package to check." msgstr "Укажите имя хотя бы одного пакета для проверки." -#: ../python/pakfire/cli.py:348 ../python/pakfire/transaction.py:352 +#: ../python/pakfire/cli.py:351 ../python/pakfire/transaction.py:352 msgid "Repository" msgstr "Репозиторий" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Enabled" msgstr "Включено" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Priority" msgstr "Приоритет" -#: ../python/pakfire/cli.py:348 +#: ../python/pakfire/cli.py:351 msgid "Packages" msgstr "Пакеты" -#: ../python/pakfire/cli.py:360 +#: ../python/pakfire/cli.py:363 msgid "Cleaning up everything..." msgstr "Очистка всего..." -#: ../python/pakfire/cli.py:376 +#: ../python/pakfire/cli.py:379 msgid "You cannot run pakfire-builder in a pakfire chroot." msgstr "" -#: ../python/pakfire/cli.py:379 ../python/pakfire/cli.py:676 +#: ../python/pakfire/cli.py:382 ../python/pakfire/cli.py:719 msgid "Pakfire builder command line interface." msgstr "Интерфейс командной строки Pakfire builder." -#: ../python/pakfire/cli.py:437 +#: ../python/pakfire/cli.py:440 msgid "Update the package indexes." msgstr "Обновить индексы пакетов." -#: ../python/pakfire/cli.py:443 ../python/pakfire/cli.py:696 +#: ../python/pakfire/cli.py:446 ../python/pakfire/cli.py:739 msgid "Build one or more packages." msgstr "Сборка одного или нескольких пакетов." -#: ../python/pakfire/cli.py:445 ../python/pakfire/cli.py:698 +#: ../python/pakfire/cli.py:448 ../python/pakfire/cli.py:633 +#: ../python/pakfire/cli.py:741 msgid "Give name of at least one package to build." msgstr "Укажите имя хотя бы одного пакета для сборки." -#: ../python/pakfire/cli.py:449 ../python/pakfire/cli.py:702 +#: ../python/pakfire/cli.py:452 ../python/pakfire/cli.py:745 +#: ../python/pakfire/cli.py:815 msgid "Build the package for the given architecture." msgstr "Собрать пакет для данной архитектуры." -#: ../python/pakfire/cli.py:451 ../python/pakfire/cli.py:479 -#: ../python/pakfire/cli.py:704 +#: ../python/pakfire/cli.py:454 ../python/pakfire/cli.py:482 +#: ../python/pakfire/cli.py:747 msgid "Path were the output files should be copied to." msgstr "Путь для копирования входящих файлов." -#: ../python/pakfire/cli.py:453 ../python/pakfire/cli.py:468 -#: ../python/pakfire/cli.py:706 +#: ../python/pakfire/cli.py:456 ../python/pakfire/cli.py:471 +#: ../python/pakfire/cli.py:749 msgid "Mode to run in. Is either 'release' or 'development' (default)." msgstr "Режим запуска: \"релиз\" или \"разработка\" (по умолчанию)." -#: ../python/pakfire/cli.py:455 +#: ../python/pakfire/cli.py:458 msgid "Run a shell after a successful build." msgstr "" -#: ../python/pakfire/cli.py:460 +#: ../python/pakfire/cli.py:463 msgid "Go into a shell." msgstr "Запустить shell." -#: ../python/pakfire/cli.py:462 +#: ../python/pakfire/cli.py:465 msgid "Give name of a package." msgstr "Укажите название пакета." -#: ../python/pakfire/cli.py:466 +#: ../python/pakfire/cli.py:469 msgid "Emulated architecture in the shell." msgstr "Эмулировать архитектуру в shell." -#: ../python/pakfire/cli.py:473 +#: ../python/pakfire/cli.py:476 msgid "Generate a source package." msgstr "Создание пакета с исходным кодом." -#: ../python/pakfire/cli.py:475 +#: ../python/pakfire/cli.py:478 msgid "Give name(s) of a package(s)." msgstr "Укажите имя (имена) пакета (ов)." -#: ../python/pakfire/cli.py:484 +#: ../python/pakfire/cli.py:487 msgid "Create a build environment cache." msgstr "" -#: ../python/pakfire/cli.py:494 +#: ../python/pakfire/cli.py:497 msgid "Create a new build environment cache." msgstr "" -#: ../python/pakfire/cli.py:499 +#: ../python/pakfire/cli.py:502 msgid "Remove all cached build environments." msgstr "" -#: ../python/pakfire/cli.py:577 +#: ../python/pakfire/cli.py:580 #, python-format msgid "Removing environment cache file: %s..." msgstr "" -#: ../python/pakfire/cli.py:583 +#: ../python/pakfire/cli.py:586 #, python-format msgid "Could not remove file: %s" msgstr "" -#: ../python/pakfire/cli.py:589 +#: ../python/pakfire/cli.py:592 msgid "Pakfire server command line interface." msgstr "Интерфейса командной строки сервера Pakfire ." -#: ../python/pakfire/cli.py:626 -msgid "Request a build job from the server." -msgstr "Запустить процесс сборки на сервере" +#: ../python/pakfire/cli.py:631 +msgid "Send a scrach build job to the server." +msgstr "" + +#: ../python/pakfire/cli.py:635 +msgid "Limit build to only these architecture(s)." +msgstr "" -#: ../python/pakfire/cli.py:632 +#: ../python/pakfire/cli.py:641 msgid "Send a keepalive to the server." msgstr "Отправить keepalive на сервер." -#: ../python/pakfire/cli.py:639 +#: ../python/pakfire/cli.py:648 msgid "Update all repositories." msgstr "Обновить все репозитории." -#: ../python/pakfire/cli.py:645 +#: ../python/pakfire/cli.py:654 msgid "Repository management commands." msgstr "Команды управления репозиторием." -#: ../python/pakfire/cli.py:653 +#: ../python/pakfire/cli.py:662 msgid "Create a new repository index." msgstr "Создть новый индекс репозитория." -#: ../python/pakfire/cli.py:654 +#: ../python/pakfire/cli.py:663 msgid "Path to the packages." msgstr "Путь к пакетам." -#: ../python/pakfire/cli.py:655 +#: ../python/pakfire/cli.py:664 msgid "Path to input packages." msgstr "Путь к принимаемым пакетам." -#: ../python/pakfire/cli.py:708 +#: ../python/pakfire/cli.py:669 +msgid "Dump some information about this machine." +msgstr "" + +#: ../python/pakfire/cli.py:751 msgid "Do not verify build dependencies." msgstr "" +#: ../python/pakfire/cli.py:775 +msgid "Pakfire client command line interface." +msgstr "" + +#: ../python/pakfire/cli.py:809 +msgid "Build a package remotely." +msgstr "" + +#: ../python/pakfire/cli.py:811 +msgid "Give name of a package to build." +msgstr "" + +#: ../python/pakfire/cli.py:820 +msgid "Print some information about this host." +msgstr "" + +#: ../python/pakfire/cli.py:826 +msgid "Check the connection to the hub." +msgstr "" + +#: ../python/pakfire/cli.py:853 ../python/pakfire/server.py:302 +msgid "Hostname" +msgstr "" + +#: ../python/pakfire/cli.py:854 +msgid "Pakfire hub" +msgstr "" + +#: ../python/pakfire/cli.py:857 +msgid "Username" +msgstr "" + +#. Hardware information +#: ../python/pakfire/cli.py:861 ../python/pakfire/server.py:306 +msgid "Hardware information" +msgstr "" + +#: ../python/pakfire/cli.py:862 ../python/pakfire/server.py:307 +msgid "CPU model" +msgstr "" + +#: ../python/pakfire/cli.py:863 ../python/pakfire/server.py:308 +msgid "Memory" +msgstr "" + +#: ../python/pakfire/cli.py:865 ../python/pakfire/server.py:310 +msgid "Native arch" +msgstr "" + +#: ../python/pakfire/cli.py:867 ../python/pakfire/server.py:312 +msgid "Supported arches" +msgstr "" + +#: ../python/pakfire/cli.py:880 +msgid "Your IP address" +msgstr "" + +#: ../python/pakfire/cli.py:885 +msgid "You are authenticated to the build service:" +msgstr "" + +#: ../python/pakfire/cli.py:891 +msgid "User name" +msgstr "" + +#: ../python/pakfire/cli.py:892 +msgid "Real name" +msgstr "" + +#: ../python/pakfire/cli.py:893 +msgid "Email address" +msgstr "" + +#: ../python/pakfire/cli.py:894 +msgid "Registered" +msgstr "" + +#: ../python/pakfire/cli.py:901 +msgid "You could not be authenticated to the build service." +msgstr "" + +#: ../python/pakfire/cli.py:910 +msgid "Pakfire daemon command line interface." +msgstr "" + +#: ../python/pakfire/client/transport.py:55 +#, python-format +msgid "Socket error: %s" +msgstr "" + +#: ../python/pakfire/client/transport.py:79 +#, python-format +msgid "Trying again in %s seconds. %s tries left." +msgstr "" + #: ../python/pakfire/compress.py:85 ../python/pakfire/compress.py:95 #, python-format msgid "Given algorithm '%s' is not supported." msgstr "" +#. Parse the file. +#: ../python/pakfire/config.py:256 +#, python-format +msgid "Reading from configuration file: %s" +msgstr "" + +#: ../python/pakfire/config.py:306 +msgid "Configuration:" +msgstr "" + +#: ../python/pakfire/config.py:308 +#, python-format +msgid "Section: %s" +msgstr "" + +#: ../python/pakfire/config.py:313 +msgid "No settings in this section." +msgstr "" + +#: ../python/pakfire/config.py:315 +msgid "Loaded from files:" +msgstr "" + #: ../python/pakfire/downloader.py:134 msgid "Downloading source files:" msgstr "" @@ -630,11 +758,11 @@ msgstr "" msgid "File" msgstr "Файл" -#: ../python/pakfire/packages/base.py:361 +#: ../python/pakfire/packages/base.py:362 msgid "Not set" msgstr "Не установлено" -#: ../python/pakfire/packages/base.py:500 +#: ../python/pakfire/packages/base.py:527 #, python-format msgid "Config file saved as %s." msgstr "" @@ -664,14 +792,30 @@ msgstr "" msgid "Could not remove file: /%s" msgstr "" -#: ../python/pakfire/packages/make.py:78 +#: ../python/pakfire/packages/make.py:79 msgid "Package name is undefined." msgstr "" -#: ../python/pakfire/packages/make.py:81 +#: ../python/pakfire/packages/make.py:82 msgid "Package version is undefined." msgstr "" +#: ../python/pakfire/packages/make.py:416 +#, python-format +msgid "Searching for automatic dependencies for %s..." +msgstr "" + +#: ../python/pakfire/packages/make.py:463 +#, python-format +msgid "Regular experession is invalid and has been skipped: %s" +msgstr "" + +#. Let the user know what has been done. +#: ../python/pakfire/packages/make.py:479 +#, python-format +msgid "Filter %s filtered %s." +msgstr "" + #. Load progressbar. #: ../python/pakfire/packages/packager.py:362 msgid "Packaging" @@ -712,13 +856,13 @@ msgid "%s: package database" msgstr "%s: базы данных пакетов" #. Create progress bar. -#: ../python/pakfire/repository/index.py:396 +#: ../python/pakfire/repository/index.py:395 #, python-format msgid "Loading from %s" msgstr "Загрузка с %s." #. Add all packages from the database to the index. -#: ../python/pakfire/repository/index.py:459 +#: ../python/pakfire/repository/index.py:458 msgid "Loading installed packages" msgstr "Загрузка установленных пакетов" @@ -762,6 +906,10 @@ msgstr " Решение: %s" msgid " Solutions:" msgstr " Решения:" +#: ../python/pakfire/server.py:278 ../python/pakfire/system.py:114 +msgid "Could not be determined" +msgstr "" + #: ../python/pakfire/transaction.py:91 #, python-format msgid "file %s from %s conflicts with file from package %s" @@ -1040,7 +1188,7 @@ msgid "allow replacement of %s with %s" msgstr "разрешить замену %s на %s" #. XXX Maybe we can make a more beautiful message here?! -#: ../scripts/pakfire-multicall.py:25 +#: ../tools/pakfire-multicall.py:25 msgid "" "There has been an error when trying to import one or more of the modules, " "that are required to run Pakfire." @@ -1048,23 +1196,23 @@ msgstr "" "Произошла ошибка при попытке импортировать один или несколько модулей, " "необходимых для запуска Pakfire." -#: ../scripts/pakfire-multicall.py:27 +#: ../tools/pakfire-multicall.py:27 msgid "Please check your installation of Pakfire." msgstr "" -#: ../scripts/pakfire-multicall.py:29 +#: ../tools/pakfire-multicall.py:29 msgid "The error that lead to this:" msgstr "Ошибка, являющаяся причиной: " -#: ../scripts/pakfire-multicall.py:67 +#: ../tools/pakfire-multicall.py:69 msgid "An error has occured when running Pakfire." msgstr "Произошла ошибка при запуске Pakfire." -#: ../scripts/pakfire-multicall.py:70 +#: ../tools/pakfire-multicall.py:72 msgid "Error message:" msgstr "Сообщение об ошибке:" -#: ../scripts/pakfire-multicall.py:74 +#: ../tools/pakfire-multicall.py:76 msgid "Further description:" msgstr "Детальное описание:" -- 2.39.5